]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4 Move (again) some variable definitions before use, define some fun
5 aliases, no code change.
6 (pr-version): New version 6.9.2.
7 (pr-path-style, pr-auto-region, pr-menu-char-height)
8 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
9 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
10 via (defvar VAR).
11 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
12 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
13 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
14 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
15 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
16 (defvar pr-menu-print-item, pr-ps-printer-menu-modified)
17 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
18 (pr-even-or-odd-alist): Vars definition moved.
19
20 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21
22 * emulation/pc-select.el (next-line-mark, next-line-nomark)
23 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
24 around uses of previous-line and next-line.
25
26 * diff.el (diff-old-file, diff-new-file, diff-extra-args): New
27 defvars.
28
29 * textmodes/css-mode.el (comment-continue):
30 * net/browse-url.el (url-handler-regexp):
31 * progmodes/idlw-help.el (idlwave-system-routines): Pacify
32 byte-compiler.
33
34 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
35 line-move-invisible-p it's former definition:
36 invisible-p. line-move-invisible-p was removed on 2007-08-29.
37
38 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
39
40 * files.el (kill-emacs-query-functions): Doc fix;
41 `save-buffers-kill-emacs' is no longer bound to a key.
42
43 2007-10-26 Richard Stallman <rms@gnu.org>
44
45 * isearch-multi.el (isearch-buffers-multi): New option.
46 (isearch-buffers-search-fun): Test it.
47
48 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
49 Put ps-run-clear on C-c C-l.
50
51 * newcomment.el (comment-styles): New style indent-or-triple.
52 (comment-style): Make that the default.
53 (comment-add defvar): Doc fix.
54 (comment-add): Delete arg EXTRA.
55 (comment-region-default): Open code call to comment-add.
56 Handle indent-or-triple style which uses `multi-char' for INDENT.
57
58 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
59
60 * eshell/em-unix.el (nil-blank-string): Doc fix.
61
62 2007-10-26 John Wiegley <johnw@newartisans.com>
63
64 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
65 function, ensure that the third argument is turned into a nil if
66 the string is otherwise completely empty (either no characters, or
67 all tabs/spaces). This fixes a bug from a user who found himself
68 unable to customize `diff-switches' and still use Eshell's diff
69 command.
70
71 2007-10-26 Glenn Morris <rgm@gnu.org>
72
73 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
74 safe-local-variable property.
75
76 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
77
78 * net/browse-url.el (browse-url-browser-function): Delete grail.
79 (browse-url-grail): Function and variable deleted.
80 (browse-url-browser-function): Delete IXI Mosaic.
81 (browse-url-default-browser): Don't try IXI Mosaic.
82 (browse-url-iximosaic): Function deleted.
83 (browse-url-browser-function): Delete MMM.
84 (browse-url-default-browser): Don't try MMM.
85 (browse-url-mmm): Function deleted.
86
87 2007-10-26 Drew Adams <drew.adams@oracle.com>
88
89 * custom.el (custom-note-var-changed): New function.
90
91 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
92
93 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
94 use with the definition. Remove.
95
96 * add-log.el (change-log-start-entry-re): New defconst.
97 (change-log-sortable-date-at): Use it.
98 (change-log-beginning-of-defun, change-log-end-of-defun):
99 New functions.
100 (change-log-mode): Use them for beginning-of-defun-function and
101 end-of-defun-function.
102
103 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
104
105 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
106 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
107 (ses-recalculate-cell): Deal with point being just beyond end of
108 data area (why does this happen?)
109 (ses-set-curcell): Ditto.
110 (ses-column-letter): Handle columns beyond 702. Code written by
111 Gareth Rees.
112
113 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
114
115 * textmodes/org.el (org-agenda-get-restriction-and-command):
116 Use `mapc' instead of `mapcar'.
117 (org-agenda-list): Numeric prefix argument can specify the number
118 of days.
119 (remember-register, remember-buffer): Prevent byte compiler from
120 complaining.
121 (org-todo): Save and restore match data.
122 (org-no-warnings): New macro.
123 (org-columns-eval): Use `org-no-warnings'.
124
125 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
126
127 * comint.el (comint-password-prompt-regexp):
128 Handle `[sudo] password'-style prompt.
129
130 2007-10-25 Glenn Morris <rgm@gnu.org>
131
132 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
133 (defcustom): Doc fix.
134
135 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
136 Add `non_intrinsic'.
137 (f90-constants-re): Add ieee modules.
138 (f90-typedef-matcher, f90-typedec-matcher)
139 (f90-imenu-type-matcher): New functions.
140 (f90-font-lock-keywords-1): Give module procedures function-name face.
141 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
142 Add `use, intrinsic'.
143 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
144 Move start of `enum' blocks to separate entry.
145 (f90-start-block-re): Fix `type', `abstract interface'.
146 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
147 derived types.
148 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
149 `elemental', change `enumerator'.
150 (f90-no-block-limit): Fix `abstract interface'.
151
152 * progmodes/f90.el (f90-indented-comment-re)
153 (f90-directive-comment-re, f90-break-delimiters):
154 * progmodes/fortran.el (fortran-comment-line-start-skip)
155 (fortran-directive-re):
156 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
157 as safe if they are strings.
158
159 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * startup.el (window-system): Remove. Don't make it frame-local.
162
163 2007-10-24 Richard Stallman <rms@gnu.org>
164
165 * savehist.el (savehist-save): Omit unreadable elements.
166
167 * loadhist.el (unload-function-defs-list): Renamed from
168 unload-function-features-list.
169 (unload-feature-special-hooks, unload-feature): Doc fixes.
170
171 * indent.el (indent-to-left-margin): If point's in the indentation,
172 move to the end of the indentation.
173
174 * cus-edit.el (customize-changed-options): Make arg optional.
175
176 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
177
178 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
179
180 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
181
182 * textmodes/org-publish.el (org-publish-attachment): Re-install
183 accidentally deleted change.
184
185 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * term/iris-ansi.el (iris-function-map): Move init into declaration.
188
189 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
190
191 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
192 (Buffer-menu-mode-map): Initialize in the declaration.
193 (Buffer-menu-mode): Define with `define-derived-mode'.
194
195 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
196
197 * textmodes/org.el (org-version): Change to 5.13e.
198 (org-agenda-file-regexp): Fix typo in docstring.
199 (org-add-planning-info): Fix bug in parenthesis settings.
200 (org-scan-tags): Catch the case of indirect buffers with no filename.
201 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
202 Re-install switch to mapc, had been removed by accident.
203 (org-columns-map): New binding `C-c C-o'.
204 (org-columns-menu): Change menu text and added new entry.
205 (org-columns-eval): Document the use of `next-line'.
206 (org-columns-open-link): New function.
207 (org-columns-follow-link): Remove function.
208 (org-open-link-from-string): New function.
209 (org-read-date-get-relative): Fix typo in docstring.
210 (org-read-date-get-relative): Leading +/- is not optional.
211 (org-agenda-get-restriction-and-command): Always resize window on
212 first loop cycle.
213 (org-agenda-open-link): Make sure the link abbreviations are
214 present in the agenda buffer.
215 (org-agenda-copy-local-variable): New function.
216
217 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
220
221 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * simple.el (reindent-then-newline-and-indent): Use a `move after
224 insert' kind of marker in the save-excursion.
225
226 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * textmodes/css-mode.el: Require CL.
229 (comment-continue): Declare.
230
231 * subr.el (make-variable-frame-localizable): Remove.
232 (make-variable-frame-local): Mark obsolete.
233
234 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
237 of the subdirs is unreadable.
238
239 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
240
241 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
242 when we are local.
243
244 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * progmodes/python.el (python-current-defun): Remove left-over
247 assignment to `start'.
248
249 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
250
251 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
252 than `mapcar'; return value is not used.
253
254 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
255
256 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
257 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
258
259 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
260
261 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
262 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
263
264 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
265
266 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
267
268 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * emacs-lisp/advice.el (ad-make-advised-docstring):
271 Add ad-advice-info text property to doc string.
272
273 2007-10-23 Glenn Morris <rgm@gnu.org>
274
275 * progmodes/f90.el (f90-do-indent, f90-if-indent)
276 (f90-type-indent, f90-program-indent, f90-associate-indent)
277 (f90-continuation-indent, f90-comment-region)
278 (f90-beginning-ampersand, f90-smart-end)
279 (f90-break-before-delimiters, f90-auto-keyword-case)
280 (f90-leave-line-no, f90-mode-hook):
281 Give an appropriate safe-local-variable property.
282
283 * progmodes/fortran.el (fortran-tab-mode-default)
284 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
285 (fortran-structure-indent, fortran-continuation-indent)
286 (fortran-comment-indent, fortran-comment-line-extra-indent)
287 (fortran-comment-line-start)
288 (fortran-minimum-statement-indent-fixed)
289 (fortran-minimum-statement-indent-tab)
290 (fortran-comment-indent-char, fortran-line-number-indent)
291 (fortran-check-all-num-for-matching-do)
292 (fortran-blink-matching-if, fortran-continuation-string)
293 (fortran-comment-region, fortran-electric-line-number)
294 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
295 (fortran-analyze-depth, fortran-break-before-delimiters):
296 Give an appropriate safe-local-variable property.
297
298 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * printing.el: Move variable definitions before use.
301 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
302
303 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
306 (tpu-edt-off): Use it.
307 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
308 the global-map before adding it to global-map.
309
310 * menu-bar.el (global-buffers-menu-map): New var.
311 (global-map, menu-bar-update-buffers): Use it.
312 * msb.el (msb-menu-bar-update-buffers): Use it.
313 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
314 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
315 Use with-current-buffer.
316
317 2007-10-22 Juri Linkov <juri@jurta.org>
318
319 * isearch-multi.el: New file.
320
321 * isearch.el (isearch-search-string): After finding the next
322 occurrence switch to buffer isearch-buffers-current-buffer when
323 isearch-buffers-next-buffer-function is non-nil and
324 isearch-buffers-current-buffer is live.
325
326 * add-log.el (change-log-mode): Make and set buffer-local variable
327 isearch-buffers-next-buffer-function to change-log-next-buffer.
328 Call isearch-buffers-minor-mode.
329 (change-log-next-buffer): New function.
330
331 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
332
333 * textmodes/org.el (org-read-date-get-relative): New function.
334 (org-agenda-file-regexp): New variable.
335 (org-agenda-files): Allow directories in the variable.
336 (org-agenda-get-restriction-and-command): New function.
337 (org-agenda): Use `org-agenda-get-restriction-and-command'.
338 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
339 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
340 New functions.
341 (org-entry-add-to-multivalued-property)
342 (org-entry-remove-from-multivalued-property)
343 (org-entry-member-in-multivalued-property): New functions.
344 (org-remember-apply-template): Catch C-g and make sure window
345 configuration is restored.
346 (org-agenda-open-link): Make it work with several links in the line.
347 (org-drawers, org-set-regexps-and-options)
348 (org-get-current-options): Add support for a DRAWERS in-buffer option.
349 (org-agenda-window-frame-fractions): New option.
350 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
351 (org-columns-cleanup-item, org-find-entry-with-id)
352 (org-insert-columns-dblock, org-listtable-to-string)
353 (org-dblock-write:columnview, org-columns-capture-view)
354 (org-edit-headline): New functions.
355 (org-agenda-to-appt): Require calendar.
356 (org-entry-get-with-inheritance): Widen for search.
357 (org-columns-display-here): Don't mark buffer as modified when
358 adding space characters to accomodate column overlays.
359 (org-export-as-html): Better formatting of tags in the toc.
360 (org-columns-display-here): Make the ITEM column as compact as possible.
361 (org-remember-templates): Customization interface improved.
362 (org-export-with-property-drawer): Variable removed.
363 (org-export-with-drawers): New option.
364 (org-complex-heading-regexp): New variable.
365 (org-sort-entries): Rewrite using `sort-subr'.
366 (org-set-property): More appropriate completion during interactive use.
367 (org-sort-entries): Allow sorting by property.
368 (org-additional-option-like-keywords): Add more values.
369 (org-sort-entries-or-items): Rename from `org-sort-entries'.
370
371 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
372
373 * textmodes/org.el (org-get-date-from-calendar): New function.
374 (org-at-timestamp-p, org-timestamp-change)
375 (org-remember-templates): First element of each entry is now a
376 name for the template.
377 (org-store-log-note): Check for `org-note-abort'.
378 (org-kill-note-or-show-branches): New command.
379 (org-fontify-priorities): New option.
380 (org-fontify-priorities): New function.
381 (org-cut-subtree, org-copy-subtree): New argument N to
382 act on N sequential subtrees.
383 (org-paste-subtree): Fix the level at which a tree is pasted.
384 (org-fit-agenda-window): Limitations on window size removed.
385 (org-agenda-find-same-or-today-or-agenda): Rename from
386 `org-agenda-find-today-or-agenda'.
387 (org-scheduled-past-days): New option.
388 (org-agenda-scheduled-leaders)
389 (org-agenda-deadline-leaders): New options.
390 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
391 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
392 (org-export-with-tags, org-export-plist-vars)
393 (org-infile-export-plist): New "tags" option.
394 (org-use-property-inheritance): New option.
395 (org-cached-entry-get): Use `org-use-property-inheritance'.
396 (org-remember-apply-template): Fix typo.
397
398 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
399
400 * net/tramp.el (tramp-find-shell)
401 (tramp-open-connection-setup-interactive-shell): Improve sending
402 initial commands.
403 (tramp-action-terminal): Send debug message.
404 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
405 (tramp-barf-if-no-shell-prompt): Insert code of
406 `tramp-wait-for-shell-prompt'.
407
408 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
411
412 * term/vt200.el (terminal-init-vt200):
413 * term/vt201.el (terminal-init-vt201):
414 * term/vt220.el (terminal-init-vt220):
415 * term/vt240.el (terminal-init-vt240):
416 * term/vt300.el (terminal-init-vt300):
417 * term/vt320.el (terminal-init-vt320):
418 * term/vt400.el (terminal-init-vt400):
419 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
420
421 * term/wyse50.el (wyse50-terminal-map): New var.
422 (terminal-init-wyse50): Use it and input-decode-map.
423 (enable-arrow-keys): Emasculate.
424
425 * term/tvi970.el (tvi970-terminal-map): New var.
426 (terminal-init-tvi970): Use it and input-decode-map.
427 (tvi970-keypad-numeric): Remove.
428 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
429
430 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
431 (terminal-init-sun): Use it and input-decode-map.
432
433 * term/news.el (terminal-init-news):
434 * term/lk201.el (terminal-init-lk201):
435 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
436
437 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
438
439 * complete.el (PC-expand-many-files): Remove.
440 (PC-do-completion): Call file-expand-wildcards instead of
441 PC-expand-many-files.
442
443 * net/tramp.el (tramp-handle-expand-many-files): Remove.
444 (PC-expand-many-files): Remove advice.
445
446 2007-10-22 Glenn Morris <rgm@gnu.org>
447
448 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
449 Add some support for Fortran 2003 syntax:
450 (f90-type-indent): Now also applies to `enum'.
451 (f90-associate-indent): New user option.
452 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
453 Add some F2003 keywords.
454 (f90-constants-re): New constant.
455 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
456 Interface'.
457 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
458 `class'. Arguments for `type'/`class' may have spaces. Add a new
459 element for functions with specified types. Add `end enum' and
460 `select type'. Add `implicit enumerator' and `procedure'.
461 Add `class default' and `type is', `class is'. Fix `go to' regexp.
462 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
463 (f90-font-lock-keywords-4): Add `f90-constants-re'.
464 (f90-blocks-re): Add `enum' and `associate'.
465 (f90-else-like-re): Add `class is', `type is', and `class default'.
466 (f90-end-type-re): Add `enum'.
467 (f90-end-associate-re, f90-typeis-re): New constants.
468 (f90-end-block-re): Add `enum' and `associate'. Change from
469 optional whitespace to end-of-word, to avoid `enumerator'.
470 (f90-start-block-re): Add `select type', `abstract interface', and
471 `enum'. Avoid `type is', and `type (sometype)'.
472 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
473 (f90-mode): Doc fix.
474 (f90-looking-at-select-case): Doc fix. Add `select type'.
475 (f90-looking-at-associate): New function.
476 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
477 Add `enum' and `abstract interface'.
478 (f90-no-block-limit): Add `select type' and `abstract interface'.
479 (f90-get-correct-indent, f90-calculate-indent)
480 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
481 (f90-indent-region, f90-match-end): Handle `associate' blocks.
482
483 2007-10-22 Martin Rudalics <rudalics@gmx.at>
484
485 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
486 Use window-full-width-p.
487
488 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
489
490 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
491
492 * tooltip.el: Use featurep 'xemacs.
493
494 * printing.el: Move variable definitions before use, no code change.
495
496 2007-10-22 Juri Linkov <juri@jurta.org>
497
498 * simple.el (goto-history-element): Allow minibuffer-default to be
499 a list of default values accessible by typing M-n in the minibuffer.
500
501 * dired-x.el (dired-guess-shell-command): Put all guesses to the
502 minibuffer default value list instead of pushing them temporarily
503 to the history list.
504
505 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * hexl.el (hexl-menu): New major mode menu.
508
509 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
512
513 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
514
515 * w32-fns.el (w32-quote-process-args):
516 * dos-w32.el (print-region-function, lpr-headers-switches)
517 (ps-print-region-function): Pacify byte-compiler.
518
519 * emulation/edt-mapper.el (function-key-map):
520 (edt-map-key): Make it a function instead of using fset.
521 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
522 (edt-gnu-map-key, edt-lucid-map-key): Remove.
523 (edt-x-emacs-p): Remove.
524 (edt-emacs-variant, edt-window-system, edt-xserver):
525 Use featurep 'xemacs.
526
527 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
528 Replace eudc-xemacs-p with its definition.
529 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
530 (eudc-emacs-mule-p): Remove.
531 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
532 eudc-xemacs-p with feature tests.
533
534 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
535 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
536 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
537 (eudc-bob-toggle-inline-display):
538 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
539 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
540
541 * net/eudcb-ph.el (eudc-ph-open-session):
542 Replace eudc-xemacs-mule-p with its former definition.
543
544 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
545 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
546
547 * progmodes/vera-mode.el (vera-xemacs): Remove.
548 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
549
550 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
551 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
552 (vhdl-speedbar-initialize, vhdl-ps-print-init)
553 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
554 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
555 with (featurep 'xemacs).
556
557 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
558 (save-buffer-state-x):
559 * obsolete/fast-lock.el (fast-lock-verbose):
560 * emulation/viper-init.el (viper-xemacs-p)
561 (viper-cond-compile-for-xemacs-or-emacs):
562 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
563 * ps-print.el (case-fold-search):
564 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
565 * calculator.el (calculator-help): Use featurep 'xemacs.
566
567 * progmodes/prolog.el: Undo previous change.
568 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
569
570 * progmodes/dcl-mode.el:
571 * play/yow.el:
572 * calendar/todo-mode.el:
573 * calendar/cal-hebrew.el:
574 * vc-hg.el: Undo previous change.
575
576 * vms-patch.el: Likewise.
577 (print-region-function): Pacify byte-compiler.
578
579 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
580
581 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
582 preserve-uid-gid.
583
584 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
585 compatibility. It is not used, though.
586
587 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
588 Require tramp-cmds.el.
589 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
590 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
591 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
592 (tramp-do-copy-or-rename-file-out-of-band)
593 (tramp-maybe-open-connection): Use `make-temp-name'. This is
594 possible, because we don't need to create the temporary file, but
595 we need a prefix for ssh, which has its own temporary file handling.
596 (tramp-handle-delete-directory): Add "-f" to rmdir.
597 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
598 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
599 a signal, in order to give the callee a chance to suppress.
600 (tramp-handle-write-region): Set owner also in case of short
601 track. Don't use compatibility calls for `write-region' anymore.
602 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
603 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
604
605 * net/tramp-cmds.el: New file.
606
607 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
608 `tramp-clear-passwd'.
609
610 * net/trampver.el: Update release number.
611
612 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
613
614 * progmodes/gud.el (gud-target-name): Move definition before use.
615
616 * progmodes/dcl-mode.el: Require imenu at compile time.
617
618 * progmodes/cc-engine.el (c-maybe-stale-found-type):
619 Pacify byte-compiler.
620
621 * obsolete/fast-lock.el: Use featurep test instead of string-match.
622
623 * eshell/esh-mode.el (eshell-handle-ansi-color):
624 Require ansi-color at compile time too.
625
626 * eshell/em-unix.el (eshell/info): Require info at compile time too.
627
628 * w32-fns.el: Require w32-vars.
629
630 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
631 time too.
632
633 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * double.el ([ignore]): Use `ignore'.
636 (double-setup): Inline into double-mode.
637 (double-mode): Use define-minor-mode.
638
639 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
640
641 * textmodes/reftex.el: Move require easymenu before first use.
642 (reftex-info): Require info at compile too.
643
644 * textmodes/org-publish.el (org-publish-org-to-html)
645 (org-publish-org-to): Require org at compile time too.
646 (org-publish-attachment): Require at compile time too.
647
648 * term/tty-colors.el (w32-tty-standard-colors):
649 Pacify byte-compiler.
650
651 * term/pc-win.el (frame-creation-function-alist): Add to this
652 instead of setting frame-creation-function.
653
654 * play/blackbox.el (bb-up, bb-down): Use forward-line.
655
656 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
657
658 * calendar/todo-mode.el: Require calendar at compile time.
659
660 * calendar/cal-hebrew.el: Require holidays at compile time.
661
662 * w32-vars.el: Provide w32-vars.
663
664 * term/w32-win.el: Require w32-vars.
665 (w32-color-map): Pacify byte-compiler.
666
667 * loadup.el: Load w32-vars before term/w32-win.
668
669 2007-10-20 Juri Linkov <juri@jurta.org>
670
671 * textmodes/fill.el (fill-paragraph): When the region is active,
672 don't try other `or' branches regardless of the value returned by
673 fill-region; just return t.
674
675 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
676
677 * vc.el (vc-do-command): Condition out a misleading message when
678 running asynchronously.
679 (vc-deduce-fileset): New argument enables using an unregistered
680 visited file as a singleton fileset if nothing else is available.
681 (vc-next-action): Restore file-registering behavior.
682
683 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
684
685 * calc/README: Add recent news.
686
687 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
688
689 * term/x-win.el (x-gtk-stock-map, icon-map-list)
690 (x-gtk-map-stock): Delete duplicated definitions from merge.
691
692 * progmodes/compile.el (compilation-skip-to-next-location)
693 (compilation-skip-threshold, compilation-skip-visited):
694 Move definitions earlier.
695
696 * play/decipher.el (decipher-keypress):
697 * play/zone.el (zone-fall-through-ws):
698 * play/landmark.el (lm-move-down, lm-move-up):
699 * play/handwrite.el (handwrite):
700 * mail/mspools.el (mspools-visit-spool):
701 * wdired.el (wdired-next-line, wdired-previous-line):
702 * tar-mode.el (tar-subfile-save-buffer):
703 * scroll-lock.el (scroll-lock-next-line)
704 (scroll-lock-previous-line):
705 * image-dired.el (image-dired-next-line)
706 (image-dired-previous-line):
707 * ediff-help.el (ediff-help-message-line-length):
708 Use forward-line.
709
710 * smerge-mode.el (smerge-auto-refine):
711 * diff-mode.el (diff-auto-refine): Add :group.
712
713 * play/yow.el: Require doctor at compile time.
714
715 * vmsproc.el: Provide vmsproc.
716 (command-send-input): Use forward-line.
717
718 * vms-patch.el: Require ps-print and vmsproc at compile time.
719
720 * vc-mtn.el (log-view-message-re, log-view-file-re)
721 (log-view-font-lock-keywords): Pacify byte-compiler.
722
723 * vc-hg.el: Require log-view at compile time.
724
725 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
726
727 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
728
729 2007-10-20 Glenn Morris <rgm@gnu.org>
730
731 * progmodes/f90.el (f90-font-lock-keywords-2)
732 (f90-looking-at-type-like): Fix regexp typos.
733
734 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
735
736 * bs.el (bs--track-window-changes): Don't refresh the whole list.
737 (bs-mode): Set mode-class property to special.
738
739 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * diff-mode.el (diff-auto-refine): New var.
742 (diff-hunk): Use it.
743 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
744 (diff-refine-change): Rename from diff-fine-change. Change it.
745 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
746 (diff-refine-hunk): Rename from diff-fine-highlight.
747
748 2007-10-20 John Paul Wallington <jpw@pobox.com>
749
750 * help-fns.el (describe-variable-custom-version-info): New function
751 to return variable's version or package version note.
752 (describe-variable): Use it, display result.
753
754 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * smerge-mode.el (smerge-auto-refine): New var.
757 (smerge-next, smerge-prev): Use it.
758 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
759
760 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
761 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
762
763 * vc-bzr.el (vc-bzr-diff-tree):
764 * vc-git.el (vc-git-diff-tree):
765 * vc-hg.el (vc-hg-diff-tree):
766 * vc-mcvs.el (vc-mcvs-diff-tree):
767 * vc-mtn.el (vc-mtn-diff-tree):
768 * vc-svn.el (vc-svn-diff-tree): Remove.
769
770 * vc-mtn.el (vc-mtn-revision-completion-table):
771 * vc-cvs.el (vc-cvs-revision-completion-table):
772 * vc-arch.el (vc-arch-revision-completion-table):
773 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
774 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
775 Make it work when the arg is a list of files.
776
777 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
780 Also `revision-completion-table' now takes a list of files.
781 (vc-deduce-fileset): Remove unused var `regexp'.
782 Only obey allow-directory-wildcard in dired buffers.
783 (vc-default-diff-tree): Remove.
784 (vc-diff-added-files): New var.
785 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
786 (vc-version-diff): Revert from `vc-history-diff' to the original name.
787 Remove the `backend' arg.
788 (vc-contains-version-controlled-file): Remove.
789 (vc-diff): Bring it closer to the version in Emacs-22.
790 (vc-revert): Fix typo in let-binding.
791 (vc-default-unregister): Remove.
792 (vc-dired-buffers-for-dir): Remove N^2 behavior.
793
794 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
795
796 * textmodes/two-column.el (2C-split, 2C-merge):
797 * textmodes/bib-mode.el (bib-find-key, mark-bib):
798 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
799 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
800 * progmodes/ada-xref.el (ada-get-all-references):
801 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
802 * emulation/vi.el (vi-previous-line-first-nonwhite)
803 (vi-effective-range, vi-put-before):
804 * emulation/edt.el (edt-next-line, edt-previous-line)
805 (edt-paragraph-forward): Use forward-line.
806
807 * progmodes/etags.el (tags-apropos): Require apropos at compile
808 time too.
809
810 * progmodes/prolog.el: Require comint when compiling.
811 (inferior-prolog-flavor): Move defvar before use.
812
813 2007-10-19 Richard Stallman <rms@gnu.org>
814
815 * font-core.el (turn-on-font-lock-if-desired):
816 Rename from `turn-on-font-lock-if-enabled'.
817 Fully obey `font-lock-global-modes'.
818
819 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
822 which will not affect the behavior of things like forward-word.
823 (diff-fine-highlight): Preserve point.
824
825 * doc-view.el (doc-view-mode-map): Use remapping.
826 Don't rebind C-v, M-v to their default value.
827 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
828
829 * smerge-mode.el: Add word-granularity refinement.
830 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
831 (smerge-refine-weight-hack): New vars.
832 (smerge-refine-forward): New fun.
833 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
834 (smerge-refine-subst): Use them as well. Preserve point.
835
836 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
837
838 * follow.el (follow-unload-function): New function.
839
840 * loadhist.el (unload-function-features-list):
841 Rename from `unload-hook-features-list'.
842 (unload-hook-features-list): Add as obsolete alias.
843 (unload-feature): Use `unload-function-features-list'
844 and new FEATURE-unload-function.
845
846 2007-10-19 Glenn Morris <rgm@gnu.org>
847
848 * bindings.el (mouse-minor-mode-menu)
849 (minor-mode-menu-from-indicator): Move to mouse.el.
850 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
851 Move here from bindings.el.
852
853 2007-10-19 Richard Stallman <rms@gnu.org>
854
855 * help-fns.el (describe-function-1): Don't use the advice origname
856 if it has no function definition.
857
858 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
859
860 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
861 Use `save-restriction' rather than `widen'.
862
863 2007-10-18 Richard Stallman <rms@gnu.org>
864
865 * time.el (display-time-world-time-format): Display day # not month #.
866
867 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
868
869 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
870
871 * doc-view.el: Remove version keyword.
872 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
873 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
874 (doc-view-ghostscript-options): Improve custom type.
875 (doc-view-cache-directory, doc-view-conversion-buffer)
876 (doc-view-conversion-refresh-interval): Simplify custom type.
877
878 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
879
880 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
881 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
882 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
883 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
884 Remove superfluous messages.
885 (doc-view-mode-map): Use the image-mode scrolling commands.
886 Don't rebind C-x k.
887
888 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
889
890 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
891 Add comment about "-dSAFER".
892
893 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * term/xterm.el: Don't require xt-mouse.
896 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
897 calling turn-on-xterm-mouse-tracking-on-terminal directly.
898
899 * xt-mouse.el: Don't change the global function-key-map anny more.
900 (xterm-mouse-mode): Use terminal-init-xterm-hook.
901 Don't use after-make-frame-functions now that term/xterm.el calls
902 us directly.
903 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
904 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
905 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
906 Setup input-decode-map and remember that xterm-mouse-mode was
907 enabled in this terminal.
908 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
909 terminals where it has been enabled.
910
911 * faces.el (tty-create-frame-with-faces): Make sure not only
912 tty-run-terminal-initialization but also set-locale-environment
913 are run only once per terminal.
914 (tty-run-terminal-initialization): Don't check if the terminal was
915 already initted.
916
917 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
918 not to remove keymaps that just happen to inherit from one of ours.
919 When setting up our keymap, make sure it won't be accidentally
920 modified by someone else.
921
922 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
923
924 * textmodes/artist.el (artist-previous-line, artist-next-line):
925 * dired.el (dired-next-line, dired-previous-line):
926 * progmodes/delphi.el (delphi-newline):
927 * textmodes/org.el (org-columns-eval):
928 Use forward-line.
929
930 * emerge.el (emerge-setup): Use insert-buffer-substring.
931 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
932
933 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
934
935 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
936 (adaptive-fill-function): Doc fix. Remove * from docstring.
937
938 2007-10-18 Tom Horsley <tom.horsley@att.net>
939
940 * simple.el (interprogram-paste-function): Doc fix.
941 (current-kill): Accept list of strings as well
942 as single string from `interprogram-paste-function'.
943
944 2007-10-18 Glenn Morris <rgm@gnu.org>
945
946 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
947
948 2007-10-18 Drew Adams <drew.adams@oracle.com>
949
950 * bindings.el (mode-line-minor-mode-keymap):
951 Add mouse-minor-mode-menu on mouse-1.
952 (mode-line-modes): Add mouse-1 to help-echo text.
953 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
954 New functions.
955 (mode-line-minor-mode-help): Doc fix.
956
957 2007-10-17 Juri Linkov <juri@jurta.org>
958
959 * textmodes/fill.el (fill-paragraph-or-region): Remove function
960 at the request of RMS.
961 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
962 arg `region'. Fix docstring. At the first `or' branch add call to
963 `fill-region' if it the region is active in transient-mark-mode.
964
965 * bindings.el (esc-map): Bind M-q to fill-paragraph
966 instead of fill-paragraph-or-region.
967
968 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
969 with fill-paragraph.
970
971 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
972 Fix docstring.
973
974 * indent.el (indent-for-tab-command): Change interactive spec from
975 "P" to "p". Add check for interactive arg before indenting the
976 active region.
977
978 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
979 Regroup.
980
981 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
982
983 * emacs-lisp/find-func.el: Don't require loadhist.
984
985 * loadhist.el (feature-symbols, file-provides, file-requires)
986 (file-set-intersect, file-dependents): Simplify.
987 (unload-feature-special-hooks): Update list of special hooks.
988
989 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
990
991 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
992 extensions since they can be viewed with doc-view.
993
994 * files.el (auto-mode-alist): Make doc-view-mode the default mode
995 for pdf, ps and dvi files.
996
997 * doc-view.el: Make doc-view-mode the standard mode for viewing
998 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
999 text and image display. Add binding C-c C-e to switch to an
1000 editing mode.
1001 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1002 avoid security problems when rendering files from untrusted sources.
1003
1004 2007-10-17 Aaron Hawley <aaronh@garden.org>
1005
1006 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1007 position is not saved.
1008
1009 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1012 (doc-view-ghostscript-options): Fix typo in doc string.
1013
1014 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1017 handling, so compilation-fake-loc works again.
1018
1019 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1020 (server-process-filter): Revert last change.
1021
1022 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1023 behavior unrelated to filesets.
1024
1025 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * longlines.el (longlines-wrap-follows-window-size): Integer value
1028 specifies wrapping margin.
1029 (longlines-mode, longlines-window-change-function):
1030 Set window-specific wrapping margin based on the above.
1031
1032 2007-10-17 John Wiegley <johnw@newartisans.com>
1033
1034 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1035
1036 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1037
1038 * server.el (server-process-filter): Only set display if X11 is
1039 supported.
1040
1041 2007-10-17 Glenn Morris <rgm@gnu.org>
1042
1043 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1044 Tweak regexp to avoid stack overflow.
1045
1046 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * simple.el (reindent-then-newline-and-indent): Don't assume that
1049 indent-according-to-mode preserves point.
1050
1051 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1054 (bs--nth-wrapper): Simplify.
1055 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1056 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1057 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1058 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1059 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1060 (bs-configurations, bs-default-configuration)
1061 (bs-alternative-configuration, bs-cycle-configuration-name)
1062 (bs-string-show-always, bs-string-show-never, bs-string-current)
1063 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1064 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1065 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1066 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1067 (bs--window-config-coming-from): Revert 2006-11-09 change.
1068 (bs--restore-window-config): Keep the selected frame.
1069 (bs--track-window-changes, bs--remove-hooks): New functions.
1070 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1071 (bs--create-header): Remove.
1072 (bs--create-header-line): New function, based on `bs--create-header'.
1073 (bs--show-header): Use `bs--create-header-line'.
1074 (bs--show-with-configuration): Revert 2006-11-09 change.
1075 Don't reuse window unless it is visible on the selected frame.
1076 Restore window configuration (possibly in a different frame)
1077 before creating any window.
1078
1079 2007-10-16 Glenn Morris <rgm@gnu.org>
1080
1081 * simple.el (blink-matching-open): Don't report false errors with
1082 the `$' syntax class.
1083
1084 2007-10-16 Richard Stallman <rms@gnu.org>
1085
1086 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1087 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1088 (ad-is-advised, ad-get-advice-info-field)
1089 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1090
1091 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1094 (vc-default-working-revision): Compatibility for backends.
1095
1096 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1099 (filesets-ormap, filesets-sort-case-sensitive-flag)
1100 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1101 Fix typos in docstrings.
1102 (filesets-conditional-sort, filesets-find-or-display-file)
1103 (filesets-data-get-name, filesets-data-get-data)
1104 (filesets-data-set, filesets-cmd-query-replace-getargs)
1105 (filesets-ingroup-collect): Doc fixes.
1106
1107 2007-10-15 Sam Steingold <sds@gnu.org>
1108
1109 * mail/sendmail.el (sendmail-error-reporting-interactive)
1110 (sendmail-error-reporting-non-interactive): New variables for
1111 sendmail error reporting options to simplify support for imperfect
1112 sendmail emulators.
1113 (sendmail-send-it): Use them instead of list literals.
1114
1115 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * help-fns.el: Revert previous change; it creates a
1118 dependency loop between advice.el and help-fns.el.
1119
1120 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * help-fns.el: Require advice when compiling.
1123
1124 2007-10-14 Drew Adams <drew.adams@oracle.com>
1125
1126 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1127 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1128 (ring-next, ring-previous): New functions.
1129
1130 2007-10-14 Richard Stallman <rms@gnu.org>
1131
1132 * emacs-lisp/advice.el (documentation): Advice deleted.
1133 Doc for advised functions is now handled at C level.
1134 (ad-stop-advice, ad-start-advice): Don't enable or disable
1135 advice for `documentation'.
1136 (ad-advised-definition-docstring-regexp): Var deleted.
1137 (ad-make-advised-definition-docstring): Store orig name
1138 as text property of string.
1139 (ad-advised-definition-p): Check for text property of docstring.
1140
1141 * help-fns.el (describe-function-1): Find source of advised functions.
1142
1143 2007-10-14 Juri Linkov <juri@jurta.org>
1144
1145 * faces.el (describe-face): Allow handling a string as the face name.
1146
1147 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1148 active region in transient-mark-mode.
1149 (ispell-region): Change messages displayed at the start and end of
1150 the spell-checking to be the same.
1151
1152 * startup.el (fancy-startup-tail): Say exactly what does the button
1153 dismiss ("Dismiss this startup screen"). Use text "Never show
1154 it again" for the checkbox after this button.
1155 (fancy-startup-screen, fancy-about-screen): Put point before the
1156 first link, so the user can quickly select links with the keyboard.
1157 (normal-mouse-startup-screen): Add more useful text describing how
1158 to follow a link.
1159
1160 2007-10-14 Glenn Morris <rgm@gnu.org>
1161
1162 * progmodes/etags.el (select-tags-table): Disable undo in the
1163 `*Tags Table List*' buffer.
1164
1165 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1166
1167 * dired.el (dired-warn-writable): New face.
1168 (dired-warn-writable-face): New variable.
1169 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1170 of dired-warning-face, for group- and world-writable files.
1171
1172 2007-10-13 Richard Stallman <rms@gnu.org>
1173
1174 * files.el (directory-abbrev-alist): Doc fix.
1175
1176 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1177
1178 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1179
1180 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1181
1182 * frame.el (set-frame-configuration): Assign name parameter only
1183 if it has been set explicitly before.
1184
1185 2007-10-11 Tom Tromey <tromey@redhat.com>
1186
1187 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1188 frame is visible.
1189
1190 2007-10-10 Richard Stallman <rms@gnu.org>
1191
1192 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1193 in *Backtrace*.
1194
1195 * faces.el (face-font-selection-order): Doc fix.
1196
1197 * loadhist.el (unload-feature): Doc fix.
1198
1199 2007-10-13 Glenn Morris <rgm@gnu.org>
1200
1201 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1202 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1203 Add doc string, and an explicit COUNT argument.
1204 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1205 `inc' to search functions.
1206
1207 * faces.el (face-spec-set): When FRAME is nil, set the default for
1208 new frames (restores pre-2007-09-17 behavior). Doc fix.
1209
1210 2007-10-13 John W. Eaton <jwe@octave.org>
1211
1212 * progmodes/octave-mod.el (octave-looking-at-kw)
1213 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1214 New functions.
1215 (octave-in-defun-p, calculate-octave-indent)
1216 (octave-blink-matching-block-open, octave-beginning-of-defun)
1217 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1218 to search for regexps that contain case-sensitive keywords.
1219 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1220 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1221
1222 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1223
1224 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1225 Do not use a single clause cond.
1226
1227 * cus-start.el (all): Use test that does not match the X11 version
1228 for mac.
1229
1230 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1231
1232 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1233 BROWSE buffer.
1234
1235 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1236
1237 * cus-start.el (all): Undo previous change.
1238
1239 2007-10-13 Glenn Morris <rgm@gnu.org>
1240
1241 * woman.el (woman0-rename): Fix paren typo.
1242
1243 * mail/feedmail.el (feedmail-run-the-queue)
1244 (feedmail-look-at-queue-directory):
1245 * mail/reporter.el (reporter-dump-state):
1246 * net/eudc-hotlist.el (eudc-edit-hotlist):
1247 * net/eudc.el (eudc-display-records)
1248 (eudc-filter-duplicate-attributes)
1249 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1250 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1251 (eudc-bbdb-query-internal):
1252 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1253 * net/socks.el (socks-build-auth-list):
1254 * progmodes/cc-cmds.el (top level):
1255 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1256 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1257 (cperl-write-tags, cperl-tags-treeify):
1258 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1259 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1260 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1261 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1262 (idlwave-toolbar-remove-everywhere):
1263 * progmodes/idlwave.el (idlwave-indent-line)
1264 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1265 (idlwave-write-paths, idlwave-all-method-classes)
1266 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1267 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1268 (idlwave-complete-in-buffer):
1269 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1270 (org-fast-tag-selection):
1271 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1272 than mapcar.
1273
1274 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1275
1276 * diff-mode.el (diff-fine-change): Add :group.
1277
1278 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1279
1280 * cus-start.el (all): Use the same test as the 22.2 branch.
1281
1282 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * diff-mode.el (diff-current-defun): Force recomputation of
1285 change-log-default-name.
1286
1287 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1290 and some leftover logic regarding dedicated frames. If showing
1291 concise startup screen, fit window to buffer.
1292 (command-line-1): If we will be using the splash screen, use
1293 find-file instead of find-file-other-window to find additional files.
1294 Comment out unused code for coping with the old sit-for behavior.
1295
1296 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1299 `meta' modifier consistently, rather than using sometimes meta
1300 sometimes alt.
1301
1302 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1303
1304 * window.el (handle-select-window): Revert part of 2007-10-08
1305 change setting the input focus.
1306
1307 2007-10-12 Glenn Morris <rgm@gnu.org>
1308
1309 * startup.el (command-line): Do not read abbrev file in batch mode.
1310
1311 * emacs-lisp/byte-opt.el (top level):
1312 * mail/rmail.el (rmail-list-to-menu):
1313 * obsolete/hilit19.el (hilit-mode):
1314 * progmodes/cc-mode.el (c-postprocess-file-styles)
1315 (c-submit-bug-report):
1316 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1317 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1318 (reftex-access-parse-file):
1319 * textmodes/reftex-cite.el (reftex-do-citation)
1320 (reftex-insert-bib-matches):
1321 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1322 * textmodes/reftex-sel.el (reftex-select-unmark):
1323 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1324 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1325
1326 * cus-edit.el (custom-variable-menu, custom-face-menu)
1327 (custom-group-menu): Check init-file-user rather than
1328 user-init-file, in case cus-edit is loaded by site-run-file.
1329
1330 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1331
1332 * vc.el (vc-deduce-fileset): Delete unused code.
1333 (vc-next-action): Fix typos.
1334
1335 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * bs.el (bs--mark-unmark): New function.
1338 (bs-mark-current, bs-unmark-current): Use it.
1339
1340 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1341
1342 * vc.el (vc-diff):
1343 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1344 temporarily disable the check for his edge case of
1345 vc-diff (stopping it from grinding when called from $HOME), as
1346 it's calling some brittle code in vc-hooks.el.
1347 (with-vc-properties): Fix evaluation time of a macro argument.
1348 * ediff-vers.el (ediff-vc-internal):
1349 * vc-hooks.el:
1350 * loaddefs.el: Follow up on VC terminology change.
1351
1352 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1353
1354 * follow.el (follow-stop-intercept-process-output):
1355 Use `follow-call-process-filter' rather than `process-filter'.
1356 Simplify.
1357 * vc.el (vc0iff): Prevent errors in an edge case.
1358
1359 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1360
1361 * vc-hooks.el (vc-registered): Robustify this function a bit
1362 against filenames with no directory component.
1363
1364 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * international/characters.el: Undo unwanted and unexplained change.
1367
1368 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1369
1370 * ps-print.el: Fix the usage of :foreground and :background face
1371 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1372 (ps-print-version): New version 6.7.6.
1373 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1374 Fix code.
1375 (ps-face-foreground-color-p, ps-face-background-color-p)
1376 (ps-face-color-p): New inline funs.
1377
1378 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1379
1380 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1381 (org-complete): Use `org-additional-option-like-keywords'.
1382 (org-parse-local-options): New function.
1383
1384 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1385
1386 * textmodes/org.el (org-in-clocktable-p): New function.
1387 (org-clock-report): Only update the table at point, or insert a new one.
1388 (org-clock-goto): New function.
1389 (org-open-file): Use `start-process-shell-command' instead of
1390 `shell-command' with an ampersand.
1391 (org-deadline, org-schedule): New argument REMOVE to remove the
1392 date from the entry.
1393 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1394 argument to `org-schedule' and `org-deadline'.
1395 (org-trim): Use the correct expressions for beginning and end of
1396 the string.
1397 (org-get-cleaned-entry): Trim the string before returning it.
1398 (org-clock-find-position): New function.
1399 (org-clock-into-drawer): New option.
1400 (org-agenda-tags-column): Rename from
1401 `org-agenda-align-tags-to-column'.
1402 (org-agenda-align-tags): Allow negative values for
1403 `org-agenda-tags-column'.
1404 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1405 (org-agenda-to-appt): New optional argument FILTER.
1406 (org-completion-fallback-command): New variable.
1407 (org-complete): Use `org-completion-fallback-command'.
1408 (org-find-base-buffer-visiting): Catch the case that there is no
1409 buffer visiting the file.
1410 (org-property-or-variable-value): New function.
1411 (org-todo): Use `org-property-or-variable-value'
1412 (org-agenda-compact-blocks): New option.
1413 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1414 (org-agenda-schedule, org-agenda-deadline):
1415 Call `org-agenda-show-new-time'.
1416 (org-agenda-show-new-time): New argument PREFIX.
1417 (org-colgroup-info-to-vline-list): Fix but that cause a
1418 shift in the vertical lines.
1419 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1420 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1421 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1422 (org-fix-bullet-type): Remove argument.
1423 (org-read-date): Check for am/pm twice, to catch the end time.
1424 (org-goto-map): Use `suppress-keymap'.
1425 (org-remember-apply-template): Respect the dynamically scoped
1426 selection character.
1427
1428 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1429
1430 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1431 Renaming of `org-latex-protect'.
1432 (org-export-latex-emphasis-alist): By default, don't protect
1433 any emphasis formatter from further conversion.
1434 (org-export-latex-tables): Honor column grouping for tables.
1435 (org-export-latex-title-command): New option.
1436 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1437 export backslash character.
1438
1439 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * frame.el (frame-inherited-parameters): Remove unused `environment'
1442 parameter, and let server.el add `client' when needed.
1443
1444 * server.el (server-create-tty-frame)
1445 (server-create-window-system-frame): Set frame-inherited-parameters.
1446
1447 * frame.el (frame-inherited-parameters): New var.
1448 (make-frame): Use it.
1449
1450 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1451
1452 * env.el (let-environment): Remove. Unused.
1453 (read-envvar-name): Simplify.
1454 (setenv): Remove unused arg `frame'.
1455
1456 * help-fns.el (describe-variable): Add missing " " for multiline
1457 obsolescence info and missing EOL after global value.
1458
1459 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1460
1461 * add-log.el:
1462 * ediff-vers.el:
1463 * log-view.el:
1464 * pcvs.el:
1465 * vc-arch.el:
1466 * vc-bzr.el:
1467 * vc-cvs.el:
1468 * vc.el:
1469 * vc-git.el:
1470 * vc-hg.el:
1471 * vc-hooks.el:
1472 * vc-mcvs.el:
1473 * vc-mtn.el:
1474 * vc-rcs.el:
1475 * vc-sccs.el:
1476 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1477 {find,init,next,previous,annotate-*,log}-version ->
1478 {find,init,next,previous,annotate-*,log}-revision,
1479 annotate-focus-version -> annotate-working-revision, The term
1480 'focus' is gone. The term 'revision' is now used consistently
1481 everywhere that reference to a revision ID is intended, replacing
1482 older use of 'version'.
1483
1484 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1485
1486 * follow.el: Change all instances of "Follow Mode" to "Follow
1487 mode" in docstrings and messages.
1488 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1489
1490 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1491
1492 * vc.el (vc-next-action): Rewrite completely; this principal
1493 entry point now operates on a current fileset selected either
1494 explicitly via VC-Dired or implicitly by visiting a file buffer,
1495 rather than always operating on the file of the current buffer as
1496 in older versions. Rewrite the rest of the mode to match.
1497 (with-vc-properties): Rewrite to operate on a file list.
1498 (with-vc-file): vc-checkin takes a file list argument now.
1499 (vc-post-command-functions): This hook now receives a file list.
1500 (vc-do-command): Take a either a file or a file list as argument.
1501 (vc-deduce-fileset): New function for deducing a file list to
1502 operate on.
1503 (vc-next-action-on-file, vc-next-action-dired): Remove.
1504 Merge into vc-next-action.
1505 (vc-register): Adapt to the fact that vc-start-entry now takes a
1506 file list.
1507 (vc-register-with): New function.
1508 (vc-start-entry): Take a file list argument rather than a
1509 file argument.
1510 (vc-checkout): Cope with vc-start-entry taking a file list.
1511 (vc-steal-lock): Cope with with-vc-properties taking a
1512 file list.
1513 (vc-checkin): Take a file list argument rather than a file argument.
1514 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1515 (vc-diff-internal): Rewrite for filesets.
1516 (vc-diff-sentinel): New function, tests whether changes were
1517 written into a diff buffer.
1518 (vc-diff): Rewrite for filesets.
1519 (vc-version-diff): Rewrite for filesets.
1520 (vc-print-log): Take a fileset argument.
1521 (vc-revert): Revert the entire selected fileset, not just the
1522 current buffer.
1523 (vc-rollback): Roll back the entire selected fileset, if
1524 possible. No longer accepts a prefix argument.
1525 (vc-update): Merge new changes for the entire selected
1526 fileset, not just the current buffer.
1527 (vc-revert-file): Cope with with-vc-properties taking a file list.
1528 (vc-default-dired-state-info): Add + status suffix if the file is
1529 modified.
1530 (vc-annotate-warp-version): Use the new diff machinery.
1531 (vc-log-edit): Take a file list argument rather than a file argument.
1532
1533 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1534
1535 Sync with Tramp 2.1.11.
1536
1537 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1538 Pacify byte compiler.
1539
1540 * net/trampver.el: Update release number.
1541
1542 2007-10-09 Richard Stallman <rms@gnu.org>
1543
1544 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1545
1546 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1547
1548 * follow.el: Require easymenu.
1549 (follow-mode-hook, follow-mode): Doc fixes.
1550 (follow-mode-off-hook): Mark as obsolete.
1551
1552 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1553
1554 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1555 select-window or select-frame events.
1556 (handle-select-window): When autoselecting window set input
1557 focus. Restructure.
1558
1559 * frame.el (focus-follows-mouse): Move to frame.c.
1560 * cus-start.el (all): Add focus-follows-mouse.
1561
1562 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1565 activate font-locking in the *buffer-selection* buffer.
1566 (bs-show-sorted): Doc fix.
1567
1568 * bs.el (bs--get-marked-string, bs--get-modified-string)
1569 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1570 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1571 (bs--format-aux): Doc fix.
1572
1573 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1574
1575 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1576
1577 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1578
1579 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1580 (gud-gdb): New function for old M-x gdb (text command mode).
1581 (gud-gdb-command-name, gdb): Move to...
1582
1583 * progmodes/gdb-ui.el: ...here and adapt doc string.
1584 (gud-gdba-command-name, gdba): Delete.
1585
1586 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1587
1588 * bs.el: Don't defvar `font-lock-verbose'.
1589 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1590 (bs--get-file-name): Fix typos in docstrings.
1591 (bs--show-header): Use `dolist' instead of `mapcar'.
1592 (bs-mode): Set `show-trailing-whitespace' to nil.
1593 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1594 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1595 Doc fixes.
1596
1597 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
1598
1599 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1600
1601 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1602
1603 * progmodes/gud.el (gdb): Make graphical mode the default and
1604 switch to text command mode if appropriate, i.e., reverse previous
1605 arrangement.
1606 (gud-gdb-marker-filter): Adapt for above change.
1607
1608 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1609 gud-minor-mode and gud-marker-filter.
1610 (gdb-fullname-regexp): New variable.
1611 (gud-gdba-marker-filter): Use it to switch to text command
1612 mode if appropriate.
1613
1614 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1615
1616 * progmodes/gud.el (gud-display-line): Find source buffer even when
1617 GUD buffer has its own frame.
1618
1619 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1620
1621 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1622
1623 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1624
1625 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1626
1627 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1628
1629 * allout.el (allout-before-change-handler): Replace got-char by
1630 goto-char.
1631
1632 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1635 Used to try and automatically enabled smerge-mode in the presence of
1636 conflicts and to call `svn resolved' when the conflicts are gone.
1637 (vc-svn-parse-status): Remember the svn-specific status.
1638
1639 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1640
1641 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1642 menu-bar-apropos-menu. All users changed.
1643 (menu-bar-help-menu): Change menu symbols to better match the text
1644 displayed by the menu.
1645
1646 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1647
1648 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1649 #, @, : and ^.
1650
1651 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1654
1655 * log-view.el (log-view-mode-map): Likewise.
1656
1657 * diff-mode.el (diff-mode-shared-map): Likewise.
1658
1659 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1660
1661 * files.el (file-name-sans-versions): Also allow `A-Z'.
1662
1663 * vc.el: Mention all supported VC backends.
1664
1665 2007-10-08 Richard Stallman <rms@gnu.org>
1666
1667 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1668 neighbouring buttons.
1669
1670 2007-10-08 Andreas Schwab <schwab@suse.de>
1671
1672 * files.el (file-name-sans-versions): Also allow `_'.
1673
1674 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1675
1676 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1677
1678 * log-view.el (log-view-mode-map, log-view-mode-menu):
1679 Bind log-view-annotate-version.
1680 (log-view-beginning-of-defun, log-view-end-of-defun)
1681 (log-view-annotate-version): New functions.
1682 (log-view-mode): Use log-view-beginning-of-defun and
1683 log-view-end-of-defun.
1684
1685 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1688
1689 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1692 neighbouring buttons.
1693
1694 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1695 Recognize gcc's use of "note" for informational messages.
1696
1697 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1700 (css-mode): Update correspondingly.
1701
1702 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1705 Signed-off-by, Acked-by and Merge.
1706
1707 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1710
1711 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * vc-mtn.el: New file.
1714
1715 * vc-hooks.el (vc-handled-backends): Add Mtn.
1716
1717 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1718
1719 * files.el (find-file, find-file-other-window)
1720 (find-file-other-frame, find-file-existing, find-file-read-only)
1721 (find-file-read-only-other-window)
1722 (find-file-read-only-other-frame)
1723 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1724
1725 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * progmodes/gud.el (gdb-ready): New variable.
1728 (gdb): Set it to nil. Set gud-running to nil here...
1729 (gud-common-init): ...instead of here.
1730
1731 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1732 Use gdb-ready. Discard input until GDB is ready to accept it.
1733
1734 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1735
1736 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1737 make it show up with eight colors.
1738
1739 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1742 diffs are concatenated with no intervening line.
1743
1744 2007-10-08 Dave Love <fx@gnu.org>
1745
1746 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1747 (python-font-lock-keywords): Update to the 2.5 version of the language.
1748 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1749 (python-backspace): Only behave funny in code.
1750 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1751 (inferior-python-mode): Add PDB prompt regexp.
1752 (python-fill-paragraph): Refine the fenced-string regexp.
1753 (python-find-imports): Handle imports spanning several lines.
1754 (python-mode): Add `class' to hideshow support.
1755
1756 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1759 Use add-log-buffer-file-name-function rather than binding
1760 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1761 when `fi' is the ChangeLog file itself.
1762
1763 * outline.el (outline-flag-region): Use front-advance.
1764
1765 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
1766
1767 * progmodes/cperl-mode.el: Merge upstream 5.23.
1768 (cperl-where-am-i): Remove function.
1769 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1770 (cperl-sniff-for-indent): De-invert [string] and [comment].
1771 When looking for label, skip s:m:y:tr.
1772 (cperl-indent-line): Likewise.
1773 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1774 (cperl-windowed-init): Wrong `ps-print' handling.
1775 Both thanks to Chong Yidong.
1776 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1777 (cperl-find-pods-heres): If the second part of s()[] is missing,
1778 don't try to highlight delimiters...
1779
1780 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * progmodes/compile.el (compilation-get-file-structure): Complete last
1783 change by also using spec-directory in the puthash.
1784
1785 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
1786
1787 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1788 (vc-bzr-status): Fix shadowing of variable 'status'.
1789 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1790 Use `expand-file-name' instead of `concat'.
1791 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1792 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1793
1794 2007-10-08 Jason Rumney <jasonr@gnu.org>
1795
1796 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1797
1798 2007-10-08 Richard Stallman <rms@gnu.org>
1799
1800 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1801 Add `safe-local-variable' property.
1802 (lisp-body-indent): Likewise.
1803
1804 2007-10-08 Richard Stallman <rms@gnu.org>
1805
1806 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1807 Add doc string.
1808
1809 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1810
1811 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1812
1813 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1814
1815 * repeat.el (repeat): Use last-repeatable-command instead of
1816 real-last-command. Run pre- and post-command hooks for
1817 self-insertion. Update doc-string.
1818
1819 2007-10-08 Alexandre Julliard <julliard@winehq.org>
1820
1821 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1822 state of the file.
1823 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1824 (vc-git-create-repo): Fix invalid command.
1825
1826 2007-10-08 Richard Stallman <rms@gnu.org>
1827
1828 * textmodes/flyspell.el (flyspell-mode):
1829 Catch errors in flyspell-mode-on.
1830
1831 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1834
1835 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * international/encoded-kb.el (encoded-kbd-setup-display):
1838 Use input-decode-map rather than local-key-translation-map.
1839
1840 * term/rxvt.el (rxvt-alternatives-map): New map.
1841 (terminal-init-rxvt): Use it.
1842 Bind rxvt-function-map in input-decode-map.
1843
1844 * term/xterm.el (xterm-alternatives-map): New map.
1845 (terminal-init-xterm): Use it.
1846 Bind xterm-function-map in input-decode-map.
1847
1848 * term/x-win.el (x-alternatives-map): New var.
1849 (x-setup-function-keys): Use it.
1850
1851 * help-fns.el (describe-variable): Slightly change the layout of
1852 meta-info to separate it better from the docstring.
1853 Standardize insertion of extra empty lines in various circumstances.
1854
1855 * diff-mode.el (diff-hunk-style): New fun.
1856 (diff-end-of-hunk): Use it.
1857 (diff-context->unified): Use the new `apply' undo element,
1858 if applicable, so as to save undo-log space.
1859 (diff-fine-change): New face.
1860 (diff-fine-highlight-preproc): New function.
1861 (diff-fine-highlight): New command.
1862 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1863
1864 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1865 (smerge-refine-highlight-change): Add `props' argument.
1866 (smerge-refine-subst): New function holding most of smerge-refine.
1867 (smerge-refine): Use it.
1868
1869 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
1870
1871 * vc.el (vc-default-wash-log): Remove unused code, the
1872 log washers all live in the backends now.
1873 (vc-default-comment-history): Correct for the fact
1874 that wash-log is argumentless in the new API.
1875
1876 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1879 (tramp-maybe-send-script): Apply `member' but `memq'.
1880 (tramp-advice-file-expand-wildcards): Simplify implementation.
1881
1882 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1885
1886 * mb-depth.el (minibuf-depth-indicator-function): New variable.
1887 (minibuf-depth-setup-minibuffer): Use it.
1888
1889 2007-10-07 Glenn Morris <rgm@gnu.org>
1890
1891 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1892 version numbers.
1893
1894 2007-10-06 Juri Linkov <juri@jurta.org>
1895
1896 * textmodes/fill.el (fill-paragraph-or-region): New function.
1897
1898 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1899 instead of fill-paragraph.
1900
1901 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1902 with fill-paragraph-or-region. Suspend command is now the same
1903 `suspend-frame' on window systems and on tty.
1904
1905 * image.el (image-type): Check if image-types is bound to not fail
1906 on tty.
1907
1908 * delsel.el (delete-selection-pre-hook):
1909 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1910 is fbound to not fail on mouseless tty.
1911
1912 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1913
1914 * net/tramp.el (top): Move loading of tramp-util.el and
1915 tramp-vc.el to tramp-compat.el.
1916 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
1917 temporary file if possible, in order to avoid a security hole.
1918 (tramp-do-copy-or-rename-file-out-of-band)
1919 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1920 with DONT-CREATE, because the connection is not setup yet.
1921 (tramp-handle-process-file): Rewrite temporary file handling.
1922 (tramp-completion-mode): New defvar.
1923 (tramp-completion-mode-p): Use it.
1924
1925 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1926
1927 * net/tramp-fish.el (tramp-fish-handle-process-file):
1928 Rewrite temporary file handling.
1929
1930 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1931
1932 * vc.el: Workfile version -> focus version change. Port various
1933 comments from new VC to reduce the noise in the diff.
1934 Patch in the new vc-create-repo function to go with the
1935 header comment about it already present.
1936 There are no changes to existing logic in this patch.
1937 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1938
1939 2007-10-06 Aaron Hawley <aaronh@garden.org>
1940
1941 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1942
1943 2007-10-05 Chris Moore <dooglus@gmail.com>
1944
1945 * server.el (server-kill-new-buffers): Doc fix.
1946
1947 2007-10-05 John W. Eaton <jwe@octave.org>
1948
1949 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1950 (octave-begin-keywords): Add "do".
1951 (octave-end-keywords): Remove "end".
1952 (octave-reserved-words): Add "end". Remove "all_va_args",
1953 "gplot", and 'gsplot".
1954 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1955 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1956 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1957 "default_return_value", "define_all_return_values",
1958 "do_fortran_indexing", "empty_list_elements_ok",
1959 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1960 "ok_to_lose_imaginary_part", "prefer_column_vectors",
1961 "prefer_zero_one_indexing", "propagate_empty_matrices",
1962 "resize_on_range_error", "treat_neg_dim_as_zero",
1963 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1964 "warn_divide_by_zero", "warn_function_name_clash",
1965 "warn_missing_semicolon", "whitespace_in_literal_matrix".
1966 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1967 "crash_dumps_octave_core", "sighup_dumps_octave_core",
1968 "sigterm_dumps_octave_core".
1969 (octave-block-match-alist): Remove "end" from block-end keywords.
1970 (octave-mode): Update ftp site address.
1971
1972 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
1973
1974 * vc.el: Reorder functions, no code changes.
1975
1976 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1979 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1980 the cond clauses where needed.
1981 (tramp-handle-write-region): Rearrange code for proper handling of
1982 tmpfile.
1983
1984 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1985
1986 * net/tramp.el:
1987 * net/tramp-fish.el:
1988 * net/tramp-ftp.el:
1989 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1990 `tramp-compat-make-temp-file'.
1991
1992 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1995
1996 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1999 already uses a more recent copyright version than the "current" one.
2000
2001 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2002
2003 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2004 (doc-view-insert-image): Minor aesthetical docstring changes.
2005
2006 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2007
2008 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2009 completing filename.
2010 (doc-view-search-internal): Docstring change.
2011
2012 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2015 (tramp-file-name-handler-alist):
2016 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2017 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2018 used before, creates the file already, which is not desired.
2019 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2020 temporary file.
2021 (tramp-handle-insert-file-contents): Assign the result in the
2022 short track case.
2023 (tramp-handle-insert-file-contents-literally): New defun.
2024 (tramp-completion-mode-p): Revert change from 2007-09-24.
2025 Checking for `return' etc as last character is not sufficient, for
2026 example in dired-mode when entering <g> (revert-buffer) or
2027 <s> (dired-sort).
2028
2029 * net/tramp-compat.el (top): Add also compatibility code for loading
2030 appropriate timer package.
2031 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2032 order to avoid autoloading problems.
2033
2034 * net/tramp-fish.el:
2035 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2036
2037 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2038 where the second parameter of `copy-file' or `rename-file' is a
2039 remote file but not via ftp.
2040
2041 2007-10-02 Richard Stallman <rms@gnu.org>
2042
2043 * frame.el (cursor-in-non-selected-windows): Doc fix.
2044
2045 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2046
2047 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2048 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2049
2050 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2051
2052 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2053 when `expt' doesn't give range errors.
2054
2055 2007-10-01 Markus Triska <markus.triska@gmx.at>
2056
2057 * calc/calc-math.el (math-smallest-emacs-expt):
2058 Make the computation more robust.
2059
2060 2007-09-30 David Kastrup <dak@gnu.org>
2061
2062 * startup.el (argv): Alias for `command-line-args-left' to use as
2063 `(pop argv)' inside of --eval command sequences. Allows for
2064 passing shell commands into Emacs verbatim without need for Lisp
2065 quoting.
2066
2067 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2068 check only for changed size.
2069 (auto-revert-tail-handler): Get size from caller. If the file has
2070 shrunk, tail the whole file again (the file presumably has been
2071 rewritten).
2072
2073 * woman.el (woman-topic-all-completions, woman-mini-help):
2074 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2075 actually was being manipulated in the loop.
2076 (woman-Cyg-to-Win, woman-pre-process-region)
2077 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2078 (woman-strings, woman-special-characters, woman1-hc)
2079 (woman-change-fonts, woman-find-next-control-line):
2080 Use `match-beginning' rather than `match-string' when the result is
2081 just used as a flag.
2082
2083 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2084
2085 * net/tramp-compat.el: New file.
2086
2087 * net/tramp.el:
2088 * net/tramp-fish.el:
2089 * net/tramp-smb.el:
2090 * net/tramp-uu.el:
2091 * net/trampver.el: Move compatibility code to tramp-compat.el.
2092 Apply `mapc' instead of `mapcar' when the code needs side effects
2093 only. Move utf-8 coding cookie to the second line.
2094
2095 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2096
2097 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2098 Improve custom type.
2099 (icon-map-list): Make it customizable. Document how to disable
2100 stock icons.
2101
2102 2007-09-30 Richard Stallman <rms@gnu.org>
2103
2104 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2105
2106 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2107
2108 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2109
2110 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2113 (t-mouse-mode): New compatibility alias.
2114
2115 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2116
2117 * server.el (server-delete-client): Only delete the terminal if it
2118 is non-nil.
2119
2120 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2121
2122 * net/tramp.el (with-file-property, with-connection-property):
2123 Highlight as keyword.
2124 (tramp-rfn-eshadow-setup-minibuffer)
2125 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2126 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2127 (tramp-do-copy-or-rename-file-directly)
2128 (tramp-do-copy-or-rename-file-out-of-band)
2129 (tramp-handle-shell-command, tramp-get-debug-buffer)
2130 (tramp-send-command-and-read, tramp-equal-remote)
2131 (tramp-get-local-gid): Pacify byte-compiler.
2132 (tramp-handle-file-name-directory): Result shall not be expanded.
2133 (tramp-find-foreign-file-name-handler): Rewrite.
2134 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2135
2136 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2137
2138 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2139 Apply `tramp-completion-mode-p'.
2140 (tramp-fish-handle-set-file-times)
2141 (tramp-fish-handle-executable-find)
2142 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2143 (tramp-fish-retrieve-data): Pacify byte-compiler.
2144
2145 * net/tramp-gw.el (tramp-gw-basic-authentication):
2146 Call `tramp-read-passwd' with first parameter `nil'.
2147
2148 2007-09-28 Glenn Morris <rgm@gnu.org>
2149
2150 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2151 than mapcar.
2152
2153 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2154 (tex-suscript-height-minimum): New customizable variables.
2155 (tex-suscript-height): New function.
2156 (superscript, subscript): Set height using tex-suscript-height
2157 rather than fixing at 0.8.
2158 (tex-fontify-script, tex-font-script-display): Add :version tag.
2159
2160 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * progmodes/python.el (python-eldoc-function): Doc fix.
2163
2164 2007-09-27 Glenn Morris <rgm@gnu.org>
2165
2166 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2167 image if it is not in image-type-auto-detectable, or is there with
2168 a nil value.
2169
2170 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2173 connection more robust.
2174
2175 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2178 Deal with the case that special &keywords are at the beginning or
2179 end of the argument list. Also add some (incomplete) support for
2180 non-standard arglists.
2181
2182 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2185 (eldoc-message-commands, eldoc-current-idle-delay)
2186 (eldoc-function-argstring-format): Fix typos in docstrings.
2187
2188 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2189
2190 * calc/calc-units.el (calc-convert-units)
2191 (calc-convert-temperature): Remove unnecessary colons.
2192
2193 2007-09-26 Bastien Guerry <bzg@altern.org>
2194
2195 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2196 New function.
2197 (org-export-latex-remove-from-headlines): Name changed because of typo.
2198 (org-export-latex-quotation-marks-convention): Option removed.
2199 (org-export-latex-make-preamble): Handle the DATE option.
2200 (org-export-latex-cleaned-string): Now the only cleaning function,
2201 synched up with org.el.
2202 (org-export-latex-lists, org-export-latex-parse-list)
2203 (org-export-list-to-latex): New functions.
2204
2205 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2206
2207 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2208 (org-outline-regexp): New constant.
2209 (org-remember-handler): Throw error when the target file is not in
2210 org-mode.
2211 (org-cleaned-string-for-export): No longer call
2212 `org-export-latex-cleaned-string' with an argument.
2213 (org-get-tags): Returns now a list, not a string.
2214 (org-get-tags-string): New function.
2215 (org-archive-subtree): No need to split return of `org-get-tags'.
2216 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2217 instead of `org-get-tags'.
2218 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2219 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2220 (org-compatible-face): New argument INHERITS. Inherit from this
2221 face if possible.
2222 (org-level-1, org-level-2, org-level-3, org-level-4)
2223 (org-level-5, org-level-6, org-level-7, org-level-8)
2224 (org-special-keyword, org-drawer, org-column, org-warning)
2225 (org-archived, org-todo, org-done, org-headline-done, org-table)
2226 (org-formula, org-code, org-agenda-structure)
2227 (org-scheduled-today, org-scheduled-previously)
2228 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2229 in the new way.
2230 (org-get-heading): New argument NO-TAGS.
2231 (org-fast-tag-selection-include-todo): Made defvar instead of
2232 defcustom, feature is not deprecated.
2233 (org-remember-store-without-prompt): New default value t.
2234 (org-todo-log-states): New variable.
2235 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2236 Compute the log states.
2237 (org-goto-map): More commands copied from global map. Also bind
2238 `org-occur'.
2239 (org-goto): Made into a general lookup command.
2240 (org-get-location): Complete rewrite.
2241 (org-goto-exit-command): New variable.
2242 (org-goto-selected-point): New variable.
2243 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2244 Set the new variables.
2245 (org-paste-subtree): Whitespace insertion strategy revised.
2246 (org-remember-apply-template): Protect v-A from the possibility
2247 that v-a might be nil.
2248 (org-remember-handler): Insertion rules revised.
2249 (org-todo): Respect org-todo-log-states.
2250 (org-up-heading-safe): New function.
2251 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2252
2253 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2254
2255 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2256 region if in transient-mark-mode.
2257
2258 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2259
2260 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2261 * calc/calc-help.el (calc-full-help):
2262 * calc/calc-misc.el (another-calc):
2263 * calc/calc-store.el (calc-var-name-map):
2264 * calc/calc-stuff.el (calc-flush-caches):
2265 * calc/calc-units.el (math-build-units-table):
2266 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2267 (calc-quit):
2268 * calendar/icalendar.el (icalendar--format-ical-event)
2269 (icalendar--convert-ical-to-diary):
2270 * emacs-lisp/authors.el (authors):
2271 * emacs-lisp/cust-print.el (custom-print-install)
2272 (custom-print-uninstall):
2273 * emacs-lisp/disass.el (disassemble-1):
2274 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2275 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2276 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2277 (elint-check-let-form, elint-check-condition-case-form)
2278 (elint-initialize):
2279 * emacs-lisp/elp.el (elp-results):
2280 * emacs-lisp/generic.el (generic-mode-internal):
2281 * emacs-lisp/re-builder.el (reb-delete-overlays):
2282 * emacs-lisp/regi.el (regi-interpret):
2283 * emacs-lisp/sregex.el (sregex--char-aux):
2284 * emulation/cua-rect.el (cua--deactivate-rectangle)
2285 (cua--highlight-rectangle, cua--rectangle-post-command):
2286 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2287 * emulation/viper-macs.el (viper-describe-kbd-macros)
2288 (viper-describe-one-macro):
2289 * emulation/viper-util.el (viper-setup-master-buffer):
2290 * emulation/viper.el (set-viper-state-in-major-mode):
2291 * international/mule-diag.el (describe-current-coding-system):
2292 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2293 * mail/emacsbug.el (report-emacs-bug):
2294 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2295 * obsolete/hilit19.el (hilit-unhighlight-region)
2296 (hilit-set-mode-patterns):
2297 * play/solitaire.el (solitaire-check, solitaire-solve):
2298 * play/zone.el (zone-pgm-rotate):
2299 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2300 * progmodes/ada-prj.el (ada-prj-display-page):
2301 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2302 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2303 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2304 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2305 * progmodes/sh-script.el (sh-make-vars-local)
2306 (sh-reset-indent-vars-to-global-values):
2307 * progmodes/sql.el (top):
2308 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2309 * progmodes/xscheme.el (top):
2310 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2311 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2312 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2313 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2314 (artist-submit-bug-report):
2315 * textmodes/flyspell.el (flyspell-delay-commands)
2316 (flyspell-deplacement-commands):
2317 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2318 (table--generate-source-cells-in-a-row, table--make-cell-map)
2319 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2320
2321 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * allout.el (produce-allout-mode-map, allout-process-exposed):
2324 * ansi-color.el (ansi-color-make-color-map):
2325 * autoinsert.el (auto-insert):
2326 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2327 * dired-aux.el (dired-create-files):
2328 * dired.el (dired-restore-desktop-buffer):
2329 * ediff-diff.el (ediff-setup-fine-diff-regions):
2330 * ediff-mult.el (ediff-intersect-directories)
2331 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2332 (ediff-redraw-registry-buffer):
2333 * ediff-ptch.el (ediff-fixup-patch-map):
2334 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2335 (ediff-really-quit, ediff-clear-diff-vector):
2336 * emerge.el (emerge-really-quit):
2337 * ffap.el (ffap-replace-file-component):
2338 * filecache.el (file-cache-add-directory)
2339 (file-cache-add-directory-recursively)
2340 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2341 (file-cache-delete-directory, file-cache-files-matching-internal)
2342 (file-cache-display):
2343 * files.el (cd):
2344 * find-lisp.el (find-lisp-insert-directory):
2345 * finder.el (finder-compile-keywords):
2346 * help.el (view-emacs-news):
2347 * hi-lock.el (hi-lock-write-interactive-patterns):
2348 * ido.el (ido-to-end, ido-set-matches-1):
2349 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2350 (image-dired-mark-tagged-files):
2351 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2352 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2353 * ps-print.el (ps-background, ps-begin-file)
2354 (ps-build-reference-face-lists):
2355 * simple.el (clone-buffer):
2356 * startup.el (command-line):
2357 * tempo.el (tempo-insert-template, tempo-is-user-element)
2358 (tempo-forward-mark, tempo-backward-mark):
2359 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2360
2361 2007-09-25 Glenn Morris <rgm@gnu.org>
2362
2363 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2364
2365 * view.el (view-search-no-match-lines): Add a doc string.
2366 Rewrite to simplify and work better.
2367
2368 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2369
2370 * progmodes/cc-mode.el (c-mode-base-map):
2371 Use c-indent-line-or-region instead of c-indent-line.
2372
2373 * indent.el (indent-for-tab-command): First check if the region is
2374 active.
2375
2376 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2377
2378 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2379 whitespace-rescan-timer-time is 0.
2380
2381 2007-09-24 Karl Berry <karl@gnu.org>
2382
2383 * international/mule.el (coding-system-base): Fix doc string grammar.
2384
2385 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * net/tramp.el (tramp-completion-mode-p): Rename from
2388 `tramp-completion-mode'. Revert logic, check `return', `newline'
2389 and such alike. Packages like Icicles tend to use other completion
2390 characters but `tab' and `space' only.
2391
2392 2007-09-24 Adam Hupp <adam@hupp.org>
2393
2394 * progmodes/python.el (run-python): Import emacs module without
2395 waiting; prevents lockup on error.
2396
2397 2007-09-23 Richard Stallman <rms@gnu.org>
2398
2399 * mail/sendmail.el (mail-bury): Delete the frame
2400 if this frame looks like it was made for this message.
2401
2402 * completion.el (completion-separator-self-insert-command)
2403 (completion-separator-self-insert-autofilling):
2404 If `self-insert-command' has been remapped, use the substitute.
2405
2406 * simple.el (copy-region-as-kill): Doc fix.
2407
2408 * textmodes/org.el (org-confirm-shell-link-function)
2409 (org-confirm-elisp-link-function): Doc fixes.
2410
2411 2007-09-23 Glenn Morris <rgm@gnu.org>
2412
2413 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2414
2415 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2416
2417 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2418
2419 * term/tvi970.el (terminal-init-tvi970): Likewise.
2420
2421 * term/sun-mouse.el (print-mouse-format): Likewise.
2422
2423 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2424 Use forward-line instead of previous-line and next-line.
2425
2426 2007-09-22 Juri Linkov <juri@jurta.org>
2427
2428 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2429
2430 * tutorial.el (tutorial--default-keys): Update standard bindings:
2431 rename `iconify-or-deiconify-frame' to `suspend-frame',
2432 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2433
2434 2007-09-22 Juri Linkov <juri@jurta.org>
2435
2436 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2437 Add help-echo to external links and to links without description.
2438 (fancy-splash-insert): Use help-echo from the 3rd element of the
2439 link specification list, or "Follow this link" if it's nil. Doc fix.
2440
2441 2007-09-22 Juri Linkov <juri@jurta.org>
2442
2443 * startup.el (command-line): Rename `inhibit-startup-message' to
2444 `inhibit-startup-screen'.
2445 (fancy-about-text): Use shorter label for "Ordering Manuals".
2446 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2447 is nil, display a line with "To start..." and 3 links to useful
2448 tasks. Display the "Dismiss" button and "Don't show this message
2449 again" only when concise is non-nil.
2450 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2451 arg `concise'. If CONCISE is non-nil, display a concise version
2452 of the splash screen in another window. Otherwise, switch to the
2453 startup buffer in the same window.
2454 (startup-echo-area-message): Change displayed binding from
2455 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2456 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2457 the GNU system".
2458 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2459 to "*GNU Emacs*".
2460 (display-about-screen): Don't check the existence of the buffer
2461 "*About GNU Emacs*".
2462 (display-splash-screen): Make alias to `display-startup-screen'.
2463 (command-line-1): Rename `inhibit-startup-message' to
2464 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2465 started with command line options "-f", "-funcall", "-e", "-eval",
2466 "-execute", "-insert", "-find-file", "-file", "-visit".
2467 Inhibit startup screen when Emacs is started with a file name only
2468 on tty (i.e. don't inhibit it when started with a file name like
2469 "emacs FILE..." on a window system).
2470 (command-line-1): Simplify logic of displaying the startup screen:
2471 if file-count > 0, then display the concise version in another
2472 window, otherwise display full version in the same window.
2473
2474 * help.el (help-map): Bind C-h C-a to about-emacs.
2475 (help-for-help-internal): Add C-a description to C-h help text.
2476
2477 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2480 (checkdoc-permit-comma-termination-flag): Autoload the
2481 safe-local-variable setting.
2482
2483 * bookmark.el (bookmark-xemacsp): Remove.
2484 (bookmark-make): Don't use bookmark-xemacsp,
2485 use (featurep 'xemacs) instead.
2486
2487 * speedbar.el (speedbar-frame-mode)
2488 (speedbar-frame-reposition-smartly)
2489 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2490 (speedbar-check-vc): Remove use of non-existent variable
2491 dframe-xemacsp, use (featurep 'xemacs) instead.
2492
2493 * indent.el (indent-for-tab-command): Indent the region if
2494 transient-mark-mode and the region is active.
2495
2496 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2497
2498 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2499 add inferior-octave-directory-tracker to the buffer-local value
2500 of comint-input-filter-functions.
2501
2502 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2503
2504 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2505
2506 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2509 on w32 frames.
2510
2511 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * startup.el (normal-top-level): Remove DISPLAY from
2514 process-environment to let it be computed dynamically in callproc.c.
2515
2516 * frame.el (frame-initialize, make-frame):
2517 * faces.el (tty-set-up-initial-frame-faces):
2518 * env.el (setenv): Don't set display-environment-variable.
2519
2520 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
2521 (server-create-tty-frame): Don't set unused `tty' property.
2522 Set `display' instead of display-environment-variable.
2523 (server-create-window-system-frame): No display-environment-variable.
2524
2525 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
2526
2527 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2528 (rfn-eshadow-update-overlay-hook): New defvars.
2529 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2530 Run the hooks.
2531
2532 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2533 (tramp-rfn-eshadow-setup-minibuffer)
2534 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
2535 rfn-eshadow.el.
2536
2537 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2538 timeout.
2539
2540 2007-09-21 Glenn Morris <rgm@gnu.org>
2541
2542 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2543 * term/sun-mouse.el (suspend-emacstool): Remove.
2544 * term/sun.el: Remove emacstool-related code.
2545
2546 * emacs-lisp/bytecomp.el (byte-compile-warnings)
2547 (byte-compile-warnings-safe-p): Add `mapcar'.
2548 (byte-compile-warning-types): Add mapcar and make-local.
2549 (byte-compile-normal-call): Add option to suppress mapcar warning.
2550 (top-level): Use mapc rather than mapcar in eval-when-compile.
2551
2552 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2553 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2554 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2555 Handle escaped parens.
2556 (latex-forward-sexp): Doc fix.
2557
2558 * eshell/esh-mode.el (eshell-output-filter-functions):
2559 Add eshell-postoutput-scroll-to-bottom.
2560
2561 * loadup.el: Remove termdev.
2562
2563 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2564 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2565
2566 2007-09-21 Markus Triska <markus.triska@gmx.at>
2567
2568 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2569 `mapcar' is called for effect.
2570
2571 2007-09-21 Kevin Ryde <user42@zip.com.au>
2572
2573 * international/mule.el (sgml-html-meta-auto-coding-function):
2574 Bind `case-fold-search' to t.
2575
2576 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * termdev.el: Remove.
2579
2580 * frame.el (get-device-terminal): New function. Moved from termdev.el.
2581 (frames-on-display-list): Use it.
2582
2583 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2584
2585 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2586
2587 2007-09-20 Richard Stallman <rms@gnu.org>
2588
2589 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2590
2591 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2594
2595 2007-09-20 Glenn Morris <rgm@gnu.org>
2596
2597 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2598 motion functions, rather than hard-coding "\n\n".
2599 (tex-validate-region): Check for eobp, to speed up.
2600 (tex-next-unmatched-end): Doc fix.
2601
2602 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * files.el (auto-mode-alist): Use archive-mode for .rar files.
2605
2606 * international/mule.el (auto-coding-alist): Rar archives are binary.
2607
2608 * arc-mode.el: Add basic support for Rar.
2609 (archive-find-type): Recognize Rar's signature.
2610 (archive-desummarize): New fun.
2611 (archive-summarize): Use it to restore the buffer's data in case
2612 someone wants to switch to some other major mode.
2613 (archive-resummarize): Use it as well.
2614 (archive-rar-summarize, archive-rar-extract): New functions.
2615
2616 * filesets.el: Remove spurious * in docstrings.
2617 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
2618 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2619 (filesets-ingroup-collect): Remove unused arg `depth'.
2620 (filesets-update): Remove unused arg `version'.
2621
2622 * finder.el (finder-compile-keywords): Fix up comment style.
2623 (finder-mouse-face-on-line): previous-line -> forward-line.
2624
2625 * recentf.el: Remove spurious * in docstrings.
2626 (recentf-save-list): Fix up comment style.
2627
2628 * progmodes/octave-mod.el: Remove spurious * in docstrings.
2629 (octave-mode-map): Move init into declaration and remove \t binding.
2630 (octave-mode-startup-message): Remove unused var.
2631 (octave-scan-blocks): Remove unused arg `from'.
2632 (octave-forward-block, octave-down-block, octave-up-block):
2633 Update callers.
2634
2635 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2636 (meta-mode-map): Likewise and remove \t binding.
2637
2638 * net/snmp-mode.el: Remove spurious * in docstrings.
2639 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2640 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2641 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2642 that completion accepts lists of strings.
2643 (snmp-mode-syntax-table): Move initialization into declaration.
2644 (snmp-mode-map): Likewise and remove \t binding.
2645 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2646 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2647 (snmp-indent-command): Remove.
2648
2649 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2650 binding, so tab-always-indent works right.
2651
2652 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
2653
2654 * net/browse-url.el (browse-url-elinks-new-window): New function.
2655 (browse-url-elinks): Use browse-url-elinks-new-window.
2656 Accept optional second argument `new-window'. Fix typo in doc-string.
2657 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2658 Improve error message.
2659
2660 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2661
2662 * net/browse-url.el (browse-url-url-encode-chars): Use the right
2663 parameter name in the function body.
2664 Reported by Johannes Weiner.
2665
2666 2007-09-19 Glenn Morris <rgm@gnu.org>
2667
2668 * net/socks.el (socks-open-network-stream): Signal an explicit
2669 error if the port associated with a service string can't be found.
2670
2671 * textmodes/tex-mode.el (tex-terminate-paragraph):
2672 Use backward-paragraph.
2673
2674 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * server.el (server-running-p): New function.
2677
2678 2007-09-18 Jason Rumney <jasonr@gnu.org>
2679
2680 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
2681 x-focus-frame.
2682
2683 * frame.el (select-frame-set-input-focus, select-frame-by-name):
2684 Use x-focus-frame for w32.
2685
2686 2007-09-17 David Kastrup <dak@gnu.org>
2687
2688 * textmodes/tex-mode.el (tex-verbatim-environments):
2689 Eliminate CL dependency.
2690
2691 2007-09-17 Richard Stallman <rms@gnu.org>
2692
2693 * newcomment.el (comment-add): New arg EXTRA.
2694 (comment-region-default): Pass EXTRA if not indenting lines.
2695
2696 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2697
2698 * net/browse-url.el (browse-url-url-encode-chars): New function.
2699 URL-encode some chars in a string.
2700 (browse-url-encode-url): Rewrite using the previous function.
2701 (browse-url-file-url): Use `browse-url-url-encode-chars'.
2702 (browse-url-elinks-sentinel): Fix typo.
2703 (browse-url-new-window-flag): Doc change.
2704
2705 2007-09-17 Glenn Morris <rgm@gnu.org>
2706
2707 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2708 filename from `--file-line-error', if it is available.
2709
2710 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2711
2712 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2713 TeX `--file-line-error' format.
2714
2715 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2716
2717 * xt-mouse.el: Delete add-hook calls that were moved to
2718 xterm-mouse-mode.
2719 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
2720 does not work.
2721
2722 2007-09-17 Richard Stallman <rms@gnu.org>
2723
2724 * cus-face.el (custom-theme-set-faces): Undo previous change.
2725
2726 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2727
2728 2007-09-17 Glenn Morris <rgm@gnu.org>
2729
2730 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2731 handling the case where the region is not in `tex-main-file'.
2732 (tex-region-1): Delete.
2733 (tex-region-header): New function, doing the header part of the
2734 old tex-region-1.
2735
2736 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * simple.el (newline): Simplify use of prefix-numeric-value.
2739 (line-move-partial): Remove unused var `ppos'.
2740 (line-move-1): Replace 9999 with most-positive-fixnum.
2741 (move-end-of-line): Use more efficient single-property search.
2742 (move-beginning-of-line): Remove unused var `start'.
2743 (blink-matching-open): Restructure in a more functional style.
2744
2745 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2746
2747 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2748
2749 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * server.el (server-clients): Only keep procs, no properties any more.
2752 (server-client): Remove.
2753 (server-client-get, server-client-set): Remove, replace all callers by
2754 process-get and process-put resp.
2755 (server-clients-with, server-add-client, server-delete-client)
2756 (server-create-tty-frame, server-create-window-system-frame)
2757 (server-process-filter, server-execute, server-visit-files)
2758 (server-buffer-done, server-kill-buffer-query-function)
2759 (server-kill-emacs-query-function, server-switch-buffer)
2760 (server-save-buffers-kill-terminal): Update accordingly.
2761
2762 * server.el (server-with-environment): Simplify.
2763 (server-select-display, server-unselect-display): Re-add functions that
2764 seem to have been lost in the multi-tty merge.
2765 (server-eval-and-print, server-create-tty-frame)
2766 (server-create-window-system-frame, server-goto-toplevel)
2767 (server-execute, server-return-error): New functions extracted from
2768 server-process-filter.
2769 (server-execute-continuation): New functions.
2770 (server-process-filter): Restructure so that all arguments are analysed
2771 first and then acted upon in a subsequent stage. This way
2772 server-goto-toplevel can be executed later, when we know if
2773 it's necessary.
2774 Remove the "-version" and "-version-good" support.
2775
2776 2007-09-16 Drew Adams <drew.adams@oracle.com>
2777
2778 * cus-edit.el (custom-face-edit-activate): Doc fix.
2779
2780 2007-09-16 Glenn Morris <rgm@gnu.org>
2781
2782 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2783 Following cal-bahai renaming, update all instances of
2784 list-bahai-diary-entries to diary-bahai-list-entries,
2785 mark-bahai-diary-entries to diary-bahai-mark-entries,
2786 calendar-goto-bahai-date to calendar-bahai-goto-date,
2787 insert-bahai-diary-entry to diary-bahai-insert-entry,
2788 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2789 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2790 calendar-print-bahai-date to calendar-bahai-print-date.
2791
2792 * textmodes/tex-mode.el (tex-region): Handle the case where the
2793 region is not in `tex-main-file'. Move the old code that applies
2794 to both cases...
2795 (tex-region-1): ...to this new function.
2796
2797 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * vc.el (vc-process-sentinel): New function.
2800 (vc-exec-after): Use it instead of using ugly hackish analysis and
2801 construction of Elisp code.
2802 (vc-sentinel-movepoint): New dynamically scoped var.
2803 (vc-print-log, vc-annotate): Set it to move the user's point.
2804
2805 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2806 inhibit-modification-hooks.
2807
2808 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2809 (calendar-bahai-print-date, calendar-bahai-goto-date)
2810 (diary-bahai-list-entries, diary-bahai-insert-entry):
2811 New names to clean up the namespace a bit more.
2812 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2813
2814 2007-09-15 Glenn Morris <rgm@gnu.org>
2815
2816 * calendar/holidays.el (holiday-list): Rename it back to
2817 `list-holidays', but leave `holiday-list' as an alias.
2818
2819 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2820 custom group.
2821
2822 * textmodes/css-mode.el (css): New custom group.
2823 (css-electrick-keys, css-selector, css-property)
2824 (css-indent-offset): Specify custom group.
2825
2826 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2829 (cvs-execute-single-file): Use process-file.
2830 (cvs-run-process): Use start-file-process.
2831
2832 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2833
2834 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2835 level. Remove the hooks when turning off the mode.
2836
2837 * term/xterm.el: Require xt-mouse at compile time.
2838 (terminal-init-xterm): Turn on xterm mouse tracking for this
2839 terminal if xterm-mouse-mode is enabled.
2840
2841 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2842
2843 * term/xterm.el (xterm-function-map): Replace bindings that were
2844 deleted by the merge.
2845
2846 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
2847
2848 * play/bubbles.el (bubbles-version): Bump value to "0.5".
2849 (bubbles-mode-map): Move define-key statements here.
2850 (bubbles-game-theme-menu): Ditto.
2851 (bubbles-graphics-theme-menu): Ditto.
2852 (bubbles-menu): Ditto.
2853 (bubbles-mode): Initialize buffer-undo-list, redisplay.
2854 (bubbles--initialize): Reset buffer-undo-list, redisplay.
2855 (bubbles-plop): Set buffer-undo-list, redisplay.
2856 (bubbles-undo): Reset buffer-undo-list, redisplay.
2857 (bubbles--show-images): Take care of missing text properties.
2858
2859 2007-09-14 Glenn Morris <rgm@gnu.org>
2860
2861 * startup.el (fancy-startup-text, fancy-about-text): Fix face
2862 quoting.
2863
2864 * calendar/cal-hebrew.el, calendar/cal-menu.el
2865 * calendar/calendar.el, calendar/diary-lib.el
2866 * calendar/holidays.el: Rename all instances of
2867 list-calendar-holidays callers to calendar-list-holidays,
2868 list-holidays to holiday-list, check-calendar-holidays to
2869 calendar-check-holidays, mark-calendar-holidays to
2870 calendar-mark-holidays, and filter-visible-calendar-holidays to
2871 holiday-filter-visible-calendar.
2872
2873 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * term/xterm.el (xterm-function-map): Add C-M- bindings.
2876
2877 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2878
2879 * play/bubbles.el (bubbles--initialize-images): Fix bug:
2880 Use transparent background for empty cells in graphics mode.
2881
2882 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2883
2884 * man.el (Man-default-man-entry): At end of line, continue looking
2885 to the next line for possible end of hyphenated command.
2886
2887 2007-09-13 Chris Moore <dooglus@gmail.com>
2888
2889 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2890 the command being edited.
2891
2892 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2893
2894 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2895
2896 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2899 C-M-S- keys.
2900
2901 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2902
2903 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2904
2905 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2906 New argument `filename-p' to use one set of confusing chars or another.
2907 (browse-url-file-url): Use the argument.
2908 Suggested by Johannes Weiner.
2909
2910 2007-09-12 Romain Francoise <romain@orebokech.com>
2911
2912 * cus-start.el (all): Revert 2007-09-08 change.
2913
2914 2007-09-12 Aaron Hawley <aaronh@garden.org>
2915
2916 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2917 extract .Z files, since it is more common than uncompress.
2918
2919 2007-09-12 Glenn Morris <rgm@gnu.org>
2920
2921 * textmodes/org-publish.el (org-publish-org-to-html): Remove
2922 duplicate function definition.
2923
2924 2007-09-10 Chris Moore <dooglus@gmail.com>
2925
2926 * diff-mode.el (diff-sanity-check-hunk):
2927 Also accept single-line hunks.
2928
2929 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * startup.el (startup-screen-inhibit-startup-screen)
2932 (pure-space-overflow-message): New vars.
2933 (fancy-splash-insert): Allow functions for face and link specs.
2934 (fancy-splash-head): Remove unused arg. Move splash text...
2935 (fancy-startup-text, fancy-about-text): ...here.
2936 (fancy-startup-tail): Rename from fancy-splash-tail.
2937 (fancy-startup-screen, fancy-about-screen): Split off from
2938 fancy-splash-screens.
2939 (display-startup-screen): New function.
2940 (display-about-screen): Rename from display-splash-screen.
2941 (command-line-1): Use concise startup screen if necessary.
2942
2943 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2944
2945 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2946 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2947
2948 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2951 (python-font-lock-keywords): Update to the 2.5 version of the language.
2952 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2953 (python-backspace): Only behave funny in code.
2954 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2955 (inferior-python-mode): Add PDB prompt regexp.
2956 (python-fill-paragraph): Refine the fenced-string regexp.
2957 (python-find-imports): Handle imports spanning several lines.
2958 (python-mode): Add `class' to hideshow support.
2959
2960 2007-09-10 Dave Love <fx@gnu.org>
2961
2962 * outline.el (outline-4, outline-5, outline-7):
2963 Move font-lock-builtin-face down from 4 to 7 to better keep the
2964 progression of color brightness, and to better match Org-mode's faces.
2965
2966 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2967
2968 * progmodes/meta-mode.el (meta-font-lock-keywords)
2969 (font-lock-match-meta-declaration-item-and-skip-to-next)
2970 (meta-comment-indent, meta-indent-previous-line)
2971 (meta-indent-unfinished-line, meta-beginning-of-defun)
2972 (meta-end-of-defun, meta-common-initialization): Handle \f.
2973 (meta-indent-unfinished-line): Do not handle a `%' in a string as
2974 a comment-start.
2975
2976 * files.el (file-modes-char-to-who, file-modes-char-to-right)
2977 (file-modes-rights-to-number): Auxiliary functions for symbolic to
2978 numeric notation of file modes.
2979 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
2980 numeric value.
2981 (read-file-modes): New. Read either an octal value of a file mode or a
2982 symbolic value, and return its numeric value.
2983
2984 * dired-aux.el (dired-do-chmod): Change to use the built-in
2985 `set-file-modes' and the previous symbolic mode parsing functions.
2986
2987 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * textmodes/texinfo.el: Remove spurious * in docstrings.
2990 (texinfo-mode-syntax-table, texinfo-mode-map):
2991 Initialize in the declaration.
2992
2993 * tmm.el: Remove spurious * in docstrings.
2994 (tmm-prompt): Use with-current-buffer.
2995
2996 * vcursor.el: Remove spurious * in docstrings.
2997 (vcursor-map): Initialize in the declaration.
2998 (vcursor-use-vcursor-map): Use define-minor-mode.
2999 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3000
3001 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3002 Initialize in the declaration.
3003 (widget-minor-mode): Use define-minor-mode.
3004
3005 * woman.el (woman-mode-map, woman-syntax-table):
3006 Initialize in the declaration.
3007
3008 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3009
3010 * doc-view.el: New file.
3011
3012 2007-09-09 Juri Linkov <juri@jurta.org>
3013
3014 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3015
3016 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3017
3018 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3019 to "Startup screen". Fix docstring.
3020 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3021 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3022 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3023 (initial-scratch-message): Fix docstring.
3024 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3025 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3026 Add link to "Customize Startup" and set interval between links to
3027 5 spaces.
3028 (fancy-about-text): Add links "Authors" and "Contributing".
3029 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3030 and "This is " on the about screen. Add link to
3031 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3032 For the about screen move emacs version to the header from
3033 `fancy-splash-tail' (as it's done already for normal about screen).
3034 (fancy-splash-tail): Insert emacs version only for startup screen.
3035 (normal-splash-screen): Remove duplicate empty lines.
3036 (normal-about-screen): Add links "Authors" and "Contributing".
3037
3038 * menu-bar.el (menu-bar-help-menu):
3039 Move "About Emacs" and "About GNU" to the end of the Help menu.
3040 Move "Emacs Psychotherapist" after "Send Bug Report...".
3041 Move "External Packages" after "Find Emacs Packages".
3042
3043 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3046 they are useless with the byte compiler.
3047 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3048 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3049 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3050 (tramp-file-name-real-host, tramp-file-name-port)
3051 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3052 defuns.
3053
3054 * net/tramp-cache.el (top): Improve error message when
3055 `tramp-persistency-file-name' is corrupted.
3056
3057 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3058
3059 * textmodes/org.el (org-re): Also replace the :alpha: class.
3060 (org-todo-tag-alist): Variable removed.
3061 (org-todo-key-alist, org-todo-key-trigger) New variables.
3062 (org-use-fast-todo-selection): New option.
3063 (org-log-done): Docstring fixed.
3064 (org-deadline-warning-days): New default value 14.
3065 (org-edit-timestamp-down-means-later) New option.
3066 (org-tag-alist): Docstring fixed.
3067 (org-fast-tag-selection-include-todo): New option.
3068 (org-export-language-setup): New languages added.
3069 (org-set-regexps-and-options): Compute the new variables.
3070 (org-paste-subtree): Cleaning up.
3071 (org-remember-apply-template): New escape %A.
3072 (org-todo): Call fast TODO selection.
3073 (org-fast-todo-selection): New function.
3074 (org-add-log-note): Allow prefix for abort exit.
3075 (org-at-property-p, org-entry-properties)
3076 (org-columns-get-autowidth-alist): Use :alpha: class.
3077 (org-get-wdays): New function.
3078 (org-agenda-remove-date): New variable.
3079 (org-agenda-get-deadlines): Use `org-get-wdays'.
3080 (org-agenda-get-deadlines): Reverse ee before returning.
3081 (org-format-agenda-item): New argument REMOVE-RE.
3082 (org-agenda-convert-date): Baha'i calendar added.
3083 (org-infile-export-plist): Also find DATE line.
3084 (org-get-min-level): New function.
3085 (org-export-as-html, org-export-as-ascii): Use the date format.
3086 (org-shiftup, org-shiftdown): Use.
3087 `org-edit-timestamp-down-means-later'.
3088 (org-assign-fast-keys): New function.
3089
3090 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3091
3092 * cus-start.el (all): Add prefer-window-split-horizontally from
3093 window.c.
3094
3095 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3096
3097 * net/browse-url.el (browse-url-galeon): Fix last change.
3098 (top-level): Require cl when compiling.
3099
3100 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3101
3102 * textmodes/org-export-latex.el: arch-tag restored.
3103
3104 * textmodes/org-publish.el: arch-tag restored.
3105
3106 2007-09-08 Masatake YAMATO <jet@gyve.org>
3107
3108 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3109
3110 * progmodes/cc-langs.el: Support new keywords added to
3111 objective-c frontend of gcc.
3112 (c-simple-stmt-kwds): Add @throw.
3113 (c-block-stmt-2-kwds): Add @synchronized.
3114 (c-block-stmt-1-kwds): Add @finally and @try.
3115
3116 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3117
3118 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3119 (org-agenda-after-show-hook): New variable.
3120 (org-columns-compile-format)
3121 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3122 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3123 property names.
3124 (org-get-wdays): New function.
3125
3126 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3129
3130 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3131
3132 * vc-arch.el (vc-arch-checkin): Fix typo.
3133
3134 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3135
3136 * cus-face.el (custom-theme-set-faces): Set face attributes
3137 locally for each frame.
3138
3139 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3142 via font-lock-defaults.
3143
3144 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3145 derived-mode-p.
3146
3147 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3148
3149 * progmodes/autoconf.el (autoconf-definition-regexp):
3150 Handle optional square brackets around definition name.
3151
3152 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3153
3154 * net/browse-url.el (browse-url-browser-function): Add elinks.
3155 (browse-url-elinks-wrapper): New option.
3156 (browse-url-encode-url, browse-url-elinks)
3157 (browse-url-elinks-sentinel): New functions.
3158 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3159 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3160 Use new function browse-url-encode-url.
3161
3162 2007-09-07 Glenn Morris <rgm@gnu.org>
3163
3164 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3165 say if multi-tty is present.
3166
3167 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * cus-start.el (split-window-preferred-function): Add custom info.
3170
3171 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3172 (calendar-mark-holidays, calendar-list-holidays)
3173 (holiday-filter-visible-calendar): New names to clean up namespace.
3174 (filter-visible-calendar-holidays, list-calendar-holidays)
3175 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3176 Add compatibility aliases.
3177 (calendar-check-holidays, calendar-mark-holidays)
3178 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3179 (holiday-sexp): Replace append with list.
3180 (holiday-filter-visible-calendar): Replace append with push.
3181
3182 * woman.el: Remove spurious * in docstrings.
3183 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3184 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3185 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3186 (woman-write-directory-cache, woman-display-extended-fonts)
3187 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3188 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3189 (woman-mode): Use inhibit-read-only.
3190 (woman-negative-vertical-space): Use dotimes.
3191 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3192
3193 2007-09-06 Romain Francoise <romain@orebokech.com>
3194
3195 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3196 (vc-bzr-workfile-version): Use it.
3197
3198 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3199
3200 * complete.el (PC-do-completion): Don't try to treat
3201 empty string as an abbreviation.
3202
3203 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3204
3205 * help-fns.el (describe-variable): Keep doc's text properties.
3206
3207 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3210 instead of a file.
3211
3212 2007-09-06 Glenn Morris <rgm@gnu.org>
3213
3214 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3215 (checkdoc-minor-mode): Allow user to specify lighter via
3216 checkdoc-minor-mode-string.
3217
3218 2007-09-05 Richard Stallman <rms@gnu.org>
3219
3220 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3221 Several items removed, simplified, or put on one line.
3222 (fancy-about-text): Add substantial contents, part of startup text.
3223 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3224 (normal-splash-screen): Call normal-mouse-startup-screen,
3225 normal-no-mouse-startup-screen, or normal-about-screen.
3226 (normal-mouse-startup-screen): New fn, broken out, shortened.
3227 (normal-no-mouse-startup-screen): New fn, broken out.
3228 (normal-about-screen): New function, contents all new.
3229
3230 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3231
3232 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3233
3234 2007-09-05 Glenn Morris <rgm@gnu.org>
3235
3236 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3237 is bound.
3238
3239 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3240
3241 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3242 in doc string.
3243
3244 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3245
3246 * server.el (server-start, server-unload-hook): Undo previous change.
3247
3248 * xt-mouse.el: Undo previous change.
3249
3250 2007-09-04 Juri Linkov <juri@jurta.org>
3251
3252 * startup.el (fancy-about-text): New variable.
3253 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3254 (fancy-current-text, fancy-splash-stop-time)
3255 (fancy-splash-outer-buffer): Remove variables.
3256 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3257 `startup' and use it to conditionally display different texts for
3258 Startup and About screens. Don't display Help commands on the About
3259 screen.
3260 (fancy-splash-screens-1): Remove function and move its content to
3261 `fancy-splash-screens' to the part that dislpays the About screen.
3262 (exit-splash-screen): Don't treat specially exiting from
3263 alternating screens.
3264 (fancy-splash-screens): Rename argument `static' to `startup'.
3265 Fix docstring. Remove code for displaying alternating screens.
3266 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3267 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3268 for `inhibit-read-only'.
3269 (normal-splash-screen): Rename argument `static' to `startup'.
3270 Fix docstring. Use argument `startup' to conditionally display
3271 different texts for Startup and About screens. Don't display Help
3272 commands on the About screen. Remove `unwind-protect' `sit-for'
3273 delay and `kill-buffer' after it.
3274 (display-startup-echo-area-message): Remove call to
3275 `use-fancy-splash-screens-p' because image.el is preloaded and
3276 doesn't display "Loading image... done".
3277 (display-splash-screen): Rename argument `static' to `startup'.
3278 Fix docstring.
3279
3280 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3281
3282 * server.el (server-start, server-unload-hook):
3283 suspend-tty-functions has been renamed to suspend-tty-hook.
3284
3285 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3286 resume-tty-hook.
3287
3288 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3289
3290 * loadup.el: Fix merge problem, only load "button" once.
3291
3292 2007-09-03 Glenn Morris <rgm@gnu.org>
3293
3294 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3295 "Working file:" as the prefix, for the sake of
3296 log-view-current-file.
3297
3298 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3299
3300 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3301 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3302 if the selected frames is in
3303 xterm-modify-other-keys-terminal-list.
3304 (xterm-turn-off-modify-other-keys): Add an optional frame
3305 parameter. Only turn off modify-other-keys if FRAME is in
3306 xterm-modify-other-keys-terminal-list.
3307 (xterm-remove-modify-other-keys): New function.
3308 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3309 Add the selected frame to xterm-modify-other-keys-terminal-list.
3310
3311 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3312
3313 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3314 (icon-map-list): New variable.
3315 (x-gtk-map-stock): Use icon-map-list.
3316
3317 2007-09-02 Romain Francoise <romain@orebokech.com>
3318
3319 * log-view.el (log-view-current-file): Balance parens.
3320
3321 2007-09-02 Glenn Morris <rgm@gnu.org>
3322
3323 * comint.el (comint-mode): Don't set scroll-conservatively.
3324
3325 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3326 non-command arguments.
3327
3328 * log-view.el (log-view-current-file): Give a more explicit error
3329 if log-view-file-re fails to find a match.
3330
3331 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3332
3333 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3334 Fix bug: Don't expand top-level file name more than once.
3335 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3336
3337 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * server.el (server-process-filter): Don't display the splash screen.
3340 It's annoying enough on the initial screen and becomes positively
3341 obnoxious here.
3342
3343 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3346 Change naming to use "avl-tree--" for internal functions.
3347
3348 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3349
3350 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3351 the merge.
3352 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3353 (provide): Move to the end of file.
3354
3355 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3356
3357 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3358
3359 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3360 New variable. List of exceptions for the duplicated word rule.
3361 (flyspell-mark-duplications-flag): Mention it.
3362 (flyspell-word): Treat it.
3363
3364 * files.el (create-file-buffer): If the filename sans directory starts
3365 with spaces, remove them.
3366
3367 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3368
3369 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3370 (x-gtk-map-stock): Use two directory elements when matching
3371 file name.
3372
3373 2007-08-31 James Wright <james@chumsley.org>
3374
3375 * eshell/em-unix.el (eshell/info): New function.
3376
3377 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * frame.el (frame-initialize, make-frame):
3380 * server.el (server-process-filter):
3381 * faces.el (tty-set-up-initial-frame-faces): Don't set
3382 term-environment-variable since it's not used any more.
3383
3384 * env.el (setenv): Don't treat $TERM specially.
3385
3386 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3387 stated otherwise, subprocesses do not send back escape sequences
3388 corresponding to the terminal from which Emacs was started.
3389
3390 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3391
3392 * calculator.el: Require cl for compilation.
3393
3394 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3395
3396 * outline.el (outline-font-lock-levels): Comment out unused var.
3397 (outline-font-lock-face): Wrap around face list to handle any
3398 nesting depth gracefully.
3399
3400 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3401
3402 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3403 `set-file-times'.
3404
3405 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3406
3407 * textmodes/org.el (org-export-visible): Fix drawers before export.
3408 (org-do-sort): Allow sorting by priority.
3409 (org-agenda-files): Ignore non-existing files.
3410 (org-agenda-skip-unavailable-files): New variable.
3411 (org-ellipsis): All a face as value.
3412 (org-mode): Interprete the face value of `org-ellipsis'.
3413 (org-archive-save-context-info): New option.
3414 (org-archive-subtree): Store context info in archived entry.
3415 (org-fast-tag-selection-can-set-todo-state): New variable.
3416 (org-fast-tag-selection): Allow setting TODO states through this
3417 interface.
3418 (org-cycle): Docstring updated.
3419 (org-todo-keyword-faces): New option.
3420 (org-get-todo-face): New function.
3421 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3422 Use `org-get-todo-face'.
3423 (org-switch-to-buffer-other-window): New function.
3424 (org-table-edit-field, org-table-show-reference)
3425 (org-table-edit-formulas, org-add-log-note)
3426 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3427 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3428 `switch-to-buffer-other-window' to make sure that the temporary
3429 windows show up on the current frame.
3430 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3431 (org-get-entries-from-diary, org-replace-region-by-html):
3432 Don't allow pop-up frames.
3433 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3434 Fix problems with time-of-day.
3435 (org-export-get-title-from-subtree): New function.
3436 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3437 with listing items that are DONE.
3438 (org-change-tag-in-region): New command.
3439 (org-agenda-skip-scheduled-if-done)
3440 (org-agenda-skip-deadline-if-done): Docstring clarified.
3441 (org-mode): Hide drawers on startup.
3442 (org-get-todo-face): New function.
3443 (org-todo-keyword-faces): New option.
3444 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3445 (org-remove-keyword-keys): New function.
3446
3447 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3448
3449 * progmodes/grep.el (grep-find-ignored-directories):
3450 Add monotone _MTN bookkeeping directory in workspaces.
3451 Add RCS control directory. List items in alphabetical order.
3452
3453 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3454 Sort items in alphabetical order. Fix parens.
3455
3456 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3457
3458 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3459 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3460 (vc-hg-pull): New functions.
3461 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3462
3463 * term/mac-win.el: Don't require url, only autoloaded url
3464 functions are used in this file.
3465
3466 2007-08-29 Andreas Schwab <schwab@suse.de>
3467
3468 * shell.el (shell): Return correct value from interactive spec.
3469
3470 2007-08-29 Glenn Morris <rgm@gnu.org>
3471
3472 * version.el (emacs-version): Increase to 23.0.50.
3473
3474 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3475
3476 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3477
3478 2007-08-29 Juri Linkov <juri@jurta.org>
3479
3480 * loadup.el: Add "button" loading after "faces" and move "startup"
3481 to load after "button".
3482
3483 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3484
3485 * loadup.el: Load term/mac-win on a Mac using Carbon.
3486
3487 * term/mac-win.el: Provide mac-win.
3488 (mac-initialized): New variable.
3489 (mac-initialize-window-system): New function. Move global setup here.
3490 (handle-args-function-alist, frame-creation-function-alist):
3491 (window-system-initialization-alist): Add mac entries.
3492 (x-setup-function-keys): New function containing all the
3493 top level function key definitions.
3494
3495 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3496
3497 * env.el (read-envvar-name): Don't consider the environment frame param.
3498
3499 * env.el (setenv):
3500 * frame.el (frame-initialize, make-frame):
3501 * faces.el (tty-set-up-initial-frame-faces):
3502 * server.el (server-process-filter): Set
3503 display-environment-variable and term-environment-variable.
3504
3505 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3506
3507 2007-08-29 Jason Rumney <jasonr@gnu.org>
3508
3509 * loadup.el: Only load term/x-win when X is compiled in.
3510 Load term/w32-win and dependencies on windows-nt.
3511
3512 * term/w32-win.el: Reorder to match x-win.el more closely.
3513 Provide w32-win. Don't throw error when global window-system not w32.
3514 (internal-face-interactive): Remove obsolete function.
3515 (x-setup-function-keys): Use local-function-key-map.
3516 (w32-initialized): New variable.
3517 (w32-initialize-window-system): Set it.
3518 Move more global setup here.
3519 (x-setup-function-keys): New function.
3520 (w32-initialize-window-system): Move non function key global setup here.
3521 (x-cut-buffer-max): Remove.
3522 (w32-initialize-window-system): New function.
3523 (handle-args-function-alist, frame-creation-function-alist):
3524 (window-system-initialization-alist): Add w32 entries.
3525
3526 2007-08-29 David Kastrup <dak@gnu.org>
3527
3528 * env.el (getenv): Pass frame to getenv-internal.
3529
3530 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3531
3532 * version.el (emacs-version): Show if multi-tty is present.
3533
3534 * loadup.el: Delay loading env; mule-conf gets confused by cl
3535 during bootstrap. Also load termdev and term/x-win.
3536
3537 * bindings.el (mode-line-client): New variable.
3538 (help-echo): Add it to the default mode-line format.
3539
3540 * cus-start.el: Remove bogus window-system reference from GTK test.
3541
3542 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
3543 (ebrowse-electric-position-mode-map):
3544 * ebuff-menu.el (electric-buffer-menu-mode-map):
3545 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3546 not `suspend-emacs'.
3547
3548 * ediff-wind.el (ediff-setup-windows-automatic): New function.
3549 (ediff-window-setup-function): Use it as default.
3550
3551 * files.el (save-buffers-kill-terminal): New function.
3552 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3553
3554 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3555 and `with-selected-frame'.
3556
3557 * help-fns.el (describe-variable): Describe frame-local variables
3558 correctly.
3559
3560 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3561 display support.
3562 (normal-erase-is-backspace-setup-frame): New function.
3563
3564 * subr.el (with-selected-frame): New function.
3565 (read-quoted-char): Use terminal-local binding of
3566 local-function-key-map instead of function-key-map.
3567
3568 * talk.el (talk): New function.
3569 (talk-handle-delete-frame): New function.
3570 (talk-add-display): Open a new frame only if FRAME was not a frame.
3571
3572 * termdev.el: New file.
3573
3574 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
3575 * term/x-win.el: Don't bind f10.
3576 * tmm.el: Remove autoload binding for f10.
3577
3578 * international/encoded-kb.el (encoded-kbd-setup-display): Use
3579 `set-input-meta-mode'. Fix broken condition before set-input-mode.
3580 Store the saved input method as a terminal parameter. Add keymap
3581 parameter. Use it instead of changing key-translation-map directly.
3582 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3583 Remove.
3584 (encoded-kbd-setup-display): New function.
3585
3586 * international/mule-cmds.el (set-locale-environment): Fix getenv
3587 call. Use save-buffers-kill-terminal. Ignore window-system; always
3588 set the keyboard coding system. Add DISPLAY parameter.
3589 (set-display-table-and-terminal-coding-system): Add DISPLAY
3590 parameter. Pass it to set-terminal-coding-system.
3591
3592 * international/mule.el (keyboard-coding-system): Test for
3593 encoded-kbd-setup-display, not encoded-kbd-mode.
3594 (set-terminal-coding-system, set-keyboard-coding-system): Add
3595 DISPLAY parameter.
3596 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3597
3598 * term/README: Update.
3599
3600 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3601
3602 * term/x-win.el (x-setup-function-keys): New function. Move
3603 function-key-map tweaks here. Protect against multiple calls on
3604 the same terminal. Use terminal-local binding of
3605 local-function-key-map instead of function-key-map.
3606 (x-initialize-window-system): Make a copy of pure list. Pass a
3607 frame getenv.
3608
3609 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3610 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3611 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3612 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3613 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3614 local-function-key-map instead of function-key-map.
3615
3616 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3617 `substitute-key-definition' and `define-key' calls against
3618 multiple execution. Use terminal-local binding of
3619 local-function-key-map instead of function-key-map. Pass a frame
3620 to getenv.
3621
3622 * edmacro.el (edmacro-format-keys):
3623 * emulation/cua-base.el (cua--pre-command-handler):
3624 * isearch.el (isearch-other-meta-char):
3625 * xt-mouse.el: Use terminal-local binding of
3626 local-function-key-map instead of function-key-map.
3627
3628 * fringe.el (set-fringe-mode): Simplify and fix using
3629 `modify-all-frames-parameters'.
3630 * scroll-bar.el (set-scroll-bar-mode): Ditto.
3631 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
3632 check before calling `tool-bar-setup'.
3633 (tool-bar-setup): New variable.
3634 (tool-bar-setup): Use it to guard against multiple calls. Add
3635 optional frame parameter, and select that frame before adding items.
3636 (toggle-tool-bar-mode-from-frame): New function.
3637
3638 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3639 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3640 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3641 "Tool-bar" toggles to reflect the state of the current frame.
3642 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3643
3644 * env.el: Require cl for byte compilation (for `block' and `return').
3645 (environment, setenv-internal): New functions.
3646 (let-environment): New macro.
3647 (setenv, getenv): Add optional terminal parameter. Update docs.
3648 (setenv): Use setenv-internal. Always set process-environment.
3649 Handle `local-environment-variables'.
3650 (read-envvar-name, setenv, getenv): Use frame parameters
3651 to store the local environment, not terminal parameters. Include
3652 `process-environment' as well.
3653
3654 * faces.el (tty-run-terminal-initialization): New function.
3655 (tty-create-frame-with-faces): Use it. Set up faces and
3656 background mode only after the terminal has been initialized.
3657 Call terminal-init-*. Don't load the initialization file more
3658 than once. Call set-locale-environment.
3659 (frame-set-background-mode): Handle the 'background-mode terminal
3660 parameter.
3661 (tty-find-type): New function.
3662 (x-create-frame-with-faces): Remove bogus check for
3663 first frame. Call `tool-bar-setup'. Don't make frame visible
3664 until we are done setting up all its parameters. Call
3665 x-setup-function-keys.
3666
3667 * frame.el (make-frame): Always inherit 'environment and 'client
3668 parameters. Set up the 'environment frame parameter, when needed.
3669 Also inherit 'client parameter. Don't override explicitly
3670 specified values with inherited ones. Add 'terminal frame
3671 parameter. Append window-system-default-frame-alist to parameters
3672 before calling frame-creation-function.
3673 (frame-initialize): Copy the environment from the initial frame.
3674 (window-system-default-frame-alist): Enhance doc string.
3675 (frame-notice-user-settings): Don't put 'tool-bar-lines in
3676 `default-frame-alist' when initial frame is on a tty.
3677 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
3678 Remove specified parameters from `window-system-default-frame-alist'.
3679 (make-frame-on-tty, framep-on-display, suspend-frame):
3680 Extend doc string, update parameter names.
3681 (frames-on-display-list): Use terminal-id to get the display id.
3682 (frame-notice-user-settings): Extend to apply
3683 settings in `window-system-default-frame-alist' as well.
3684 (terminal-id, terminal-parameters, terminal-parameter)
3685 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
3686 (delete-frame-functions): Add to `delete-frame-functions' hook.
3687 (blink-cursor-mode): Adapt blink-cursor-mode default
3688 value from startup.el.
3689 (make-frame-on-display): Protect condition on x-initialized when
3690 x-win.el is not loaded. Update doc.
3691 (suspend-frame): Use display-controlling-tty-p to decide between
3692 suspend-emacs and suspend-tty.
3693 (frames-on-display-list): Update for display ids.
3694 (framep-on-display): Ditto.
3695 (suspend-frame): Use display-name, not frame-tty-name.
3696 (selected-terminal): New function.
3697
3698 * server.el: Use `device' instead of `display' or `display-id' in
3699 variable and client parameter names.
3700 (server-select-display): Remove (unused).
3701 (server-tty-live-p, server-handle-delete-tty): Remove.
3702 (server-unquote-arg, server-quote-arg, server-buffer-clients):
3703 Update docs.
3704 (server-getenv-from, server-with-environment, server-send-string)
3705 (server-save-buffers-kill-terminal): New functions.
3706 (server-delete-client): Handle quits in kill-buffer. Don't kill
3707 modified buffers. Add extra logging. Delete frames after
3708 deleting the tty. Clear 'client parameter before deleting a frame.
3709 Use delete-display, not delete-tty.
3710 (server-visit-files): Don't set `server-existing-buffer' if the
3711 buffer already has other clients. Return list of buffers
3712 created. Update doc. Don't set client-record when nowait.
3713 (server-handle-delete-frame): Delete the client if this was its
3714 last frame. Check that the frame is alive. Remove bogus comment.
3715 Add note on possible race condition. Delete tty clients, if needed.
3716 (server-handle-suspend-tty): Use server-send-string. Kill the
3717 client in case of errors from process-send-string. Use the display
3718 parameter.
3719 (server-unload-hook): Remove obsolete delete-tty hook.
3720 (server-start): Ask before restarting if the old server still has
3721 clients. Add feedback messages. Remove obsolete delete-tty hook.
3722 (server-process-filter): Use server-send-string. Accept `-dir'
3723 command. Switch to *scratch* immediately after creating the frame,
3724 before evaluating any -evals. Protect `display-splash-screen'
3725 call in a condition-case. Explain why. Call
3726 `display-startup-echo-area-message' before
3727 `display-splash-screen'. Don't display the splash screen when no
3728 frame was created. Show the Emacs splash screen and startup echo
3729 area message. Display the *scratch* buffer by default. Store the
3730 local environment in a frame (not terminal) parameter. Do not try
3731 to decode environment strings. Fix reference to the 'display
3732 frame parameter. Change syntax of environment variables. Put
3733 environment into terminal parameters, not client parameters. Use
3734 a dummy client with --no-wait's X frames. In `-position LINE'
3735 handler, don't ruin the request string until the line number is
3736 extracted. Log opened files. Handle -current-frame command.
3737 Don't create frames when it is given. Don't bind X frames to the
3738 client when we are in -no-wait mode. Set locale environment
3739 variables from client while creating tty frames. Disable call to
3740 configure-display-for-locale. When processing -position command,
3741 don't change the request string until the parameters are
3742 extracted. Don't try to create an X frame when Emacs does not
3743 support it. Improve logging. Temporarily set ncurses-related
3744 environment variables to those of the client while creating a new
3745 tty frame. Select buffers opened by nowait clients, don't leave
3746 them buried under others. Set the display parameter, and use it
3747 when appropriate.
3748
3749 * startup.el (display-startup-echo-area-message): Handle
3750 `inhibit-startup-echo-area-message' here.
3751 (command-line-1): Moved from here.
3752 (fancy-splash-screens): Use `overriding-local-map' instead of
3753 `overriding-terminal-local-map' for now; the latter doesn't work
3754 right, it looses keypresses to another terminal. Use
3755 `overriding-terminal-local-map' to set up keymap. Install a
3756 `delete-frame-functions' hook to catch `delete-frame' events.
3757 Ignore `select-window' events to cope better with
3758 `focus-follows-mouse'. Don't switch back to the original buffer
3759 if the splash frame has been killed. Restore previous buffer, even
3760 if it's *scratch*.
3761 (normal-splash-screen): Don't let-bind `mode-line-format'; it
3762 changes the global binding - setq it instead. Use
3763 `save-buffers-kill-terminal'.
3764 (display-splash-screen): Don't do anything if the splash screen is
3765 already displayed elsewhere.
3766 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3767 (command-line): Replace duplicated code with a call to
3768 tty-run-terminal-initialization. Don't load the terminal
3769 initialization file more than once. Remove call to nonexistent
3770 function `set-locale-translation-file-name'.
3771
3772 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3773 parameters.
3774 (xterm-mouse-position-function, xterm-mouse-event): Update.
3775 (xterm-mouse-mode): Don't depend on current value of window-system.
3776 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3777 Update for multi-tty.
3778 (turn-on-xterm-mouse-tracking-on-terminal)
3779 (turn-off-xterm-mouse-tracking-on-terminal)
3780 (xterm-mouse-handle-delete-frame): New functions.
3781 (delete-frame-functions, after-make-frame-functions)
3782 (suspend-tty-functions, resume-tty-functions): Install extra hooks
3783 for multi-tty.
3784
3785 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3786
3787 * ps-print.el: Fix the usage of :foreground and :background face
3788 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3789 (ps-print-version): New version 7.2.5.
3790 (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix
3791 code.
3792 (ps-face-foreground-color-p, ps-face-background-color-p)
3793 (ps-face-color-p): New inline funs.
3794 (ps-background, ps-begin-file, ps-build-reference-face-lists): Use
3795 `mapc' rather than `mapcar'.
3796
3797
3798 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * simple.el (invisible-p): Remove: implemented in C now.
3801 (line-move-invisible-p): Remove obsolete alias.
3802
3803 2007-08-28 Juri Linkov <juri@jurta.org>
3804
3805 * image-mode.el (image-type): New variable.
3806 (image-mode): Set default major mode name to "Image[text]".
3807 (image-minor-mode): Change LIGHTER to display image-type in the
3808 mode line.
3809 (image-minor-mode): Set default image-type to "text".
3810 (image-toggle-display): After switching to text mode, set
3811 image-type to "text" and major mode name to "Image[text]".
3812 After switching to image mode, set image-type to actual image
3813 type, and add image type to major mode name. Let-bind the same
3814 variable names as arguments of `image-type' and `create-image'.
3815 Bind `type' to the result of `image-type' and use it as arg
3816 of `create-image' to not determine the image type twice.
3817
3818 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
3819
3820 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3821 (tramp-set-file-uid-gid, tramp-get-local-uid)
3822 (tramp-get-local-gid): New defuns.
3823 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3824 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3825 Improve fast track.
3826 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3827 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
3828 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3829 (tramp-handle-write-region): Improve fast track.
3830 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3831 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3832 be nil.
3833
3834 2007-08-28 Ivan Kanis <apple@kanis.eu>
3835
3836 * time.el: New feature to display several time zones in a buffer.
3837 (display-time-world-mode, display-time-world-display)
3838 (display-time-world, display-time-world-timer): New functions.
3839 (display-time-world-list, display-time-world-time-format)
3840 (display-time-world-buffer-name, display-time-world-timer-enable)
3841 (display-time-world-timer-second, display-time-world-mode-map):
3842 New variables.
3843
3844 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3845
3846 * term/x-win.el (x-gtk-stock-map): New variable.
3847 (x-gtk-map-stock): New function.
3848
3849 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3850 prev/next-node.
3851
3852 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3853
3854 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3855
3856 2007-08-28 Glenn Morris <rgm@gnu.org>
3857
3858 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3859
3860 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3861
3862 * progmodes/modula2.el (m2-definition, m2-module):
3863 Don't use previous-line. Reported by T. V. Raman.
3864
3865 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3866
3867 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3868 argument to tool-bar-mode call.
3869
3870 2007-08-27 Glenn Morris <rgm@gnu.org>
3871
3872 * diff-mode.el (diff-find-file-name): Only accept regular files,
3873 to rule out /dev/null, directories, etc.
3874
3875 * vc-svn.el (vc-svn-diff): If the repository version of all the
3876 files is the same as the specified OLDVERS, do a local diff.
3877
3878 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3881 of buffers in uniquify-managed.
3882
3883 * simple.el (invisible-p): Rename from text-invisible-p.
3884 Update callers.
3885
3886 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3889 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3890 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3891 (cperl-etags-goto-tag-location): Use new style backquotes.
3892
3893 * net/browse-url.el: Remove spurious * in custom docstrings.
3894 (browse-url-filename-alist): Use new-style backquote.
3895
3896 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3897 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3898
3899 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3900 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3901
3902 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3903
3904 * net/socks.el (socks-username/password-auth-filter):
3905 Remove unused vars `state' and `desired-len'.
3906 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3907 (socks-wait-for-state-change): Use new-style backquotes.
3908
3909 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3910
3911 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3912 backquotes after each `read' rather than once per buffer.
3913
3914 * dframe.el: Remove spurious * in custom docstrings.
3915 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3916 (dframe-xemacs20p): Remove, inline at the sole use point.
3917 (defface): Don't defvar the face, don't use old-style backquote.
3918 (defcustom): Don't use old-style backquote.
3919 (dframe-frame-parameter, dframe-mouse-event-p):
3920 Make it obvious that it's always defined.
3921 (dframe-popup-kludge): New function to replace
3922 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3923 (dframe-frame-mode, dframe-set-timer-internal)
3924 (dframe-mouse-set-point): Remove use of with-no-warnings from
3925 XEmacs-specific code.
3926 (dframe-set-timer-internal): Fix very old bug with
3927 post-command-idle-hook.
3928
3929 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3930
3931 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3932
3933 * emacs-lisp/avl-tree.el: New file.
3934
3935 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3936
3937 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3938 was used.
3939
3940 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
3941
3942 * complete.el (PC-do-completion): Make RET accept a non-unique but
3943 complete expansion again.
3944
3945 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
3946
3947 * eshell/esh-opt.el (eshell-eval-using-options):
3948 Add debug declaration.
3949
3950 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3951
3952 * log-view.el (log-view-toggle-mark-entry): Add docstring.
3953 (log-view-get-marked): Likewise.
3954
3955 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3956 (vc-delete-automatic-version-backups): Likewise.
3957
3958 * vc.el (vc-dired-buffers-for-dir): Likewise.
3959
3960 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3961
3962 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3963 safe-local-variable setting.
3964 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3965
3966 * log-view.el (log-view-marked-list): Delete variable.
3967 (log-view-mode): Don't use it.
3968 (log-view-toggle-mark-entry): Likewise, simplify.
3969 (log-view-current-tag): Don't return properties.
3970 (log-view-get-marked): New function.
3971
3972 2007-08-25 Alexandre Julliard <julliard@winehq.org>
3973
3974 * vc-git.el (vc-git-mode-line-string): New function.
3975
3976 2007-08-25 Alan Mackenzie <acm@muc.de>
3977
3978 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3979 new language variable.
3980
3981 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3982 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3983 "extern" etc., rather than BOI. Fix addition of spurious
3984 syntactic-symbol 'defun-block-intro, replacing it with
3985 'innamespace, etc.
3986
3987 2007-08-25 Juri Linkov <juri@jurta.org>
3988
3989 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3990
3991 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3992 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3993 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3994
3995 * image.el (image-type-header-regexps): Use more complex regexp for svg.
3996 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3997 (image-type-auto-detectable): Add (svg . maybe).
3998
3999 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4000 to treat it like .tgz.
4001
4002 * calendar/cal-bahai.el: Add file coding cookie.
4003
4004 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4005
4006 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4007 Don't behave differently when executed via M-x. Add doc string.
4008
4009 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4010 safe-local-variable.
4011
4012 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4013
4014 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4015 the default value.
4016 (math-calendar-tzinfo): New variable.
4017 (math-get-calendar-tzinfo): New function.
4018 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4019 to get information when zone is nil.
4020
4021 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4022
4023 * log-view.el (log-view-toggle-mark-entry): New function.
4024 (log-view-mode-map): Bind it.
4025 (log-view-marked-list): New variable.
4026 (log-view-mode): Make it local.
4027
4028 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4029
4030 * play/zone.el (zone-pgm-rat-race): New func.
4031 (zone-programs): Add `zone-pgm-rat-race'.
4032
4033 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4036 a list.
4037
4038 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4039
4040 * progmodes/hideshow.el (hs-match-data): Delete alias.
4041 (hs-hide-block-at-point, hs-find-block-beginning)
4042 (hs-show-block): Use `match-data' directly.
4043
4044 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4045
4046 * format.el (format-alist): Fix typo in doc-string.
4047
4048 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4049
4050 * net/tramp.el (tramp-local-host-p): New defun.
4051 (tramp-handle-file-local-copy, tramp-handle-write-region):
4052 Implement fast track when being on the local host.
4053 (tramp-file-name-handler): Don't set "started" property. It shall
4054 be reserved for the "ftp" method.
4055 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4056
4057 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4058 (tramp-ftp-file-name-handler): Set "started" property.
4059
4060 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4061
4062 * files.el (backup-buffer-copy): Don't wrap delete in
4063 condition-case, only try to delete if file exists.
4064
4065 2007-08-24 Glenn Morris <rgm@gnu.org>
4066
4067 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4068
4069 * startup.el (tutorial-directory): Set with eval-at-startup so it
4070 gets the right value in an installed Emacs.
4071
4072 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4073
4074 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4075 (eldoc-highlight-function-argument): Use it.
4076
4077 2007-08-23 Masatake YAMATO <jet@gyve.org>
4078
4079 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4080 name of parameters in document body.
4081
4082 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4085 (byte-compile-output-as-comment): Use with-current-buffer rather than
4086 a weird set-buffer&prog1 combination.
4087
4088 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4089 test so as to optimise cases where the `progn's result is constant.
4090
4091 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4092
4093 * locate.el (locate-get-file-positions):
4094 Use line-beginning-position and line-end-position.
4095
4096 2007-08-23 John Wiegley <johnw@newartisans.com>
4097
4098 * calendar/cal-bahai.el: Added in the diacriticals that were
4099 missing for many of the month names.
4100
4101 2007-08-22 Jason Rumney <jasonr@gnu.org>
4102
4103 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4104
4105 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4108
4109 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4110
4111 * dabbrev.el (dabbrev--progress-reporter): New variable.
4112 (dabbrev--scanning-message): Delete func.
4113 (dabbrev--find-expansion): Use a progress reporter
4114 instead of dabbrev--scanning-message.
4115
4116 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * comint.el (comint-exec-1): Raise an error if
4119 `start-file-process' does not return a process object.
4120
4121 * shell.el (shell): Prompt for `default-directory' if it is a
4122 remote file name, and if called with a prefix arg.
4123
4124 2007-08-22 Sam Steingold <sds@gnu.org>
4125
4126 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4127
4128 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4129
4130 * textmodes/org-export-latex.el: New file.
4131
4132 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4133
4134 * textmodes/org.el (org-agenda-skip): Allow a form for
4135 `org-agenda-skip-function'.
4136 (org-agenda-redo): Re-use local settings.
4137 (org-agenda): Store local settings.
4138 (org-agenda-deadline-faces): New option.
4139 (org-agenda-deadline-face): New function.
4140 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4141 entries on their due date.
4142 (org-agenda-get-timestamps): No longer handle the due dates of
4143 schedules and deadline items.
4144 (org-insert-link-global, org-open-at-point-global): New commands.
4145 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4146 :for-ascii parameter.
4147 (org-skip-comments): Function removed.
4148 (org-cleaned-string-for-export): Handle special table lines.
4149 (org-global-properties): New option.
4150 (org-entry-get-with-inheritance): Check global properties.
4151 (org-local-properties): New variable.
4152 (org-set-regexps-and-options): Find the #+PROPERTY line.
4153 (org-link-types): Change type into variable (was constant).
4154 (org-make-link-regexps): New function.
4155 (org-link-re-with-space, org-link-re-with-space2)
4156 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4157 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4158 these regular expressions happens now in the function
4159 `org-make-link-regexps'.
4160 (org-store-link): Call the functions in
4161 `org-store-link-functions'.
4162 (org-add-link-type): New function.
4163 (org-store-link-functions): New variable.
4164 (org-activate-tags): Force matches to be in headlines.
4165 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4166 (org-columns-display-here): Make sure this works in a narrowed
4167 buffer by checking for point-min.
4168 (org-columns-display-here): Make the rest of the line intangible,
4169 so that point never can be there.
4170 (org-cleaned-string-for-export): Use `with-current-buffer'.
4171 (org-replace-region-by-html): Use `with-current-buffer'.
4172 (org-unfontify-region, org-do-occur, org-columns-display-here)
4173 (org-columns-remove-overlays, org-columns-quit)
4174 (org-columns-edit-value, org-columns-next-allowed-value)
4175 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4176 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4177 (org-agenda-todo, org-agenda-change-all-lines)
4178 (org-agenda-align-tags, org-agenda-priority)
4179 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4180 (org-agenda-show-new-time, org-cleaned-string-for-export)
4181 (org-export-grab-title-from-buffer)
4182 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4183 instead of `buffer-read-only'.
4184 (org-export-as-html): Set `coding-system-for-write'.
4185 (org-remember-store-without-prompt): New option.
4186 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4187 (org-beginning-of-line): Also treat C-a special in items.
4188 (org-table-convert-refs-to-rc): Fixed problem with column
4189 reference after "..".
4190 (org-columns-compute): Don't mark buffer modified because of text
4191 properties.
4192 (org-batch-store-agenda-views): Use the variable
4193 `default-directory', not the function.
4194 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4195 (org-clock-out-when-done): New option.
4196 (org-html-entities): Added HTML entities for smileys.
4197
4198 2007-08-22 Glenn Morris <rgm@gnu.org>
4199
4200 * image.el (create-image): Doc fix.
4201
4202 * startup.el (tutorial-directory): New constant.
4203 (fancy-splash-text): Tutorials now in tutorial-directory.
4204 * tutorial.el (help-with-tutorial): Tutorials now in
4205 tutorial-directory.
4206
4207 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4210 otherwise.
4211 (tramp-get-remote-path): New defun. Replace occurrences of
4212 `tramp-default-remote-path' by this function.
4213 (tramp-set-remote-path): Move most of the code to
4214 `tramp-get-remote-path'.
4215 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4216 existing directories, this is done already in
4217 `tramp-get-remote-path'.
4218
4219 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4220
4221 * image-file.el (image-file-name-extensions): Add "svg".
4222 * image.el (image-type-header-regexps): Add svg entry.
4223
4224 2007-08-22 Glenn Morris <rgm@gnu.org>
4225
4226 * files.el (backup-buffer-copy): Check backup directory is
4227 writable, to avoid infloop deleting old backup.
4228
4229 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4230 movemail related variables.
4231 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4232 will now be set before this is called.
4233
4234 2007-08-21 Juri Linkov <juri@jurta.org>
4235
4236 * delsel.el (delete-selection-pre-hook):
4237 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4238 instead of checking last-command.
4239
4240 2007-08-21 Juri Linkov <juri@jurta.org>
4241
4242 * loadup.el: Preload "button".
4243
4244 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4247 Add previous-line and next-line.
4248
4249 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4250 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4251
4252 * vc-hooks.el (vc-menu-entry): New var.
4253 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4254 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4255 (vc-menu-map): Declare and initialize in one step.
4256 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4257
4258 * menu-bar.el (vc-menu-map): Don't setup any more.
4259 Instead, just create the proper spot in the menu.
4260
4261 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * smerge-mode.el (smerge-resolve): New arg `safe'.
4264 (smerge-resolve-all, smerge-batch-resolve): New function.
4265 (smerge-refine): Make sure `diff' returns the expected result.
4266 (smerge-parsep-re): New const.
4267 (smerge-mode): Use it to adjust paragraph-separate.
4268
4269 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4270 Correctly match / regexp matchers as first char on a line when
4271 fontifying only that line.
4272
4273 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4274
4275 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4278 (vc-bzr-registered): Don't redundantly protect against
4279 file-error. Actually use the format-specific code.
4280 (vc-bzr-buffer-nonblank-p): Remove.
4281 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4282
4283 2007-08-20 Juri Linkov <juri@jurta.org>
4284
4285 * startup.el (fancy-splash-text): Change multiple tabs into one
4286 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4287 and "Recover Crashed Session").
4288 (fancy-splash-screens): Set tab-width to 22.
4289 (normal-splash-screen): Replace literal tabs with \t and
4290 fix whitespace. Remove "Useful File menu items" section (with
4291 "Exit Emacs" and "Recover Crashed Session").
4292
4293 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4294
4295 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4296 extracted from `eval-last-sexp-1'.
4297 (eval-last-sexp-1): Call `preceding-sexp'.
4298
4299 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4300
4301 * vc-rcs.el (vc-rcs-annotate-command):
4302 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4303 Add back :vc-annotate-prefix propertization.
4304
4305 2007-08-20 Andreas Schwab <schwab@suse.de>
4306
4307 * mail/rmail.el (rmail-autodetect): Doc fix.
4308
4309 2007-08-19 Juri Linkov <juri@jurta.org>
4310
4311 * startup.el (normal-splash-screen): Add more links.
4312
4313 2007-08-19 Juri Linkov <juri@jurta.org>
4314
4315 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4316 because it's common to both types of splash screen: fancy and normal.
4317 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4318 (exit-splash-screen): Rename from `fancy-splash-quit'.
4319 Use `quit-window' instead of `kill-buffer'.
4320 (fancy-splash-head): Use make-button to insert GNU image link.
4321 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4322 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4323 (normal-splash-screen): Put "Browse manuals" on the same line with
4324 "Emacs manual". Remove descriptions from "Useful tasks" and put
4325 all links in two columns on two lines.
4326
4327 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4328
4329 * emulation/viper.el (viper-remove-hooks): Remove some additional
4330 viper hooks when the user calls viper-go-away.
4331 (viper-go-away): Restore the default of default-major-mode.
4332 Save the value of default-major-mode before vaperization.
4333
4334 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4335
4336 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4337
4338 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4339 buffer for which file is created.
4340
4341 2007-08-19 Glenn Morris <rgm@gnu.org>
4342
4343 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4344 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4345 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4346 shadow files messing up the compilation.
4347
4348 2007-08-18 Glenn Morris <rgm@gnu.org>
4349
4350 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4351 string. Also apply eldoc-argument-case in the help-split-fundoc
4352 case. Adapt for changed behavior of eldoc-function-argstring,
4353 eldoc-function-argstring-format, and
4354 eldoc-highlight-function-argument.
4355 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4356 just call eldoc-docstring-format-sym-doc in that case.
4357 (eldoc-function-argstring): Change the behavior. Now it converts
4358 an argument list to a string.
4359 (eldoc-function-argstring-format): Change the behavior. Now it
4360 applies `eldoc-argument-case' to a string.
4361
4362 * progmodes/scheme.el (scheme-mode-variables): Set
4363 font-lock-comment-start-skip.
4364
4365 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4366
4367 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4368 set-syntax-table from here to ...
4369 (ada-mode): ... here. Do not change global value of
4370 comment-multi-line. Call new function
4371 ada-initialize-syntax-table-properties and add new function
4372 ada-handle-syntax-table-properties to font-lock-mode-hook.
4373 (ada-deactivate-properties, ada-initialize-properties): Replace
4374 by new functions ...
4375 (ada-handle-syntax-table-properties)
4376 (ada-initialize-syntax-table-properties)
4377 (ada-set-syntax-table-properties): ... to set up syntax-table
4378 properties uniformly, independently from whether font-lock-mode
4379 is enabled or not. Handle read-only buffers and do not change
4380 undo-list when setting syntax-table properties.
4381 (ada-after-change-function): Use ada-set-syntax-table-properties.
4382
4383 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4384
4385 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4386 (meta-indent-current-nesting): Use a computation of the nesting
4387 instead.
4388 (meta-indent-current-indentation): Indentation is given according
4389 to nesting and if the previous line was finished or not.
4390 (meta-indent-unfinished-line): Tell if the current line ends with
4391 a finished expression.
4392 (meta-indent-looking-at-code): Like `looking-at', but checks if
4393 the point is in a string before.
4394 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4395 done in the nesting function.
4396 (meta-indent-in-string-p): Tell if the current point is in a
4397 string.
4398 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4399 previous functions.
4400
4401 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4402
4403 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4404 (copyright-update-year, copyright-update)
4405 (copyright-fix-years): Use it.
4406
4407 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4408
4409 * emacs-lisp/copyright.el (copyright-update-year):
4410 Fix bug: Handle nil copyright-limit.
4411
4412 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4413
4414 * calc/calc-units.el (math-standard-units): Give exact
4415 conversion for tsp.
4416
4417 * calc/calc.el (math-bignum-digit-length): Compute the
4418 appropriate value.
4419
4420 * calc/calc-bin.el (math-bignum-logb-digit-size)
4421 (math-bignum-digit-power-of-two):
4422 * calc/calc-comb.el (math-small-factorial-table):
4423 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4424 (math-approx-gamma-const):
4425 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4426 (math-besY1, math-bernoulli-b-cache):
4427 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4428 Remove `eval-when-compile's.
4429
4430 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4431
4432 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4433 (cperl-find-pods-heres): Fix an error when typing expressions like
4434 `s{a}{b}'.
4435
4436 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4437
4438 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4439 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4440 a special case (there's no build number).
4441
4442 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4443
4444 * completion.el (symbol-under-point, symbol-before-point)
4445 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4446
4447 2007-08-17 Glenn Morris <rgm@gnu.org>
4448
4449 * progmodes/compile.el (compilation-get-file-structure): Make use
4450 of the directory part when checking for an existing entry, to
4451 handle files with same basename in different directories.
4452
4453 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4454
4455 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4456
4457 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4458
4459 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4460 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4461 (ps-paragraph-spacing): Docstring fix.
4462
4463 2007-08-16 Glenn Morris <rgm@gnu.org>
4464
4465 * ps-print.el (ps-font-size): Doc fix.
4466
4467 2007-08-16 Richard Stallman <rms@gnu.org>
4468
4469 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4470
4471 2007-08-15 Juri Linkov <juri@jurta.org>
4472
4473 * startup.el (initialization): Change parent group from `internal'
4474 to `environment'.
4475 (initial-buffer-choice): New variable.
4476 (command-line): Revert 2007-07-02 change that sets
4477 buffer-offer-save in *scratch* and enables auto-save in it.
4478 (fancy-splash-text): Add links to existing items. Add new items
4479 with links for useful tasks. Move information about Control-g to
4480 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4481 (fancy-splash-keymap): New variable.
4482 (fancy-splash-last-input-event): Remove variable.
4483 (fancy-splash-insert): Add processing of `:link' element.
4484 (fancy-splash-head): Replace "Type Control-l to begin editing"
4485 with "Type `q' to exit".
4486 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4487 (fancy-splash-default-action, fancy-splash-special-event-action):
4488 Remove functions.
4489 (fancy-splash-quit): New function.
4490 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4491 `static' and reverse the condition of its usage. Don't preserve
4492 original values of `minor-mode-map-alist',
4493 `emulation-mode-map-alists', `special-event-map'.
4494 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4495 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4496 Remove processing of special events. Use local key map
4497 `fancy-splash-keymap'. Set buffer to read-only.
4498 (normal-splash-screen): Rename input arg from `hide-on-input' to
4499 `static' and reverse the condition of its usage.
4500 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4501 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4502 Add links to existing items. Add new items with links for useful
4503 tasks. Use local key map `fancy-splash-keymap'.
4504 (display-splash-screen): Rename input arg from `hide-on-input' to
4505 `static'.
4506 (about-emacs): Add alias to display-splash-screen.
4507 (command-line-1): Use `initial-buffer-choice'.
4508
4509 * menu-bar.el (menu-bar-help-menu):
4510 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4511 item to about-emacs instead of display-splash-screen.
4512
4513 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4514
4515 * calc/calc-units.el (math-standard-units): Update values.
4516 Put in exact, rational values when possible.
4517 (math-unit-prefixes): Replace floats with powers of ten.
4518 (math-standard-units-systems): Replace floats with integers.
4519 (math-make-unit-string): Remove extra spaces in output.
4520
4521 2007-08-15 Glenn Morris <rgm@gnu.org>
4522
4523 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4524 sloppier, for the sake of GNU Mailman.
4525 (rmail-digest-rfc1153): Initialize `result' correctly.
4526
4527 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4528
4529 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4530 in the mail title. Suggested by Reiner Steib.
4531
4532 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
4533
4534 * calc/calc-aent.el (calc-do-quick-calc): Add binary
4535 representation of integers to the list of outputs.
4536
4537 2007-08-14 Glenn Morris <rgm@gnu.org>
4538
4539 * simple.el (bad-packages-alist): New constant.
4540 (bad-package-check): New function. Together, these two add elements
4541 to `after-load-alist' to check for problematic external packages.
4542 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4543
4544 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4545
4546 * calc/calc-units.el (math-get-standard-units)
4547 (math-get-units, math-make-unit-string)
4548 (math-get-default-units, math-put-default-units): New functions.
4549 (math-default-units-table): New variable.
4550 (calc-convert-units, calc-convert-temperature): Add machinery
4551 to supply default values.
4552
4553 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4556 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4557 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4558 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4559
4560 * emulation/tpu-extras.el: Remove spurious * in docstrings.
4561 Put its autoloads into tpu-edt.el rather than loaddefs.el.
4562 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4563 Make into a proper minor-mode.
4564 (tpu-backward-char, tpu-next-line, tpu-previous-line)
4565 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4566 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4567 (tpu-set-cursor-free, tpu-set-cursor-bound):
4568 Delegate to tpu-cursor-free-mode.
4569 (tpu-next-line, tpu-previous-line, tpu-forward-line)
4570 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4571 Use line-move or forward-line instead of next-line-internal.
4572
4573 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4576
4577 2007-08-12 Richard Stallman <rms@gnu.org>
4578
4579 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4580 (cvs-execute-single-file): Use new name split-string-and-unquote.
4581 (cvs-header-msg): Use new name combine-and-quote-strings.
4582
4583 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4584
4585 * progmodes/gud.el (gud-common-init): Use new name
4586 split-string-and-unquote.
4587
4588 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4589 in javac regexp.
4590
4591 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4592 combine-and-quote-strings and split-string-and-unquote.
4593
4594 * subr.el (combine-and-quote-strings): Rename from strings->string.
4595 (split-string-and-unquote): Rename from string->strings.
4596
4597 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4600 to buffer-local settings.
4601
4602 * emacs-lisp/backquote.el (backquote-delay-process): New function.
4603 (backquote-process): Add internal arg `level'. Use the two to
4604 correctly handle nested backquotes.
4605
4606 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
4607
4608 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4609 (vc-bzr-state-words): Add "kind changed" state word.
4610 (vc-bzr-status): New function. Return Bzr idea of file status,
4611 which is different from VC's.
4612 (vc-bzr-state): Use vc-bzr-status.
4613 (vc-workfile-unchanged-p): Use vc-bzr-status.
4614 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4615 (vc-dired-state): Process "kind changed" state word.
4616
4617 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4620
4621 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4622 Move from vc-default-find-file-not-found-hook.
4623
4624 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * man.el: Remove spurious * in docstrings.
4627 Merge defvars and toplevel setq-defaults.
4628 (Man-highlight-references0): Limit=nil rather than point-max.
4629 (Man-mode-map): Move initialization into the declaration.
4630 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4631 (Man-view-header-file): Use expand-file-name rather than concat.
4632 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4633
4634 * man.el (Man-next-section): Make sure we do not move backward.
4635
4636 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * files.el (auto-mode-alist): Use the purecopied text (duh!).
4639
4640 2007-08-08 Glenn Morris <rgm@gnu.org>
4641
4642 * Replace `iff' in doc-strings and comments.
4643
4644 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4645
4646 * dired.el (dired-pop-to-buffer):
4647 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4648 * calendar/calendar.el (generate-calendar-window):
4649 * progmodes/compile.el (compilation-set-window-height):
4650 * textmodes/two-column.el (2C-two-columns, 2C-merge):
4651 Use window-full-width-p instead of comparing frame-width and
4652 window-width.
4653
4654 * progmodes/compile.el (compilation-find-buffer): Remove extra
4655 argument in call to compilation-buffer-internal-p.
4656
4657 2007-08-07 Tom Tromey <tromey@redhat.com>
4658
4659 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4660 Add safe-local-variable property.
4661
4662 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4663
4664 * image-mode.el (image-toggle-display): Use image-refresh.
4665
4666 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
4667
4668 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4669 unofficial version.
4670 (vc-bzr-command): Remove redundant setting of process-connection-type.
4671 (vc-bzr-admin-checkout-format-file): Add autoload.
4672 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4673 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4674 (vc-bzr-registered): Compare dirstate format tag with known good
4675 value, abort parsing if match fails. Warn user in docstring.
4676 (vc-bzr-workfile-version): Case for different Bzr branch formats.
4677 See bzrlib/branch.py in Bzr sources.
4678 (vc-bzr-diff): First argument FILES may be a string rather than a list.
4679 (vc-bzr-shell-command): Remove in favor of
4680 vc-bzr-command-discarding-stderr.
4681 (vc-bzr-command-discarding-stderr): New function.
4682
4683 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
4684
4685 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4686 program, and return nil.
4687 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4688 (vc-bzr-state): Look for path names relative to the repository
4689 root after status keyword.
4690 (vc-bzr-file-name-relative): New function.
4691 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4692 depend on it.
4693 (vc-bzr-admin-dirname, ...-checkout-format-file)
4694 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4695 files that we now parse directly for speed.
4696 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4697 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4698 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
4699 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
4700 Bzr warnings, so we must discard it.
4701 (vc-bzr-workfile-version): Speedup counting lines from
4702 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4703 if that file doesn't exist.
4704 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4705 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
4706 to `vc-directory-exclusion-list'.
4707 (vc-bzr-shell-command): New function.
4708
4709 2007-08-06 Tom Tromey <tromey@redhat.com>
4710
4711 * diff-mode.el (diff-unified->context, diff-reverse-direction)
4712 (diff-fixup-modifs): Typo in docstring.
4713
4714 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4717 count-screen-lines.
4718 (tpu-edt-off): Disable relevant pieces of advice.
4719
4720 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4721 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
4722 (newline, newline-and-indent, do-auto-fill): Use advice instead of
4723 redefining the function.
4724 (tpu-set-scroll-margins): Activate the pieces of advice.
4725
4726 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4727
4728 * help.el (resize-temp-buffer-window): Use window-full-width-p
4729 instead of comparing frame-width and window-width.
4730
4731 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
4732
4733 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4734 optional quotes around files in NEED-UPDATE . REMOVED case.
4735
4736 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4737 (ada-treat-cmd-string): Improve error message.
4738 (ada-do-file-completion): Call `ada-require-project-file', so
4739 project variables are set properly.
4740 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4741 (ada-gnatfind-buffer-name): New constant.
4742 (ada-find-any-references): Use new constant. Set buffer name
4743 properly in compilation-start. Toggle read-only properly.
4744 (ada-find-in-src-path): Fix spelling error in docstring.
4745
4746 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4747 by zero error.
4748
4749 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4752
4753 2007-08-12 Richard Stallman <rms@gnu.org>
4754
4755 * progmodes/sh-script.el (sh): Delete group `unix'.
4756
4757 * progmodes/gud.el (gud): Change to group `processes'.
4758
4759 2007-08-11 Glenn Morris <rgm@gnu.org>
4760
4761 * progmodes/compile.el (compilation-buffer-name): Don't check
4762 compilation-arguments. It is superfluous, and the variable isn't
4763 even set when this function is called.
4764
4765 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4766
4767 * term/mac-win.el (mac-ae-reopen-application): New function.
4768 (mac-apple-event-map): Bind "reopen application" Apple event to it.
4769
4770 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4773 take tex-font-script-display into account.
4774 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4775 cell to a list of 2 elements to simplify the unfontify code.
4776
4777 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4778
4779 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4780 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4781 ps-print-color-p is neither nil nor black-white. Reported by Christian
4782 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4783
4784 2007-08-08 Andreas Schwab <schwab@suse.de>
4785
4786 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4787 self-insert-command, not self-insert.
4788
4789 2007-08-08 Glenn Morris <rgm@gnu.org>
4790
4791 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4792 argument optional, for backwards compatibility, and only highlight
4793 args when present. Fix symbol name typo (doc/args).
4794
4795 * help-mode.el (help-make-xrefs): Search for symbol constituents,
4796 rather than just `-'.
4797
4798 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
4799
4800 * calc/calc-units.el (calc-convert-temperature):
4801 Use `/' to create fractions.
4802
4803 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4804
4805 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4806 global matching.
4807 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4808 ERROR-BUFFER more robust. Display output.
4809 (tramp-file-name-handler): Add a connection property when we found
4810 a foreign file name handler. This allows backends like ftp to
4811 profit also from usr/host name completion based on connection
4812 cache.
4813 (tramp-send-command-and-read): Search for trash after the regexp
4814 until eol only. In XEmacs, there is a problem with \n.
4815
4816 * net/tramp-cache.el (top): Read persistent connection history
4817 when cache is empty.
4818
4819 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
4820
4821 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4822 resulting output.
4823
4824 2007-08-07 Sam Steingold <sds@gnu.org>
4825
4826 * progmodes/compile.el (compilation-start): Pass nil as startfile
4827 to comint-exec.
4828
4829 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * longlines.el (longlines-decoded): New variable.
4832 (longlines-mode): Avoid encoding or decoding the buffer twice.
4833
4834 2007-08-07 Martin Rudalics <rudalics@gmx.at>
4835
4836 * format.el (format-insert-file): Make sure that at most one undo
4837 entry is recorded for the insertion. Inhibit point-motion and
4838 modification hooks around call to insert-file-contents.
4839
4840 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4843 Select the buffer's window before moving point.
4844
4845 2007-08-07 Richard Stallman <rms@gnu.org>
4846
4847 * term.el (term): Remove parent group `unix'.
4848
4849 * simple.el (default-indent-new-line): New function.
4850 It calls comment-line-break-function if there are comments.
4851 (do-auto-fill): Use that.
4852
4853 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
4854
4855 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4856 (PC-do-completion): Add "acronym completion" for symbols and
4857 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4858
4859 2007-08-06 Sam Steingold <sds@gnu.org>
4860
4861 * mouse.el (mouse-buffer-menu): Pass mode-name through
4862 format-mode-line because it may be a list,
4863 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4864
4865 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
4866
4867 * printing.el (pr-update-menus): Docstring fix.
4868
4869 2007-08-06 Jason Rumney <jasonr@gnu.org>
4870
4871 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4872
4873 * vc-hooks.el (vc-call): Add doc string.
4874
4875 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4876
4877 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4878 process-filter.
4879
4880 2007-08-06 Kenichi Handa <handa@m17n.org>
4881
4882 * international/quail.el: Wrap (require 'help-mode) by
4883 eval-when-compile.
4884 (quail-help-init): New function.
4885 (quail-help): Call quail-help-init.
4886 (quail-store-decode-map-key): Change it to a function.
4887
4888 2007-08-05 Jason Rumney <jasonr@gnu.org>
4889
4890 * vc.el (vc-rollback): Add norevert argument back.
4891 (vc-revert-buffer): Add back as obsolete alias.
4892
4893 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
4894
4895 * term.el: Honor term-default-fg-color and term-default-bg-color
4896 settings when modifying term-current-face.
4897 (term-default-fg-color, term-default-bg-color): Initialize from
4898 default term-current-face.
4899 (term-mode, term-reset-terminal): Set term-current-face with
4900 term-default-fg-color and term-default-bg-color.
4901 (term-handle-colors-array): term-current-face has term-default-fg-color
4902 and term-default-bg-color after reset escape sequence.
4903 (term-handle-colors-array): Set term-current-color with
4904 term-default-fg/bg-color instead of ansi-term-color-vector when the
4905 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4906
4907 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4908
4909 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4910 (math-nlfit-givens): Let bind free variables.
4911
4912 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
4913
4914 * printing.el: Require lpr and ps-print when loading printing package.
4915 Reported by Glenn Morris <rgm@gnu.org>.
4916
4917 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * files.el (set-auto-mode): Handle also remote files wrt
4920 `auto-mode-alist'.
4921
4922 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
4923
4924 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4925 curves and plotting.
4926
4927 * calc/calc-nlfit.el: New file.
4928
4929 2007-08-04 Glenn Morris <rgm@gnu.org>
4930
4931 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4932 zero, not nil, when the library is first loaded. Check for a file
4933 that has been modified on disk.
4934
4935 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4936 Remove duplicate defvar preventing initialization.
4937 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4938
4939 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4942 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4943 may match up to 4 lines.
4944 (diff-beginning-of-file-and-junk): Rewrite.
4945
4946 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4947
4948 * printing.el: Evaluate require only during compilation.
4949 (pr-version): New version 6.9.1.
4950 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4951 (pr-global-menubar): Fix code.
4952
4953 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
4954
4955 * term.el (term-erase-in-display): Fix case when point is not at
4956 the beginning of the line.
4957
4958 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4959
4960 * calc/calc-ext.el (math-get-value, math-get-sdev)
4961 (math-contains-sdev): New functions.
4962
4963 * calc/calc-graph.el (calc-graph-format-data)
4964 (calc-graph-add-curve): Check for error forms.
4965 (calc-graph-set-styles): Add option for error forms.
4966
4967 2007-08-03 Miles Bader <miles@gnu.org>
4968
4969 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4970 backend names for new backends to `Git', `Hg', and `Bzr'.
4971 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4972 not `HG'.
4973 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4974 name, not `GIT'.
4975 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4976 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4977
4978 2007-08-03 Richard Stallman <rms@gnu.org>
4979
4980 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4981 to update deleted flag.
4982
4983 * cus-edit.el (customize-apropos, customize-apropos-options)
4984 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4985
4986 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4987
4988 * startup.el (fancy-splash-head, startup-echo-area-message):
4989 Change message text.
4990
4991 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4992 All callers use line-move.
4993
4994 * progmodes/compile.el (compilation-find-buffer): Return current
4995 buffer immediately if suitable.
4996 (compile, compilation-buffer-name, compilation-start): Doc fixes.
4997
4998 2007-08-03 Daiki Ueno <ueno@unixuser.org>
4999
5000 * faces.el (face-normalize-spec): New function.
5001 (frame-set-background-mode): Normalize face-spec before calling
5002 face-spec-match-p.
5003
5004 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * server.el (server-window): Add switch-to-buffer-other-frame option.
5007
5008 2007-08-03 Glenn Morris <rgm@gnu.org>
5009
5010 * cus-edit.el (customize-apropos): Make the error message indicate
5011 what kind of thing the user was trying to customize.
5012
5013 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5014
5015 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5016 Fix off-by-one error in previous change.
5017
5018 2007-08-03 Drew Adams <drew.adams@oracle.com>
5019
5020 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5021 Make buffer writable.
5022
5023 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5024
5025 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5026 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5027 Use native Emacs functions, when appropriate.
5028
5029 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5030 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * vc.el: Document new VC operation `extra-menu'.
5033
5034 * vc-hooks.el (vc-default-extra-menu): New function.
5035
5036 * menu-bar.el (menu-bar-vc-filter): New function.
5037 (menu-bar-tools-menu): Use it as a filter.
5038
5039 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5040
5041 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5042
5043 2007-08-01 Glenn Morris <rgm@gnu.org>
5044
5045 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5046 strings.
5047 (fortran-tab-mode-default): Remove needless autoload.
5048 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5049 mark as risky.
5050 (fortran-line-length): New buffer-local variable, safe if integer.
5051 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5052 Change from variables to constants.
5053 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5054 replace with a new function definition.
5055 (fortran-mode): Use fortran-line-length, and
5056 fortran-font-lock-syntactic-keywords as a function. Add a
5057 hack-local-variables-hook function.
5058 (fortran-line-length, fortran-hack-local-variables): New functions.
5059 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5060 Use fortran-line-length rather than 72.
5061 (fortran-window-create-momentarily): Doc fix.
5062
5063 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5064
5065 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5066 Fix parent groups link.
5067
5068 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5069
5070 * progmodes/python.el (python-current-defun): Adjust to never fall
5071 into infinite loop.
5072
5073 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5076
5077 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5078
5079 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5080 (copyright-fix-years, copyright): Correctly handle the case where
5081 copyright-limit is nil.
5082
5083 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5084
5085 * progmodes/python.el (run-python): Fix path separator under w32.
5086
5087 2007-07-30 Richard Stallman <rms@gnu.org>
5088
5089 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5090 Treat non-break space as whitespace in Lisp.
5091
5092 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * vc.el (vc-dired-hook): Use inhibit-read-only.
5095
5096 * progmodes/compile.el (compilation-forget-errors):
5097 Reset compilation-auto-jump-to-next.
5098
5099 2007-07-30 Michael Olson <mwolson@gnu.org>
5100
5101 * cus-edit.el (custom-group-save): Fix void function definition
5102 error. Thanks to Zhang Wei for the report.
5103
5104 * ps-print.el: Check in trivial changes to the autoloads section
5105 caused by the build process. These autoloads really ought to be
5106 placed in a separate file, methinks.
5107
5108 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * calendar/calendar.el (calendar-mode): Make sure
5111 displayed-(month|year) are set.
5112 (calendar-basic-setup): Display buffer before adjusting window sizes.
5113 (generate-calendar-window): Use inhibit-read-only. Simplify.
5114 Generate buffer and set displayed-month and displayed-year before
5115 calling update-calendar-mode-line.
5116
5117 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5118
5119 * net/tramp.el:
5120 * net/tramp-uu.el:
5121 * net/trampver.el: Use utf-8 encoding with coding cookie.
5122
5123 * net/tramp-cache.el:
5124 * net/tramp-fish.el:
5125 * net/tramp-ftp.el:
5126 * net/tramp-gw.el:
5127 * net/tramp-smb.el: Remove coding cookie.
5128
5129 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5130 Flush buffer file-name's file property.
5131 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5132
5133 * net/trampver.el: Update release number.
5134
5135 2007-07-29 Juri Linkov <juri@jurta.org>
5136
5137 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5138 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5139 when major-mode is not dired-mode.
5140 (dired-toggle-read-only): New function.
5141 (dired-recursive-deletes): Remove obsolete comments about old
5142 default value.
5143 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5144
5145 * wdired.el (wdired-exit): New function.
5146 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5147
5148 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * cus-edit.el (customize-read-group): New fun.
5151 (customize-group-other-window, customize-face-other-window):
5152 Prompt before delegating to customize-(group|face).
5153 Bind pop-up-windows rather than use the other-window argument.
5154 (customize-group, customize-face): Prompt from the interactive spec.
5155 Remove args `prompt-for-group' and `other-window'.
5156
5157 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5158 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5159 last change.
5160
5161 2007-07-28 Masatake YAMATO <jet@gyve.org>
5162
5163 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5164 Use backend name as the menu label. Suggested by David Kastrup.
5165
5166 2007-07-28 Alan Mackenzie <acm@muc.de>
5167
5168 Fix problem with modes derived from CC Mode:
5169 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5170 macro to cc-langs.
5171 (c-init-language-vars-for): Remove call to above macro.
5172 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5173 been moved to here.
5174 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5175
5176 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5177
5178 * net/trampver.el: Fix the `coding' cookie.
5179
5180 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5181
5182 * vc-git.el (vc-git-print-log): Support both the old single file
5183 interface and the new one.
5184
5185 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * bindings.el (mode-line-remote): Use updated %@ construct.
5188
5189 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5192 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5193 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5194 (diary-list-bahai-entries, diary-bahai-mark-entries)
5195 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5196 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5197 New names to clean up namespace.
5198 (list-bahai-diary-entries, mark-bahai-diary-entries)
5199 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5200 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5201 Add compatibility aliases.
5202
5203 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5204
5205 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5206 (calendar-scroll-left-three-months)
5207 (calendar-scroll-right-three-months): Clean up namespace.
5208 (scroll-calendar-left, scroll-calendar-right)
5209 (scroll-calendar-left-three-months)
5210 (scroll-calendar-right-three-months): Add compatibility aliases.
5211
5212 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5213 Behave like mouse-scroll-calendar-* when used from the mouse.
5214
5215 * calendar/cal-menu.el (cal-menu-scroll-menu)
5216 (cal-menu-global-mouse-menu):
5217 * calendar/calendar.el (calendar-mode-map):
5218 Use new calendar-scroll-* names.
5219 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5220 Remove. Use calendar-scroll-* directly instead.
5221
5222 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5225 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5226 (ad-make-advised-definition, ad-cache-id-verification-code):
5227 Use commandp and interactive-form instead.
5228
5229 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5230
5231 * vc-git.el: Relicense to GPLv3 or later.
5232 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5233
5234 * vc-hooks.el (vc-handled-backends): Add GIT.
5235
5236 * vc.el (vc-directory-exclusion-list): Add .git.
5237
5238 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5239
5240 * vc-git.el (vc-git-revision-table)
5241 (vc-git-revision-completion-table): New functions.
5242
5243 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5244
5245 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5246 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5247 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5248 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5249 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5250 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5251 New command actions for EPS header and EPS footer.
5252
5253 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5254 footer. Fix some problems with one-or-more, zero-or-more and
5255 alternative constructions generation. Some log messages
5256 implementation. Doc fix.
5257 (ebnf-version): New version 4.4.
5258 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5259 (ebnf-eps-footer, ebnf-log): New options.
5260 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5261 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5262 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5263 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5264 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5265 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5266 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5267 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5268 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5269 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5270 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5271 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5272 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5273 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5274 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5275 (ebnf-except-dimension, ebnf-alternative-dimension)
5276 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5277 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5278 message fun.
5279 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5280 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5281 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5282 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5283 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5284 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5285 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5286 compatibility with Emacs 20 & 21.
5287 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5288 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5289 (ebnf-basic-empty-height): New vars.
5290 (ebnf-prologue): Fix PostScript code.
5291 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5292 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5293 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5294 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5295
5296 2007-07-25 Glenn Morris <rgm@gnu.org>
5297
5298 * Relicense all FSF files to GPLv3 or later.
5299
5300 * COPYING: Switch to GPLv3.
5301
5302 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5305 Replace it with another one which disables undo before calling
5306 erase-buffer and then turns it back on if needed.
5307
5308 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5309
5310 * ps-print.el: Problem with foreground and background color when
5311 printing a buffer with and without faces. Reported by Christian
5312 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5313 (ps-print-version): New version 6.7.5.
5314 (ps-default-fg): Change default value to nil, so black color is used
5315 when a face does not specify a foreground color.
5316 (ps-default-bg): Change default value to nil, so white color is used
5317 for background color.
5318 (ps-begin-job): Fix code.
5319
5320 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5323
5324 2007-07-24 Glenn Morris <rgm@gnu.org>
5325
5326 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5327 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5328 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5329 (cal-tex-cursor-week, cal-tex-cursor-week2)
5330 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5331 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5332 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5333 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5334
5335 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * calendar/calendar.el (calendar-mode-map): Move initialization
5338 into declaration. Add menu bindings (used to be done in cal-menu).
5339 (calendar-mode): Don't add an activate-menubar-hook.
5340
5341 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5342 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5343 can be used on the menu entries.
5344 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5345 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5346 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5347 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5348 (calendar-flatten, cal-menu-update): Remove.
5349 (calendar-mouse-insert-hebrew-diary-entry)
5350 (calendar-mouse-insert-islamic-diary-entry)
5351 (calendar-mouse-insert-bahai-diary-entry):
5352 Remove (fold into cal-menu-diary-menu).
5353 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5354 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5355 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5356 (calendar-mouse-view-diary-entries): Minor simplifications.
5357 (calendar-event-to-date): Use with-current-buffer.
5358
5359 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5360
5361 * add-log.el (change-log-redate): Remove (not needed anymore and
5362 doesn't appear to work).
5363
5364 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * frame.el: Use mapc and dolist instead of mapcar where possible.
5367 (close-display-connection): New command.
5368
5369 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5370
5371 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5372 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5373
5374 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5375
5376 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5377
5378 * ps-mule.el: Doc fix.
5379 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5380 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5381
5382 2007-07-25 Glenn Morris <rgm@gnu.org>
5383
5384 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5385 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5386 (cal-tex-daily-end, cal-tex-hook)
5387 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5388 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5389 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5390 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5391 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5392 (cal-tex-day-prefix, cal-tex-day-name-format)
5393 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5394 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5395 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5396 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5397 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5398 etc, rather than \bf.
5399 (cal-tex-mini-calendar): Fix typos in previous change.
5400 (cal-tex-latexify-list): Remove inner let binding.
5401 (cal-tex-end-document, cal-tex-banner): Use multi-line
5402 cal-tex-comment.
5403 (cal-tex-comment): Handle embedded newlines.
5404 (cal-tex-LaTeXify-string): Use substring-no-properties.
5405
5406 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5407
5408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5409 Add support for the Maden build tool.
5410
5411 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5412
5413 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5414
5415 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5418
5419 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5420
5421 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5422 C-x C-q.
5423
5424 * vc-git.el (vc-git-print-log): Fix previous change.
5425
5426 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * window.el (save-selected-window): Minor optimization.
5429 (bw-adjust-window): If operation failed, try with a smaller delta.
5430 (window-fixed-size-p): New function.
5431 (window-area-factor): New var.
5432 (balance-windows-area): New command.
5433
5434 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5435 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5436 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5437 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5438 (ps-mule-begin-job): Use dolist.
5439
5440 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * subr.el (start-file-process-shell-command)
5443 (process-file-shell-command): New defuns.
5444
5445 * progmodes/compile.el (compilation-start):
5446 Apply `start-file-process-shell-command'.
5447
5448 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5449
5450 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5451
5452 2007-07-24 Alan Mackenzie <acm@muc.de>
5453
5454 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5455 Initialise byte-compile-unresolved-functions before rather than
5456 after a compilation.
5457 (byte-compile-unresolved-functions): Amplify doc string.
5458
5459 2007-07-24 Glenn Morris <rgm@gnu.org>
5460
5461 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5462
5463 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5464 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5465 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5466 (cal-tex-cursor-week, cal-tex-cursor-week2)
5467 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5468 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5469 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5470 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5471
5472 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5473 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5474 (cal-tex-day-name-format, cal-tex-cal-one-month)
5475 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5476 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5477 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5478 (cal-tex-list-holidays, cal-tex-cursor-year)
5479 (cal-tex-cursor-year-landscape, cal-tex-year)
5480 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5481 (cal-tex-cursor-month, cal-tex-insert-days)
5482 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5483 (cal-tex-first-blank-p, cal-tex-cursor-week)
5484 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5485 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5486 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5487 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5488 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5489 (cal-tex-latexify-list, cal-tex-previous-month)
5490 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5491 modernization, including using dotimes rather than
5492 calendar-for-loop.
5493 (cal-tex-LaTeX-subst-list): Remove `@'.
5494 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5495 Use \textit and \textbf rather than \em and \it.
5496
5497 * calendar/cal-bahai.el (list-bahai-diary-entries)
5498 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5499 * calendar/cal-islam.el (list-islamic-diary-entries)
5500 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5501 * calendar/diary-lib.el (diary-list-entries)
5502 (mark-calendar-date-pattern): Use `dotimes' rather than
5503 `calendar-for-loop'.
5504
5505 * calendar/calendar.el (calendar-for-loop): Doc fix.
5506
5507 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5510 underlying file is uptodate.
5511
5512 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5513
5514 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5515
5516 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * vc-hooks.el (vc-mode-line-map): New const.
5519 (vc-mode-line): Use it.
5520
5521 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5522
5523 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5524 (vc-git-unregister): New functions.
5525 (vc-git-find-version): Use the result of ls-files as a parameter
5526 for cat-file.
5527
5528 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5529
5530 * net/tramp.el (tramp-perl-file-attributes)
5531 (tramp-perl-directory-files-and-attributes)
5532 (tramp-handle-file-attributes-with-stat)
5533 (tramp-handle-directory-files-and-attributes-with-stat)
5534 (tramp-convert-file-attributes): Handle huge file sizes.
5535
5536 2007-07-23 Juri Linkov <juri@jurta.org>
5537
5538 * isearch.el (isearch-message-function): New variable.
5539 (isearch-update, isearch-search): Use it.
5540
5541 * simple.el (goto-history-element): New function created from
5542 next-history-element.
5543 (next-history-element): Most code moved to goto-history-element.
5544 Call goto-history-element with (- minibuffer-history-position n).
5545 (previous-history-element): Call goto-history-element with (+
5546 minibuffer-history-position n).
5547 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5548 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5549 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5550 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5551 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5552 (minibuffer-history-isearch-pop-state): New functions.
5553
5554 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5555
5556 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5557 Also, if FILE is a list, return non-nil if any of its elements
5558 should stay local. Update docstring.
5559
5560 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5563 change by reverting a small part.
5564
5565 2007-07-23 Richard Stallman <rms@gnu.org>
5566
5567 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5568
5569 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5570
5571 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5572 handling it. Use vc-git-command.
5573 (vc-git-find-version, vc-git-diff-tree): New functions.
5574 (vc-git-revert): Use vc-git-command.
5575 (vc-git--run-command): Delete.
5576
5577 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5578
5579 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5580
5581 2007-07-20 Kenichi Handa <handa@m17n.org>
5582
5583 * international/utf-8.el (utf-8-post-read-conversion):
5584 Temporarily bind utf-8-compose-scripts to nil while running
5585 *-compose-region functions.
5586
5587 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5588
5589 * vc-git.el: Update status.
5590 (vc-directory-exclusion-list): Use eval-after-load.
5591
5592 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
5593
5594 * bindings.el (mode-line-remote): New variable.
5595 (help-echo): Add to default values of mode-line-format.
5596
5597 * files.el: Mark mode-line-remote as risky.
5598
5599 2007-07-22 Juri Linkov <juri@jurta.org>
5600
5601 * isearch.el (isearch-edit-string): Save old point and
5602 isearch-other-end to old-point and old-other-end before reading
5603 the search string from minibuffer. After exiting minibuffer set
5604 point to old-other-end if point and the search direction is the
5605 same as before reading the search string.
5606 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
5607 to isearch-other-end. Instead of isearch-search-and-update call
5608 three functions isearch-search, isearch-push-state and isearch-update.
5609
5610 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5611
5612 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5613 deal with multiple file arguments.
5614 (vc-git-print-log): Deal with multiple file arguments.
5615
5616 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5619 diff-refine-hunk. Adjust users.
5620 (diff-unified-hunk-p, diff-splittable-p): New functions.
5621 (diff-mode-menu): Use it to disable Split when it doesn't work.
5622
5623 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5624
5625 * diff-mode.el (diff-mode-menu): New entries.
5626
5627 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5630 if applicable, so as to save undo-log space.
5631
5632 * diff-mode.el (diff-find-file-name): Add arg `batch'.
5633
5634 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5635 (diff-file-kill): Use it.
5636 (diff-beginning-of-hunk): Add arg `try-harder' using it.
5637 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5638 Use it so they find the hunk even when we're in the file header.
5639
5640 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5641
5642 * vc-git.el (vc-git-revision-granularity, vc-git-root)
5643 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5644 (vc-git-create-repo): New functions.
5645 (vc-git-registered): New autoloaded function definition.
5646 (vc-git-registered): Use vc-git-root.
5647 (vc-git-responsible-p): New defalias.
5648 (vc-git-annotate-extract-revision-at-line): Uncomment.
5649 (vc-git-print-log): Add the file name to the log.
5650 (vc-git-log-view-mode): New derived mode.
5651 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5652
5653 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * progmodes/grep.el (grep-compute-defaults): Keep default values.
5656
5657 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
5658
5659 * textmodes/reftex.el (reftex-access-parse-file): Create parse
5660 file in a way that does not interfere with recentf mode.
5661 (reftex-access-parse-file): Do not risk destroying an existing
5662 buffer.
5663
5664 2007-07-22 Alexandre Julliard <julliard@winehq.org>
5665
5666 * vc-git.el: New file.
5667
5668 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * textmodes/tex-mode.el (tex-font-script-display): Change default.
5671
5672 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5675 for branches and new files.
5676
5677 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5678 local-map handling ...
5679 (vc-mode-line): ... here. Improve handling of help-echo.
5680
5681 * vc.el (mode-line-string): Document help-echo usage.
5682
5683 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5684
5685 Sync with Tramp 2.1.10.
5686
5687 * net/tramp.el (tramp-get-ls-command): Fix typo.
5688
5689 * net/trampver.el: Update release number.
5690
5691 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5692
5693 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
5694
5695 * term/x-win.el (x-handle-no-bitmap-icon): New function.
5696
5697 2007-07-22 Martin Rudalics <rudalics@gmx.at>
5698
5699 * add-log.el (change-log-fill-parenthesized-list): New function.
5700 (change-log-indent): Call change-log-fill-parenthesized-list.
5701 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
5702 Have lines with leading asterisk start a paragraph.
5703
5704 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5705
5706 * calc/calc-math.el (math-emacs-precision)
5707 (math-largest-emacs-expt, math-smallest-emacs-expt):
5708 New variables.
5709 (math-use-emacs-fn): New function.
5710 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
5711 appropriate.
5712
5713 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5714
5715 * image-dired.el (image-dired-sane-db-file): New func.
5716 (image-dired-write-tags, image-dired-remove-tag)
5717 (image-dired-list-tags, image-dired-write-comments)
5718 (image-dired-get-comment, image-dired-mark-tagged-files)
5719 (image-dired-create-gallery-lists): Call new func.
5720 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
5721
5722 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5723
5724 * vc-hg.el (vc-hg-dir-state): Fix loop.
5725 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5726 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5727 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5728 (vc-hg-revert): Likewise.
5729 (vc-hg-revision-table, vc-hg-revision-completion-table): New
5730 functions.
5731
5732 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * add-log.el (change-log-resolve-conflict): Don't lose data if the
5735 merge fails.
5736
5737 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5740 Add group and version.
5741
5742 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * add-log.el (add-log-file-name): Use file-relative-name.
5745 (add-change-log-entry): Delay reading
5746 add-log-(full-name|mailing-address) to after we've switched to the
5747 ChangeLog buffer so we get the right value.
5748 (add-change-log-entry, add-log-current-defun, change-log-merge):
5749 Use derived-mode-p rather than checking major-mode directly.
5750
5751 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5752 name for buffer-file-name if it refers to a directory.
5753
5754 * vc-arch.el (vc-arch-diff): Fix last change.
5755
5756 * progmodes/compile.el (compilation-start): Remember the original
5757 directory in a buffer-local compilation-directory.
5758 (compile): Set the global value of compilation-directory.
5759 (recompile): Use compilation-directory even in the compilation buffer.
5760
5761 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5762
5763 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5764
5765 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5766
5767 * ps-print.el: Problem with foreground and background color when
5768 printing a buffer with and without faces. Reported by Christian
5769 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5770 (ps-print-version): New version 6.7.5.
5771 (ps-default-fg): Change default value to nil, so black color is used
5772 when a face does not specify a foreground color.
5773 (ps-default-bg): Change default value to nil, so white color is used
5774 for background color.
5775 (ps-begin-job): Fix code.
5776
5777 2007-07-20 Eli Zaretskii <eliz@gnu.org>
5778
5779 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5780 in $(INSTALL_DIR)/lisp/ if they already exist.
5781
5782 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5783
5784 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5785 in $(INSTALL_DIR)/lisp/ if they already exist.
5786
5787 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * progmodes/vera-mode.el (vera-re-search-forward)
5790 (vera-re-search-backward): Remove use of store-match-data.
5791 (vera-mode-map): Move initialization into declaration.
5792
5793 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5794 (flymake-find-buildfile): Use locate-dominating-file.
5795
5796 * vc.el (vc-delistify): Use mapconcat.
5797 (vc-do-command): Minor simplification.
5798 (vc-expand-dirs): Use push.
5799
5800 * vc-mcvs.el (vc-mcvs-create-repo):
5801 * vc-cvs.el (vc-cvs-create-repo): Remove.
5802
5803 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5804 directory and the root as well.
5805
5806 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5807
5808 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5809 instead of a file.
5810
5811 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5812 (vc-hg-registered): Replace if with when.
5813 (vc-hg-state): Deal with nonexistent files and handle removed files.
5814 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5815 (vc-hg-checkout): Re-enable.
5816 (vc-hg-create-repo): Fix typos.
5817 (vc-hg-print-log): Fix for multiple files.
5818 (vc-hg-workfile-unchanged-p): New function.
5819
5820 * vc.el: Fix typo.
5821 (vc-print-log): Fix call to print-log.
5822 (vc-default-comment-history): Likewise.
5823 (vc-directory-exclusion-list): Add .hg and .bzr.
5824 (vc-diff-internal): Pass a list instead of a file.
5825
5826 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5827
5828 * vc-bzr.el (vc-bzr-create-repo): New function.
5829
5830 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5833 `file' from which to start the search.
5834
5835 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
5836
5837 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5838 having a single file argument to having a list of files as the
5839 first argument.
5840
5841 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * files.el (locate-dominating-file): New function.
5844
5845 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5848 (grep-compute-defaults): Use it.
5849
5850 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * uniquify.el: Docstring fixes.
5853
5854 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5855
5856 * vc.el (revision-granularity, create-repo): Document new vc
5857 backend properties.
5858 (vc-rollback): Renamed from vc-cancel-version. Update
5859 references. Pass a list instead of a file.
5860 (vc-revert): Renamed from vc-revert-buffer. Update references.
5861 (vc-delistify, vc-expand-dirs): New functions.
5862 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5863 of files instead of a single file.
5864 (vc-position-context, vc-resync-window, vc-diff-internal)
5865 (vc-print-log): Pass a list instead of a file.
5866
5867 * vc-hooks.el (vc-stay-local-p, vc-backend)
5868 (vc-backend-subdirectory-name): Work on a file list, not a single
5869 file.
5870 (vc-workfile-version): Update docstring.
5871 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5872 vc-revert instead of vc-revert-buffer.
5873 (vc-prefix-map): Likewise. Bind vc-update.
5874
5875 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5876 (vc-svn-wash-log): New functions.
5877 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5878 (vc-svn-command): Deal with a list of files, not a single file.
5879
5880 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5881 (vc-rcs-wash-log): New functions.
5882 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5883 Deal with a list of files, not a single file.
5884 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5885
5886 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5887 functions.
5888 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5889 list of files, not a single file.
5890
5891 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5892 New functions.
5893 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5894 (vc-mcvs-diff): Deal with a list of files, not a single file.
5895
5896 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5897 functions.
5898 (vc-hg-print-log): Deal with a list of files, not a single file.
5899 (vc-hg-diff-tree): New function, replace defalias with the same
5900 name.
5901 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5902 FILES to denote that it is a file list, not a single file.
5903
5904 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5905 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5906 a single file.
5907 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5908 that it is a file list, not a single file.
5909 (vc-cvs-diff): Likewise. Simplify.
5910
5911 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5912 Deal with a list of files, not a single file.
5913
5914 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5915 (vc-bzr-print-log): Update FILE parameter name to denote that it
5916 is a file list, not a single file.
5917 (vc-bzr-diff): Likewise. Use the car of files.
5918
5919 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5922 (follow-delete-other-windows-and-split, follow-recenter)
5923 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5924 (follow-redisplay, follow-estimate-first-window-start)
5925 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5926 Fix typos in docstrings.
5927
5928 2007-07-18 Martin Rudalics <rudalics@gmx.at>
5929
5930 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5931 avoid that filling introduces lines with a single asterisk.
5932
5933 * kmacro.el (kmacro-end-macro): When ignoring empty macro
5934 avoid incorrect kmacro-ring-empty-p messages.
5935 Reported by Michael Schierl <schierlm@gmx.de>.
5936
5937 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5938
5939 * vc.el: Add more info about the vc-registered function.
5940
5941 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5942
5943 * files.el (file-remote-p): Introduce optional parameter
5944 IDENTIFICATION.
5945
5946 * recentf.el (recentf-keep-default-predicate): Adapt call of
5947 `file-remote-p'.
5948
5949 * progmodes/grep.el (grep-probe): Use `process-file'.
5950 (grep-compute-defaults): Handle variables host specific.
5951
5952 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5953 parameter IDENTIFICATION.
5954
5955 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5956 parameter IDENTIFICATION.
5957 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
5958 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5959 Add entry for `set-file-times'.
5960 (tramp-do-copy-or-rename-file-via-buffer)
5961 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5962 (tramp-handle-unhandled-file-name-directory): Rewrite.
5963 (tramp-convert-file-attributes): Add error handling when inode is
5964 extraordinary big.
5965 (tramp-get-inode): Change parameter from FILE to VEC.
5966 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5967 is nil. This is according to the specification. Goto (point-max)
5968 when ready.
5969 (tramp-handle-shell-command): Rewrite completely, using
5970 `process-file' and `start-file-process'.
5971 (tramp-methods, tramp-find-shell)
5972 (tramp-open-connection-setup-interactive-shell)
5973 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5974 var. Reported by Steve Youngs <steve@sxemacs.org>.
5975
5976 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5977 entry for `set-file-times'. Rename `start-process' into
5978 `start-file-process'. Remove `call-process' entry.
5979 (tramp-fish-handle-set-file-times): New defun.
5980 (tramp-fish-handle-executable-find): Use `process-file'.
5981 (tramp-fish-handle-process-file): New defun. Replaces
5982 `tramp-fish-handle-call-process'.
5983 (tramp-fish-do-copy-or-rename-file-directly): Use
5984 `set-file-times'.
5985 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5986
5987 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5988 `tramp-get-inode' parameter.
5989
5990 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5993 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
5994 nowadays, and by the time Emacs-23 comes out, nobody will even remember
5995 it has ever existed.
5996
5997 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5998
5999 * vc.el: Undo previous change.
6000
6001 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6002
6003 * makefile.w32-in (clean): Don't delete *~.
6004
6005 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * textmodes/tex-mode.el (tex-verbatim-environments):
6008 Add safe-local-variable property.
6009 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6010 when starting font-lock rather than when loading tex-mode.el.
6011
6012 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6013 whole $( rather than just the $. Rename from sh-quoted-subshell.
6014 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6015
6016 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6017
6018 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6019 bookmark-alist. Instead, if not sorting, simply return it.
6020 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6021 for its return value, not for its side effect.
6022
6023 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6024 case of alignment under a constant symbol, find and consider
6025 the sexp actually at indentation to be the "last sexp".
6026
6027 2007-07-16 Drew Adams <drew.adams@oracle.com>
6028
6029 * mouse.el (mouse-yank-secondary): Better error message if no
6030 secondary selection.
6031
6032 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6033
6034 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6035
6036 * term/xterm.el (xterm-turn-on-modify-other-keys)
6037 (xterm-turn-off-modify-other-keys): New functions.
6038 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6039 terminal supports it.
6040
6041 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6042
6043 * bookmark.el (bookmark-show-all-annotations):
6044 Make sure each inserted annotation ends with newline.
6045
6046 2007-07-15 Richard Stallman <rms@gnu.org>
6047
6048 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6049
6050 * tutorial.el (tutorial--find-changed-keys):
6051 Handle C-x specially like ESC.
6052
6053 2007-07-15 Aaron Hawley <aaronh@garden.org>
6054
6055 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6056
6057 2007-07-15 Juri Linkov <juri@jurta.org>
6058
6059 * delsel.el (delete-selection-pre-hook):
6060 * emulation/cua-base.el (cua-paste): Before a yank command,
6061 check also whether last-command is one of mouse-save-then-kill,
6062 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6063
6064 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6065
6066 * recentf.el (recentf-keep-default-predicate): New defun.
6067 (recentf-keep): Use it as initial value.
6068
6069 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6070
6071 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6072 thus restoring bookmark bindings to three slots under C-x r. See
6073 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6074
6075 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6076
6077 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6078
6079 2007-07-15 Jason Rumney <jasonr@gnu.org>
6080
6081 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6082 for input to cmdproxy on all versions of Windows.
6083 Use dos line ends for input to plink.
6084
6085 * comint.el (comint-simple-send): Concat newline before sending.
6086 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6087
6088 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6091 safe-local-variable setting.
6092
6093 2007-07-14 David Kastrup <dak@gnu.org>
6094
6095 * emacs-lisp/advice.el (defadvice): Doc fix.
6096
6097 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6098
6099 * subr.el (when, unless): Doc fix.
6100
6101 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6102
6103 * replace.el (match): Use yellow1 instead of yellow.
6104
6105 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6106 red.
6107
6108 * pcvs-info.el (cvs-unknown): Likewise.
6109
6110 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6111
6112 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6113 (install): Use them to copy all *.el files before *.elc.
6114
6115 2007-07-13 Drew Adams <drew.adams@oracle.com>
6116
6117 * bookmark.el (bookmark-jump-other-window): New function.
6118 (bookmark-map): Bind it to "o".
6119
6120 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6121 and its thread contains discussion about this change.
6122 The original patch was slightly tweaked by Karl Fogel
6123 <kfogel@red-bean.com> before committing.
6124
6125 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6126
6127 * bookmark.el: Shorten some comments to fit within 80 lines.
6128
6129 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6130
6131 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6132 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6133 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6134 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6135
6136 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6137
6138 * textmodes/org.el: Bug fixes.
6139 (org-end-of-line): Move to end of line if in headline without tags.
6140
6141 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * vc-hooks.el: Remove spurious * in docstrings.
6144 (vc-handled-backends): Add BZR.
6145
6146 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6147
6148 2007-07-12 Davis Herring <herring@lanl.gov>
6149
6150 * desktop.el (desktop-buffer-info, desktop-save):
6151 Use `desktop-dirname' instead of `dirname'.
6152
6153 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6154
6155 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6156
6157 * progmodes/python.el (python-which-func-length-limit): New var.
6158 (python-which-func): New function.
6159 (python-current-defun): Add optional `length-limit' and try to fit
6160 computed function name to that length.
6161 (python-mode): Hook `python-which-func' up.
6162
6163 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6164
6165 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6166
6167 * comint.el (comint-dynamic-complete-as-filename):
6168 Use read-file-name-completion-ignore-case.
6169
6170 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * comint.el (comint-dynamic-list-filename-completions):
6173 Use read-file-name-completion-ignore-case.
6174
6175 * vc-cvs.el: Require CL.
6176 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6177 New functions to provide completion of revision names.
6178
6179 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6180 (vc-cvs-annotate-first-line-re): New const.
6181 (vc-cvs-annotate-process-filter): New fun.
6182 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6183
6184 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6185
6186 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6187 (eldoc-print-current-symbol-info): Adjust for changed helper
6188 function signatures.
6189 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6190 `eldoc-highlight-function-argument'.
6191 (eldoc-highlight-function-argument): New function.
6192 (eldoc-get-var-docstring): Format documentation with
6193 `font-lock-variable-name-face'.
6194 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6195 where suited.
6196 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6197 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6198
6199 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6200
6201 * progmodes/compile.el (compilation-start): `start-process' must
6202 still be redefined when calling `start-process-shell-command'.
6203
6204 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6205 remote file name, prepend its remote part to the filename.
6206 (gud-common-init): When `default-directory' is a remote file name,
6207 make the filename relative to it.
6208 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6209
6210 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6211
6212 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6213 mouse binding and a tooltip.
6214
6215 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * menu-bar.el (vc-menu-map): New defalias.
6218
6219 2007-07-10 Richard Stallman <rms@gnu.org>
6220
6221 * emacs-lisp/lisp-mode.el (eval-defun):
6222 Explain special handling of `defface'.
6223
6224 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6225
6226 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6227
6228 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6229
6230 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6233
6234 * vc-arch.el (vc-arch-complete): Remove.
6235 (vc-arch-revision-completion-table): Use complete-with-action.
6236
6237 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6238 (complete-with-action): New function.
6239 (dynamic-completion-table): Use it.
6240
6241 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6242
6243 * comint.el (make-comint, make-comint-in-buffer)
6244 (comint-exec-1): Replace `start-process' by `start-file-process'.
6245
6246 * progmodes/compile.el (compilation-start): Revert redefining
6247 `start-process'.
6248
6249 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6252 with EOLs when generating MD5 checksums.
6253
6254 * follow.el: Don't change the global map from the follow-mode-map
6255 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6256 XEmacs code.
6257 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6258 since `follow-mode' should be used instead for that.
6259
6260 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6261 (easy-menu-do-define): Use it.
6262 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6263
6264 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6265 (compilation-auto-jump-to-next): New vars.
6266 (compilation-auto-jump): New function.
6267 (compilation-error-properties): Use them to jump to first error.
6268 (compilation-start): Set the var if requested.
6269
6270 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6271 duplicates without also removing entries from other directories.
6272
6273 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6274
6275 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6276 Remember span as default.
6277 (org-columns-edit-value): Rename from `org-column-edit'.
6278 (org-columns-display-here-title): Rename from
6279 `org-overlay-columns-title'.
6280 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6281 (org-columns-get-autowidth-alist): Rename from
6282 `org-get-columns-autowidth-alist'.
6283 (org-columns-display-here): Rename from `org-overlay-columns'.
6284 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6285 (org-columns-quit): Rename from `org-column-quit'.
6286 (org-columns-show-value): Rename from `org-column-show-value'.
6287 (org-columns-content, org-columns-widen)
6288 (org-columns-next-allowed-value)
6289 (org-columns-edit-allowed, org-columns-store-format)
6290 (org-columns-uncompile-format, org-columns-redo)
6291 (org-columns-edit-attributes, org-delete-property)
6292 (org-set-property, org-columns-update)
6293 (org-columns-compute, org-columns-eval)
6294 (org-columns-not-in-agenda, org-columns-compute-all)
6295 (org-property-next-allowed-value)
6296 (org-columns-compile-format)
6297 (org-fill-paragraph-experimental)
6298 (org-string-to-number, org-property-action)
6299 (org-columns-move-left, org-columns-new)
6300 (org-column-number-to-string)
6301 (org-property-previous-allowed-value)
6302 (org-at-property-p, org-columns-delete)
6303 (org-columns-previous-allowed-value)
6304 (org-columns-move-right, org-columns-narrow)
6305 (org-property-get-allowed-values)
6306 (org-verify-version, org-column-string-to-number)
6307 (org-delete-property-globally): New functions.
6308 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6309 (org-columns-overlays): Rename from `org-column-overlays'.
6310 (org-columns-map): Rename from `org-column-map'.
6311 (org-columns-current-maxwidths): Rename from
6312 `org-current-columns-maxwidths'.
6313 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6314 (org-previous-header-line-format)
6315 (org-columns-inhibit-recalculation)
6316 (org-columns-top-level-marker): New variables.
6317 (org-columns-default-format): Rename from `org-default-columns-format'.
6318 (org-property-re): New constant.
6319
6320 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6321
6322 * subr.el (looking-at-p, string-match-p): New functions.
6323
6324 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6325
6326 * textmodes/tex-mode.el (tex-fontify-script)
6327 (tex-font-script-display): New variables to make display of
6328 superscripts and subscripts customizable.
6329 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6330
6331 2007-07-09 Richard Stallman <rms@gnu.org>
6332
6333 * isearch.el (isearch-edit-string): Call to isearch-push-state
6334 after the search.
6335
6336 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6337
6338 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6339 to 1 as enlarge-window uses the value to resize/shrink windows other
6340 than WINDOW if needed.
6341
6342 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6343
6344 * cus-start.el (file-coding-system-alist): Fix custom type.
6345
6346 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6349 modified.
6350 (longlines-auto-wrap, longlines-window-change-function):
6351 Remove unnecessary calls to set-buffer-modified-p.
6352
6353 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6354
6355 * cus-start.el (file-coding-system-alist): Fix custom type.
6356
6357 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6360 (vc-cvs-checkout): Remove last arg now unused; simplify.
6361
6362 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6363
6364 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6365
6366 * net/tramp.el:
6367 * net/tramp-ftp.el:
6368 * net/tramp-smb.el:
6369 * net/tramp-uu.el:
6370 * net/trampver.el: Migrate to Tramp 2.1.
6371
6372 * net/tramp-cache.el:
6373 * net/tramp-fish.el:
6374 * net/tramp-gw.el: New Tramp packages.
6375
6376 * net/tramp-util.el:
6377 * net/tramp-vc.el: Removed.
6378
6379 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6380 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6381
6382 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6383
6384 * progmodes/compile.el (compilation-start): Redefine
6385 `start-process' temporarily when `default-directory' is remote.
6386 Remove case of synchronous compilation, this won't happen ever.
6387 (compilation-setup): Make local variable `comint-file-name-prefix'
6388 for remote compilation.
6389
6390 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6391
6392 * novice.el (disabled-command-function): Fit window to buffer to
6393 make last line visible.
6394 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6395
6396 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6397 when handling the terminating event.
6398
6399 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6400
6401 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6402 (math-bignum-digit-length): Change to optimal value.
6403
6404 * calc/calc-bin.el (math-bignum-logb-digit-size)
6405 (math-bignum-digit-power-of-two): Evaluate when compiled.
6406
6407 * calc/calc-comb.el (math-small-factorial-table)
6408 (math-init-random-base, math-prime-test): Remove unnecessary calls
6409 to `math-read-number-simple'.
6410
6411 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6412 (math-approx-gamma-const): Add docstrings.
6413
6414 * calc/calc-forms.el (math-julian-date-beginning)
6415 (math-julian-date-beginning-int): New constants.
6416 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6417 Use the new constants.
6418
6419 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6420
6421 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6422 Add docstrings.
6423
6424 2007-07-07 Tom Tromey <tromey@redhat.com>
6425
6426 * vc.el (vc-annotate): Jump to line and output message only after the
6427 process is really all done.
6428
6429 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * vc.el (vc-exec-after): Don't move point from the sentinel.
6432 Forcefully read all the remaining text in the pipe upon process exit.
6433 (vc-annotate-display-autoscale, vc-annotate-lines):
6434 Don't stop at the first unrecognized line.
6435 (vc-annotate-display-select): Run autoscale after the process is done
6436 since it depends on the whole result.
6437
6438 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6439
6440 * term/w32-win.el (menu-bar-open): New function.
6441 Bind <f10> to it.
6442
6443 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * simple.el (start-file-process): New defun.
6446
6447 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * files.el (find-file-confirm-nonexistent-file): Rename from
6450 find-file-confirm-inexistent-file. Update users.
6451
6452 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6453 format of autoload block where the file's time-stamp is replaced by its
6454 MD5 checksum.
6455 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6456 time-stamp for secondary autoloads files.
6457 (update-directory-autoloads): Remove duplicate entries.
6458 Use time-less-p for time-stamps, as done in autoload-find-destination.
6459
6460 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6461
6462 * calc/calc.el (math-read-number): Replace number by variable.
6463 (math-read-number-simple): Properly parse small integers.
6464
6465 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6466
6467 * vc.el: Fix doc for the checkout function.
6468
6469 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6470
6471 * vc-hg.el (vc-hg-root): New function.
6472 (vc-hg-registered): Use it.
6473 (vc-hg-diff-tree): New defalias.
6474 (vc-hg-responsible-p): Likewise.
6475 (vc-hg-checkout): Comment out, not needed.
6476 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6477 (vc-hg-find-version, vc-hg-next-version): New functions.
6478
6479 2007-07-06 Andreas Schwab <schwab@suse.de>
6480
6481 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6482 dynamic bindings around the evaluation of the expression.
6483 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6484
6485 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6488 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6489 Use run-hooks rather than run-mode-hooks.
6490
6491 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6492
6493 * calc/calc-comb.el (math-random-digit): Rename to
6494 `math-random-three-digit-number'.
6495 (math-random-digits): Don't depend on representation of integer.
6496
6497 * calc/calc-bin.el (math-bignum-logb-digit-size)
6498 (math-bignum-digit-power-of-two): New constants.
6499 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6500 (math-not-bignum, math-clip-bignum): Use the constants
6501 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6502 instead of their values.
6503 (math-clip): Use math-small-integer-size instead of its value.
6504
6505 * calc/calc.el (math-add-bignum): Replace number by constant.
6506
6507 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6508
6509 * wid-edit.el (widget-documentation-string-value-create):
6510 Insert indentation spaces.
6511
6512 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6513
6514 * emacs-lisp/byte-opt.el: Revert last change.
6515
6516 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6517
6518 * vc-hooks.el (vc-handled-backends): Add HG.
6519
6520 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6521
6522 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * complete.el (PC-do-complete-and-exit): Add support for the new
6525 `confirm-only' confirmation mode.
6526
6527 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * cus-edit.el (custom-commands): New variable.
6530 (custom-tool-bar-map): New variable. Initialize using
6531 `custom-commands'.
6532 (custom-mode): Use `custom-tool-bar-map'.
6533 (custom-buffer-create-internal): Insert action buttons only if
6534 tool bar is not used. Use `custom-commands'.
6535 (Custom-help, custom-command-apply): New function.
6536 (custom-command-apply, Custom-set, Custom-save)
6537 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6538 Use `custom-command-apply' instead of duplicating code.
6539 (customize-group-other-window): Call `customize-group' instead of
6540 duplicating code.
6541 (customize-face-other-window): Call `customize-face' instead of
6542 duplicating code.
6543 (customize-group, customize-face): Add optional args for opening
6544 in another window.
6545 (custom-variable-tag): Don't inherit `variable-pitch' face.
6546 (custom-group-tag): Inherit `variable-pitch' face.
6547 (custom-variable-value-create): Set documentation indentation.
6548 (custom-group-value-create): Make group name a link, instead of
6549 using an extra "go to group" button.
6550 (custom-prompt-variable, custom-group-set, custom-group-save)
6551 (custom-group-reset-current, custom-group-reset-saved)
6552 (custom-group-reset-standard): Minor cleanup.
6553
6554 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6555
6556 * Makefile.in (bootstrap-prepare): When copying from
6557 ldefs-boot.el, make sure loaddefs.el is writeable.
6558
6559 (bootstrap-prepare): Make $(lisp)/ps-print.el
6560 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6561
6562 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6563
6564 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6565 only caller, and delete.
6566 (vc-hg-state): Deal with exceptions and only parse the output on
6567 successful return.
6568 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6569 caller, and delete.
6570 (vc-hg-workfile-version): Deal with exceptions and only parse the
6571 output on successful return.
6572 (vc-hg-revert): New function.
6573
6574 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
6575
6576 * calculator.el (calculator-expt): Use more cases to determine
6577 the value.
6578
6579 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6580
6581 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6582 file names.
6583
6584 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6585
6586 * calculator.el (calculator-expt, calculator-integer-p):
6587 New functions.
6588 (calculator-fact): Check to see if the factorial will be too
6589 large before computing it.
6590 (calculator-initial-operators): Use `calculator-expt' to
6591 compute "^".
6592 (calculator-mode): Mention that results which are too large
6593 will return inf.
6594 * calc/calc-comb.el (math-small-factorial-table): Replace list
6595 by vector.
6596
6597 2007-07-03 David Kastrup <dak@gnu.org>
6598
6599 * shell.el: On request of the authors, remove their addresses for
6600 the sake of bug reports, and add the developer list address as
6601 maintainer information.
6602
6603 2007-07-03 Richard Stallman <rms@gnu.org>
6604
6605 * files.el (make-directory): Doc fix.
6606 (find-file-confirm-inexistent-file): Make it a defcustom.
6607 Make nil the default.
6608
6609 2007-07-02 Richard Stallman <rms@gnu.org>
6610
6611 * startup.el (command-line): Set buffer-offer-save in *scratch*
6612 and enable auto-save in it.
6613
6614 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6615
6616 * textmodes/org.el (orgstruct-mode-map): New variable.
6617 (orgstruct-mode): New minor mode.
6618 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6619 (orgstruct-make-binding, org-context-p, org-get-local-variables)
6620 (org-run-like-in-org-mode): New functions.
6621 (org-cycle-list-bullet): New command.
6622 (org-special-properties, org-property-start-re)
6623 (org-property-end-re): New constants.
6624 (org-with-point-at): New macro.
6625 (org-get-property-block, org-entry-properties, org-entry-get)
6626 (org-entry-delete, org-entry-get-with-inheritance)
6627 (org-entry-put, org-buffer-property-keys): New functions.
6628 (org-insert-property-drawer): New command.
6629 (org-entry-property-inherited-from): New variable.
6630 (org-column): New face.
6631 (org-column-overlays, org-current-columns-fmt)
6632 (org-current-columns-maxwidths, org-column-map): New variables.
6633 (org-column-menu): New menu.
6634 (org-new-column-overlay, org-overlay-columns)
6635 (org-overlay-columns-title, org-remove-column-overlays)
6636 (org-column-show-value, org-column-quit, org-column-edit):
6637 New functions.
6638 (org-columns, org-agenda-columns): New commands.
6639 (org-get-columns-autowidth-alist): New functions.
6640 (org-properties): New customize group.
6641 (org-default-columns-format): New option.
6642 (org-priority): Realign tags after changing priority.
6643 (org-preserve-lc): New macro.
6644 (org-update-checkbox-count): Catch case when there is no headline.
6645 (org-agenda-quit): Remove any column overlays.
6646 (org-beginning-of-item-list): Fixed bug when non-item line is
6647 indented too deep.
6648 (org-cached-props): New variable.
6649 (org-cached-entry-get): New function.
6650 (org-make-tags-matcher): Handle property matches.
6651 (org-table-recalculate): Swap evaluation order: Field formula
6652 first, then column formulas, but don't allow them to overwrite the
6653 field formulas.
6654 (org-table-eval-formula): New argument untouchable.
6655 (org-table-put-field-property): New function.
6656
6657 2007-07-02 Martin Rudalics <rudalics@gmx.at>
6658
6659 * help-mode.el (help-make-xrefs): Skip spaces too when
6660 skipping tabs.
6661
6662 * ffap.el (dired-at-point-prompter): Improve prompt in
6663 list-directory case.
6664
6665 2007-07-01 Richard Stallman <rms@gnu.org>
6666
6667 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6668
6669 2007-07-01 Richard Stallman <rms@gnu.org>
6670
6671 * cus-start.el (max-mini-window-height): Added.
6672
6673 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6674
6675 * complete.el (partial-completion-mode): Remove advice of
6676 read-file-name-internal.
6677 (PC-do-completion): Rebind minibuffer-completion-table.
6678 (PC-read-file-name-internal): New function doing what
6679 read-file-name-internal advice did.
6680
6681 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
6682
6683 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
6684 property on a few symbols.
6685 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
6686 (byte-optimize-lapcode): Remove bindings that are not referenced
6687 and certainly will not effect through dynamic scoping.
6688
6689 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * files.el (find-file-confirm-inexistent-file): New var.
6692 (find-file, find-file-other-window, find-file-other-frame)
6693 (find-file-read-only, find-file-read-only-other-window)
6694 (find-file-read-only-other-frame): Use it.
6695
6696 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
6699
6700 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
6701
6702 * generic-x.el (generic-define-mswindows-modes)
6703 (generic-define-unix-modes, apache-log-generic-mode)
6704 (bat-generic-mode-keymap, java-manifest-generic-mode)
6705 (show-tabs-generic-mode): Fix typos in docstrings.
6706
6707 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
6708
6709 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
6710 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
6711 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
6712 (rcirc-print): Never ignore messages from ourself.
6713
6714 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
6717 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
6718
6719 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6720
6721 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
6722 replace-regexp-in-string.
6723
6724 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * emacs-lisp/cl.el: Set edebug and indentation before loading
6727 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6728
6729 2007-06-28 Andreas Schwab <schwab@suse.de>
6730
6731 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6732 $(lisp)/subdirs.el.
6733
6734 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
6735
6736 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6737 the speedbar frame if nil; that deletes the current frame or
6738 causes an error if it is the only frame.
6739 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6740
6741 2007-06-28 Kevin Ryde <user42@zip.com.au>
6742
6743 * textmodes/nroff-mode.el: Groff \# comments.
6744 (nroff-mode-syntax-table): \# comment intro,
6745 plain # as punct per global table.
6746 (nroff-font-lock-keywords): Add # as a single char escape.
6747 (nroff-mode): In comment-start-skip, match \#.
6748
6749 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6752 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6753 point-min == 1.
6754
6755 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
6756
6757 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6758 Rename and move to...
6759
6760 * subr.el (strings->string, string->strings): ...here.
6761
6762 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6763 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6764
6765 * progmodes/gud.el (gud-common-init): Call string->strings instead
6766 of split-string.
6767
6768 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6769
6770 * dired-aux.el: Remove `dired-call-process'.
6771 (dired-check-process): Call `process-file'.
6772
6773 * wdired.el (wdired-do-perm-changes): Call `process-file'.
6774
6775 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6776 `ange-ftp-process-file'.
6777
6778 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6781
6782 * emacs-lisp/cl-extra.el:
6783 * emacs-lisp/cl-seq.el:
6784 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6785 Add autoload cookies on all defs autoloaded manually in cl.el.
6786
6787 * emacs-lisp/cl-loaddefs.el: New file.
6788
6789 * textmodes/texinfmt.el (texinfo-raisesections-alist)
6790 (texinfo-lowersections-alist): Merge definition and declaration.
6791 (texinfo-start-of-header, texinfo-end-of-header): Remove.
6792 (texinfo-format-syntax-table): Merge init into declaration.
6793 (texinfo-format-parse-line-args, texinfo-format-parse-args)
6794 (texinfo-format-parse-defun-args, texinfo-format-node)
6795 (texinfo-push-stack, texinfo-multitable-widths)
6796 (texinfo-define-info-enclosure, texinfo-alias)
6797 (texinfo-format-defindex, batch-texinfo-format): Use push.
6798 (texinfo-footnote-number): Remove duplicate declaration.
6799
6800 * ps-print.el: Update with auto-generated autoloads.
6801
6802 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6803
6804 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6807 relative to current dir for file-local settings.
6808 (autoload-generate-file-autoloads): Add `outfile' arg.
6809 (update-directory-autoloads): Use it to directly call
6810 autoload-generate-file-autoloads instead of going through
6811 update-file-autoloads so we avoid redundant searches and so we can know
6812 the set of buffers changed so we can save them all.
6813
6814 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6815 rather than throwing `up-to-date'.
6816 (autoload-generate-file-autoloads): Adjust correspondingly.
6817 (update-file-autoloads): Be careful to let-bind
6818 autoload-modified-buffers and adjust to new calling conventions.
6819 (autoload-modified-buffers): Make it a dynamically scoped var.
6820 (update-directory-autoloads): Use file-relative-name instead of
6821 autoload-trim-file-name.
6822 (autoload-insert-section-header): Don't use autoload-trim-file-name
6823 since the file is already relative now.
6824 (autoload-trim-file-name): Remove.
6825
6826 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6827 (vc-arch-complete, vc-arch--version-completion-table)
6828 (vc-arch-revision-completion-table): New functions to provide
6829 completion of revision names.
6830 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6831 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6832 to let the user trim the revlib.
6833
6834 * vc.el: Add new VC operation `revision-completion-table'.
6835 (vc-default-revision-completion-table): New function.
6836 (vc-version-diff, vc-version-other-window): Use it to provide
6837 completion of revision names if the backend provides it.
6838
6839 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6840
6841 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6842 of newer .svn/entries.
6843
6844 2007-06-25 David Kastrup <dak@gnu.org>
6845
6846 * calc/calc-poly.el (math-padded-polynomial)
6847 (math-partial-fractions): Add some function comments.
6848
6849 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6852 Make `outbuf' optional.
6853 (update-file-autoloads): Use it.
6854
6855 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6858 (autoload-find-destination): Keep it uptodate.
6859 (autoload-save-buffers): New fun.
6860 (update-file-autoloads): Use it. Re-add the "up to date" message.
6861
6862 * emacs-lisp/autoload.el: Refactor for upcoming changes.
6863 (autoload-find-destination): New function extracted from
6864 update-file-autoloads.
6865 (update-file-autoloads): Use it.
6866 (autoload-generate-file-autoloads): New function extracted from
6867 generate-file-autoloads. Use file-relative-name. Delay computation of
6868 output-start to the first cookie. Remove done-any, replaced by
6869 output-start.
6870 (generate-file-autoloads): Use it.
6871
6872 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6873
6874 * calc/calc-comb.el (math-init-random-base, math-prime-test):
6875 Use math-read-number-simple to insert constants.
6876 (math-prime-test): Redo calculation of sum.
6877
6878 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6879
6880 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6881 math-scale-bignum-3.
6882 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6883 math-bignum-digit-size.
6884 (math-isqrt-small): Add another possible initial guess.
6885
6886 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6887
6888 * textmodes/bibtex.el (bibtex-entry-format): New options
6889 `whitespace', `braces', and `string'.
6890 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6891 (bibtex-field-braces-opt, bibtex-field-strings-opt)
6892 (bibtex-cite-matcher-alist): New variables.
6893 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6894 (bibtex-flash-head): Use blink-matching-delay.
6895 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6896 (bibtex-format-entry, bibtex-reformat): Handle new options of
6897 bibtex-entry-format.
6898 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6899 New functions.
6900 (bibtex-complete-internal): Do not display messages while
6901 minibuffer is used. Do not leave around a completions buffer
6902 that is out of date.
6903 (bibtex-copy-summary-as-kill): New optional arg.
6904 (bibtex-font-lock-url): New optional arg no-button.
6905 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6906 (bibtex-url): Allow multiple URLs per entry.
6907
6908 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * emacs-lisp/autoload.el (autoload-generated-file): New function.
6911 (update-file-autoloads, update-directory-autoloads): Use it.
6912 (autoload-file-load-name): New function.
6913 (generate-file-autoloads, update-file-autoloads): Use it.
6914 (autoload-find-file): Accept non-absolute argument. Set default-dir.
6915 (generate-file-autoloads): If the autoloaded form is malformed,
6916 indicate the problem with a warning instead of aborting.
6917
6918 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6919
6920 * simple.el (next-error-recenter): Accept `(4)' as well;
6921 also, specify `integer' instead of `number'.
6922
6923 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6924
6925 * ls-lisp.el (insert-directory): If an invalid regexp error is
6926 thrown, try using FILE as a literal file name, not a wildcard.
6927
6928 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * ruler-mode.el (ruler-mode): Prevent clobbering the original
6931 `header-line-format' when reentering ruler mode.
6932
6933 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6934
6935 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6936 FILE exists as a file.
6937
6938 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6939
6940 * calc/calc.el (math-bignum-digit-length)
6941 (math-bignum-digit-size, math-small-integer-size):
6942 New constants.
6943 (math-normalize, math-bignum-big, math-make-float)
6944 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6945 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6946 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6947 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6948 (math-quotient, math-div-bignum, math-div-bignum-digit)
6949 (math-div-bignum-part, math-format-bignum-decimal)
6950 (math-read-bignum): Use math-bignum-digit-length,
6951 math-bignum-digit-size and math-small-integer-size.
6952
6953 * calc/calc-ext.el (math-fixnum-big): Use the variable
6954 math-bignum-digit-size.
6955
6956 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6957
6958 * log-view.el (log-view-mode-menu): New menu.
6959
6960 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6963 differently.
6964
6965 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6966 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6967
6968 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6969
6970 * vc-hg.el (vc-hg-print-log): Insert the file name.
6971 (vc-hg-log-view-mode): Fontify the file name.
6972
6973 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6974
6975 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6976 (calcFunc-julian): Fix incorrect number used in calculations.
6977
6978 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
6979
6980 * simple.el (next-error-recenter): New defcustom.
6981 (next-error, next-error-internal): Recenter if specified,
6982 immediately prior to running `next-error-hook'.
6983
6984 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6985 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6986
6987 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6988
6989 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6990
6991 * calc/calc-comb.el (math-small-factorial-table): New variable.
6992 (calcFunc-fact): Use `math-small-factorial-table'.
6993
6994 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6995 initial values.
6996 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6997 New variables to use in caches.
6998
6999 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7000 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7001
7002 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7003 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7004 bignums.
7005
7006 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7007 New variables to use in caches.
7008
7009 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7010
7011 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7012
7013 * vc-hg.el (vc-hg-log-view-mode): New mode.
7014
7015 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7016
7017 * calc/calc.el (math-read-number-simple): New function.
7018
7019 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7022 (vera-font-lock-match-item): Fix doc string.
7023 (vera-in-comment-p): Remove unused function.
7024 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7025 use `syntax-ppss'.
7026 (vera-forward-syntactic-ws): Fix argument order.
7027 (vera-prepare-search): Use `with-syntax-table'.
7028 (vera-indent-line): Fix doc string.
7029 (vera-electric-tab): Fix doc string.
7030 (vera-expand-abbrev): Define alias instead of using `fset'.
7031 (vera-comment-uncomment-region): Use `comment-start-skip'.
7032
7033 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7034
7035 * textmodes/org.el (org-export-with-footnotes): New option.
7036 (org-export-as-html): Fix replacement bug for XEmacs.
7037 (org-agenda-default-appointment-duration): New option.
7038
7039 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7040
7041 * vc-hg.el: Add to do items.
7042 (vc-hg-diff): Add support for comparing different revisions.
7043 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7044 (vc-hg-annotate-extract-revision-at-line)
7045 (vc-hg-previous-version, vc-hg-checkin): New functions.
7046 (vc-hg-annotate-re): New constant.
7047
7048 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7049
7050 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7051
7052 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7055 buffer-local value of log-view-*-re if applicable.
7056
7057 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7058 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7059 (vc-bzr-command*): Remove both (incompatible) versions.
7060 (vc-bzr-do-command*): Remove.
7061 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7062 Remove by folding into its only caller vc-bzr-command.
7063 (vc-bzr-command): Always set the environment, even when ineffective.
7064 (vc-bzr-version): Minor fix up.
7065 (vc-bzr-admin-dirname): New var.
7066 (vc-bzr-bzr-dir): Remove.
7067 (vc-bzr-root-dir): New fun.
7068 (vc-bzr-registered): Use it. Add an autoloaded version.
7069 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7070 (vc-bzr-view-log-function): Remove.
7071 (vc-bzr-log-view-mode): New major mode to replace it.
7072 (vc-bzr-print-log): Only activate the old hack if needed.
7073
7074 * vc.el (vc-default-log-view-mode): New function.
7075 (vc-print-log): Add new `log-view-mode' VC operation.
7076
7077 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * ido.el (ido-find-file-in-dir): Don't signal an error for
7080 empty directories.
7081
7082 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7083
7084 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7085 directory where the desktop file was found, as the docstring says.
7086 (desktop-kill): Use `read-directory-name'.
7087
7088 2007-06-20 Alan Mackenzie <acm@muc.de>
7089
7090 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7091 When removing lines, also remove the \n. Correction of patch of
7092 2007-04-21.
7093
7094 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7095
7096 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7097 event is not a cons cell. Do not unread drag-mouse-1 events.
7098 Select right window in check whether space was stolen from
7099 window above.
7100
7101 * help-mode.el (help-make-xrefs): Adjust position of new forward
7102 button.
7103
7104 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7105
7106 * vc-bzr.el (vc-bzr-with-process-environment)
7107 (vc-bzr-std-process-invocation): New macros.
7108 (vc-bzr-command, vc-bzr-command*): Use them.
7109 (vc-bzr-with-c-locale): Remove.
7110 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7111 (vc-bzr-buffer-nonblank-p): New function.
7112 (vc-bzr-state-words): New const.
7113 (vc-bzr-state): Look for `bzr status' keywords in output.
7114 Display everything else as a warning message to the user.
7115 Fix status report with bzr >= 0.15.
7116
7117 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7118
7119 * vc-hg.el (vc-hg-global-switches): Simplify.
7120 (vc-hg-state): Handle more states.
7121 (vc-hg-diff): Fix doc-string.
7122 (vc-hg-register): New function.
7123 (vc-hg-checkout): Likewise.
7124
7125 2007-06-20 Reto Zimmermann <reto@gnu.org>
7126
7127 * progmodes/vera-mode.el: New file.
7128
7129 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7130
7131 * calc/calc.el (calc-multiplication-has-precendence):
7132 New variable.
7133 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7134 New functions.
7135 (math-expr-opers): Define using math-standard-ops rather than
7136 math-standard-opers.
7137 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7138 equal the function math-standard-ops rather than the variable
7139 math-standard-opers.
7140 (calc-algebraic-entry): Let math-expr-opers equal
7141 math-standard-ops or math-expr-ops, as appropriate.
7142 (math-expr-read-level, math-read-factor): Let math-expr-opers
7143 equal math-expr-ops.
7144 * calc/calc-embed.el (calc-embedded-finish-edit):
7145 Let math-expr-opers equal the function math-standard-ops
7146 rather than the variable math-standard-opers.
7147 * calc/calc-ext.el (math-read-plain-expr)
7148 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7149 function math-standard-ops rather than the variable
7150 math-standard-opers.
7151 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7152 Let math-expr-opers equal the function math-standard-ops rather
7153 than the variable math-standard-opers.
7154 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7155 equal the function math-standard-ops rather than the variable
7156 math-standard-opers.
7157 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7158 equal the function math-standard-ops rather than the variable
7159 math-standard-opers.
7160 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7161 math-expr-ops.
7162
7163 2007-06-19 Ivan Kanis <apple@kanis.eu>
7164
7165 * vc-hg.el: New file.
7166
7167 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7170 with font-lock-multiline.
7171
7172 2007-06-17 Glenn Morris <rgm@gnu.org>
7173
7174 * lpr.el (lpr-page-header-switches): Move %s to separate element
7175 for correct quoting. Doc fix.
7176
7177 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7180 than setting sgml-xml-mode.
7181 (sgml-mode, html-mode): Set sgml-xml-mode.
7182 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7183 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7184 (sgml-electric-tag-pair-before-change-function)
7185 (sgml-electric-tag-pair-flush-overlays): New functions.
7186 (sgml-electric-tag-pair-mode): New minor mode.
7187 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7188 (sgml-calculate-indent): Use assoc-string.
7189
7190 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7191
7192 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7193 chars before the "@" in an email address. Andreas Roehler noticed
7194 this problem.
7195
7196 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7197
7198 * thingatpt.el: Add support for email addresses (`email').
7199 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7200 (thing-at-point-email-regexp): New variable.
7201 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7202 properties on this symbol, with lambda forms for values.
7203
7204 2007-06-15 Masatake YAMATO <jet@gyve.org>
7205
7206 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7207
7208 * vc.el (vc-dired-hook): Check the backend returned from
7209 `vc-responsible-backend' can really handle `subdir'.
7210
7211 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * wid-edit.el (widget-add-documentation-string-button):
7214 Fix handling of documentation indent.
7215
7216 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7217
7218 * mb-depth.el: New file.
7219
7220 2007-06-15 Masatake YAMATO <jet@gyve.org>
7221
7222 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7223
7224 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * wid-edit.el (widget-default-create): Move ?h handling here...
7227 (widget-default-format-handler): ...from here.
7228 (widget-docstring, widget-add-documentation-string-button): New funs.
7229 (documentation-string): Add :visibility-widget property.
7230 (widget-documentation-string-value-create): Use it.
7231
7232 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7233 (custom-buffer-create-internal): Simplify message.
7234 (custom-variable-tag): Reduce height to normal.
7235 (custom-variable-value-create, custom-face-value-create)
7236 (custom-visibility): New widget.
7237 (custom-visibility): New face.
7238 (custom-group-value-create):
7239 Call widget-add-documentation-string-button, using `custom-visibility'.
7240
7241 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7244 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7245 change. Apparently the "warning even if the group is implicit" is
7246 a feature rather than a bug.
7247
7248 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7249
7250 * emulation/viper.el (viper-describe-key-ad)
7251 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7252 Compile them conditionally.
7253 (viper-version): Belated version change.
7254
7255 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7256
7257 * follow.el (follow-all-followers, follow-generic-filter):
7258 * pcomplete.el (pcomplete-restore-windows):
7259 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7260 (x-dnd-drop-data):
7261 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7262 * progmodes/python.el (python-complete-symbol):
7263 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7264
7265 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7266
7267 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7268 around bright and dim regexps. Make sure bright and dim matches
7269 use word anchors. Send text through rcirc-markup functions.
7270 (rcirc-url-regexp): Add single quote character.
7271 (rcirc-connect): Write logs to disk on auto-save-hook.
7272 Make server a non-optional argument.
7273 (rcirc-log-alist): New variable.
7274 (rcirc-log-directory): Make customizable.
7275 (rcirc-log-flag): New customizable variable.
7276 (rcirc-log): New function.
7277 (rcirc-print): Use above function.
7278 (rcirc-log-write): New function.
7279 (rcirc-generate-new-buffer-name): Strip text properties.
7280 (rcirc-switch-to-buffer-function): Remove variable.
7281 (rcirc-last-non-irc-buffer): Remove variable.
7282 (rcirc-non-irc-buffer): Add function.
7283 (rcirc-next-active-buffer): Use above function.
7284 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7285 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7286 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7287 (rcirc-omit-mode): Add minor-mode.
7288 (rcirc-mode-map): Change C-c C-o binding.
7289 (rcirc-mode): Clear mode-line-process. Use a custom
7290 fill-paragraph-function. Set up buffer-invisibility-spec.
7291 (rcirc-response-formats): Remove timestamp code.
7292 (rcirc-omit-responses): Add variable.
7293 (rcirc-print): Don't put the overlay arrow on potentially omitted
7294 lines. Log line to disk. Record activity for private messages
7295 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7296 (rcirc-jump-to-first-unread-line): Print message if there is no
7297 unread text.
7298 (rcirc-clear-unread): New function.
7299 (rcirc-markup-text-functions): Add variable.
7300 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7301 (rcirc-debug): Don't mess with window configuration.
7302 (rcirc-send-message): Send message before printing locally.
7303 Add SILENT argument, do not print message if non-nil.
7304 (rcirc-visible-buffers): New function and variable.
7305 (rcirc-window-configuration-change-1): Add function.
7306 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7307 server buffer.
7308 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7309 (rcirc-fill-paragraph): Add function.
7310 (rcirc-record-activity, rcirc-window-configuration-change-1):
7311 Only update the activity string if it has actually changed.
7312 (rcirc-update-activity-string): Remove padding characters from the
7313 mode-line string.
7314 (rcirc-disconnect-buffer): New function to be called when a
7315 channel is parted or the user quits.
7316 (rcirc-server-name): Warn when the server-name hasn't been set.
7317 (rcirc-window-configuration-change): Postpone work until
7318 post-command-hook.
7319 (rcirc-window-configuration-change-1): Update mode-line and
7320 overlay arrows here.
7321 (rcirc-authenticate): Fixc hanserv identification.
7322 (rcirc-default-server): Remove variable.
7323 (rcirc): Connect according to rcirc-connections.
7324 (rcirc-connections): Add variable.
7325 (rcirc-startup-channels-alist): Remove variable.
7326 (rcirc-startup-channels): Remove function.
7327
7328 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7331
7332 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7333
7334 * term/xterm.el (terminal-init-xterm): Escape parens in character
7335 constants.
7336
7337 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7340 Use [:alpha:] and [:alnum:] where applicable.
7341 (sh-quoted-subshell): Rewrite to correctly
7342 handle nested mixes of `...' and $(...).
7343 (sh-apply-quoted-subshell): Remove.
7344 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7345
7346 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7347
7348 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7349
7350 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7351 previous change.
7352
7353 2007-06-12 Tom Tromey <tromey@redhat.com>
7354
7355 * subr.el (user-emacs-directory): New defconst.
7356 * cmuscheme.el (scheme-start-file):
7357 * shell.el (shell):
7358 * completion.el (save-completions-file-name):
7359 * custom.el (custom-theme-directory):
7360 * term/x-win.el (emacs-session-filename):
7361 * filesets.el (filesets-menu-cache-file):
7362 * thumbs.el (thumbs-thumbsdir):
7363 * server.el (server-auth-dir):
7364 * image-dired.el (image-dired-dir):
7365 (image-dired-db-file):
7366 (image-dired-temp-image-file):
7367 (image-dired-gallery-dir):
7368 (image-dired-temp-rotate-image-file):
7369 * play/gamegrid.el (gamegrid-user-score-file-directory):
7370 * savehist.el (savehist-file):
7371 * tutorial.el (tutorial--saved-dir):
7372 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7373
7374 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7375
7376 * scroll-lock.el (scroll-lock-mode): Doc fix.
7377
7378 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7379
7380 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7381
7382 * ediff-init.el: Doc strings.
7383
7384 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7387 (byte-compile-file): Bind it.
7388 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7389 group argument is provided implicitly.
7390 (byte-compile-format-warn, byte-compile-from-buffer)
7391 (byte-compile-insert-header): Don't hardcode point-min==1.
7392 (byte-compile-file-form-require): Remove unused var old-load-list.
7393 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7394
7395 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7396
7397 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7398 Display error messages.
7399 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7400 Get rid of cl.el dependencies.
7401
7402 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7403 New variable.
7404 (viper-activate-input-method-action)
7405 (viper-inactivate-input-method-action):
7406 Use viper-suppress-input-method-change-message.
7407
7408 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7409 for C-s, C-r.
7410
7411 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7412 Use viper-replace-overlay-cursor-color instead of
7413 viper-replace-overlay-cursor-color.
7414 (viper-sit-for-short): Use sit-for with 3 arguments.
7415
7416 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7417 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7418 to gud-mode.
7419
7420 * ediff-mult.el (ediff-meta-buffer-brief-message)
7421 (ediff-meta-buffer-verbose-message): New variables.
7422 (ediff-meta-buffer-message): Variable deleted.
7423 (ediff-verbose-help-enabled): New variable.
7424 (ediff-toggle-verbose-help-meta-buffer): New function.
7425 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7426 message options.
7427
7428 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7429 (ediff-fixup-patch-map): Improve heuristic.
7430
7431 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7434 (log-view-font-lock-keywords): Simplify.
7435 (log-view-current-file, log-view-current-tag): Simplify.
7436
7437 2007-06-12 Sam Steingold <sds@gnu.org>
7438
7439 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7440
7441 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7442
7443 * desktop.el (desktop-load-locked-desktop): New option.
7444 (desktop-read): Use it.
7445 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7446 Use `when'.
7447
7448 2007-06-12 Davis Herring <herring@lanl.gov>
7449
7450 * desktop.el (desktop-save-mode-off): New function.
7451 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7452 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7453 (desktop-claim-lock, desktop-release-lock): New functions.
7454 (desktop-kill): Tell `desktop-save' that this is the last save.
7455 Release the lock afterwards.
7456 (desktop-buffer-info): New function.
7457 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7458 says to. Detect conflicts, and manage the lock.
7459 (desktop-read): Detect conflicts. Manage the lock.
7460
7461 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7464
7465 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7466 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7467 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7468 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7469 keysyms rather than byte sequences.
7470 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7471
7472 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7475 half-activated, forcefully activate it completely.
7476
7477 2007-06-11 Richard Stallman <rms@gnu.org>
7478
7479 * cus-edit.el (custom-variable-type): Doc fix.
7480
7481 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7484 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7485 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7486 different possible cases for \'.
7487
7488 * complete.el (PC-bindings): Don't bind things already bound in the
7489 parent keymap.
7490
7491 * textmodes/bibtex-style.el: New file.
7492
7493 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7494
7495 * vc-bzr.el: New file.
7496
7497 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * vc-svn.el (vc-svn-program): New var.
7500 (vc-svn-command): Use it.
7501
7502 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * server.el (server-switch-buffer): Remove redundant check.
7505
7506 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7507
7508 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7509 Match against file-name-nondirectory.
7510 Fix text on user customization variables.
7511 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7512
7513 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7514
7515 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7516
7517 2007-06-09 Davis Herring <herring@lanl.gov>
7518
7519 * desktop.el (desktop-minor-mode-table): Doc fix.
7520
7521 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * textmodes/css-mode.el (css-navigation-syntax-table):
7524 Use set-char-table-range so it also works in the unicode branch.
7525
7526 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7527
7528 * help-mode.el (help-xref-forward-stack)
7529 (help-xref-stack-forward-item, help-forward-label): New variables.
7530 (help-forward): New button type.
7531 (help-setup-xref): Initialise help-xref-forward-stack.
7532 (help-make-xrefs): Add forward button, if appropriate.
7533 (help-xref-go-back): Push item on forward stack.
7534 (help-xref-go-forward, help-go-forward): New functions.
7535
7536 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
7537
7538 * dired.el (dired-mode-map): Remove spurious separator.
7539
7540 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7541
7542 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7543
7544 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7545 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7546
7547 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
7548
7549 * textmodes/org.el: Version number fixed.
7550
7551 2007-06-07 Glenn Morris <rgm@gnu.org>
7552
7553 * version.el (emacs-copyright): New constant.
7554 * startup.el (fancy-splash-tail): Use emacs-copyright.
7555 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7556
7557 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7558 `make-local'.
7559 (byte-compile-warnings-safe-p): Add `make-local'.
7560 (byte-compile-make-variable-buffer-local):
7561 Allow byte-compile-warnings to suppress this warning.
7562
7563 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7564 format of "menu" description.
7565 (tutorial--find-changed-keys): Describe the specific menu a
7566 command is in.
7567
7568 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7569 Rewrite compatibility functions to silence byte-compiler.
7570
7571 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7572
7573 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7574 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7575
7576 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
7577
7578 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7579
7580 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7581
7582 * progmodes/ebrowse.el (ebrowse-member-table):
7583 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7584 (org-batch-agenda-csv): Fix typos in docstrings.
7585
7586 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7589 (sort-coding-systems, search-unencodable-char): Doc fixes.
7590 (coding-system-change-eol-conversion, set-default-coding-systems)
7591 (prefer-coding-system, find-multibyte-characters, princ-list)
7592 (leim-list-entry-regexp, set-input-method, locale-language-names)
7593 (input-method-exit-on-first-char, exit-language-environment-hook)
7594 (locale-charset-language-names): Fix typos in docstrings.
7595
7596 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * pgg.el (pgg-sign-region, pgg-sign):
7599 * ses.el (ses-call-printer):
7600 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7601 * textmodes/org.el (org-cycle): Fix typos in docstrings.
7602
7603 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
7604
7605 * textmodes/org.el (org-export-region-as-html)
7606 (org-replace-region-by-html, org-number-to-letters)
7607 (org-table-fedit-finish, org-normalize-color)
7608 (org-table-fedit-ref-right, org-date-to-gregorian)
7609 (org-table-fedit-move, org-table-convert-refs-to-rc)
7610 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
7611 (org-write-agenda, org-colgroup-info-to-vline-list)
7612 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
7613 (org-indent-line-function, org-export-as-html-to-buffer)
7614 (org-store-agenda-views, org-update-mode-line)
7615 (org-find-if, org-delete-all)
7616 (org-table-fedit-convert-buffer, org-emphasize)
7617 (org-uniquify, org-table-fedit-lisp-indent)
7618 (org-table-fedit-scroll, org-get-todo-sequence-head)
7619 (org-table-fedit-scroll-down, org-table-fedit-line-down)
7620 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7621 (org-table-fedit-toggle-coordinates, org-dvipng-color)
7622 (org-table-fedit-line-up, org-table-fedit-ref-down)
7623 (org-table-formula-from-user, org-mode-flyspell-verify)
7624 (org-cycle-show-empty-lines, org-ctrl-c-ret)
7625 (org-table-formula-to-user, org-diary-to-ical-string)
7626 (orgtbl-export, org-table-fedit-post-command)
7627 (org-closed-in-range, org-shiftcontrolright)
7628 (org-table-convert-refs-to-an, org-table-hline-and-move)
7629 (org-table-formula-less-p, org-format-table-ascii)
7630 (org-agenda-get-sexps, org-shift-refpart)
7631 (org-diary-sexp-entry, org-time-string-to-absolute)
7632 (org-table-show-reference, org-letters-to-number)
7633 (org-fix-agenda-info, org-table-fedit-ref-up)
7634 (org-table-fedit-shift-reference, org-table-fedit-abort)
7635 (org-closest-date, org-shiftcontrolleft)
7636 (org-at-heading-or-item-p, org-rematch-and-replace)
7637 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7638 New functions.
7639 (org-table-edit-scroll-down, org-finish-edit-formulas)
7640 (org-table-edit-next-field, org-abort-edit-formulas)
7641 (org-font-lock-level, org-export-find-first-heading-line)
7642 (org-table-edit-line-down, org-table-edit-backward-field)
7643 (org-edit-formula-lisp-indent, org-table-edit-move)
7644 (org-check-log-option, org-this-word)
7645 (org-table-edit-line-up, org-table-edit-formulas-post-command)
7646 (org-agenda-file-to-end, org-expand-file-name)
7647 (org-fake-empty-table-line, org-table-edit-scroll)
7648 (org-toggle-log-option, org-show-reference): Function removed.
7649 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7650 New defsubsts.
7651 (org-unmodified, org-batch-store-agenda-views)
7652 (org-batch-agenda-csv): New macro.
7653 (org-agenda-export): New customization group.
7654 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7655 (org-highest-priority, org-agenda-exporter-settings)
7656 (org-log-done-with-time, org-replace-disputed-keys)
7657 (org-format-latex-header, org-export-table-header-tags)
7658 (org-cycle-separator-lines, org-export-table-data-tags)
7659 (org-icalendar-include-sexps)
7660 (org-empty-line-terminates-plain-lists)
7661 (org-log-repeat, org-special-ctrl-a)
7662 (org-table-use-standard-references, org-disputed-keys)
7663 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7664 (org-agenda-export-html-style): New option.
7665 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7666 (org-CUA-compatible): Option removed.
7667 (org-agenda-structure, org-sexp-date): New face.
7668 (org-todo-keywords-for-agenda, org-not-done-keywords)
7669 (org-planning-or-clock-line-re, org-agenda-name)
7670 (org-table-colgroup-info, org-todo-sets)
7671 (constants-unit-system, org-clock-mode-line-entry)
7672 (org-mode-line-timer, org-table-current-begin-pos)
7673 (org-todo-keywords-1, org-mode-line-string)
7674 (org-table-clean-did-remove-column, org-table-fedit-map)
7675 (org-clock-heading, org-table-buffer-is-an)
7676 (org-agenda-info, org-done-keywords)
7677 (org-done-keywords-for-agenda, org-todo-heads)
7678 (org-todo-kwd-alist, org-clock-start-time): New variable.
7679 (org-todo-kwd-priority-p, org-edit-formulas-map)
7680 (org-repeat-re, org-todo-kwd-max-priority)
7681 (org-version, org-done-string)
7682 (org-table-clean-did-remove-column-1, org-disputed-keys):
7683 Remove variables.
7684 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
7685 (org-ts-lengths): Constant removed.
7686 (org-follow-gnus-link): Don't ask how many articles to read.
7687 (org-export-find-first-export-line): Rename from
7688 `org-export-find-first-heading'.
7689 Use `org-export-skip-text-before-1st-heading'.
7690 (org-table-fedit-post-command): Rename from
7691 `org-table-edit-formulas-post-command'.
7692 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
7693 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
7694 (org-table-fedit-lisp-indent): Rename from
7695 `org-edit-formula-lisp-indent'.
7696 (org-table-show-reference): Rename from `org-show-reference'.
7697 (org-table-store-formulas): Use `org-table-formula-less-p'.
7698 (org-table-edit-formulas): Position cursor to current field equation.
7699 (org-update-checkbox-count, org-hide-archived-subtrees)
7700 (org-timestamp-up-day, org-timestamp-down-day)
7701 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
7702 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
7703 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
7704 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
7705 Let `org-on-heading-p' also check for invisible heading.
7706 (org-read-date): Match am/pm times.
7707 (org-eval-in-calendar): Fix default date in prompt.
7708
7709 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
7712 "ChangeLog.a" entries, giving the latter lower priority.
7713
7714 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
7715
7716 * faces.el (face-id): If the argument is a face alias,
7717 return the ID of the target face.
7718
7719 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
7720
7721 * net/socks.el (top): Remove unnecessary copyright line.
7722
7723 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
7724
7725 * longlines.el (longlines-auto-wrap): Handle argument correctly.
7726
7727 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
7728
7729 * net/socks.el: New file, taken from w3 repository.
7730 (top): Update Copyright. Don't load cl.el.
7731 (all): Replace `case' by `cond', `string-to-int' by
7732 `string-to-number', and `process-kill-without-query' by
7733 `set-process-query-on-exit-flag'.
7734 (socks-char-int): Remove defalias and all occurrences.
7735
7736 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
7737
7738 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7739 Fix typos in docstrings.
7740 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7741 (compilation-finish-function): Fix typo in obsolescence declaration.
7742
7743 2007-06-03 Sam Steingold <sds@gnu.org>
7744
7745 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7746 handle unending automatic recompilation of changed files (`omake -P').
7747 (compilation-loop): VISITED is now 5th CDR.
7748 (compilation-next-error-function): Set TIMESTAMP.
7749
7750 2007-06-03 Sam Steingold <sds@gnu.org>
7751
7752 * files.el (kill-buffer-ask): New function.
7753 (kill-some-buffers): Use it.
7754 (kill-matching-buffers): New user command.
7755
7756 2007-06-01 David Kastrup <dak@gnu.org>
7757
7758 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7759 Change default to `top'.
7760
7761 2007-05-31 Richard Stallman <rms@gnu.org>
7762
7763 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7764
7765 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * textmodes/css-mode.el: New file.
7768
7769 2007-05-30 Michael Olson <mwolson@gnu.org>
7770
7771 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7772 died and we are trying to send a signal to it. The program using
7773 tq.el should periodically check to see whether the process has
7774 died and react appropriately -- this is not the responsibility of
7775 tq.el, and is consistent with the rest of the tq.el source code.
7776
7777 2007-05-29 Martin Rudalics <rudalics@gmx.at>
7778
7779 * textmodes/table.el (table--point-entered-cell-function)
7780 (table--point-left-cell-function):
7781 Bind `inhibit-point-motion-hooks' to t.
7782
7783 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7784
7785 * emacs-lisp/rx.el (rx): Doc fix.
7786
7787 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7790
7791 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
7792
7793 Sync with Tramp 2.0.56.
7794
7795 * net/tramp.el:
7796 * net/tramp-ftp.el:
7797 * net/tramp-smb.el:
7798 * net/tramp-util.el:
7799 * net/tramp-vc.el:
7800 Don't load cl.el, because that pollutes the namespace. Replace cl
7801 macros by their implementations where necessary. Requested by
7802 Richard Stallman <rms@gnu.org>.
7803
7804 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7805 doesn't exist.
7806 (with-parsed-tramp-file-name): Protect debug spec during compilation.
7807 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7808 (tramp-file-name-p, tramp-file-name-multi-method)
7809 (tramp-file-name-method, tramp-file-name-user)
7810 (tramp-file-name-host, tramp-file-name-localname): New defuns,
7811 replacing defstruct `tramp-file-name'.
7812 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7813 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7814 Apply `vector' instead of `make-tramp-file-name'.
7815 (tramp-handle-make-auto-save-file-name):
7816 Apply `tramp-temporary-file-directory' for compatibility reasons.
7817 (tramp-completion-mode): Use `natnump' instead of `wholenump'
7818 because of XEmacs.
7819 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7820 started.
7821
7822 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7825
7826 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7827
7828 * log-edit.el (log-edit-changelog-paragraph): Return point-max
7829 as the end of the ChangeLog paragraph when it ends without a line
7830 termination.
7831
7832 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
7833
7834 * net/webjump.el (webjump-sample-sites):
7835 Add simple Wikipedia query.
7836
7837 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7840 compatibility code.
7841
7842 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7843 (copyright-update-year): Use it.
7844
7845 * edmacro.el (edmacro-format-keys): Use current-active-maps.
7846
7847 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7848 Add indentation and debugging info. Fix up comment convention.
7849
7850 * cus-dep.el (custom-make-dependencies): Simplify.
7851
7852 * composite.el (compose-region, decompose-region):
7853 Use inhibit-read-only and restore-buffer-modified-p.
7854
7855 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7856 (xterm-mouse-event): Use it.
7857
7858 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
7859
7860 * bs.el (bs-cycle-previous): Don't modify the cycle list until
7861 `switch-to-buffer' has returned succesfully.
7862 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
7863 window is dedicated (it could iconify the frame).
7864
7865 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
7866
7867 * vc-hooks.el (vc-find-root): Fix file attribute test.
7868
7869 2007-05-24 Richard Stallman <rms@gnu.org>
7870
7871 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7872 Don't let opoint be nil.
7873 (flyspell-emacs-popup): Explicit error if no dialogs.
7874
7875 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7878 (image-next-line, image-previous-line, image-scroll-up)
7879 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7880 New functions.
7881 (image-mode-map): Remap motion commands.
7882 (image-mode-text-map): New keymap for viewing images as text.
7883 (image-mode): Use image-mode-map.
7884 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7885
7886 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * textmodes/fill.el (canonically-space-region): Make the second arg
7889 a marker if it's not already the case.
7890
7891 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7892
7893 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7894 (tar-get-descriptor): Handle type 55, an extended pax header.
7895
7896 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7899 to confuse outline-minor-mode.
7900
7901 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7902
7903 * tar-mode.el (tar-file-name-handler): New function.
7904 (tar-extract): Bind file-name-handler-alist to it to force
7905 find-buffer-file-type-coding-system behave as if the file being
7906 extracted existed. Use last-coding-system-used to force
7907 buffer-file-coding-system to what decode-coding-region actually
7908 used to decode the file.
7909
7910 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7911
7912 * progmodes/compile.el (compilation-handle-exit):
7913 `compilation-finish-function' may change the current buffer.
7914
7915 2007-05-22 Richard Stallman <rms@gnu.org>
7916
7917 * files.el (set-auto-mode): Doc fix.
7918
7919 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7920
7921 * help-fns.el (find-source-lisp-file): New function.
7922 (describe-function-1): Use find-source-lisp-file to find source
7923 file in compile tree.
7924
7925 2007-05-22 Eli Zaretskii <eliz@gnu.org>
7926
7927 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7928
7929 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
7930
7931 * emacs-lisp/easy-mmode.el (define-minor-mode)
7932 (easy-mmode-define-navigation): Fix typos in docstrings.
7933
7934 2007-05-22 Glenn Morris <rgm@gnu.org>
7935
7936 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7937
7938 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
7939
7940 * mail/mail-extr.el (mail-extract-address-components):
7941 Recognize non-ASCII characters except for NBSP as words.
7942
7943 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
7944
7945 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7946 (rcirc-print): Handle `window-width'.
7947 (rcirc-buffer-maximum-lines): Doc fix.
7948
7949 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
7950
7951 * image-mode.el (image-toggle-display): Don't clear image cache.
7952 Only use filename in image spec if the file is readable.
7953 Call image-refresh.
7954
7955 * image.el (image-type-from-file-name, image-type): Simplify.
7956 (image-type-auto-detected-p): Don't scan auto-mode-alist.
7957
7958 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7959 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7960
7961 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7964 is an error.
7965
7966 * term/linux.el (terminal-init-linux): Don't signal an error
7967 if gpm isn't running.
7968
7969 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7970
7971 * t-mouse.el: Reduce to a minor-mode macro call.
7972 (t-mouse-mode): Remove the lighter.
7973
7974 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7975
7976 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
7977
7978 * files.el (auto-mode-alist): Change the regexp so that
7979 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7980
7981 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * Version 22.1 released.
7984
7985 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7988 changes.
7989
7990 2007-05-19 Kevin Ryde <user42@zip.com.au>
7991
7992 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7993
7994 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
7995
7996 * textmodes/sgml-mode.el: Revert last change.
7997
7998 2007-05-18 Richard Stallman <rms@gnu.org>
7999
8000 * simple.el (push-mark): Doc fix.
8001
8002 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8003
8004 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8005 tpu-global-map.
8006 (tpu-original-global-map): Variable deleted.
8007 (tpu-control-keys-map): New keymap variable.
8008 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8009 setting keymapping directly.
8010 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8011 tpu-global-map.
8012 (tpu-edt-on): Activate the tpu-global-map.
8013 (tpu-edt-off): Deactivate the tpu-global-map.
8014
8015 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8016
8017 * textmodes/ispell.el (ispell-get-word): Return markers
8018 for start and end positions.
8019 (ispell-word): Assume END is a marker.
8020
8021 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8022
8023 * printing.el: Group together all XEmacs/Emacs definitions.
8024 (pr-version): New version 6.9.
8025 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8026 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8027 (pr-menu-bind): Fix code.
8028 (pr-e-frame-char-height, pr-e-frame-char-width)
8029 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8030 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8031 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8032 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8033 (pr-x-event-y-pixel): Aliases eliminated.
8034 (pr-xemacs-global-menubar): Macro moved.
8035 (current-menubar, current-mouse-event, zmacs-region-stays)
8036 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8037 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8038 Vars moved.
8039 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8040 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8041 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8042 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8043 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8044 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8045 moved.
8046
8047 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8048
8049 * textmodes/sgml-mode.el (sgml-tag):
8050 Fix bug: Call sgml-transformation-function.
8051
8052 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8053
8054 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8055 modified flag of buffer. Use `inhibit-modification-hooks'.
8056
8057 2007-05-16 Richard Stallman <rms@gnu.org>
8058
8059 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8060
8061 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8064 Move the *ml, Postscript, and XmCD entries to the fallback part.
8065
8066 * files.el (magic-fallback-mode-alist):
8067 Rename from file-start-mode-alist.
8068
8069 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8070
8071 * progmodes/compile.el (compilation-handle-exit): Quote first
8072 argument of `run-hook-with-args'.
8073
8074 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * buff-menu.el (Buffer-menu-sort-column):
8077 * dabbrev.el (dabbrev-upcase-means-case-search):
8078 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8079 * info.el (Info-current-subfile):
8080 * ls-lisp.el (ls-lisp-verbosity):
8081 * msb.el (msb-menu-cond):
8082 * pcvs.el (cvs-dired-use-hook):
8083 * simple.el (set-mark-command-repeat-pop):
8084 * time.el (display-time-24hr-format, display-time-mail-file):
8085 Doc fixes.
8086
8087 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8088 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8089
8090 * view.el (view-inhibit-help-message): Fix typo in docstring.
8091 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8092
8093 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8094
8095 * textmodes/ispell.el (ispell-start-process): Defend against bad
8096 default-directory.
8097
8098 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8099
8100 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8101 content-transfer-encoding _last_, because it's its position that
8102 we need as value of base64-header-field-end.
8103
8104 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * files.el (mode-require-final-newline, require-final-newline)
8107 (enable-local-variables, enable-local-eval): Doc fixes.
8108
8109 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8110
8111 * ps-print.el: Use default color when foreground or background color
8112 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8113 (ps-print-version): New version 6.7.4.
8114 (ps-rgb-color): New argument. Use default color when color is
8115 unspecified.
8116 (ps-begin-job): Fix code.
8117
8118 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * longlines.el (longlines-mode): Make longlines-auto-wrap
8121 buffer-local. Add hooks unconditionally.
8122 (longlines-auto-wrap): Toggle wrapping.
8123 (longlines-after-change-function)
8124 (longlines-post-command-function): Check longlines-auto-wrap.
8125
8126 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8127
8128 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8129 (xterm-mouse-translate): Use it.
8130
8131 2007-05-10 Richard Stallman <rms@gnu.org>
8132
8133 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8134 (iso-cvt-write-only): Likewise.
8135
8136 * emacs-lisp/easy-mmode.el (define-minor-mode):
8137 Fix generated doc string.
8138
8139 * startup.el (fancy-splash-text): Add URL of guided tour.
8140 Adjust horizontal and vertical whitespace.
8141
8142 * progmodes/compile.el (compilation-handle-exit):
8143 Use run-hook-with-args to run compilation-finish-functions.
8144
8145 * files.el (file-start-mode-alist): New variable.
8146 (magic-mode-regexp-match-limit): Doc fix.
8147 (set-auto-mode): Handle file-start-mode-alist.
8148 A little cleanup of structure.
8149
8150 * dabbrev.el (dabbrev-eliminate-newlines):
8151 Renamed from dabbrev--eliminate-newlines. All uses changed.
8152
8153 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8154
8155 * man.el (Man-next-section): Don't consider the last line of the page
8156 as being part of any section.
8157
8158 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8161 can take any number of values.
8162
8163 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8166 to the list of citation commands.
8167
8168 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8171
8172 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8173
8174 * progmodes/python.el (python-font-lock-keywords)
8175 (python-open-block-statement-p, python-mode): Add support for the new
8176 "with" keyword.
8177
8178 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8181 the exact opposite of diff-goto-source.
8182
8183 * emacs-lisp/advice.el (ad-special-forms): Remove.
8184 (ad-special-form-p): Use subr-arity.
8185
8186 * newcomment.el (comment-search-forward): Make sure we search forward.
8187 (comment-enter-backward): Try and distinguish the non-matching case at
8188 EOB from the non-matching case with a missing comment-end-skip for
8189 a 2-char comment ender.
8190 (comment-choose-indent): New function extracted from comment-indent.
8191 Improve the alignment algorithm.
8192 (comment-indent): Use it.
8193
8194 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8195 XML style Processing Instructions.
8196 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8197 (sgml-calculate-indent): Handle `pi' context.
8198
8199 * vc.el: Ensure that update-changelog issues an error when used with
8200 a backend that does not implement it.
8201 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8202 Remove `backend' argument. Use expand-file-name.
8203 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8204
8205 * progmodes/python.el (python-end-of-block): Revert last change.
8206 (python-end-of-statement): Make sure we move *forward*.
8207
8208 2007-05-08 Richard Stallman <rms@gnu.org>
8209
8210 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8211 Don't include non-self-insert commands in the exception for `-'.
8212
8213 2007-05-08 David Reitter <david.reitter@gmail.com>
8214
8215 * progmodes/python.el (python-guess-indent): Check non-nullness
8216 before comparing indent against the 2..8 interval.
8217
8218 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8219
8220 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8221 available.
8222
8223 2007-05-06 Richard Stallman <rms@gnu.org>
8224
8225 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8226
8227 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8230 rather than storing their value in the revert-buffer function.
8231
8232 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8233
8234 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8235 when disabling t-mouse-mode.
8236
8237 2007-05-01 Davis Herring <herring@lanl.gov>
8238
8239 * calendar/timeclock.el: Update version number.
8240 (timeclock-modeline-display): Mention timeclock-use-display-time
8241 in explanatory message.
8242 (timeclock-in): Fix non-interactive workday specifications.
8243 (timeclock-log): Don't kill the log buffer if it already existed.
8244 Suppress warnings when finding the log. Don't check for a nil
8245 project twice. Run hooks after killing the buffer (if applicable).
8246 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8247 was geometric). All uses changed.
8248 (timeclock-generate-report): Support prefix argument.
8249
8250 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8251
8252 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8253 disconnections.
8254
8255 2007-05-01 Romain Francoise <romain@orebokech.com>
8256
8257 * dired-x.el: Revert 2007-04-06 change.
8258
8259 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8260
8261 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8262
8263 2007-04-29 Richard Stallman <rms@gnu.org>
8264
8265 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8266
8267 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8270 than 1.
8271
8272 2007-04-28 Richard Stallman <rms@gnu.org>
8273
8274 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8275
8276 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8277
8278 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8279 don't put stop on toolbar.
8280
8281 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8284
8285 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8286
8287 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8288 instead of $(lisp)/mh-e.
8289
8290 2007-04-28 Glenn Morris <rgm@gnu.org>
8291
8292 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8293 (image-dired-cmd-create-temp-image-options): Replace option
8294 +profile "*" with -strip.
8295
8296 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8299 Use window-start and window-end.
8300
8301 2007-04-27 Andreas Schwab <schwab@suse.de>
8302
8303 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8304
8305 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8306
8307 * textmodes/fill.el (fill-paragraph): Doc fix.
8308
8309 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8310
8311 * locate.el (locate-in-alternate-database): Doc fix.
8312
8313 2007-04-26 Glenn Morris <rgm@gnu.org>
8314
8315 * button.el (button): Use underline if supported, else fall back
8316 to color.
8317
8318 * version.el (emacs-version): Increase to 22.1.50.
8319
8320 2007-04-25 Richard Stallman <rms@gnu.org>
8321
8322 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8323
8324 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8325
8326 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8327 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8328 pushing mark.
8329 (idlwave-current-routine): Don't push mark.
8330
8331 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8332
8333 * image-dired.el (image-dired-display-image): Derive image-type from
8334 filename rather than assuming jpeg, in case no resizing was needed.
8335
8336 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8337
8338 * custom.el (defface): Doc fix.
8339
8340 See ChangeLog.12 for earlier changes.
8341
8342 ;; Local Variables:
8343 ;; coding: iso-2022-7bit
8344 ;; add-log-time-zone-rule: t
8345 ;; End:
8346
8347 Copyright (C) 2007 Free Software Foundation, Inc.
8348
8349 This file is part of GNU Emacs.
8350
8351 GNU Emacs is free software; you can redistribute it and/or modify
8352 it under the terms of the GNU General Public License as published by
8353 the Free Software Foundation; either version 3, or (at your option)
8354 any later version.
8355
8356 GNU Emacs is distributed in the hope that it will be useful,
8357 but WITHOUT ANY WARRANTY; without even the implied warranty of
8358 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8359 GNU General Public License for more details.
8360
8361 You should have received a copy of the GNU General Public License
8362 along with GNU Emacs; see the file COPYING. If not, write to the
8363 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8364 Boston, MA 02110-1301, USA.
8365
8366 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af