Fix comment.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Rewrite abbrev.c in Elisp.
4 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5 (abbrev-table-get, abbrev-table-put, abbrev-get)
6 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
7 (define-abbrev, abbrev--check-chars, define-global-abbrev)
8 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
9 (abbrev-expansion, abbrev--before-point, expand-abbrev)
10 (unexpand-abbrev, abbrev--write, abbrev--describe)
11 (insert-abbrev-table-description, define-abbrev-table):
12 New funs, largely transcribed from abbrev.c.
13 (abbrev-with-wrapper-hook): New macro.
14 (abbrev-table-name-list, global-abbrev-table)
15 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
16 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
17 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
18 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
19 New vars, largely transcribed from abbrev.c.
20 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
21 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
22 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
23
24 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25
26 * ps-print.el: Now detect if text foreground and background colors are
27 equals and replace the foreground color by another color, so the text
28 becomes visible. Doc fix.
29 (ps-print-version): New version 6.8.
30 (ps-default-fg, ps-default-bg): Docstring fix.
31 (ps-postscript-code-directory): Fix default value code.
32 (ps-fg-list, ps-fg-validate-p): New options.
33 (ps-foreground-list): New var.
34 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
35
36 2007-10-27 Glenn Morris <rgm@gnu.org>
37
38 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
39 (shell-dirtrack-toggle): Mark as obsolete.
40 (dirtrack-toggle, dirtrack-mode): No longer alias to
41 shell-dirtrack-mode.
42
43 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
44
45 * calc/calc.el (math-standard-opers): Lower the precedence
46 of negation.
47 * calc/calc-lang.el (math-oper-table): Lower precedence of
48 negation for C, TeX, and eqn.
49
50 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
51
52 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
53
54 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
55
56 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
57 (desktop-not-loaded-hook): Fix :version tags.
58
59 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
60
61 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
62 (tramp-get-remote-tmpdir): New defun.
63 (tramp-make-tramp-temp-file): Use it.
64 (tramp-local-call-process): New defun. Replace all calls of
65 `call-process' by this when appropriate.
66 (tramp-handle-write-region): Replace calls of `file-attributes' by
67 `tramp-compat-file-attributes'.
68 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
69 Make the first command a `tramp-send-command' call, with let-bind
70 of `tramp-end-of-output'.
71 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
72 (tramp-load-report-modules, tramp-append-tramp-buffers):
73 Move to tramp-cmds.el.
74
75 * net/tramp-fish.el (tramp-fish-handle-copy-file)
76 (tramp-fish-do-copy-or-rename-file)
77 (tramp-fish-do-copy-or-rename-file-directly):
78 * net/tramp-smb.el (tramp-smb-handle-copy-file):
79 Add parameter PRESERVE-UID-GID.
80
81 2007-10-27 Eli Zaretskii <eliz@gnu.org>
82
83 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
84 New defcustoms.
85 (display-time-world-list): Use them as appropriate for the current
86 value of `system-type'.
87
88 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
89
90 * printing.el: Pacify byte compiler, that is, no compiler warnings.
91 Move (again) some variable definitions before use, define some fun
92 aliases, no code change.
93 (pr-version): New version 6.9.2.
94 (pr-path-style, pr-auto-region, pr-menu-char-height)
95 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
96 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
97 via (defvar VAR).
98 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
99 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
100 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
101 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
102 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
103 (pr-menu-print-item, pr-ps-printer-menu-modified)
104 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
105 (pr-even-or-odd-alist): Vars definition moved.
106
107 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
108
109 * emulation/pc-select.el (next-line-mark, next-line-nomark)
110 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
111 around uses of previous-line and next-line.
112
113 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
114 New defvars.
115
116 * textmodes/css-mode.el (comment-continue):
117 * net/browse-url.el (url-handler-regexp):
118 * progmodes/idlw-help.el (idlwave-system-routines):
119 Pacify byte-compiler.
120
121 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
122 line-move-invisible-p with its former definition: invisible-p.
123 line-move-invisible-p was removed on 2007-08-29.
124
125 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
126
127 * files.el (kill-emacs-query-functions): Doc fix;
128 `save-buffers-kill-emacs' is no longer bound to a key.
129
130 2007-10-26 Richard Stallman <rms@gnu.org>
131
132 * isearch-multi.el (isearch-buffers-multi): New option.
133 (isearch-buffers-search-fun): Test it.
134
135 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
136 Put ps-run-clear on C-c C-l.
137
138 * newcomment.el (comment-styles): New style indent-or-triple.
139 (comment-style): Make that the default.
140 (comment-add defvar): Doc fix.
141 (comment-add): Delete arg EXTRA.
142 (comment-region-default): Open code call to comment-add.
143 Handle indent-or-triple style which uses `multi-char' for INDENT.
144
145 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
146
147 * eshell/em-unix.el (nil-blank-string): Doc fix.
148
149 2007-10-26 John Wiegley <johnw@newartisans.com>
150
151 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
152 function, ensure that the third argument is turned into a nil if
153 the string is otherwise completely empty (either no characters, or
154 all tabs/spaces). This fixes a bug from a user who found himself
155 unable to customize `diff-switches' and still use Eshell's diff
156 command.
157
158 2007-10-26 Glenn Morris <rgm@gnu.org>
159
160 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
161 safe-local-variable property.
162
163 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
164
165 * net/browse-url.el (browse-url-browser-function): Delete grail.
166 (browse-url-grail): Function and variable deleted.
167 (browse-url-browser-function): Delete IXI Mosaic.
168 (browse-url-default-browser): Don't try IXI Mosaic.
169 (browse-url-iximosaic): Function deleted.
170 (browse-url-browser-function): Delete MMM.
171 (browse-url-default-browser): Don't try MMM.
172 (browse-url-mmm): Function deleted.
173
174 2007-10-26 Drew Adams <drew.adams@oracle.com>
175
176 * custom.el (custom-note-var-changed): New function.
177
178 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
179
180 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
181 use with the definition. Remove.
182
183 * add-log.el (change-log-start-entry-re): New defconst.
184 (change-log-sortable-date-at): Use it.
185 (change-log-beginning-of-defun, change-log-end-of-defun):
186 New functions.
187 (change-log-mode): Use them for beginning-of-defun-function and
188 end-of-defun-function.
189
190 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
191
192 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
193 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
194 (ses-recalculate-cell): Deal with point being just beyond end of
195 data area (why does this happen?)
196 (ses-set-curcell): Ditto.
197 (ses-column-letter): Handle columns beyond 702. Code written by
198 Gareth Rees.
199
200 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
201
202 * textmodes/org.el (org-agenda-get-restriction-and-command):
203 Use `mapc' instead of `mapcar'.
204 (org-agenda-list): Numeric prefix argument can specify the number
205 of days.
206 (remember-register, remember-buffer): Prevent byte compiler from
207 complaining.
208 (org-todo): Save and restore match data.
209 (org-no-warnings): New macro.
210 (org-columns-eval): Use `org-no-warnings'.
211
212 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
213
214 * comint.el (comint-password-prompt-regexp):
215 Handle `[sudo] password'-style prompt.
216
217 2007-10-25 Glenn Morris <rgm@gnu.org>
218
219 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
220 (defcustom): Doc fix.
221
222 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
223 Add `non_intrinsic'.
224 (f90-constants-re): Add ieee modules.
225 (f90-typedef-matcher, f90-typedec-matcher)
226 (f90-imenu-type-matcher): New functions.
227 (f90-font-lock-keywords-1): Give module procedures function-name face.
228 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
229 Add `use, intrinsic'.
230 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
231 Move start of `enum' blocks to separate entry.
232 (f90-start-block-re): Fix `type', `abstract interface'.
233 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
234 derived types.
235 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
236 `elemental', change `enumerator'.
237 (f90-no-block-limit): Fix `abstract interface'.
238
239 * progmodes/f90.el (f90-indented-comment-re)
240 (f90-directive-comment-re, f90-break-delimiters):
241 * progmodes/fortran.el (fortran-comment-line-start-skip)
242 (fortran-directive-re):
243 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
244 as safe if they are strings.
245
246 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * startup.el (window-system): Remove. Don't make it frame-local.
249
250 2007-10-24 Richard Stallman <rms@gnu.org>
251
252 * savehist.el (savehist-save): Omit unreadable elements.
253
254 * loadhist.el (unload-function-defs-list): Renamed from
255 unload-function-features-list.
256 (unload-feature-special-hooks, unload-feature): Doc fixes.
257
258 * indent.el (indent-to-left-margin): If point's in the indentation,
259 move to the end of the indentation.
260
261 * cus-edit.el (customize-changed-options): Make arg optional.
262
263 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
264
265 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
266
267 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
268
269 * textmodes/org-publish.el (org-publish-attachment): Re-install
270 accidentally deleted change.
271
272 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * term/iris-ansi.el (iris-function-map): Move init into declaration.
275
276 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
277
278 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
279 (Buffer-menu-mode-map): Initialize in the declaration.
280 (Buffer-menu-mode): Define with `define-derived-mode'.
281
282 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
283
284 * textmodes/org.el (org-version): Change to 5.13e.
285 (org-agenda-file-regexp): Fix typo in docstring.
286 (org-add-planning-info): Fix bug in parenthesis settings.
287 (org-scan-tags): Catch the case of indirect buffers with no filename.
288 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
289 Re-install switch to mapc, had been removed by accident.
290 (org-columns-map): New binding `C-c C-o'.
291 (org-columns-menu): Change menu text and added new entry.
292 (org-columns-eval): Document the use of `next-line'.
293 (org-columns-open-link): New function.
294 (org-columns-follow-link): Remove function.
295 (org-open-link-from-string): New function.
296 (org-read-date-get-relative): Fix typo in docstring.
297 (org-read-date-get-relative): Leading +/- is not optional.
298 (org-agenda-get-restriction-and-command): Always resize window on
299 first loop cycle.
300 (org-agenda-open-link): Make sure the link abbreviations are
301 present in the agenda buffer.
302 (org-agenda-copy-local-variable): New function.
303
304 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
307
308 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * simple.el (reindent-then-newline-and-indent): Use a `move after
311 insert' kind of marker in the save-excursion.
312
313 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * textmodes/css-mode.el: Require CL.
316 (comment-continue): Declare.
317
318 * subr.el (make-variable-frame-localizable): Remove.
319 (make-variable-frame-local): Mark obsolete.
320
321 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
324 of the subdirs is unreadable.
325
326 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
327
328 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
329 when we are local.
330
331 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * progmodes/python.el (python-current-defun): Remove left-over
334 assignment to `start'.
335
336 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
337
338 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
339 than `mapcar'; return value is not used.
340
341 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
342
343 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
344 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
345
346 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
347
348 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
349 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
350
351 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
352
353 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
354
355 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
356
357 * emacs-lisp/advice.el (ad-make-advised-docstring):
358 Add ad-advice-info text property to doc string.
359
360 2007-10-23 Glenn Morris <rgm@gnu.org>
361
362 * progmodes/f90.el (f90-do-indent, f90-if-indent)
363 (f90-type-indent, f90-program-indent, f90-associate-indent)
364 (f90-continuation-indent, f90-comment-region)
365 (f90-beginning-ampersand, f90-smart-end)
366 (f90-break-before-delimiters, f90-auto-keyword-case)
367 (f90-leave-line-no, f90-mode-hook):
368 Give an appropriate safe-local-variable property.
369
370 * progmodes/fortran.el (fortran-tab-mode-default)
371 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
372 (fortran-structure-indent, fortran-continuation-indent)
373 (fortran-comment-indent, fortran-comment-line-extra-indent)
374 (fortran-comment-line-start)
375 (fortran-minimum-statement-indent-fixed)
376 (fortran-minimum-statement-indent-tab)
377 (fortran-comment-indent-char, fortran-line-number-indent)
378 (fortran-check-all-num-for-matching-do)
379 (fortran-blink-matching-if, fortran-continuation-string)
380 (fortran-comment-region, fortran-electric-line-number)
381 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
382 (fortran-analyze-depth, fortran-break-before-delimiters):
383 Give an appropriate safe-local-variable property.
384
385 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
386
387 * printing.el: Move variable definitions before use.
388 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
389
390 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
393 (tpu-edt-off): Use it.
394 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
395 the global-map before adding it to global-map.
396
397 * menu-bar.el (global-buffers-menu-map): New var.
398 (global-map, menu-bar-update-buffers): Use it.
399 * msb.el (msb-menu-bar-update-buffers): Use it.
400 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
401 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
402 Use with-current-buffer.
403
404 2007-10-22 Juri Linkov <juri@jurta.org>
405
406 * isearch-multi.el: New file.
407
408 * isearch.el (isearch-search-string): After finding the next
409 occurrence switch to buffer isearch-buffers-current-buffer when
410 isearch-buffers-next-buffer-function is non-nil and
411 isearch-buffers-current-buffer is live.
412
413 * add-log.el (change-log-mode): Make and set buffer-local variable
414 isearch-buffers-next-buffer-function to change-log-next-buffer.
415 Call isearch-buffers-minor-mode.
416 (change-log-next-buffer): New function.
417
418 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
419
420 * textmodes/org.el (org-read-date-get-relative): New function.
421 (org-agenda-file-regexp): New variable.
422 (org-agenda-files): Allow directories in the variable.
423 (org-agenda-get-restriction-and-command): New function.
424 (org-agenda): Use `org-agenda-get-restriction-and-command'.
425 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
426 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
427 New functions.
428 (org-entry-add-to-multivalued-property)
429 (org-entry-remove-from-multivalued-property)
430 (org-entry-member-in-multivalued-property): New functions.
431 (org-remember-apply-template): Catch C-g and make sure window
432 configuration is restored.
433 (org-agenda-open-link): Make it work with several links in the line.
434 (org-drawers, org-set-regexps-and-options)
435 (org-get-current-options): Add support for a DRAWERS in-buffer option.
436 (org-agenda-window-frame-fractions): New option.
437 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
438 (org-columns-cleanup-item, org-find-entry-with-id)
439 (org-insert-columns-dblock, org-listtable-to-string)
440 (org-dblock-write:columnview, org-columns-capture-view)
441 (org-edit-headline): New functions.
442 (org-agenda-to-appt): Require calendar.
443 (org-entry-get-with-inheritance): Widen for search.
444 (org-columns-display-here): Don't mark buffer as modified when
445 adding space characters to accomodate column overlays.
446 (org-export-as-html): Better formatting of tags in the toc.
447 (org-columns-display-here): Make the ITEM column as compact as possible.
448 (org-remember-templates): Customization interface improved.
449 (org-export-with-property-drawer): Variable removed.
450 (org-export-with-drawers): New option.
451 (org-complex-heading-regexp): New variable.
452 (org-sort-entries): Rewrite using `sort-subr'.
453 (org-set-property): More appropriate completion during interactive use.
454 (org-sort-entries): Allow sorting by property.
455 (org-additional-option-like-keywords): Add more values.
456 (org-sort-entries-or-items): Rename from `org-sort-entries'.
457
458 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
459
460 * textmodes/org.el (org-get-date-from-calendar): New function.
461 (org-at-timestamp-p, org-timestamp-change)
462 (org-remember-templates): First element of each entry is now a
463 name for the template.
464 (org-store-log-note): Check for `org-note-abort'.
465 (org-kill-note-or-show-branches): New command.
466 (org-fontify-priorities): New option.
467 (org-fontify-priorities): New function.
468 (org-cut-subtree, org-copy-subtree): New argument N to
469 act on N sequential subtrees.
470 (org-paste-subtree): Fix the level at which a tree is pasted.
471 (org-fit-agenda-window): Limitations on window size removed.
472 (org-agenda-find-same-or-today-or-agenda): Rename from
473 `org-agenda-find-today-or-agenda'.
474 (org-scheduled-past-days): New option.
475 (org-agenda-scheduled-leaders)
476 (org-agenda-deadline-leaders): New options.
477 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
478 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
479 (org-export-with-tags, org-export-plist-vars)
480 (org-infile-export-plist): New "tags" option.
481 (org-use-property-inheritance): New option.
482 (org-cached-entry-get): Use `org-use-property-inheritance'.
483 (org-remember-apply-template): Fix typo.
484
485 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
486
487 * net/tramp.el (tramp-find-shell)
488 (tramp-open-connection-setup-interactive-shell): Improve sending
489 initial commands.
490 (tramp-action-terminal): Send debug message.
491 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
492 (tramp-barf-if-no-shell-prompt): Insert code of
493 `tramp-wait-for-shell-prompt'.
494
495 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
498
499 * term/vt200.el (terminal-init-vt200):
500 * term/vt201.el (terminal-init-vt201):
501 * term/vt220.el (terminal-init-vt220):
502 * term/vt240.el (terminal-init-vt240):
503 * term/vt300.el (terminal-init-vt300):
504 * term/vt320.el (terminal-init-vt320):
505 * term/vt400.el (terminal-init-vt400):
506 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
507
508 * term/wyse50.el (wyse50-terminal-map): New var.
509 (terminal-init-wyse50): Use it and input-decode-map.
510 (enable-arrow-keys): Emasculate.
511
512 * term/tvi970.el (tvi970-terminal-map): New var.
513 (terminal-init-tvi970): Use it and input-decode-map.
514 (tvi970-keypad-numeric): Remove.
515 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
516
517 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
518 (terminal-init-sun): Use it and input-decode-map.
519
520 * term/news.el (terminal-init-news):
521 * term/lk201.el (terminal-init-lk201):
522 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
523
524 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
525
526 * complete.el (PC-expand-many-files): Remove.
527 (PC-do-completion): Call file-expand-wildcards instead of
528 PC-expand-many-files.
529
530 * net/tramp.el (tramp-handle-expand-many-files): Remove.
531 (PC-expand-many-files): Remove advice.
532
533 2007-10-22 Glenn Morris <rgm@gnu.org>
534
535 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
536 Add some support for Fortran 2003 syntax:
537 (f90-type-indent): Now also applies to `enum'.
538 (f90-associate-indent): New user option.
539 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
540 Add some F2003 keywords.
541 (f90-constants-re): New constant.
542 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
543 Interface'.
544 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
545 `class'. Arguments for `type'/`class' may have spaces. Add a new
546 element for functions with specified types. Add `end enum' and
547 `select type'. Add `implicit enumerator' and `procedure'.
548 Add `class default' and `type is', `class is'. Fix `go to' regexp.
549 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
550 (f90-font-lock-keywords-4): Add `f90-constants-re'.
551 (f90-blocks-re): Add `enum' and `associate'.
552 (f90-else-like-re): Add `class is', `type is', and `class default'.
553 (f90-end-type-re): Add `enum'.
554 (f90-end-associate-re, f90-typeis-re): New constants.
555 (f90-end-block-re): Add `enum' and `associate'. Change from
556 optional whitespace to end-of-word, to avoid `enumerator'.
557 (f90-start-block-re): Add `select type', `abstract interface', and
558 `enum'. Avoid `type is', and `type (sometype)'.
559 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
560 (f90-mode): Doc fix.
561 (f90-looking-at-select-case): Doc fix. Add `select type'.
562 (f90-looking-at-associate): New function.
563 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
564 Add `enum' and `abstract interface'.
565 (f90-no-block-limit): Add `select type' and `abstract interface'.
566 (f90-get-correct-indent, f90-calculate-indent)
567 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
568 (f90-indent-region, f90-match-end): Handle `associate' blocks.
569
570 2007-10-22 Martin Rudalics <rudalics@gmx.at>
571
572 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
573 Use window-full-width-p.
574
575 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
576
577 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
578
579 * tooltip.el: Use featurep 'xemacs.
580
581 * printing.el: Move variable definitions before use, no code change.
582
583 2007-10-22 Juri Linkov <juri@jurta.org>
584
585 * simple.el (goto-history-element): Allow minibuffer-default to be
586 a list of default values accessible by typing M-n in the minibuffer.
587
588 * dired-x.el (dired-guess-shell-command): Put all guesses to the
589 minibuffer default value list instead of pushing them temporarily
590 to the history list.
591
592 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
593
594 * hexl.el (hexl-menu): New major mode menu.
595
596 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
599
600 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
601
602 * w32-fns.el (w32-quote-process-args):
603 * dos-w32.el (print-region-function, lpr-headers-switches)
604 (ps-print-region-function): Pacify byte-compiler.
605
606 * emulation/edt-mapper.el (function-key-map):
607 (edt-map-key): Make it a function instead of using fset.
608 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
609 (edt-gnu-map-key, edt-lucid-map-key): Remove.
610 (edt-x-emacs-p): Remove.
611 (edt-emacs-variant, edt-window-system, edt-xserver):
612 Use featurep 'xemacs.
613
614 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
615 Replace eudc-xemacs-p with its definition.
616 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
617 (eudc-emacs-mule-p): Remove.
618 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
619 eudc-xemacs-p with feature tests.
620
621 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
622 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
623 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
624 (eudc-bob-toggle-inline-display):
625 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
626 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
627
628 * net/eudcb-ph.el (eudc-ph-open-session):
629 Replace eudc-xemacs-mule-p with its former definition.
630
631 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
632 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
633
634 * progmodes/vera-mode.el (vera-xemacs): Remove.
635 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
636
637 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
638 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
639 (vhdl-speedbar-initialize, vhdl-ps-print-init)
640 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
641 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
642 with (featurep 'xemacs).
643
644 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
645 (save-buffer-state-x):
646 * obsolete/fast-lock.el (fast-lock-verbose):
647 * emulation/viper-init.el (viper-xemacs-p)
648 (viper-cond-compile-for-xemacs-or-emacs):
649 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
650 * ps-print.el (case-fold-search):
651 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
652 * calculator.el (calculator-help): Use featurep 'xemacs.
653
654 * progmodes/prolog.el: Undo previous change.
655 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
656
657 * progmodes/dcl-mode.el:
658 * play/yow.el:
659 * calendar/todo-mode.el:
660 * calendar/cal-hebrew.el:
661 * vc-hg.el: Undo previous change.
662
663 * vms-patch.el: Likewise.
664 (print-region-function): Pacify byte-compiler.
665
666 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
667
668 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
669 preserve-uid-gid.
670
671 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
672 compatibility. It is not used, though.
673
674 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
675 Require tramp-cmds.el.
676 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
677 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
678 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
679 (tramp-do-copy-or-rename-file-out-of-band)
680 (tramp-maybe-open-connection): Use `make-temp-name'. This is
681 possible, because we don't need to create the temporary file, but
682 we need a prefix for ssh, which has its own temporary file handling.
683 (tramp-handle-delete-directory): Add "-f" to rmdir.
684 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
685 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
686 a signal, in order to give the callee a chance to suppress.
687 (tramp-handle-write-region): Set owner also in case of short
688 track. Don't use compatibility calls for `write-region' anymore.
689 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
690 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
691
692 * net/tramp-cmds.el: New file.
693
694 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
695 `tramp-clear-passwd'.
696
697 * net/trampver.el: Update release number.
698
699 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
700
701 * progmodes/gud.el (gud-target-name): Move definition before use.
702
703 * progmodes/dcl-mode.el: Require imenu at compile time.
704
705 * progmodes/cc-engine.el (c-maybe-stale-found-type):
706 Pacify byte-compiler.
707
708 * obsolete/fast-lock.el: Use featurep test instead of string-match.
709
710 * eshell/esh-mode.el (eshell-handle-ansi-color):
711 Require ansi-color at compile time too.
712
713 * eshell/em-unix.el (eshell/info): Require info at compile time too.
714
715 * w32-fns.el: Require w32-vars.
716
717 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
718 time too.
719
720 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * double.el ([ignore]): Use `ignore'.
723 (double-setup): Inline into double-mode.
724 (double-mode): Use define-minor-mode.
725
726 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
727
728 * textmodes/reftex.el: Move require easymenu before first use.
729 (reftex-info): Require info at compile too.
730
731 * textmodes/org-publish.el (org-publish-org-to-html)
732 (org-publish-org-to): Require org at compile time too.
733 (org-publish-attachment): Require at compile time too.
734
735 * term/tty-colors.el (w32-tty-standard-colors):
736 Pacify byte-compiler.
737
738 * term/pc-win.el (frame-creation-function-alist): Add to this
739 instead of setting frame-creation-function.
740
741 * play/blackbox.el (bb-up, bb-down): Use forward-line.
742
743 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
744
745 * calendar/todo-mode.el: Require calendar at compile time.
746
747 * calendar/cal-hebrew.el: Require holidays at compile time.
748
749 * w32-vars.el: Provide w32-vars.
750
751 * term/w32-win.el: Require w32-vars.
752 (w32-color-map): Pacify byte-compiler.
753
754 * loadup.el: Load w32-vars before term/w32-win.
755
756 2007-10-20 Juri Linkov <juri@jurta.org>
757
758 * textmodes/fill.el (fill-paragraph): When the region is active,
759 don't try other `or' branches regardless of the value returned by
760 fill-region; just return t.
761
762 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
763
764 * vc.el (vc-do-command): Condition out a misleading message when
765 running asynchronously.
766 (vc-deduce-fileset): New argument enables using an unregistered
767 visited file as a singleton fileset if nothing else is available.
768 (vc-next-action): Restore file-registering behavior.
769
770 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
771
772 * calc/README: Add recent news.
773
774 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
775
776 * term/x-win.el (x-gtk-stock-map, icon-map-list)
777 (x-gtk-map-stock): Delete duplicated definitions from merge.
778
779 * progmodes/compile.el (compilation-skip-to-next-location)
780 (compilation-skip-threshold, compilation-skip-visited):
781 Move definitions earlier.
782
783 * play/decipher.el (decipher-keypress):
784 * play/zone.el (zone-fall-through-ws):
785 * play/landmark.el (lm-move-down, lm-move-up):
786 * play/handwrite.el (handwrite):
787 * mail/mspools.el (mspools-visit-spool):
788 * wdired.el (wdired-next-line, wdired-previous-line):
789 * tar-mode.el (tar-subfile-save-buffer):
790 * scroll-lock.el (scroll-lock-next-line)
791 (scroll-lock-previous-line):
792 * image-dired.el (image-dired-next-line)
793 (image-dired-previous-line):
794 * ediff-help.el (ediff-help-message-line-length):
795 Use forward-line.
796
797 * smerge-mode.el (smerge-auto-refine):
798 * diff-mode.el (diff-auto-refine): Add :group.
799
800 * play/yow.el: Require doctor at compile time.
801
802 * vmsproc.el: Provide vmsproc.
803 (command-send-input): Use forward-line.
804
805 * vms-patch.el: Require ps-print and vmsproc at compile time.
806
807 * vc-mtn.el (log-view-message-re, log-view-file-re)
808 (log-view-font-lock-keywords): Pacify byte-compiler.
809
810 * vc-hg.el: Require log-view at compile time.
811
812 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
813
814 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
815
816 2007-10-20 Glenn Morris <rgm@gnu.org>
817
818 * progmodes/f90.el (f90-font-lock-keywords-2)
819 (f90-looking-at-type-like): Fix regexp typos.
820
821 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
822
823 * bs.el (bs--track-window-changes): Don't refresh the whole list.
824 (bs-mode): Set mode-class property to special.
825
826 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * diff-mode.el (diff-auto-refine): New var.
829 (diff-hunk): Use it.
830 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
831 (diff-refine-change): Rename from diff-fine-change. Change it.
832 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
833 (diff-refine-hunk): Rename from diff-fine-highlight.
834
835 2007-10-20 John Paul Wallington <jpw@pobox.com>
836
837 * help-fns.el (describe-variable-custom-version-info): New function
838 to return variable's version or package version note.
839 (describe-variable): Use it, display result.
840
841 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * smerge-mode.el (smerge-auto-refine): New var.
844 (smerge-next, smerge-prev): Use it.
845 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
846
847 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
848 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
849
850 * vc-bzr.el (vc-bzr-diff-tree):
851 * vc-git.el (vc-git-diff-tree):
852 * vc-hg.el (vc-hg-diff-tree):
853 * vc-mcvs.el (vc-mcvs-diff-tree):
854 * vc-mtn.el (vc-mtn-diff-tree):
855 * vc-svn.el (vc-svn-diff-tree): Remove.
856
857 * vc-mtn.el (vc-mtn-revision-completion-table):
858 * vc-cvs.el (vc-cvs-revision-completion-table):
859 * vc-arch.el (vc-arch-revision-completion-table):
860 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
861 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
862 Make it work when the arg is a list of files.
863
864 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
867 Also `revision-completion-table' now takes a list of files.
868 (vc-deduce-fileset): Remove unused var `regexp'.
869 Only obey allow-directory-wildcard in dired buffers.
870 (vc-default-diff-tree): Remove.
871 (vc-diff-added-files): New var.
872 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
873 (vc-version-diff): Revert from `vc-history-diff' to the original name.
874 Remove the `backend' arg.
875 (vc-contains-version-controlled-file): Remove.
876 (vc-diff): Bring it closer to the version in Emacs-22.
877 (vc-revert): Fix typo in let-binding.
878 (vc-default-unregister): Remove.
879 (vc-dired-buffers-for-dir): Remove N^2 behavior.
880
881 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * textmodes/two-column.el (2C-split, 2C-merge):
884 * textmodes/bib-mode.el (bib-find-key, mark-bib):
885 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
886 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
887 * progmodes/ada-xref.el (ada-get-all-references):
888 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
889 * emulation/vi.el (vi-previous-line-first-nonwhite)
890 (vi-effective-range, vi-put-before):
891 * emulation/edt.el (edt-next-line, edt-previous-line)
892 (edt-paragraph-forward): Use forward-line.
893
894 * progmodes/etags.el (tags-apropos): Require apropos at compile
895 time too.
896
897 * progmodes/prolog.el: Require comint when compiling.
898 (inferior-prolog-flavor): Move defvar before use.
899
900 2007-10-19 Richard Stallman <rms@gnu.org>
901
902 * font-core.el (turn-on-font-lock-if-desired):
903 Rename from `turn-on-font-lock-if-enabled'.
904 Fully obey `font-lock-global-modes'.
905
906 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
909 which will not affect the behavior of things like forward-word.
910 (diff-fine-highlight): Preserve point.
911
912 * doc-view.el (doc-view-mode-map): Use remapping.
913 Don't rebind C-v, M-v to their default value.
914 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
915
916 * smerge-mode.el: Add word-granularity refinement.
917 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
918 (smerge-refine-weight-hack): New vars.
919 (smerge-refine-forward): New fun.
920 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
921 (smerge-refine-subst): Use them as well. Preserve point.
922
923 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
924
925 * follow.el (follow-unload-function): New function.
926
927 * loadhist.el (unload-function-features-list):
928 Rename from `unload-hook-features-list'.
929 (unload-hook-features-list): Add as obsolete alias.
930 (unload-feature): Use `unload-function-features-list'
931 and new FEATURE-unload-function.
932
933 2007-10-19 Glenn Morris <rgm@gnu.org>
934
935 * bindings.el (mouse-minor-mode-menu)
936 (minor-mode-menu-from-indicator): Move to mouse.el.
937 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
938 Move here from bindings.el.
939
940 2007-10-19 Richard Stallman <rms@gnu.org>
941
942 * help-fns.el (describe-function-1): Don't use the advice origname
943 if it has no function definition.
944
945 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
946
947 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
948 Use `save-restriction' rather than `widen'.
949
950 2007-10-18 Richard Stallman <rms@gnu.org>
951
952 * time.el (display-time-world-time-format): Display day # not month #.
953
954 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
955
956 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
957
958 * doc-view.el: Remove version keyword.
959 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
960 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
961 (doc-view-ghostscript-options): Improve custom type.
962 (doc-view-cache-directory, doc-view-conversion-buffer)
963 (doc-view-conversion-refresh-interval): Simplify custom type.
964
965 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
966
967 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
968 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
969 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
970 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
971 Remove superfluous messages.
972 (doc-view-mode-map): Use the image-mode scrolling commands.
973 Don't rebind C-x k.
974
975 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
976
977 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
978 Add comment about "-dSAFER".
979
980 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * term/xterm.el: Don't require xt-mouse.
983 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
984 calling turn-on-xterm-mouse-tracking-on-terminal directly.
985
986 * xt-mouse.el: Don't change the global function-key-map anny more.
987 (xterm-mouse-mode): Use terminal-init-xterm-hook.
988 Don't use after-make-frame-functions now that term/xterm.el calls
989 us directly.
990 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
991 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
992 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
993 Setup input-decode-map and remember that xterm-mouse-mode was
994 enabled in this terminal.
995 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
996 terminals where it has been enabled.
997
998 * faces.el (tty-create-frame-with-faces): Make sure not only
999 tty-run-terminal-initialization but also set-locale-environment
1000 are run only once per terminal.
1001 (tty-run-terminal-initialization): Don't check if the terminal was
1002 already initted.
1003
1004 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1005 not to remove keymaps that just happen to inherit from one of ours.
1006 When setting up our keymap, make sure it won't be accidentally
1007 modified by someone else.
1008
1009 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1010
1011 * textmodes/artist.el (artist-previous-line, artist-next-line):
1012 * dired.el (dired-next-line, dired-previous-line):
1013 * progmodes/delphi.el (delphi-newline):
1014 * textmodes/org.el (org-columns-eval):
1015 Use forward-line.
1016
1017 * emerge.el (emerge-setup): Use insert-buffer-substring.
1018 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1019
1020 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1023 (adaptive-fill-function): Doc fix. Remove * from docstring.
1024
1025 2007-10-18 Tom Horsley <tom.horsley@att.net>
1026
1027 * simple.el (interprogram-paste-function): Doc fix.
1028 (current-kill): Accept list of strings as well
1029 as single string from `interprogram-paste-function'.
1030
1031 2007-10-18 Glenn Morris <rgm@gnu.org>
1032
1033 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1034
1035 2007-10-18 Drew Adams <drew.adams@oracle.com>
1036
1037 * bindings.el (mode-line-minor-mode-keymap):
1038 Add mouse-minor-mode-menu on mouse-1.
1039 (mode-line-modes): Add mouse-1 to help-echo text.
1040 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1041 New functions.
1042 (mode-line-minor-mode-help): Doc fix.
1043
1044 2007-10-17 Juri Linkov <juri@jurta.org>
1045
1046 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1047 at the request of RMS.
1048 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1049 arg `region'. Fix docstring. At the first `or' branch add call to
1050 `fill-region' if it the region is active in transient-mark-mode.
1051
1052 * bindings.el (esc-map): Bind M-q to fill-paragraph
1053 instead of fill-paragraph-or-region.
1054
1055 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1056 with fill-paragraph.
1057
1058 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1059 Fix docstring.
1060
1061 * indent.el (indent-for-tab-command): Change interactive spec from
1062 "P" to "p". Add check for interactive arg before indenting the
1063 active region.
1064
1065 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1066 Regroup.
1067
1068 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * emacs-lisp/find-func.el: Don't require loadhist.
1071
1072 * loadhist.el (feature-symbols, file-provides, file-requires)
1073 (file-set-intersect, file-dependents): Simplify.
1074 (unload-feature-special-hooks): Update list of special hooks.
1075
1076 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1077
1078 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1079 extensions since they can be viewed with doc-view.
1080
1081 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1082 for pdf, ps and dvi files.
1083
1084 * doc-view.el: Make doc-view-mode the standard mode for viewing
1085 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1086 text and image display. Add binding C-c C-e to switch to an
1087 editing mode.
1088 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1089 avoid security problems when rendering files from untrusted sources.
1090
1091 2007-10-17 Aaron Hawley <aaronh@garden.org>
1092
1093 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1094 position is not saved.
1095
1096 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1097
1098 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1099 (doc-view-ghostscript-options): Fix typo in doc string.
1100
1101 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1104 handling, so compilation-fake-loc works again.
1105
1106 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1107 (server-process-filter): Revert last change.
1108
1109 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1110 behavior unrelated to filesets.
1111
1112 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1113
1114 * longlines.el (longlines-wrap-follows-window-size): Integer value
1115 specifies wrapping margin.
1116 (longlines-mode, longlines-window-change-function):
1117 Set window-specific wrapping margin based on the above.
1118
1119 2007-10-17 John Wiegley <johnw@newartisans.com>
1120
1121 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1122
1123 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1124
1125 * server.el (server-process-filter): Only set display if X11 is
1126 supported.
1127
1128 2007-10-17 Glenn Morris <rgm@gnu.org>
1129
1130 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1131 Tweak regexp to avoid stack overflow.
1132
1133 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * simple.el (reindent-then-newline-and-indent): Don't assume that
1136 indent-according-to-mode preserves point.
1137
1138 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1141 (bs--nth-wrapper): Simplify.
1142 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1143 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1144 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1145 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1146 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1147 (bs-configurations, bs-default-configuration)
1148 (bs-alternative-configuration, bs-cycle-configuration-name)
1149 (bs-string-show-always, bs-string-show-never, bs-string-current)
1150 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1151 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1152 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1153 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1154 (bs--window-config-coming-from): Revert 2006-11-09 change.
1155 (bs--restore-window-config): Keep the selected frame.
1156 (bs--track-window-changes, bs--remove-hooks): New functions.
1157 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1158 (bs--create-header): Remove.
1159 (bs--create-header-line): New function, based on `bs--create-header'.
1160 (bs--show-header): Use `bs--create-header-line'.
1161 (bs--show-with-configuration): Revert 2006-11-09 change.
1162 Don't reuse window unless it is visible on the selected frame.
1163 Restore window configuration (possibly in a different frame)
1164 before creating any window.
1165
1166 2007-10-16 Glenn Morris <rgm@gnu.org>
1167
1168 * simple.el (blink-matching-open): Don't report false errors with
1169 the `$' syntax class.
1170
1171 2007-10-16 Richard Stallman <rms@gnu.org>
1172
1173 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1174 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1175 (ad-is-advised, ad-get-advice-info-field)
1176 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1177
1178 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1181 (vc-default-working-revision): Compatibility for backends.
1182
1183 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1186 (filesets-ormap, filesets-sort-case-sensitive-flag)
1187 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1188 Fix typos in docstrings.
1189 (filesets-conditional-sort, filesets-find-or-display-file)
1190 (filesets-data-get-name, filesets-data-get-data)
1191 (filesets-data-set, filesets-cmd-query-replace-getargs)
1192 (filesets-ingroup-collect): Doc fixes.
1193
1194 2007-10-15 Sam Steingold <sds@gnu.org>
1195
1196 * mail/sendmail.el (sendmail-error-reporting-interactive)
1197 (sendmail-error-reporting-non-interactive): New variables for
1198 sendmail error reporting options to simplify support for imperfect
1199 sendmail emulators.
1200 (sendmail-send-it): Use them instead of list literals.
1201
1202 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1203
1204 * help-fns.el: Revert previous change; it creates a
1205 dependency loop between advice.el and help-fns.el.
1206
1207 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * help-fns.el: Require advice when compiling.
1210
1211 2007-10-14 Drew Adams <drew.adams@oracle.com>
1212
1213 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1214 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1215 (ring-next, ring-previous): New functions.
1216
1217 2007-10-14 Richard Stallman <rms@gnu.org>
1218
1219 * emacs-lisp/advice.el (documentation): Advice deleted.
1220 Doc for advised functions is now handled at C level.
1221 (ad-stop-advice, ad-start-advice): Don't enable or disable
1222 advice for `documentation'.
1223 (ad-advised-definition-docstring-regexp): Var deleted.
1224 (ad-make-advised-definition-docstring): Store orig name
1225 as text property of string.
1226 (ad-advised-definition-p): Check for text property of docstring.
1227
1228 * help-fns.el (describe-function-1): Find source of advised functions.
1229
1230 2007-10-14 Juri Linkov <juri@jurta.org>
1231
1232 * faces.el (describe-face): Allow handling a string as the face name.
1233
1234 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1235 active region in transient-mark-mode.
1236 (ispell-region): Change messages displayed at the start and end of
1237 the spell-checking to be the same.
1238
1239 * startup.el (fancy-startup-tail): Say exactly what does the button
1240 dismiss ("Dismiss this startup screen"). Use text "Never show
1241 it again" for the checkbox after this button.
1242 (fancy-startup-screen, fancy-about-screen): Put point before the
1243 first link, so the user can quickly select links with the keyboard.
1244 (normal-mouse-startup-screen): Add more useful text describing how
1245 to follow a link.
1246
1247 2007-10-14 Glenn Morris <rgm@gnu.org>
1248
1249 * progmodes/etags.el (select-tags-table): Disable undo in the
1250 `*Tags Table List*' buffer.
1251
1252 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1253
1254 * dired.el (dired-warn-writable): New face.
1255 (dired-warn-writable-face): New variable.
1256 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1257 of dired-warning-face, for group- and world-writable files.
1258
1259 2007-10-13 Richard Stallman <rms@gnu.org>
1260
1261 * files.el (directory-abbrev-alist): Doc fix.
1262
1263 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1264
1265 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1266
1267 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1268
1269 * frame.el (set-frame-configuration): Assign name parameter only
1270 if it has been set explicitly before.
1271
1272 2007-10-11 Tom Tromey <tromey@redhat.com>
1273
1274 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1275 frame is visible.
1276
1277 2007-10-10 Richard Stallman <rms@gnu.org>
1278
1279 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1280 in *Backtrace*.
1281
1282 * faces.el (face-font-selection-order): Doc fix.
1283
1284 * loadhist.el (unload-feature): Doc fix.
1285
1286 2007-10-13 Glenn Morris <rgm@gnu.org>
1287
1288 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1289 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1290 Add doc string, and an explicit COUNT argument.
1291 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1292 `inc' to search functions.
1293
1294 * faces.el (face-spec-set): When FRAME is nil, set the default for
1295 new frames (restores pre-2007-09-17 behavior). Doc fix.
1296
1297 2007-10-13 John W. Eaton <jwe@octave.org>
1298
1299 * progmodes/octave-mod.el (octave-looking-at-kw)
1300 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1301 New functions.
1302 (octave-in-defun-p, calculate-octave-indent)
1303 (octave-blink-matching-block-open, octave-beginning-of-defun)
1304 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1305 to search for regexps that contain case-sensitive keywords.
1306 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1307 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1308
1309 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1310
1311 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1312 Do not use a single clause cond.
1313
1314 * cus-start.el (all): Use test that does not match the X11 version
1315 for mac.
1316
1317 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1318
1319 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1320 BROWSE buffer.
1321
1322 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1323
1324 * cus-start.el (all): Undo previous change.
1325
1326 2007-10-13 Glenn Morris <rgm@gnu.org>
1327
1328 * woman.el (woman0-rename): Fix paren typo.
1329
1330 * mail/feedmail.el (feedmail-run-the-queue)
1331 (feedmail-look-at-queue-directory):
1332 * mail/reporter.el (reporter-dump-state):
1333 * net/eudc-hotlist.el (eudc-edit-hotlist):
1334 * net/eudc.el (eudc-display-records)
1335 (eudc-filter-duplicate-attributes)
1336 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1337 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1338 (eudc-bbdb-query-internal):
1339 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1340 * net/socks.el (socks-build-auth-list):
1341 * progmodes/cc-cmds.el (top level):
1342 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1343 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1344 (cperl-write-tags, cperl-tags-treeify):
1345 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1346 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1347 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1348 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1349 (idlwave-toolbar-remove-everywhere):
1350 * progmodes/idlwave.el (idlwave-indent-line)
1351 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1352 (idlwave-write-paths, idlwave-all-method-classes)
1353 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1354 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1355 (idlwave-complete-in-buffer):
1356 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1357 (org-fast-tag-selection):
1358 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1359 than mapcar.
1360
1361 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1362
1363 * diff-mode.el (diff-fine-change): Add :group.
1364
1365 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1366
1367 * cus-start.el (all): Use the same test as the 22.2 branch.
1368
1369 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * diff-mode.el (diff-current-defun): Force recomputation of
1372 change-log-default-name.
1373
1374 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1377 and some leftover logic regarding dedicated frames. If showing
1378 concise startup screen, fit window to buffer.
1379 (command-line-1): If we will be using the splash screen, use
1380 find-file instead of find-file-other-window to find additional files.
1381 Comment out unused code for coping with the old sit-for behavior.
1382
1383 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1386 `meta' modifier consistently, rather than using sometimes meta
1387 sometimes alt.
1388
1389 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1390
1391 * window.el (handle-select-window): Revert part of 2007-10-08
1392 change setting the input focus.
1393
1394 2007-10-12 Glenn Morris <rgm@gnu.org>
1395
1396 * startup.el (command-line): Do not read abbrev file in batch mode.
1397
1398 * emacs-lisp/byte-opt.el (top level):
1399 * mail/rmail.el (rmail-list-to-menu):
1400 * obsolete/hilit19.el (hilit-mode):
1401 * progmodes/cc-mode.el (c-postprocess-file-styles)
1402 (c-submit-bug-report):
1403 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1404 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1405 (reftex-access-parse-file):
1406 * textmodes/reftex-cite.el (reftex-do-citation)
1407 (reftex-insert-bib-matches):
1408 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1409 * textmodes/reftex-sel.el (reftex-select-unmark):
1410 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1411 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1412
1413 * cus-edit.el (custom-variable-menu, custom-face-menu)
1414 (custom-group-menu): Check init-file-user rather than
1415 user-init-file, in case cus-edit is loaded by site-run-file.
1416
1417 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1418
1419 * vc.el (vc-deduce-fileset): Delete unused code.
1420 (vc-next-action): Fix typos.
1421
1422 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1423
1424 * bs.el (bs--mark-unmark): New function.
1425 (bs-mark-current, bs-unmark-current): Use it.
1426
1427 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1428
1429 * vc.el (vc-diff):
1430 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1431 temporarily disable the check for his edge case of
1432 vc-diff (stopping it from grinding when called from $HOME), as
1433 it's calling some brittle code in vc-hooks.el.
1434 (with-vc-properties): Fix evaluation time of a macro argument.
1435 * ediff-vers.el (ediff-vc-internal):
1436 * vc-hooks.el:
1437 * loaddefs.el: Follow up on VC terminology change.
1438
1439 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * follow.el (follow-stop-intercept-process-output):
1442 Use `follow-call-process-filter' rather than `process-filter'.
1443 Simplify.
1444 * vc.el (vc0iff): Prevent errors in an edge case.
1445
1446 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1447
1448 * vc-hooks.el (vc-registered): Robustify this function a bit
1449 against filenames with no directory component.
1450
1451 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * international/characters.el: Undo unwanted and unexplained change.
1454
1455 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1456
1457 * ps-print.el: Fix the usage of :foreground and :background face
1458 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1459 (ps-print-version): New version 6.7.6.
1460 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1461 Fix code.
1462 (ps-face-foreground-color-p, ps-face-background-color-p)
1463 (ps-face-color-p): New inline funs.
1464
1465 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1466
1467 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1468 (org-complete): Use `org-additional-option-like-keywords'.
1469 (org-parse-local-options): New function.
1470
1471 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1472
1473 * textmodes/org.el (org-in-clocktable-p): New function.
1474 (org-clock-report): Only update the table at point, or insert a new one.
1475 (org-clock-goto): New function.
1476 (org-open-file): Use `start-process-shell-command' instead of
1477 `shell-command' with an ampersand.
1478 (org-deadline, org-schedule): New argument REMOVE to remove the
1479 date from the entry.
1480 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1481 argument to `org-schedule' and `org-deadline'.
1482 (org-trim): Use the correct expressions for beginning and end of
1483 the string.
1484 (org-get-cleaned-entry): Trim the string before returning it.
1485 (org-clock-find-position): New function.
1486 (org-clock-into-drawer): New option.
1487 (org-agenda-tags-column): Rename from
1488 `org-agenda-align-tags-to-column'.
1489 (org-agenda-align-tags): Allow negative values for
1490 `org-agenda-tags-column'.
1491 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1492 (org-agenda-to-appt): New optional argument FILTER.
1493 (org-completion-fallback-command): New variable.
1494 (org-complete): Use `org-completion-fallback-command'.
1495 (org-find-base-buffer-visiting): Catch the case that there is no
1496 buffer visiting the file.
1497 (org-property-or-variable-value): New function.
1498 (org-todo): Use `org-property-or-variable-value'
1499 (org-agenda-compact-blocks): New option.
1500 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1501 (org-agenda-schedule, org-agenda-deadline):
1502 Call `org-agenda-show-new-time'.
1503 (org-agenda-show-new-time): New argument PREFIX.
1504 (org-colgroup-info-to-vline-list): Fix but that cause a
1505 shift in the vertical lines.
1506 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1507 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1508 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1509 (org-fix-bullet-type): Remove argument.
1510 (org-read-date): Check for am/pm twice, to catch the end time.
1511 (org-goto-map): Use `suppress-keymap'.
1512 (org-remember-apply-template): Respect the dynamically scoped
1513 selection character.
1514
1515 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1516
1517 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1518 Renaming of `org-latex-protect'.
1519 (org-export-latex-emphasis-alist): By default, don't protect
1520 any emphasis formatter from further conversion.
1521 (org-export-latex-tables): Honor column grouping for tables.
1522 (org-export-latex-title-command): New option.
1523 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1524 export backslash character.
1525
1526 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * frame.el (frame-inherited-parameters): Remove unused `environment'
1529 parameter, and let server.el add `client' when needed.
1530
1531 * server.el (server-create-tty-frame)
1532 (server-create-window-system-frame): Set frame-inherited-parameters.
1533
1534 * frame.el (frame-inherited-parameters): New var.
1535 (make-frame): Use it.
1536
1537 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1538
1539 * env.el (let-environment): Remove. Unused.
1540 (read-envvar-name): Simplify.
1541 (setenv): Remove unused arg `frame'.
1542
1543 * help-fns.el (describe-variable): Add missing " " for multiline
1544 obsolescence info and missing EOL after global value.
1545
1546 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1547
1548 * add-log.el:
1549 * ediff-vers.el:
1550 * log-view.el:
1551 * pcvs.el:
1552 * vc-arch.el:
1553 * vc-bzr.el:
1554 * vc-cvs.el:
1555 * vc.el:
1556 * vc-git.el:
1557 * vc-hg.el:
1558 * vc-hooks.el:
1559 * vc-mcvs.el:
1560 * vc-mtn.el:
1561 * vc-rcs.el:
1562 * vc-sccs.el:
1563 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1564 {find,init,next,previous,annotate-*,log}-version ->
1565 {find,init,next,previous,annotate-*,log}-revision,
1566 annotate-focus-version -> annotate-working-revision, The term
1567 'focus' is gone. The term 'revision' is now used consistently
1568 everywhere that reference to a revision ID is intended, replacing
1569 older use of 'version'.
1570
1571 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * follow.el: Change all instances of "Follow Mode" to "Follow
1574 mode" in docstrings and messages.
1575 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1576
1577 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1578
1579 * vc.el (vc-next-action): Rewrite completely; this principal
1580 entry point now operates on a current fileset selected either
1581 explicitly via VC-Dired or implicitly by visiting a file buffer,
1582 rather than always operating on the file of the current buffer as
1583 in older versions. Rewrite the rest of the mode to match.
1584 (with-vc-properties): Rewrite to operate on a file list.
1585 (with-vc-file): vc-checkin takes a file list argument now.
1586 (vc-post-command-functions): This hook now receives a file list.
1587 (vc-do-command): Take a either a file or a file list as argument.
1588 (vc-deduce-fileset): New function for deducing a file list to
1589 operate on.
1590 (vc-next-action-on-file, vc-next-action-dired): Remove.
1591 Merge into vc-next-action.
1592 (vc-register): Adapt to the fact that vc-start-entry now takes a
1593 file list.
1594 (vc-register-with): New function.
1595 (vc-start-entry): Take a file list argument rather than a
1596 file argument.
1597 (vc-checkout): Cope with vc-start-entry taking a file list.
1598 (vc-steal-lock): Cope with with-vc-properties taking a
1599 file list.
1600 (vc-checkin): Take a file list argument rather than a file argument.
1601 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1602 (vc-diff-internal): Rewrite for filesets.
1603 (vc-diff-sentinel): New function, tests whether changes were
1604 written into a diff buffer.
1605 (vc-diff): Rewrite for filesets.
1606 (vc-version-diff): Rewrite for filesets.
1607 (vc-print-log): Take a fileset argument.
1608 (vc-revert): Revert the entire selected fileset, not just the
1609 current buffer.
1610 (vc-rollback): Roll back the entire selected fileset, if
1611 possible. No longer accepts a prefix argument.
1612 (vc-update): Merge new changes for the entire selected
1613 fileset, not just the current buffer.
1614 (vc-revert-file): Cope with with-vc-properties taking a file list.
1615 (vc-default-dired-state-info): Add + status suffix if the file is
1616 modified.
1617 (vc-annotate-warp-version): Use the new diff machinery.
1618 (vc-log-edit): Take a file list argument rather than a file argument.
1619
1620 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1621
1622 Sync with Tramp 2.1.11.
1623
1624 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1625 Pacify byte compiler.
1626
1627 * net/trampver.el: Update release number.
1628
1629 2007-10-09 Richard Stallman <rms@gnu.org>
1630
1631 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1632
1633 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1634
1635 * follow.el: Require easymenu.
1636 (follow-mode-hook, follow-mode): Doc fixes.
1637 (follow-mode-off-hook): Mark as obsolete.
1638
1639 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1640
1641 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1642 select-window or select-frame events.
1643 (handle-select-window): When autoselecting window set input
1644 focus. Restructure.
1645
1646 * frame.el (focus-follows-mouse): Move to frame.c.
1647 * cus-start.el (all): Add focus-follows-mouse.
1648
1649 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1652 activate font-locking in the *buffer-selection* buffer.
1653 (bs-show-sorted): Doc fix.
1654
1655 * bs.el (bs--get-marked-string, bs--get-modified-string)
1656 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1657 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1658 (bs--format-aux): Doc fix.
1659
1660 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1661
1662 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1663
1664 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1665
1666 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1667 (gud-gdb): New function for old M-x gdb (text command mode).
1668 (gud-gdb-command-name, gdb): Move to...
1669
1670 * progmodes/gdb-ui.el: ...here and adapt doc string.
1671 (gud-gdba-command-name, gdba): Delete.
1672
1673 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1674
1675 * bs.el: Don't defvar `font-lock-verbose'.
1676 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1677 (bs--get-file-name): Fix typos in docstrings.
1678 (bs--show-header): Use `dolist' instead of `mapcar'.
1679 (bs-mode): Set `show-trailing-whitespace' to nil.
1680 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1681 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1682 Doc fixes.
1683
1684 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
1685
1686 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1687
1688 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1689
1690 * progmodes/gud.el (gdb): Make graphical mode the default and
1691 switch to text command mode if appropriate, i.e., reverse previous
1692 arrangement.
1693 (gud-gdb-marker-filter): Adapt for above change.
1694
1695 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1696 gud-minor-mode and gud-marker-filter.
1697 (gdb-fullname-regexp): New variable.
1698 (gud-gdba-marker-filter): Use it to switch to text command
1699 mode if appropriate.
1700
1701 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1702
1703 * progmodes/gud.el (gud-display-line): Find source buffer even when
1704 GUD buffer has its own frame.
1705
1706 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1707
1708 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1709
1710 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1711
1712 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1713
1714 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1715
1716 * allout.el (allout-before-change-handler): Replace got-char by
1717 goto-char.
1718
1719 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1722 Used to try and automatically enabled smerge-mode in the presence of
1723 conflicts and to call `svn resolved' when the conflicts are gone.
1724 (vc-svn-parse-status): Remember the svn-specific status.
1725
1726 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1727
1728 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1729 menu-bar-apropos-menu. All users changed.
1730 (menu-bar-help-menu): Change menu symbols to better match the text
1731 displayed by the menu.
1732
1733 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1734
1735 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1736 #, @, : and ^.
1737
1738 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1739
1740 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1741
1742 * log-view.el (log-view-mode-map): Likewise.
1743
1744 * diff-mode.el (diff-mode-shared-map): Likewise.
1745
1746 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1747
1748 * files.el (file-name-sans-versions): Also allow `A-Z'.
1749
1750 * vc.el: Mention all supported VC backends.
1751
1752 2007-10-08 Richard Stallman <rms@gnu.org>
1753
1754 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1755 neighbouring buttons.
1756
1757 2007-10-08 Andreas Schwab <schwab@suse.de>
1758
1759 * files.el (file-name-sans-versions): Also allow `_'.
1760
1761 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1762
1763 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1764
1765 * log-view.el (log-view-mode-map, log-view-mode-menu):
1766 Bind log-view-annotate-version.
1767 (log-view-beginning-of-defun, log-view-end-of-defun)
1768 (log-view-annotate-version): New functions.
1769 (log-view-mode): Use log-view-beginning-of-defun and
1770 log-view-end-of-defun.
1771
1772 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1775
1776 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1779 neighbouring buttons.
1780
1781 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1782 Recognize gcc's use of "note" for informational messages.
1783
1784 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1787 (css-mode): Update correspondingly.
1788
1789 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1792 Signed-off-by, Acked-by and Merge.
1793
1794 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1797
1798 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * vc-mtn.el: New file.
1801
1802 * vc-hooks.el (vc-handled-backends): Add Mtn.
1803
1804 2007-10-08 Eli Zaretskii <eliz@gnu.org>
1805
1806 * files.el (find-file, find-file-other-window)
1807 (find-file-other-frame, find-file-existing, find-file-read-only)
1808 (find-file-read-only-other-window)
1809 (find-file-read-only-other-frame)
1810 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1811
1812 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1813
1814 * progmodes/gud.el (gdb-ready): New variable.
1815 (gdb): Set it to nil. Set gud-running to nil here...
1816 (gud-common-init): ...instead of here.
1817
1818 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1819 Use gdb-ready. Discard input until GDB is ready to accept it.
1820
1821 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1822
1823 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1824 make it show up with eight colors.
1825
1826 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1829 diffs are concatenated with no intervening line.
1830
1831 2007-10-08 Dave Love <fx@gnu.org>
1832
1833 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1834 (python-font-lock-keywords): Update to the 2.5 version of the language.
1835 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1836 (python-backspace): Only behave funny in code.
1837 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1838 (inferior-python-mode): Add PDB prompt regexp.
1839 (python-fill-paragraph): Refine the fenced-string regexp.
1840 (python-find-imports): Handle imports spanning several lines.
1841 (python-mode): Add `class' to hideshow support.
1842
1843 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1846 Use add-log-buffer-file-name-function rather than binding
1847 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1848 when `fi' is the ChangeLog file itself.
1849
1850 * outline.el (outline-flag-region): Use front-advance.
1851
1852 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
1853
1854 * progmodes/cperl-mode.el: Merge upstream 5.23.
1855 (cperl-where-am-i): Remove function.
1856 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1857 (cperl-sniff-for-indent): De-invert [string] and [comment].
1858 When looking for label, skip s:m:y:tr.
1859 (cperl-indent-line): Likewise.
1860 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1861 (cperl-windowed-init): Wrong `ps-print' handling.
1862 Both thanks to Chong Yidong.
1863 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1864 (cperl-find-pods-heres): If the second part of s()[] is missing,
1865 don't try to highlight delimiters...
1866
1867 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * progmodes/compile.el (compilation-get-file-structure): Complete last
1870 change by also using spec-directory in the puthash.
1871
1872 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
1873
1874 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1875 (vc-bzr-status): Fix shadowing of variable 'status'.
1876 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1877 Use `expand-file-name' instead of `concat'.
1878 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1879 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1880
1881 2007-10-08 Jason Rumney <jasonr@gnu.org>
1882
1883 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1884
1885 2007-10-08 Richard Stallman <rms@gnu.org>
1886
1887 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1888 Add `safe-local-variable' property.
1889 (lisp-body-indent): Likewise.
1890
1891 2007-10-08 Richard Stallman <rms@gnu.org>
1892
1893 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1894 Add doc string.
1895
1896 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1897
1898 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1899
1900 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1901
1902 * repeat.el (repeat): Use last-repeatable-command instead of
1903 real-last-command. Run pre- and post-command hooks for
1904 self-insertion. Update doc-string.
1905
1906 2007-10-08 Alexandre Julliard <julliard@winehq.org>
1907
1908 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1909 state of the file.
1910 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1911 (vc-git-create-repo): Fix invalid command.
1912
1913 2007-10-08 Richard Stallman <rms@gnu.org>
1914
1915 * textmodes/flyspell.el (flyspell-mode):
1916 Catch errors in flyspell-mode-on.
1917
1918 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1921
1922 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * international/encoded-kb.el (encoded-kbd-setup-display):
1925 Use input-decode-map rather than local-key-translation-map.
1926
1927 * term/rxvt.el (rxvt-alternatives-map): New map.
1928 (terminal-init-rxvt): Use it.
1929 Bind rxvt-function-map in input-decode-map.
1930
1931 * term/xterm.el (xterm-alternatives-map): New map.
1932 (terminal-init-xterm): Use it.
1933 Bind xterm-function-map in input-decode-map.
1934
1935 * term/x-win.el (x-alternatives-map): New var.
1936 (x-setup-function-keys): Use it.
1937
1938 * help-fns.el (describe-variable): Slightly change the layout of
1939 meta-info to separate it better from the docstring.
1940 Standardize insertion of extra empty lines in various circumstances.
1941
1942 * diff-mode.el (diff-hunk-style): New fun.
1943 (diff-end-of-hunk): Use it.
1944 (diff-context->unified): Use the new `apply' undo element,
1945 if applicable, so as to save undo-log space.
1946 (diff-fine-change): New face.
1947 (diff-fine-highlight-preproc): New function.
1948 (diff-fine-highlight): New command.
1949 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1950
1951 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1952 (smerge-refine-highlight-change): Add `props' argument.
1953 (smerge-refine-subst): New function holding most of smerge-refine.
1954 (smerge-refine): Use it.
1955
1956 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
1957
1958 * vc.el (vc-default-wash-log): Remove unused code, the
1959 log washers all live in the backends now.
1960 (vc-default-comment-history): Correct for the fact
1961 that wash-log is argumentless in the new API.
1962
1963 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
1964
1965 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1966 (tramp-maybe-send-script): Apply `member' but `memq'.
1967 (tramp-advice-file-expand-wildcards): Simplify implementation.
1968
1969 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1972
1973 * mb-depth.el (minibuf-depth-indicator-function): New variable.
1974 (minibuf-depth-setup-minibuffer): Use it.
1975
1976 2007-10-07 Glenn Morris <rgm@gnu.org>
1977
1978 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1979 version numbers.
1980
1981 2007-10-06 Juri Linkov <juri@jurta.org>
1982
1983 * textmodes/fill.el (fill-paragraph-or-region): New function.
1984
1985 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1986 instead of fill-paragraph.
1987
1988 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1989 with fill-paragraph-or-region. Suspend command is now the same
1990 `suspend-frame' on window systems and on tty.
1991
1992 * image.el (image-type): Check if image-types is bound to not fail
1993 on tty.
1994
1995 * delsel.el (delete-selection-pre-hook):
1996 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1997 is fbound to not fail on mouseless tty.
1998
1999 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2000
2001 * net/tramp.el (top): Move loading of tramp-util.el and
2002 tramp-vc.el to tramp-compat.el.
2003 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2004 temporary file if possible, in order to avoid a security hole.
2005 (tramp-do-copy-or-rename-file-out-of-band)
2006 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2007 with DONT-CREATE, because the connection is not setup yet.
2008 (tramp-handle-process-file): Rewrite temporary file handling.
2009 (tramp-completion-mode): New defvar.
2010 (tramp-completion-mode-p): Use it.
2011
2012 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2013
2014 * net/tramp-fish.el (tramp-fish-handle-process-file):
2015 Rewrite temporary file handling.
2016
2017 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2018
2019 * vc.el: Workfile version -> focus version change. Port various
2020 comments from new VC to reduce the noise in the diff.
2021 Patch in the new vc-create-repo function to go with the
2022 header comment about it already present.
2023 There are no changes to existing logic in this patch.
2024 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2025
2026 2007-10-06 Aaron Hawley <aaronh@garden.org>
2027
2028 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2029
2030 2007-10-05 Chris Moore <dooglus@gmail.com>
2031
2032 * server.el (server-kill-new-buffers): Doc fix.
2033
2034 2007-10-05 John W. Eaton <jwe@octave.org>
2035
2036 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2037 (octave-begin-keywords): Add "do".
2038 (octave-end-keywords): Remove "end".
2039 (octave-reserved-words): Add "end". Remove "all_va_args",
2040 "gplot", and 'gsplot".
2041 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2042 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2043 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2044 "default_return_value", "define_all_return_values",
2045 "do_fortran_indexing", "empty_list_elements_ok",
2046 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2047 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2048 "prefer_zero_one_indexing", "propagate_empty_matrices",
2049 "resize_on_range_error", "treat_neg_dim_as_zero",
2050 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2051 "warn_divide_by_zero", "warn_function_name_clash",
2052 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2053 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2054 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2055 "sigterm_dumps_octave_core".
2056 (octave-block-match-alist): Remove "end" from block-end keywords.
2057 (octave-mode): Update ftp site address.
2058
2059 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2060
2061 * vc.el: Reorder functions, no code changes.
2062
2063 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2064
2065 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2066 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2067 the cond clauses where needed.
2068 (tramp-handle-write-region): Rearrange code for proper handling of
2069 tmpfile.
2070
2071 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2072
2073 * net/tramp.el:
2074 * net/tramp-fish.el:
2075 * net/tramp-ftp.el:
2076 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2077 `tramp-compat-make-temp-file'.
2078
2079 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2082
2083 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2086 already uses a more recent copyright version than the "current" one.
2087
2088 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2089
2090 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2091 (doc-view-insert-image): Minor aesthetical docstring changes.
2092
2093 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2094
2095 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2096 completing filename.
2097 (doc-view-search-internal): Docstring change.
2098
2099 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2102 (tramp-file-name-handler-alist):
2103 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2104 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2105 used before, creates the file already, which is not desired.
2106 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2107 temporary file.
2108 (tramp-handle-insert-file-contents): Assign the result in the
2109 short track case.
2110 (tramp-handle-insert-file-contents-literally): New defun.
2111 (tramp-completion-mode-p): Revert change from 2007-09-24.
2112 Checking for `return' etc as last character is not sufficient, for
2113 example in dired-mode when entering <g> (revert-buffer) or
2114 <s> (dired-sort).
2115
2116 * net/tramp-compat.el (top): Add also compatibility code for loading
2117 appropriate timer package.
2118 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2119 order to avoid autoloading problems.
2120
2121 * net/tramp-fish.el:
2122 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2123
2124 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2125 where the second parameter of `copy-file' or `rename-file' is a
2126 remote file but not via ftp.
2127
2128 2007-10-02 Richard Stallman <rms@gnu.org>
2129
2130 * frame.el (cursor-in-non-selected-windows): Doc fix.
2131
2132 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2133
2134 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2135 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2136
2137 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2138
2139 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2140 when `expt' doesn't give range errors.
2141
2142 2007-10-01 Markus Triska <markus.triska@gmx.at>
2143
2144 * calc/calc-math.el (math-smallest-emacs-expt):
2145 Make the computation more robust.
2146
2147 2007-09-30 David Kastrup <dak@gnu.org>
2148
2149 * startup.el (argv): Alias for `command-line-args-left' to use as
2150 `(pop argv)' inside of --eval command sequences. Allows for
2151 passing shell commands into Emacs verbatim without need for Lisp
2152 quoting.
2153
2154 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2155 check only for changed size.
2156 (auto-revert-tail-handler): Get size from caller. If the file has
2157 shrunk, tail the whole file again (the file presumably has been
2158 rewritten).
2159
2160 * woman.el (woman-topic-all-completions, woman-mini-help):
2161 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2162 actually was being manipulated in the loop.
2163 (woman-Cyg-to-Win, woman-pre-process-region)
2164 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2165 (woman-strings, woman-special-characters, woman1-hc)
2166 (woman-change-fonts, woman-find-next-control-line):
2167 Use `match-beginning' rather than `match-string' when the result is
2168 just used as a flag.
2169
2170 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * net/tramp-compat.el: New file.
2173
2174 * net/tramp.el:
2175 * net/tramp-fish.el:
2176 * net/tramp-smb.el:
2177 * net/tramp-uu.el:
2178 * net/trampver.el: Move compatibility code to tramp-compat.el.
2179 Apply `mapc' instead of `mapcar' when the code needs side effects
2180 only. Move utf-8 coding cookie to the second line.
2181
2182 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2183
2184 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2185 Improve custom type.
2186 (icon-map-list): Make it customizable. Document how to disable
2187 stock icons.
2188
2189 2007-09-30 Richard Stallman <rms@gnu.org>
2190
2191 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2192
2193 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2194
2195 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2196
2197 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2200 (t-mouse-mode): New compatibility alias.
2201
2202 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2203
2204 * server.el (server-delete-client): Only delete the terminal if it
2205 is non-nil.
2206
2207 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2208
2209 * net/tramp.el (with-file-property, with-connection-property):
2210 Highlight as keyword.
2211 (tramp-rfn-eshadow-setup-minibuffer)
2212 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2213 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2214 (tramp-do-copy-or-rename-file-directly)
2215 (tramp-do-copy-or-rename-file-out-of-band)
2216 (tramp-handle-shell-command, tramp-get-debug-buffer)
2217 (tramp-send-command-and-read, tramp-equal-remote)
2218 (tramp-get-local-gid): Pacify byte-compiler.
2219 (tramp-handle-file-name-directory): Result shall not be expanded.
2220 (tramp-find-foreign-file-name-handler): Rewrite.
2221 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2222
2223 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2224
2225 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2226 Apply `tramp-completion-mode-p'.
2227 (tramp-fish-handle-set-file-times)
2228 (tramp-fish-handle-executable-find)
2229 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2230 (tramp-fish-retrieve-data): Pacify byte-compiler.
2231
2232 * net/tramp-gw.el (tramp-gw-basic-authentication):
2233 Call `tramp-read-passwd' with first parameter `nil'.
2234
2235 2007-09-28 Glenn Morris <rgm@gnu.org>
2236
2237 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2238 than mapcar.
2239
2240 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2241 (tex-suscript-height-minimum): New customizable variables.
2242 (tex-suscript-height): New function.
2243 (superscript, subscript): Set height using tex-suscript-height
2244 rather than fixing at 0.8.
2245 (tex-fontify-script, tex-font-script-display): Add :version tag.
2246
2247 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * progmodes/python.el (python-eldoc-function): Doc fix.
2250
2251 2007-09-27 Glenn Morris <rgm@gnu.org>
2252
2253 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2254 image if it is not in image-type-auto-detectable, or is there with
2255 a nil value.
2256
2257 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2258
2259 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2260 connection more robust.
2261
2262 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2265 Deal with the case that special &keywords are at the beginning or
2266 end of the argument list. Also add some (incomplete) support for
2267 non-standard arglists.
2268
2269 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2272 (eldoc-message-commands, eldoc-current-idle-delay)
2273 (eldoc-function-argstring-format): Fix typos in docstrings.
2274
2275 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2276
2277 * calc/calc-units.el (calc-convert-units)
2278 (calc-convert-temperature): Remove unnecessary colons.
2279
2280 2007-09-26 Bastien Guerry <bzg@altern.org>
2281
2282 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2283 New function.
2284 (org-export-latex-remove-from-headlines): Name changed because of typo.
2285 (org-export-latex-quotation-marks-convention): Option removed.
2286 (org-export-latex-make-preamble): Handle the DATE option.
2287 (org-export-latex-cleaned-string): Now the only cleaning function,
2288 synched up with org.el.
2289 (org-export-latex-lists, org-export-latex-parse-list)
2290 (org-export-list-to-latex): New functions.
2291
2292 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2293
2294 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2295 (org-outline-regexp): New constant.
2296 (org-remember-handler): Throw error when the target file is not in
2297 org-mode.
2298 (org-cleaned-string-for-export): No longer call
2299 `org-export-latex-cleaned-string' with an argument.
2300 (org-get-tags): Returns now a list, not a string.
2301 (org-get-tags-string): New function.
2302 (org-archive-subtree): No need to split return of `org-get-tags'.
2303 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2304 instead of `org-get-tags'.
2305 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2306 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2307 (org-compatible-face): New argument INHERITS. Inherit from this
2308 face if possible.
2309 (org-level-1, org-level-2, org-level-3, org-level-4)
2310 (org-level-5, org-level-6, org-level-7, org-level-8)
2311 (org-special-keyword, org-drawer, org-column, org-warning)
2312 (org-archived, org-todo, org-done, org-headline-done, org-table)
2313 (org-formula, org-code, org-agenda-structure)
2314 (org-scheduled-today, org-scheduled-previously)
2315 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2316 in the new way.
2317 (org-get-heading): New argument NO-TAGS.
2318 (org-fast-tag-selection-include-todo): Made defvar instead of
2319 defcustom, feature is not deprecated.
2320 (org-remember-store-without-prompt): New default value t.
2321 (org-todo-log-states): New variable.
2322 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2323 Compute the log states.
2324 (org-goto-map): More commands copied from global map. Also bind
2325 `org-occur'.
2326 (org-goto): Made into a general lookup command.
2327 (org-get-location): Complete rewrite.
2328 (org-goto-exit-command): New variable.
2329 (org-goto-selected-point): New variable.
2330 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2331 Set the new variables.
2332 (org-paste-subtree): Whitespace insertion strategy revised.
2333 (org-remember-apply-template): Protect v-A from the possibility
2334 that v-a might be nil.
2335 (org-remember-handler): Insertion rules revised.
2336 (org-todo): Respect org-todo-log-states.
2337 (org-up-heading-safe): New function.
2338 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2339
2340 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2343 region if in transient-mark-mode.
2344
2345 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2348 * calc/calc-help.el (calc-full-help):
2349 * calc/calc-misc.el (another-calc):
2350 * calc/calc-store.el (calc-var-name-map):
2351 * calc/calc-stuff.el (calc-flush-caches):
2352 * calc/calc-units.el (math-build-units-table):
2353 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2354 (calc-quit):
2355 * calendar/icalendar.el (icalendar--format-ical-event)
2356 (icalendar--convert-ical-to-diary):
2357 * emacs-lisp/authors.el (authors):
2358 * emacs-lisp/cust-print.el (custom-print-install)
2359 (custom-print-uninstall):
2360 * emacs-lisp/disass.el (disassemble-1):
2361 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2362 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2363 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2364 (elint-check-let-form, elint-check-condition-case-form)
2365 (elint-initialize):
2366 * emacs-lisp/elp.el (elp-results):
2367 * emacs-lisp/generic.el (generic-mode-internal):
2368 * emacs-lisp/re-builder.el (reb-delete-overlays):
2369 * emacs-lisp/regi.el (regi-interpret):
2370 * emacs-lisp/sregex.el (sregex--char-aux):
2371 * emulation/cua-rect.el (cua--deactivate-rectangle)
2372 (cua--highlight-rectangle, cua--rectangle-post-command):
2373 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2374 * emulation/viper-macs.el (viper-describe-kbd-macros)
2375 (viper-describe-one-macro):
2376 * emulation/viper-util.el (viper-setup-master-buffer):
2377 * emulation/viper.el (set-viper-state-in-major-mode):
2378 * international/mule-diag.el (describe-current-coding-system):
2379 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2380 * mail/emacsbug.el (report-emacs-bug):
2381 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2382 * obsolete/hilit19.el (hilit-unhighlight-region)
2383 (hilit-set-mode-patterns):
2384 * play/solitaire.el (solitaire-check, solitaire-solve):
2385 * play/zone.el (zone-pgm-rotate):
2386 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2387 * progmodes/ada-prj.el (ada-prj-display-page):
2388 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2389 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2390 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2391 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2392 * progmodes/sh-script.el (sh-make-vars-local)
2393 (sh-reset-indent-vars-to-global-values):
2394 * progmodes/sql.el (top):
2395 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2396 * progmodes/xscheme.el (top):
2397 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2398 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2399 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2400 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2401 (artist-submit-bug-report):
2402 * textmodes/flyspell.el (flyspell-delay-commands)
2403 (flyspell-deplacement-commands):
2404 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2405 (table--generate-source-cells-in-a-row, table--make-cell-map)
2406 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2407
2408 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * allout.el (produce-allout-mode-map, allout-process-exposed):
2411 * ansi-color.el (ansi-color-make-color-map):
2412 * autoinsert.el (auto-insert):
2413 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2414 * dired-aux.el (dired-create-files):
2415 * dired.el (dired-restore-desktop-buffer):
2416 * ediff-diff.el (ediff-setup-fine-diff-regions):
2417 * ediff-mult.el (ediff-intersect-directories)
2418 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2419 (ediff-redraw-registry-buffer):
2420 * ediff-ptch.el (ediff-fixup-patch-map):
2421 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2422 (ediff-really-quit, ediff-clear-diff-vector):
2423 * emerge.el (emerge-really-quit):
2424 * ffap.el (ffap-replace-file-component):
2425 * filecache.el (file-cache-add-directory)
2426 (file-cache-add-directory-recursively)
2427 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2428 (file-cache-delete-directory, file-cache-files-matching-internal)
2429 (file-cache-display):
2430 * files.el (cd):
2431 * find-lisp.el (find-lisp-insert-directory):
2432 * finder.el (finder-compile-keywords):
2433 * help.el (view-emacs-news):
2434 * hi-lock.el (hi-lock-write-interactive-patterns):
2435 * ido.el (ido-to-end, ido-set-matches-1):
2436 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2437 (image-dired-mark-tagged-files):
2438 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2439 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2440 * ps-print.el (ps-background, ps-begin-file)
2441 (ps-build-reference-face-lists):
2442 * simple.el (clone-buffer):
2443 * startup.el (command-line):
2444 * tempo.el (tempo-insert-template, tempo-is-user-element)
2445 (tempo-forward-mark, tempo-backward-mark):
2446 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2447
2448 2007-09-25 Glenn Morris <rgm@gnu.org>
2449
2450 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2451
2452 * view.el (view-search-no-match-lines): Add a doc string.
2453 Rewrite to simplify and work better.
2454
2455 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * progmodes/cc-mode.el (c-mode-base-map):
2458 Use c-indent-line-or-region instead of c-indent-line.
2459
2460 * indent.el (indent-for-tab-command): First check if the region is
2461 active.
2462
2463 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2464
2465 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2466 whitespace-rescan-timer-time is 0.
2467
2468 2007-09-24 Karl Berry <karl@gnu.org>
2469
2470 * international/mule.el (coding-system-base): Fix doc string grammar.
2471
2472 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2473
2474 * net/tramp.el (tramp-completion-mode-p): Rename from
2475 `tramp-completion-mode'. Revert logic, check `return', `newline'
2476 and such alike. Packages like Icicles tend to use other completion
2477 characters but `tab' and `space' only.
2478
2479 2007-09-24 Adam Hupp <adam@hupp.org>
2480
2481 * progmodes/python.el (run-python): Import emacs module without
2482 waiting; prevents lockup on error.
2483
2484 2007-09-23 Richard Stallman <rms@gnu.org>
2485
2486 * mail/sendmail.el (mail-bury): Delete the frame
2487 if this frame looks like it was made for this message.
2488
2489 * completion.el (completion-separator-self-insert-command)
2490 (completion-separator-self-insert-autofilling):
2491 If `self-insert-command' has been remapped, use the substitute.
2492
2493 * simple.el (copy-region-as-kill): Doc fix.
2494
2495 * textmodes/org.el (org-confirm-shell-link-function)
2496 (org-confirm-elisp-link-function): Doc fixes.
2497
2498 2007-09-23 Glenn Morris <rgm@gnu.org>
2499
2500 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2501
2502 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2503
2504 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2505
2506 * term/tvi970.el (terminal-init-tvi970): Likewise.
2507
2508 * term/sun-mouse.el (print-mouse-format): Likewise.
2509
2510 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2511 Use forward-line instead of previous-line and next-line.
2512
2513 2007-09-22 Juri Linkov <juri@jurta.org>
2514
2515 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2516
2517 * tutorial.el (tutorial--default-keys): Update standard bindings:
2518 rename `iconify-or-deiconify-frame' to `suspend-frame',
2519 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2520
2521 2007-09-22 Juri Linkov <juri@jurta.org>
2522
2523 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2524 Add help-echo to external links and to links without description.
2525 (fancy-splash-insert): Use help-echo from the 3rd element of the
2526 link specification list, or "Follow this link" if it's nil. Doc fix.
2527
2528 2007-09-22 Juri Linkov <juri@jurta.org>
2529
2530 * startup.el (command-line): Rename `inhibit-startup-message' to
2531 `inhibit-startup-screen'.
2532 (fancy-about-text): Use shorter label for "Ordering Manuals".
2533 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2534 is nil, display a line with "To start..." and 3 links to useful
2535 tasks. Display the "Dismiss" button and "Don't show this message
2536 again" only when concise is non-nil.
2537 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2538 arg `concise'. If CONCISE is non-nil, display a concise version
2539 of the splash screen in another window. Otherwise, switch to the
2540 startup buffer in the same window.
2541 (startup-echo-area-message): Change displayed binding from
2542 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2543 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2544 the GNU system".
2545 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2546 to "*GNU Emacs*".
2547 (display-about-screen): Don't check the existence of the buffer
2548 "*About GNU Emacs*".
2549 (display-splash-screen): Make alias to `display-startup-screen'.
2550 (command-line-1): Rename `inhibit-startup-message' to
2551 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2552 started with command line options "-f", "-funcall", "-e", "-eval",
2553 "-execute", "-insert", "-find-file", "-file", "-visit".
2554 Inhibit startup screen when Emacs is started with a file name only
2555 on tty (i.e. don't inhibit it when started with a file name like
2556 "emacs FILE..." on a window system).
2557 (command-line-1): Simplify logic of displaying the startup screen:
2558 if file-count > 0, then display the concise version in another
2559 window, otherwise display full version in the same window.
2560
2561 * help.el (help-map): Bind C-h C-a to about-emacs.
2562 (help-for-help-internal): Add C-a description to C-h help text.
2563
2564 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2565
2566 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2567 (checkdoc-permit-comma-termination-flag): Autoload the
2568 safe-local-variable setting.
2569
2570 * bookmark.el (bookmark-xemacsp): Remove.
2571 (bookmark-make): Don't use bookmark-xemacsp,
2572 use (featurep 'xemacs) instead.
2573
2574 * speedbar.el (speedbar-frame-mode)
2575 (speedbar-frame-reposition-smartly)
2576 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2577 (speedbar-check-vc): Remove use of non-existent variable
2578 dframe-xemacsp, use (featurep 'xemacs) instead.
2579
2580 * indent.el (indent-for-tab-command): Indent the region if
2581 transient-mark-mode and the region is active.
2582
2583 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2584
2585 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2586 add inferior-octave-directory-tracker to the buffer-local value
2587 of comint-input-filter-functions.
2588
2589 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2590
2591 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2592
2593 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2596 on w32 frames.
2597
2598 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * startup.el (normal-top-level): Remove DISPLAY from
2601 process-environment to let it be computed dynamically in callproc.c.
2602
2603 * frame.el (frame-initialize, make-frame):
2604 * faces.el (tty-set-up-initial-frame-faces):
2605 * env.el (setenv): Don't set display-environment-variable.
2606
2607 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
2608 (server-create-tty-frame): Don't set unused `tty' property.
2609 Set `display' instead of display-environment-variable.
2610 (server-create-window-system-frame): No display-environment-variable.
2611
2612 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
2613
2614 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2615 (rfn-eshadow-update-overlay-hook): New defvars.
2616 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2617 Run the hooks.
2618
2619 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2620 (tramp-rfn-eshadow-setup-minibuffer)
2621 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
2622 rfn-eshadow.el.
2623
2624 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2625 timeout.
2626
2627 2007-09-21 Glenn Morris <rgm@gnu.org>
2628
2629 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2630 * term/sun-mouse.el (suspend-emacstool): Remove.
2631 * term/sun.el: Remove emacstool-related code.
2632
2633 * emacs-lisp/bytecomp.el (byte-compile-warnings)
2634 (byte-compile-warnings-safe-p): Add `mapcar'.
2635 (byte-compile-warning-types): Add mapcar and make-local.
2636 (byte-compile-normal-call): Add option to suppress mapcar warning.
2637 (top-level): Use mapc rather than mapcar in eval-when-compile.
2638
2639 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2640 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2641 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2642 Handle escaped parens.
2643 (latex-forward-sexp): Doc fix.
2644
2645 * eshell/esh-mode.el (eshell-output-filter-functions):
2646 Add eshell-postoutput-scroll-to-bottom.
2647
2648 * loadup.el: Remove termdev.
2649
2650 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2651 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2652
2653 2007-09-21 Markus Triska <markus.triska@gmx.at>
2654
2655 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2656 `mapcar' is called for effect.
2657
2658 2007-09-21 Kevin Ryde <user42@zip.com.au>
2659
2660 * international/mule.el (sgml-html-meta-auto-coding-function):
2661 Bind `case-fold-search' to t.
2662
2663 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * termdev.el: Remove.
2666
2667 * frame.el (get-device-terminal): New function. Moved from termdev.el.
2668 (frames-on-display-list): Use it.
2669
2670 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2671
2672 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2673
2674 2007-09-20 Richard Stallman <rms@gnu.org>
2675
2676 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2677
2678 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2681
2682 2007-09-20 Glenn Morris <rgm@gnu.org>
2683
2684 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2685 motion functions, rather than hard-coding "\n\n".
2686 (tex-validate-region): Check for eobp, to speed up.
2687 (tex-next-unmatched-end): Doc fix.
2688
2689 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * files.el (auto-mode-alist): Use archive-mode for .rar files.
2692
2693 * international/mule.el (auto-coding-alist): Rar archives are binary.
2694
2695 * arc-mode.el: Add basic support for Rar.
2696 (archive-find-type): Recognize Rar's signature.
2697 (archive-desummarize): New fun.
2698 (archive-summarize): Use it to restore the buffer's data in case
2699 someone wants to switch to some other major mode.
2700 (archive-resummarize): Use it as well.
2701 (archive-rar-summarize, archive-rar-extract): New functions.
2702
2703 * filesets.el: Remove spurious * in docstrings.
2704 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
2705 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2706 (filesets-ingroup-collect): Remove unused arg `depth'.
2707 (filesets-update): Remove unused arg `version'.
2708
2709 * finder.el (finder-compile-keywords): Fix up comment style.
2710 (finder-mouse-face-on-line): previous-line -> forward-line.
2711
2712 * recentf.el: Remove spurious * in docstrings.
2713 (recentf-save-list): Fix up comment style.
2714
2715 * progmodes/octave-mod.el: Remove spurious * in docstrings.
2716 (octave-mode-map): Move init into declaration and remove \t binding.
2717 (octave-mode-startup-message): Remove unused var.
2718 (octave-scan-blocks): Remove unused arg `from'.
2719 (octave-forward-block, octave-down-block, octave-up-block):
2720 Update callers.
2721
2722 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2723 (meta-mode-map): Likewise and remove \t binding.
2724
2725 * net/snmp-mode.el: Remove spurious * in docstrings.
2726 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2727 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2728 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2729 that completion accepts lists of strings.
2730 (snmp-mode-syntax-table): Move initialization into declaration.
2731 (snmp-mode-map): Likewise and remove \t binding.
2732 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2733 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2734 (snmp-indent-command): Remove.
2735
2736 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2737 binding, so tab-always-indent works right.
2738
2739 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
2740
2741 * net/browse-url.el (browse-url-elinks-new-window): New function.
2742 (browse-url-elinks): Use browse-url-elinks-new-window.
2743 Accept optional second argument `new-window'. Fix typo in doc-string.
2744 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2745 Improve error message.
2746
2747 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2748
2749 * net/browse-url.el (browse-url-url-encode-chars): Use the right
2750 parameter name in the function body.
2751 Reported by Johannes Weiner.
2752
2753 2007-09-19 Glenn Morris <rgm@gnu.org>
2754
2755 * net/socks.el (socks-open-network-stream): Signal an explicit
2756 error if the port associated with a service string can't be found.
2757
2758 * textmodes/tex-mode.el (tex-terminate-paragraph):
2759 Use backward-paragraph.
2760
2761 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * server.el (server-running-p): New function.
2764
2765 2007-09-18 Jason Rumney <jasonr@gnu.org>
2766
2767 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
2768 x-focus-frame.
2769
2770 * frame.el (select-frame-set-input-focus, select-frame-by-name):
2771 Use x-focus-frame for w32.
2772
2773 2007-09-17 David Kastrup <dak@gnu.org>
2774
2775 * textmodes/tex-mode.el (tex-verbatim-environments):
2776 Eliminate CL dependency.
2777
2778 2007-09-17 Richard Stallman <rms@gnu.org>
2779
2780 * newcomment.el (comment-add): New arg EXTRA.
2781 (comment-region-default): Pass EXTRA if not indenting lines.
2782
2783 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2784
2785 * net/browse-url.el (browse-url-url-encode-chars): New function.
2786 URL-encode some chars in a string.
2787 (browse-url-encode-url): Rewrite using the previous function.
2788 (browse-url-file-url): Use `browse-url-url-encode-chars'.
2789 (browse-url-elinks-sentinel): Fix typo.
2790 (browse-url-new-window-flag): Doc change.
2791
2792 2007-09-17 Glenn Morris <rgm@gnu.org>
2793
2794 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2795 filename from `--file-line-error', if it is available.
2796
2797 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2798
2799 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2800 TeX `--file-line-error' format.
2801
2802 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2803
2804 * xt-mouse.el: Delete add-hook calls that were moved to
2805 xterm-mouse-mode.
2806 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
2807 does not work.
2808
2809 2007-09-17 Richard Stallman <rms@gnu.org>
2810
2811 * cus-face.el (custom-theme-set-faces): Undo previous change.
2812
2813 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2814
2815 2007-09-17 Glenn Morris <rgm@gnu.org>
2816
2817 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2818 handling the case where the region is not in `tex-main-file'.
2819 (tex-region-1): Delete.
2820 (tex-region-header): New function, doing the header part of the
2821 old tex-region-1.
2822
2823 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * simple.el (newline): Simplify use of prefix-numeric-value.
2826 (line-move-partial): Remove unused var `ppos'.
2827 (line-move-1): Replace 9999 with most-positive-fixnum.
2828 (move-end-of-line): Use more efficient single-property search.
2829 (move-beginning-of-line): Remove unused var `start'.
2830 (blink-matching-open): Restructure in a more functional style.
2831
2832 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2833
2834 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2835
2836 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * server.el (server-clients): Only keep procs, no properties any more.
2839 (server-client): Remove.
2840 (server-client-get, server-client-set): Remove, replace all callers by
2841 process-get and process-put resp.
2842 (server-clients-with, server-add-client, server-delete-client)
2843 (server-create-tty-frame, server-create-window-system-frame)
2844 (server-process-filter, server-execute, server-visit-files)
2845 (server-buffer-done, server-kill-buffer-query-function)
2846 (server-kill-emacs-query-function, server-switch-buffer)
2847 (server-save-buffers-kill-terminal): Update accordingly.
2848
2849 * server.el (server-with-environment): Simplify.
2850 (server-select-display, server-unselect-display): Re-add functions that
2851 seem to have been lost in the multi-tty merge.
2852 (server-eval-and-print, server-create-tty-frame)
2853 (server-create-window-system-frame, server-goto-toplevel)
2854 (server-execute, server-return-error): New functions extracted from
2855 server-process-filter.
2856 (server-execute-continuation): New functions.
2857 (server-process-filter): Restructure so that all arguments are analysed
2858 first and then acted upon in a subsequent stage. This way
2859 server-goto-toplevel can be executed later, when we know if
2860 it's necessary.
2861 Remove the "-version" and "-version-good" support.
2862
2863 2007-09-16 Drew Adams <drew.adams@oracle.com>
2864
2865 * cus-edit.el (custom-face-edit-activate): Doc fix.
2866
2867 2007-09-16 Glenn Morris <rgm@gnu.org>
2868
2869 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2870 Following cal-bahai renaming, update all instances of
2871 list-bahai-diary-entries to diary-bahai-list-entries,
2872 mark-bahai-diary-entries to diary-bahai-mark-entries,
2873 calendar-goto-bahai-date to calendar-bahai-goto-date,
2874 insert-bahai-diary-entry to diary-bahai-insert-entry,
2875 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2876 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2877 calendar-print-bahai-date to calendar-bahai-print-date.
2878
2879 * textmodes/tex-mode.el (tex-region): Handle the case where the
2880 region is not in `tex-main-file'. Move the old code that applies
2881 to both cases...
2882 (tex-region-1): ...to this new function.
2883
2884 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * vc.el (vc-process-sentinel): New function.
2887 (vc-exec-after): Use it instead of using ugly hackish analysis and
2888 construction of Elisp code.
2889 (vc-sentinel-movepoint): New dynamically scoped var.
2890 (vc-print-log, vc-annotate): Set it to move the user's point.
2891
2892 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2893 inhibit-modification-hooks.
2894
2895 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2896 (calendar-bahai-print-date, calendar-bahai-goto-date)
2897 (diary-bahai-list-entries, diary-bahai-insert-entry):
2898 New names to clean up the namespace a bit more.
2899 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2900
2901 2007-09-15 Glenn Morris <rgm@gnu.org>
2902
2903 * calendar/holidays.el (holiday-list): Rename it back to
2904 `list-holidays', but leave `holiday-list' as an alias.
2905
2906 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2907 custom group.
2908
2909 * textmodes/css-mode.el (css): New custom group.
2910 (css-electrick-keys, css-selector, css-property)
2911 (css-indent-offset): Specify custom group.
2912
2913 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2916 (cvs-execute-single-file): Use process-file.
2917 (cvs-run-process): Use start-file-process.
2918
2919 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2922 level. Remove the hooks when turning off the mode.
2923
2924 * term/xterm.el: Require xt-mouse at compile time.
2925 (terminal-init-xterm): Turn on xterm mouse tracking for this
2926 terminal if xterm-mouse-mode is enabled.
2927
2928 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * term/xterm.el (xterm-function-map): Replace bindings that were
2931 deleted by the merge.
2932
2933 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
2934
2935 * play/bubbles.el (bubbles-version): Bump value to "0.5".
2936 (bubbles-mode-map): Move define-key statements here.
2937 (bubbles-game-theme-menu): Ditto.
2938 (bubbles-graphics-theme-menu): Ditto.
2939 (bubbles-menu): Ditto.
2940 (bubbles-mode): Initialize buffer-undo-list, redisplay.
2941 (bubbles--initialize): Reset buffer-undo-list, redisplay.
2942 (bubbles-plop): Set buffer-undo-list, redisplay.
2943 (bubbles-undo): Reset buffer-undo-list, redisplay.
2944 (bubbles--show-images): Take care of missing text properties.
2945
2946 2007-09-14 Glenn Morris <rgm@gnu.org>
2947
2948 * startup.el (fancy-startup-text, fancy-about-text): Fix face
2949 quoting.
2950
2951 * calendar/cal-hebrew.el, calendar/cal-menu.el
2952 * calendar/calendar.el, calendar/diary-lib.el
2953 * calendar/holidays.el: Rename all instances of
2954 list-calendar-holidays callers to calendar-list-holidays,
2955 list-holidays to holiday-list, check-calendar-holidays to
2956 calendar-check-holidays, mark-calendar-holidays to
2957 calendar-mark-holidays, and filter-visible-calendar-holidays to
2958 holiday-filter-visible-calendar.
2959
2960 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2961
2962 * term/xterm.el (xterm-function-map): Add C-M- bindings.
2963
2964 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2965
2966 * play/bubbles.el (bubbles--initialize-images): Fix bug:
2967 Use transparent background for empty cells in graphics mode.
2968
2969 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2970
2971 * man.el (Man-default-man-entry): At end of line, continue looking
2972 to the next line for possible end of hyphenated command.
2973
2974 2007-09-13 Chris Moore <dooglus@gmail.com>
2975
2976 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2977 the command being edited.
2978
2979 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2980
2981 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2982
2983 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2986 C-M-S- keys.
2987
2988 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2989
2990 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2991
2992 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2993 New argument `filename-p' to use one set of confusing chars or another.
2994 (browse-url-file-url): Use the argument.
2995 Suggested by Johannes Weiner.
2996
2997 2007-09-12 Romain Francoise <romain@orebokech.com>
2998
2999 * cus-start.el (all): Revert 2007-09-08 change.
3000
3001 2007-09-12 Aaron Hawley <aaronh@garden.org>
3002
3003 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3004 extract .Z files, since it is more common than uncompress.
3005
3006 2007-09-12 Glenn Morris <rgm@gnu.org>
3007
3008 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3009 duplicate function definition.
3010
3011 2007-09-10 Chris Moore <dooglus@gmail.com>
3012
3013 * diff-mode.el (diff-sanity-check-hunk):
3014 Also accept single-line hunks.
3015
3016 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * startup.el (startup-screen-inhibit-startup-screen)
3019 (pure-space-overflow-message): New vars.
3020 (fancy-splash-insert): Allow functions for face and link specs.
3021 (fancy-splash-head): Remove unused arg. Move splash text...
3022 (fancy-startup-text, fancy-about-text): ...here.
3023 (fancy-startup-tail): Rename from fancy-splash-tail.
3024 (fancy-startup-screen, fancy-about-screen): Split off from
3025 fancy-splash-screens.
3026 (display-startup-screen): New function.
3027 (display-about-screen): Rename from display-splash-screen.
3028 (command-line-1): Use concise startup screen if necessary.
3029
3030 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3031
3032 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3033 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3034
3035 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3038 (python-font-lock-keywords): Update to the 2.5 version of the language.
3039 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3040 (python-backspace): Only behave funny in code.
3041 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3042 (inferior-python-mode): Add PDB prompt regexp.
3043 (python-fill-paragraph): Refine the fenced-string regexp.
3044 (python-find-imports): Handle imports spanning several lines.
3045 (python-mode): Add `class' to hideshow support.
3046
3047 2007-09-10 Dave Love <fx@gnu.org>
3048
3049 * outline.el (outline-4, outline-5, outline-7):
3050 Move font-lock-builtin-face down from 4 to 7 to better keep the
3051 progression of color brightness, and to better match Org-mode's faces.
3052
3053 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3054
3055 * progmodes/meta-mode.el (meta-font-lock-keywords)
3056 (font-lock-match-meta-declaration-item-and-skip-to-next)
3057 (meta-comment-indent, meta-indent-previous-line)
3058 (meta-indent-unfinished-line, meta-beginning-of-defun)
3059 (meta-end-of-defun, meta-common-initialization): Handle \f.
3060 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3061 a comment-start.
3062
3063 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3064 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3065 numeric notation of file modes.
3066 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3067 numeric value.
3068 (read-file-modes): New. Read either an octal value of a file mode or a
3069 symbolic value, and return its numeric value.
3070
3071 * dired-aux.el (dired-do-chmod): Change to use the built-in
3072 `set-file-modes' and the previous symbolic mode parsing functions.
3073
3074 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * textmodes/texinfo.el: Remove spurious * in docstrings.
3077 (texinfo-mode-syntax-table, texinfo-mode-map):
3078 Initialize in the declaration.
3079
3080 * tmm.el: Remove spurious * in docstrings.
3081 (tmm-prompt): Use with-current-buffer.
3082
3083 * vcursor.el: Remove spurious * in docstrings.
3084 (vcursor-map): Initialize in the declaration.
3085 (vcursor-use-vcursor-map): Use define-minor-mode.
3086 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3087
3088 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3089 Initialize in the declaration.
3090 (widget-minor-mode): Use define-minor-mode.
3091
3092 * woman.el (woman-mode-map, woman-syntax-table):
3093 Initialize in the declaration.
3094
3095 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3096
3097 * doc-view.el: New file.
3098
3099 2007-09-09 Juri Linkov <juri@jurta.org>
3100
3101 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3102
3103 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3104
3105 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3106 to "Startup screen". Fix docstring.
3107 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3108 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3109 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3110 (initial-scratch-message): Fix docstring.
3111 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3112 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3113 Add link to "Customize Startup" and set interval between links to
3114 5 spaces.
3115 (fancy-about-text): Add links "Authors" and "Contributing".
3116 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3117 and "This is " on the about screen. Add link to
3118 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3119 For the about screen move emacs version to the header from
3120 `fancy-splash-tail' (as it's done already for normal about screen).
3121 (fancy-splash-tail): Insert emacs version only for startup screen.
3122 (normal-splash-screen): Remove duplicate empty lines.
3123 (normal-about-screen): Add links "Authors" and "Contributing".
3124
3125 * menu-bar.el (menu-bar-help-menu):
3126 Move "About Emacs" and "About GNU" to the end of the Help menu.
3127 Move "Emacs Psychotherapist" after "Send Bug Report...".
3128 Move "External Packages" after "Find Emacs Packages".
3129
3130 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3133 they are useless with the byte compiler.
3134 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3135 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3136 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3137 (tramp-file-name-real-host, tramp-file-name-port)
3138 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3139 defuns.
3140
3141 * net/tramp-cache.el (top): Improve error message when
3142 `tramp-persistency-file-name' is corrupted.
3143
3144 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3145
3146 * textmodes/org.el (org-re): Also replace the :alpha: class.
3147 (org-todo-tag-alist): Variable removed.
3148 (org-todo-key-alist, org-todo-key-trigger) New variables.
3149 (org-use-fast-todo-selection): New option.
3150 (org-log-done): Docstring fixed.
3151 (org-deadline-warning-days): New default value 14.
3152 (org-edit-timestamp-down-means-later) New option.
3153 (org-tag-alist): Docstring fixed.
3154 (org-fast-tag-selection-include-todo): New option.
3155 (org-export-language-setup): New languages added.
3156 (org-set-regexps-and-options): Compute the new variables.
3157 (org-paste-subtree): Cleaning up.
3158 (org-remember-apply-template): New escape %A.
3159 (org-todo): Call fast TODO selection.
3160 (org-fast-todo-selection): New function.
3161 (org-add-log-note): Allow prefix for abort exit.
3162 (org-at-property-p, org-entry-properties)
3163 (org-columns-get-autowidth-alist): Use :alpha: class.
3164 (org-get-wdays): New function.
3165 (org-agenda-remove-date): New variable.
3166 (org-agenda-get-deadlines): Use `org-get-wdays'.
3167 (org-agenda-get-deadlines): Reverse ee before returning.
3168 (org-format-agenda-item): New argument REMOVE-RE.
3169 (org-agenda-convert-date): Baha'i calendar added.
3170 (org-infile-export-plist): Also find DATE line.
3171 (org-get-min-level): New function.
3172 (org-export-as-html, org-export-as-ascii): Use the date format.
3173 (org-shiftup, org-shiftdown): Use.
3174 `org-edit-timestamp-down-means-later'.
3175 (org-assign-fast-keys): New function.
3176
3177 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3178
3179 * cus-start.el (all): Add prefer-window-split-horizontally from
3180 window.c.
3181
3182 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3183
3184 * net/browse-url.el (browse-url-galeon): Fix last change.
3185 (top-level): Require cl when compiling.
3186
3187 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3188
3189 * textmodes/org-export-latex.el: arch-tag restored.
3190
3191 * textmodes/org-publish.el: arch-tag restored.
3192
3193 2007-09-08 Masatake YAMATO <jet@gyve.org>
3194
3195 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3196
3197 * progmodes/cc-langs.el: Support new keywords added to
3198 objective-c frontend of gcc.
3199 (c-simple-stmt-kwds): Add @throw.
3200 (c-block-stmt-2-kwds): Add @synchronized.
3201 (c-block-stmt-1-kwds): Add @finally and @try.
3202
3203 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3204
3205 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3206 (org-agenda-after-show-hook): New variable.
3207 (org-columns-compile-format)
3208 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3209 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3210 property names.
3211 (org-get-wdays): New function.
3212
3213 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3216
3217 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3218
3219 * vc-arch.el (vc-arch-checkin): Fix typo.
3220
3221 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3222
3223 * cus-face.el (custom-theme-set-faces): Set face attributes
3224 locally for each frame.
3225
3226 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3229 via font-lock-defaults.
3230
3231 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3232 derived-mode-p.
3233
3234 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3235
3236 * progmodes/autoconf.el (autoconf-definition-regexp):
3237 Handle optional square brackets around definition name.
3238
3239 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3240
3241 * net/browse-url.el (browse-url-browser-function): Add elinks.
3242 (browse-url-elinks-wrapper): New option.
3243 (browse-url-encode-url, browse-url-elinks)
3244 (browse-url-elinks-sentinel): New functions.
3245 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3246 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3247 Use new function browse-url-encode-url.
3248
3249 2007-09-07 Glenn Morris <rgm@gnu.org>
3250
3251 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3252 say if multi-tty is present.
3253
3254 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * cus-start.el (split-window-preferred-function): Add custom info.
3257
3258 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3259 (calendar-mark-holidays, calendar-list-holidays)
3260 (holiday-filter-visible-calendar): New names to clean up namespace.
3261 (filter-visible-calendar-holidays, list-calendar-holidays)
3262 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3263 Add compatibility aliases.
3264 (calendar-check-holidays, calendar-mark-holidays)
3265 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3266 (holiday-sexp): Replace append with list.
3267 (holiday-filter-visible-calendar): Replace append with push.
3268
3269 * woman.el: Remove spurious * in docstrings.
3270 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3271 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3272 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3273 (woman-write-directory-cache, woman-display-extended-fonts)
3274 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3275 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3276 (woman-mode): Use inhibit-read-only.
3277 (woman-negative-vertical-space): Use dotimes.
3278 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3279
3280 2007-09-06 Romain Francoise <romain@orebokech.com>
3281
3282 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3283 (vc-bzr-workfile-version): Use it.
3284
3285 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3286
3287 * complete.el (PC-do-completion): Don't try to treat
3288 empty string as an abbreviation.
3289
3290 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3291
3292 * help-fns.el (describe-variable): Keep doc's text properties.
3293
3294 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3295
3296 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3297 instead of a file.
3298
3299 2007-09-06 Glenn Morris <rgm@gnu.org>
3300
3301 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3302 (checkdoc-minor-mode): Allow user to specify lighter via
3303 checkdoc-minor-mode-string.
3304
3305 2007-09-05 Richard Stallman <rms@gnu.org>
3306
3307 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3308 Several items removed, simplified, or put on one line.
3309 (fancy-about-text): Add substantial contents, part of startup text.
3310 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3311 (normal-splash-screen): Call normal-mouse-startup-screen,
3312 normal-no-mouse-startup-screen, or normal-about-screen.
3313 (normal-mouse-startup-screen): New fn, broken out, shortened.
3314 (normal-no-mouse-startup-screen): New fn, broken out.
3315 (normal-about-screen): New function, contents all new.
3316
3317 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3318
3319 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3320
3321 2007-09-05 Glenn Morris <rgm@gnu.org>
3322
3323 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3324 is bound.
3325
3326 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3327
3328 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3329 in doc string.
3330
3331 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3332
3333 * server.el (server-start, server-unload-hook): Undo previous change.
3334
3335 * xt-mouse.el: Undo previous change.
3336
3337 2007-09-04 Juri Linkov <juri@jurta.org>
3338
3339 * startup.el (fancy-about-text): New variable.
3340 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3341 (fancy-current-text, fancy-splash-stop-time)
3342 (fancy-splash-outer-buffer): Remove variables.
3343 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3344 `startup' and use it to conditionally display different texts for
3345 Startup and About screens. Don't display Help commands on the About
3346 screen.
3347 (fancy-splash-screens-1): Remove function and move its content to
3348 `fancy-splash-screens' to the part that dislpays the About screen.
3349 (exit-splash-screen): Don't treat specially exiting from
3350 alternating screens.
3351 (fancy-splash-screens): Rename argument `static' to `startup'.
3352 Fix docstring. Remove code for displaying alternating screens.
3353 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3354 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3355 for `inhibit-read-only'.
3356 (normal-splash-screen): Rename argument `static' to `startup'.
3357 Fix docstring. Use argument `startup' to conditionally display
3358 different texts for Startup and About screens. Don't display Help
3359 commands on the About screen. Remove `unwind-protect' `sit-for'
3360 delay and `kill-buffer' after it.
3361 (display-startup-echo-area-message): Remove call to
3362 `use-fancy-splash-screens-p' because image.el is preloaded and
3363 doesn't display "Loading image... done".
3364 (display-splash-screen): Rename argument `static' to `startup'.
3365 Fix docstring.
3366
3367 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3368
3369 * server.el (server-start, server-unload-hook):
3370 suspend-tty-functions has been renamed to suspend-tty-hook.
3371
3372 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3373 resume-tty-hook.
3374
3375 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3376
3377 * loadup.el: Fix merge problem, only load "button" once.
3378
3379 2007-09-03 Glenn Morris <rgm@gnu.org>
3380
3381 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3382 "Working file:" as the prefix, for the sake of
3383 log-view-current-file.
3384
3385 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3386
3387 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3388 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3389 if the selected frames is in
3390 xterm-modify-other-keys-terminal-list.
3391 (xterm-turn-off-modify-other-keys): Add an optional frame
3392 parameter. Only turn off modify-other-keys if FRAME is in
3393 xterm-modify-other-keys-terminal-list.
3394 (xterm-remove-modify-other-keys): New function.
3395 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3396 Add the selected frame to xterm-modify-other-keys-terminal-list.
3397
3398 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3399
3400 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3401 (icon-map-list): New variable.
3402 (x-gtk-map-stock): Use icon-map-list.
3403
3404 2007-09-02 Romain Francoise <romain@orebokech.com>
3405
3406 * log-view.el (log-view-current-file): Balance parens.
3407
3408 2007-09-02 Glenn Morris <rgm@gnu.org>
3409
3410 * comint.el (comint-mode): Don't set scroll-conservatively.
3411
3412 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3413 non-command arguments.
3414
3415 * log-view.el (log-view-current-file): Give a more explicit error
3416 if log-view-file-re fails to find a match.
3417
3418 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3419
3420 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3421 Fix bug: Don't expand top-level file name more than once.
3422 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3423
3424 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * server.el (server-process-filter): Don't display the splash screen.
3427 It's annoying enough on the initial screen and becomes positively
3428 obnoxious here.
3429
3430 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3433 Change naming to use "avl-tree--" for internal functions.
3434
3435 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3436
3437 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3438 the merge.
3439 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3440 (provide): Move to the end of file.
3441
3442 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3443
3444 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3445
3446 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3447 New variable. List of exceptions for the duplicated word rule.
3448 (flyspell-mark-duplications-flag): Mention it.
3449 (flyspell-word): Treat it.
3450
3451 * files.el (create-file-buffer): If the filename sans directory starts
3452 with spaces, remove them.
3453
3454 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3455
3456 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3457 (x-gtk-map-stock): Use two directory elements when matching
3458 file name.
3459
3460 2007-08-31 James Wright <james@chumsley.org>
3461
3462 * eshell/em-unix.el (eshell/info): New function.
3463
3464 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * frame.el (frame-initialize, make-frame):
3467 * server.el (server-process-filter):
3468 * faces.el (tty-set-up-initial-frame-faces): Don't set
3469 term-environment-variable since it's not used any more.
3470
3471 * env.el (setenv): Don't treat $TERM specially.
3472
3473 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3474 stated otherwise, subprocesses do not send back escape sequences
3475 corresponding to the terminal from which Emacs was started.
3476
3477 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3478
3479 * calculator.el: Require cl for compilation.
3480
3481 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3482
3483 * outline.el (outline-font-lock-levels): Comment out unused var.
3484 (outline-font-lock-face): Wrap around face list to handle any
3485 nesting depth gracefully.
3486
3487 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3490 `set-file-times'.
3491
3492 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3493
3494 * textmodes/org.el (org-export-visible): Fix drawers before export.
3495 (org-do-sort): Allow sorting by priority.
3496 (org-agenda-files): Ignore non-existing files.
3497 (org-agenda-skip-unavailable-files): New variable.
3498 (org-ellipsis): All a face as value.
3499 (org-mode): Interprete the face value of `org-ellipsis'.
3500 (org-archive-save-context-info): New option.
3501 (org-archive-subtree): Store context info in archived entry.
3502 (org-fast-tag-selection-can-set-todo-state): New variable.
3503 (org-fast-tag-selection): Allow setting TODO states through this
3504 interface.
3505 (org-cycle): Docstring updated.
3506 (org-todo-keyword-faces): New option.
3507 (org-get-todo-face): New function.
3508 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3509 Use `org-get-todo-face'.
3510 (org-switch-to-buffer-other-window): New function.
3511 (org-table-edit-field, org-table-show-reference)
3512 (org-table-edit-formulas, org-add-log-note)
3513 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3514 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3515 `switch-to-buffer-other-window' to make sure that the temporary
3516 windows show up on the current frame.
3517 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3518 (org-get-entries-from-diary, org-replace-region-by-html):
3519 Don't allow pop-up frames.
3520 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3521 Fix problems with time-of-day.
3522 (org-export-get-title-from-subtree): New function.
3523 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3524 with listing items that are DONE.
3525 (org-change-tag-in-region): New command.
3526 (org-agenda-skip-scheduled-if-done)
3527 (org-agenda-skip-deadline-if-done): Docstring clarified.
3528 (org-mode): Hide drawers on startup.
3529 (org-get-todo-face): New function.
3530 (org-todo-keyword-faces): New option.
3531 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3532 (org-remove-keyword-keys): New function.
3533
3534 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3535
3536 * progmodes/grep.el (grep-find-ignored-directories):
3537 Add monotone _MTN bookkeeping directory in workspaces.
3538 Add RCS control directory. List items in alphabetical order.
3539
3540 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3541 Sort items in alphabetical order. Fix parens.
3542
3543 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3544
3545 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3546 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3547 (vc-hg-pull): New functions.
3548 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3549
3550 * term/mac-win.el: Don't require url, only autoloaded url
3551 functions are used in this file.
3552
3553 2007-08-29 Andreas Schwab <schwab@suse.de>
3554
3555 * shell.el (shell): Return correct value from interactive spec.
3556
3557 2007-08-29 Glenn Morris <rgm@gnu.org>
3558
3559 * version.el (emacs-version): Increase to 23.0.50.
3560
3561 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3562
3563 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3564
3565 2007-08-29 Juri Linkov <juri@jurta.org>
3566
3567 * loadup.el: Add "button" loading after "faces" and move "startup"
3568 to load after "button".
3569
3570 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3571
3572 * loadup.el: Load term/mac-win on a Mac using Carbon.
3573
3574 * term/mac-win.el: Provide mac-win.
3575 (mac-initialized): New variable.
3576 (mac-initialize-window-system): New function. Move global setup here.
3577 (handle-args-function-alist, frame-creation-function-alist):
3578 (window-system-initialization-alist): Add mac entries.
3579 (x-setup-function-keys): New function containing all the
3580 top level function key definitions.
3581
3582 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3583
3584 * env.el (read-envvar-name): Don't consider the environment frame param.
3585
3586 * env.el (setenv):
3587 * frame.el (frame-initialize, make-frame):
3588 * faces.el (tty-set-up-initial-frame-faces):
3589 * server.el (server-process-filter): Set
3590 display-environment-variable and term-environment-variable.
3591
3592 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3593
3594 2007-08-29 Jason Rumney <jasonr@gnu.org>
3595
3596 * loadup.el: Only load term/x-win when X is compiled in.
3597 Load term/w32-win and dependencies on windows-nt.
3598
3599 * term/w32-win.el: Reorder to match x-win.el more closely.
3600 Provide w32-win. Don't throw error when global window-system not w32.
3601 (internal-face-interactive): Remove obsolete function.
3602 (x-setup-function-keys): Use local-function-key-map.
3603 (w32-initialized): New variable.
3604 (w32-initialize-window-system): Set it.
3605 Move more global setup here.
3606 (x-setup-function-keys): New function.
3607 (w32-initialize-window-system): Move non function key global setup here.
3608 (x-cut-buffer-max): Remove.
3609 (w32-initialize-window-system): New function.
3610 (handle-args-function-alist, frame-creation-function-alist):
3611 (window-system-initialization-alist): Add w32 entries.
3612
3613 2007-08-29 David Kastrup <dak@gnu.org>
3614
3615 * env.el (getenv): Pass frame to getenv-internal.
3616
3617 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3618
3619 * version.el (emacs-version): Show if multi-tty is present.
3620
3621 * loadup.el: Delay loading env; mule-conf gets confused by cl
3622 during bootstrap. Also load termdev and term/x-win.
3623
3624 * bindings.el (mode-line-client): New variable.
3625 (help-echo): Add it to the default mode-line format.
3626
3627 * cus-start.el: Remove bogus window-system reference from GTK test.
3628
3629 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
3630 (ebrowse-electric-position-mode-map):
3631 * ebuff-menu.el (electric-buffer-menu-mode-map):
3632 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3633 not `suspend-emacs'.
3634
3635 * ediff-wind.el (ediff-setup-windows-automatic): New function.
3636 (ediff-window-setup-function): Use it as default.
3637
3638 * files.el (save-buffers-kill-terminal): New function.
3639 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3640
3641 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3642 and `with-selected-frame'.
3643
3644 * help-fns.el (describe-variable): Describe frame-local variables
3645 correctly.
3646
3647 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3648 display support.
3649 (normal-erase-is-backspace-setup-frame): New function.
3650
3651 * subr.el (with-selected-frame): New function.
3652 (read-quoted-char): Use terminal-local binding of
3653 local-function-key-map instead of function-key-map.
3654
3655 * talk.el (talk): New function.
3656 (talk-handle-delete-frame): New function.
3657 (talk-add-display): Open a new frame only if FRAME was not a frame.
3658
3659 * termdev.el: New file.
3660
3661 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
3662 * term/x-win.el: Don't bind f10.
3663 * tmm.el: Remove autoload binding for f10.
3664
3665 * international/encoded-kb.el (encoded-kbd-setup-display): Use
3666 `set-input-meta-mode'. Fix broken condition before set-input-mode.
3667 Store the saved input method as a terminal parameter. Add keymap
3668 parameter. Use it instead of changing key-translation-map directly.
3669 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3670 Remove.
3671 (encoded-kbd-setup-display): New function.
3672
3673 * international/mule-cmds.el (set-locale-environment): Fix getenv
3674 call. Use save-buffers-kill-terminal. Ignore window-system; always
3675 set the keyboard coding system. Add DISPLAY parameter.
3676 (set-display-table-and-terminal-coding-system): Add DISPLAY
3677 parameter. Pass it to set-terminal-coding-system.
3678
3679 * international/mule.el (keyboard-coding-system): Test for
3680 encoded-kbd-setup-display, not encoded-kbd-mode.
3681 (set-terminal-coding-system, set-keyboard-coding-system): Add
3682 DISPLAY parameter.
3683 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3684
3685 * term/README: Update.
3686
3687 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3688
3689 * term/x-win.el (x-setup-function-keys): New function. Move
3690 function-key-map tweaks here. Protect against multiple calls on
3691 the same terminal. Use terminal-local binding of
3692 local-function-key-map instead of function-key-map.
3693 (x-initialize-window-system): Make a copy of pure list. Pass a
3694 frame getenv.
3695
3696 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3697 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3698 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3699 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3700 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3701 local-function-key-map instead of function-key-map.
3702
3703 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3704 `substitute-key-definition' and `define-key' calls against
3705 multiple execution. Use terminal-local binding of
3706 local-function-key-map instead of function-key-map. Pass a frame
3707 to getenv.
3708
3709 * edmacro.el (edmacro-format-keys):
3710 * emulation/cua-base.el (cua--pre-command-handler):
3711 * isearch.el (isearch-other-meta-char):
3712 * xt-mouse.el: Use terminal-local binding of
3713 local-function-key-map instead of function-key-map.
3714
3715 * fringe.el (set-fringe-mode): Simplify and fix using
3716 `modify-all-frames-parameters'.
3717 * scroll-bar.el (set-scroll-bar-mode): Ditto.
3718 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
3719 check before calling `tool-bar-setup'.
3720 (tool-bar-setup): New variable.
3721 (tool-bar-setup): Use it to guard against multiple calls. Add
3722 optional frame parameter, and select that frame before adding items.
3723 (toggle-tool-bar-mode-from-frame): New function.
3724
3725 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3726 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3727 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3728 "Tool-bar" toggles to reflect the state of the current frame.
3729 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3730
3731 * env.el: Require cl for byte compilation (for `block' and `return').
3732 (environment, setenv-internal): New functions.
3733 (let-environment): New macro.
3734 (setenv, getenv): Add optional terminal parameter. Update docs.
3735 (setenv): Use setenv-internal. Always set process-environment.
3736 Handle `local-environment-variables'.
3737 (read-envvar-name, setenv, getenv): Use frame parameters
3738 to store the local environment, not terminal parameters. Include
3739 `process-environment' as well.
3740
3741 * faces.el (tty-run-terminal-initialization): New function.
3742 (tty-create-frame-with-faces): Use it. Set up faces and
3743 background mode only after the terminal has been initialized.
3744 Call terminal-init-*. Don't load the initialization file more
3745 than once. Call set-locale-environment.
3746 (frame-set-background-mode): Handle the 'background-mode terminal
3747 parameter.
3748 (tty-find-type): New function.
3749 (x-create-frame-with-faces): Remove bogus check for
3750 first frame. Call `tool-bar-setup'. Don't make frame visible
3751 until we are done setting up all its parameters. Call
3752 x-setup-function-keys.
3753
3754 * frame.el (make-frame): Always inherit 'environment and 'client
3755 parameters. Set up the 'environment frame parameter, when needed.
3756 Also inherit 'client parameter. Don't override explicitly
3757 specified values with inherited ones. Add 'terminal frame
3758 parameter. Append window-system-default-frame-alist to parameters
3759 before calling frame-creation-function.
3760 (frame-initialize): Copy the environment from the initial frame.
3761 (window-system-default-frame-alist): Enhance doc string.
3762 (frame-notice-user-settings): Don't put 'tool-bar-lines in
3763 `default-frame-alist' when initial frame is on a tty.
3764 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
3765 Remove specified parameters from `window-system-default-frame-alist'.
3766 (make-frame-on-tty, framep-on-display, suspend-frame):
3767 Extend doc string, update parameter names.
3768 (frames-on-display-list): Use terminal-id to get the display id.
3769 (frame-notice-user-settings): Extend to apply
3770 settings in `window-system-default-frame-alist' as well.
3771 (terminal-id, terminal-parameters, terminal-parameter)
3772 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
3773 (delete-frame-functions): Add to `delete-frame-functions' hook.
3774 (blink-cursor-mode): Adapt blink-cursor-mode default
3775 value from startup.el.
3776 (make-frame-on-display): Protect condition on x-initialized when
3777 x-win.el is not loaded. Update doc.
3778 (suspend-frame): Use display-controlling-tty-p to decide between
3779 suspend-emacs and suspend-tty.
3780 (frames-on-display-list): Update for display ids.
3781 (framep-on-display): Ditto.
3782 (suspend-frame): Use display-name, not frame-tty-name.
3783 (selected-terminal): New function.
3784
3785 * server.el: Use `device' instead of `display' or `display-id' in
3786 variable and client parameter names.
3787 (server-select-display): Remove (unused).
3788 (server-tty-live-p, server-handle-delete-tty): Remove.
3789 (server-unquote-arg, server-quote-arg, server-buffer-clients):
3790 Update docs.
3791 (server-getenv-from, server-with-environment, server-send-string)
3792 (server-save-buffers-kill-terminal): New functions.
3793 (server-delete-client): Handle quits in kill-buffer. Don't kill
3794 modified buffers. Add extra logging. Delete frames after
3795 deleting the tty. Clear 'client parameter before deleting a frame.
3796 Use delete-display, not delete-tty.
3797 (server-visit-files): Don't set `server-existing-buffer' if the
3798 buffer already has other clients. Return list of buffers
3799 created. Update doc. Don't set client-record when nowait.
3800 (server-handle-delete-frame): Delete the client if this was its
3801 last frame. Check that the frame is alive. Remove bogus comment.
3802 Add note on possible race condition. Delete tty clients, if needed.
3803 (server-handle-suspend-tty): Use server-send-string. Kill the
3804 client in case of errors from process-send-string. Use the display
3805 parameter.
3806 (server-unload-hook): Remove obsolete delete-tty hook.
3807 (server-start): Ask before restarting if the old server still has
3808 clients. Add feedback messages. Remove obsolete delete-tty hook.
3809 (server-process-filter): Use server-send-string. Accept `-dir'
3810 command. Switch to *scratch* immediately after creating the frame,
3811 before evaluating any -evals. Protect `display-splash-screen'
3812 call in a condition-case. Explain why. Call
3813 `display-startup-echo-area-message' before
3814 `display-splash-screen'. Don't display the splash screen when no
3815 frame was created. Show the Emacs splash screen and startup echo
3816 area message. Display the *scratch* buffer by default. Store the
3817 local environment in a frame (not terminal) parameter. Do not try
3818 to decode environment strings. Fix reference to the 'display
3819 frame parameter. Change syntax of environment variables. Put
3820 environment into terminal parameters, not client parameters. Use
3821 a dummy client with --no-wait's X frames. In `-position LINE'
3822 handler, don't ruin the request string until the line number is
3823 extracted. Log opened files. Handle -current-frame command.
3824 Don't create frames when it is given. Don't bind X frames to the
3825 client when we are in -no-wait mode. Set locale environment
3826 variables from client while creating tty frames. Disable call to
3827 configure-display-for-locale. When processing -position command,
3828 don't change the request string until the parameters are
3829 extracted. Don't try to create an X frame when Emacs does not
3830 support it. Improve logging. Temporarily set ncurses-related
3831 environment variables to those of the client while creating a new
3832 tty frame. Select buffers opened by nowait clients, don't leave
3833 them buried under others. Set the display parameter, and use it
3834 when appropriate.
3835
3836 * startup.el (display-startup-echo-area-message): Handle
3837 `inhibit-startup-echo-area-message' here.
3838 (command-line-1): Moved from here.
3839 (fancy-splash-screens): Use `overriding-local-map' instead of
3840 `overriding-terminal-local-map' for now; the latter doesn't work
3841 right, it looses keypresses to another terminal. Use
3842 `overriding-terminal-local-map' to set up keymap. Install a
3843 `delete-frame-functions' hook to catch `delete-frame' events.
3844 Ignore `select-window' events to cope better with
3845 `focus-follows-mouse'. Don't switch back to the original buffer
3846 if the splash frame has been killed. Restore previous buffer, even
3847 if it's *scratch*.
3848 (normal-splash-screen): Don't let-bind `mode-line-format'; it
3849 changes the global binding - setq it instead. Use
3850 `save-buffers-kill-terminal'.
3851 (display-splash-screen): Don't do anything if the splash screen is
3852 already displayed elsewhere.
3853 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3854 (command-line): Replace duplicated code with a call to
3855 tty-run-terminal-initialization. Don't load the terminal
3856 initialization file more than once. Remove call to nonexistent
3857 function `set-locale-translation-file-name'.
3858
3859 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3860 parameters.
3861 (xterm-mouse-position-function, xterm-mouse-event): Update.
3862 (xterm-mouse-mode): Don't depend on current value of window-system.
3863 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3864 Update for multi-tty.
3865 (turn-on-xterm-mouse-tracking-on-terminal)
3866 (turn-off-xterm-mouse-tracking-on-terminal)
3867 (xterm-mouse-handle-delete-frame): New functions.
3868 (delete-frame-functions, after-make-frame-functions)
3869 (suspend-tty-functions, resume-tty-functions): Install extra hooks
3870 for multi-tty.
3871
3872 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * simple.el (invisible-p): Remove: implemented in C now.
3875 (line-move-invisible-p): Remove obsolete alias.
3876
3877 2007-08-28 Juri Linkov <juri@jurta.org>
3878
3879 * image-mode.el (image-type): New variable.
3880 (image-mode): Set default major mode name to "Image[text]".
3881 (image-minor-mode): Change LIGHTER to display image-type in the
3882 mode line.
3883 (image-minor-mode): Set default image-type to "text".
3884 (image-toggle-display): After switching to text mode, set
3885 image-type to "text" and major mode name to "Image[text]".
3886 After switching to image mode, set image-type to actual image
3887 type, and add image type to major mode name. Let-bind the same
3888 variable names as arguments of `image-type' and `create-image'.
3889 Bind `type' to the result of `image-type' and use it as arg
3890 of `create-image' to not determine the image type twice.
3891
3892 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
3893
3894 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3895 (tramp-set-file-uid-gid, tramp-get-local-uid)
3896 (tramp-get-local-gid): New defuns.
3897 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3898 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3899 Improve fast track.
3900 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3901 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
3902 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3903 (tramp-handle-write-region): Improve fast track.
3904 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3905 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3906 be nil.
3907
3908 2007-08-28 Ivan Kanis <apple@kanis.eu>
3909
3910 * time.el: New feature to display several time zones in a buffer.
3911 (display-time-world-mode, display-time-world-display)
3912 (display-time-world, display-time-world-timer): New functions.
3913 (display-time-world-list, display-time-world-time-format)
3914 (display-time-world-buffer-name, display-time-world-timer-enable)
3915 (display-time-world-timer-second, display-time-world-mode-map):
3916 New variables.
3917
3918 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3919
3920 * term/x-win.el (x-gtk-stock-map): New variable.
3921 (x-gtk-map-stock): New function.
3922
3923 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3924 prev/next-node.
3925
3926 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3927
3928 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3929
3930 2007-08-28 Glenn Morris <rgm@gnu.org>
3931
3932 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3933
3934 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3935
3936 * progmodes/modula2.el (m2-definition, m2-module):
3937 Don't use previous-line. Reported by T. V. Raman.
3938
3939 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3940
3941 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3942 argument to tool-bar-mode call.
3943
3944 2007-08-27 Glenn Morris <rgm@gnu.org>
3945
3946 * diff-mode.el (diff-find-file-name): Only accept regular files,
3947 to rule out /dev/null, directories, etc.
3948
3949 * vc-svn.el (vc-svn-diff): If the repository version of all the
3950 files is the same as the specified OLDVERS, do a local diff.
3951
3952 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3955 of buffers in uniquify-managed.
3956
3957 * simple.el (invisible-p): Rename from text-invisible-p.
3958 Update callers.
3959
3960 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3963 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3964 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3965 (cperl-etags-goto-tag-location): Use new style backquotes.
3966
3967 * net/browse-url.el: Remove spurious * in custom docstrings.
3968 (browse-url-filename-alist): Use new-style backquote.
3969
3970 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3971 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3972
3973 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3974 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3975
3976 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3977
3978 * net/socks.el (socks-username/password-auth-filter):
3979 Remove unused vars `state' and `desired-len'.
3980 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3981 (socks-wait-for-state-change): Use new-style backquotes.
3982
3983 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3984
3985 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3986 backquotes after each `read' rather than once per buffer.
3987
3988 * dframe.el: Remove spurious * in custom docstrings.
3989 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3990 (dframe-xemacs20p): Remove, inline at the sole use point.
3991 (defface): Don't defvar the face, don't use old-style backquote.
3992 (defcustom): Don't use old-style backquote.
3993 (dframe-frame-parameter, dframe-mouse-event-p):
3994 Make it obvious that it's always defined.
3995 (dframe-popup-kludge): New function to replace
3996 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3997 (dframe-frame-mode, dframe-set-timer-internal)
3998 (dframe-mouse-set-point): Remove use of with-no-warnings from
3999 XEmacs-specific code.
4000 (dframe-set-timer-internal): Fix very old bug with
4001 post-command-idle-hook.
4002
4003 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4004
4005 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4006
4007 * emacs-lisp/avl-tree.el: New file.
4008
4009 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4010
4011 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4012 was used.
4013
4014 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4015
4016 * complete.el (PC-do-completion): Make RET accept a non-unique but
4017 complete expansion again.
4018
4019 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4020
4021 * eshell/esh-opt.el (eshell-eval-using-options):
4022 Add debug declaration.
4023
4024 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4025
4026 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4027 (log-view-get-marked): Likewise.
4028
4029 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4030 (vc-delete-automatic-version-backups): Likewise.
4031
4032 * vc.el (vc-dired-buffers-for-dir): Likewise.
4033
4034 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4035
4036 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4037 safe-local-variable setting.
4038 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4039
4040 * log-view.el (log-view-marked-list): Delete variable.
4041 (log-view-mode): Don't use it.
4042 (log-view-toggle-mark-entry): Likewise, simplify.
4043 (log-view-current-tag): Don't return properties.
4044 (log-view-get-marked): New function.
4045
4046 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4047
4048 * vc-git.el (vc-git-mode-line-string): New function.
4049
4050 2007-08-25 Alan Mackenzie <acm@muc.de>
4051
4052 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4053 new language variable.
4054
4055 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4056 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4057 "extern" etc., rather than BOI. Fix addition of spurious
4058 syntactic-symbol 'defun-block-intro, replacing it with
4059 'innamespace, etc.
4060
4061 2007-08-25 Juri Linkov <juri@jurta.org>
4062
4063 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4064
4065 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4066 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4067 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4068
4069 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4070 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4071 (image-type-auto-detectable): Add (svg . maybe).
4072
4073 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4074 to treat it like .tgz.
4075
4076 * calendar/cal-bahai.el: Add file coding cookie.
4077
4078 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4079
4080 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4081 Don't behave differently when executed via M-x. Add doc string.
4082
4083 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4084 safe-local-variable.
4085
4086 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4087
4088 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4089 the default value.
4090 (math-calendar-tzinfo): New variable.
4091 (math-get-calendar-tzinfo): New function.
4092 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4093 to get information when zone is nil.
4094
4095 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4096
4097 * log-view.el (log-view-toggle-mark-entry): New function.
4098 (log-view-mode-map): Bind it.
4099 (log-view-marked-list): New variable.
4100 (log-view-mode): Make it local.
4101
4102 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4103
4104 * play/zone.el (zone-pgm-rat-race): New func.
4105 (zone-programs): Add `zone-pgm-rat-race'.
4106
4107 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4110 a list.
4111
4112 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4113
4114 * progmodes/hideshow.el (hs-match-data): Delete alias.
4115 (hs-hide-block-at-point, hs-find-block-beginning)
4116 (hs-show-block): Use `match-data' directly.
4117
4118 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4119
4120 * format.el (format-alist): Fix typo in doc-string.
4121
4122 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4123
4124 * net/tramp.el (tramp-local-host-p): New defun.
4125 (tramp-handle-file-local-copy, tramp-handle-write-region):
4126 Implement fast track when being on the local host.
4127 (tramp-file-name-handler): Don't set "started" property. It shall
4128 be reserved for the "ftp" method.
4129 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4130
4131 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4132 (tramp-ftp-file-name-handler): Set "started" property.
4133
4134 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4135
4136 * files.el (backup-buffer-copy): Don't wrap delete in
4137 condition-case, only try to delete if file exists.
4138
4139 2007-08-24 Glenn Morris <rgm@gnu.org>
4140
4141 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4142
4143 * startup.el (tutorial-directory): Set with eval-at-startup so it
4144 gets the right value in an installed Emacs.
4145
4146 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4147
4148 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4149 (eldoc-highlight-function-argument): Use it.
4150
4151 2007-08-23 Masatake YAMATO <jet@gyve.org>
4152
4153 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4154 name of parameters in document body.
4155
4156 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4159 (byte-compile-output-as-comment): Use with-current-buffer rather than
4160 a weird set-buffer&prog1 combination.
4161
4162 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4163 test so as to optimise cases where the `progn's result is constant.
4164
4165 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4166
4167 * locate.el (locate-get-file-positions):
4168 Use line-beginning-position and line-end-position.
4169
4170 2007-08-23 John Wiegley <johnw@newartisans.com>
4171
4172 * calendar/cal-bahai.el: Added in the diacriticals that were
4173 missing for many of the month names.
4174
4175 2007-08-22 Jason Rumney <jasonr@gnu.org>
4176
4177 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4178
4179 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4182
4183 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4184
4185 * dabbrev.el (dabbrev--progress-reporter): New variable.
4186 (dabbrev--scanning-message): Delete func.
4187 (dabbrev--find-expansion): Use a progress reporter
4188 instead of dabbrev--scanning-message.
4189
4190 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4191
4192 * comint.el (comint-exec-1): Raise an error if
4193 `start-file-process' does not return a process object.
4194
4195 * shell.el (shell): Prompt for `default-directory' if it is a
4196 remote file name, and if called with a prefix arg.
4197
4198 2007-08-22 Sam Steingold <sds@gnu.org>
4199
4200 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4201
4202 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4203
4204 * textmodes/org-export-latex.el: New file.
4205
4206 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4207
4208 * textmodes/org.el (org-agenda-skip): Allow a form for
4209 `org-agenda-skip-function'.
4210 (org-agenda-redo): Re-use local settings.
4211 (org-agenda): Store local settings.
4212 (org-agenda-deadline-faces): New option.
4213 (org-agenda-deadline-face): New function.
4214 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4215 entries on their due date.
4216 (org-agenda-get-timestamps): No longer handle the due dates of
4217 schedules and deadline items.
4218 (org-insert-link-global, org-open-at-point-global): New commands.
4219 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4220 :for-ascii parameter.
4221 (org-skip-comments): Function removed.
4222 (org-cleaned-string-for-export): Handle special table lines.
4223 (org-global-properties): New option.
4224 (org-entry-get-with-inheritance): Check global properties.
4225 (org-local-properties): New variable.
4226 (org-set-regexps-and-options): Find the #+PROPERTY line.
4227 (org-link-types): Change type into variable (was constant).
4228 (org-make-link-regexps): New function.
4229 (org-link-re-with-space, org-link-re-with-space2)
4230 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4231 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4232 these regular expressions happens now in the function
4233 `org-make-link-regexps'.
4234 (org-store-link): Call the functions in
4235 `org-store-link-functions'.
4236 (org-add-link-type): New function.
4237 (org-store-link-functions): New variable.
4238 (org-activate-tags): Force matches to be in headlines.
4239 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4240 (org-columns-display-here): Make sure this works in a narrowed
4241 buffer by checking for point-min.
4242 (org-columns-display-here): Make the rest of the line intangible,
4243 so that point never can be there.
4244 (org-cleaned-string-for-export): Use `with-current-buffer'.
4245 (org-replace-region-by-html): Use `with-current-buffer'.
4246 (org-unfontify-region, org-do-occur, org-columns-display-here)
4247 (org-columns-remove-overlays, org-columns-quit)
4248 (org-columns-edit-value, org-columns-next-allowed-value)
4249 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4250 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4251 (org-agenda-todo, org-agenda-change-all-lines)
4252 (org-agenda-align-tags, org-agenda-priority)
4253 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4254 (org-agenda-show-new-time, org-cleaned-string-for-export)
4255 (org-export-grab-title-from-buffer)
4256 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4257 instead of `buffer-read-only'.
4258 (org-export-as-html): Set `coding-system-for-write'.
4259 (org-remember-store-without-prompt): New option.
4260 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4261 (org-beginning-of-line): Also treat C-a special in items.
4262 (org-table-convert-refs-to-rc): Fixed problem with column
4263 reference after "..".
4264 (org-columns-compute): Don't mark buffer modified because of text
4265 properties.
4266 (org-batch-store-agenda-views): Use the variable
4267 `default-directory', not the function.
4268 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4269 (org-clock-out-when-done): New option.
4270 (org-html-entities): Added HTML entities for smileys.
4271
4272 2007-08-22 Glenn Morris <rgm@gnu.org>
4273
4274 * image.el (create-image): Doc fix.
4275
4276 * startup.el (tutorial-directory): New constant.
4277 (fancy-splash-text): Tutorials now in tutorial-directory.
4278 * tutorial.el (help-with-tutorial): Tutorials now in
4279 tutorial-directory.
4280
4281 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4284 otherwise.
4285 (tramp-get-remote-path): New defun. Replace occurrences of
4286 `tramp-default-remote-path' by this function.
4287 (tramp-set-remote-path): Move most of the code to
4288 `tramp-get-remote-path'.
4289 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4290 existing directories, this is done already in
4291 `tramp-get-remote-path'.
4292
4293 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4294
4295 * image-file.el (image-file-name-extensions): Add "svg".
4296 * image.el (image-type-header-regexps): Add svg entry.
4297
4298 2007-08-22 Glenn Morris <rgm@gnu.org>
4299
4300 * files.el (backup-buffer-copy): Check backup directory is
4301 writable, to avoid infloop deleting old backup.
4302
4303 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4304 movemail related variables.
4305 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4306 will now be set before this is called.
4307
4308 2007-08-21 Juri Linkov <juri@jurta.org>
4309
4310 * delsel.el (delete-selection-pre-hook):
4311 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4312 instead of checking last-command.
4313
4314 2007-08-21 Juri Linkov <juri@jurta.org>
4315
4316 * loadup.el: Preload "button".
4317
4318 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4321 Add previous-line and next-line.
4322
4323 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4324 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4325
4326 * vc-hooks.el (vc-menu-entry): New var.
4327 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4328 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4329 (vc-menu-map): Declare and initialize in one step.
4330 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4331
4332 * menu-bar.el (vc-menu-map): Don't setup any more.
4333 Instead, just create the proper spot in the menu.
4334
4335 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * smerge-mode.el (smerge-resolve): New arg `safe'.
4338 (smerge-resolve-all, smerge-batch-resolve): New function.
4339 (smerge-refine): Make sure `diff' returns the expected result.
4340 (smerge-parsep-re): New const.
4341 (smerge-mode): Use it to adjust paragraph-separate.
4342
4343 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4344 Correctly match / regexp matchers as first char on a line when
4345 fontifying only that line.
4346
4347 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4348
4349 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4352 (vc-bzr-registered): Don't redundantly protect against
4353 file-error. Actually use the format-specific code.
4354 (vc-bzr-buffer-nonblank-p): Remove.
4355 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4356
4357 2007-08-20 Juri Linkov <juri@jurta.org>
4358
4359 * startup.el (fancy-splash-text): Change multiple tabs into one
4360 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4361 and "Recover Crashed Session").
4362 (fancy-splash-screens): Set tab-width to 22.
4363 (normal-splash-screen): Replace literal tabs with \t and
4364 fix whitespace. Remove "Useful File menu items" section (with
4365 "Exit Emacs" and "Recover Crashed Session").
4366
4367 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4368
4369 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4370 extracted from `eval-last-sexp-1'.
4371 (eval-last-sexp-1): Call `preceding-sexp'.
4372
4373 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4374
4375 * vc-rcs.el (vc-rcs-annotate-command):
4376 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4377 Add back :vc-annotate-prefix propertization.
4378
4379 2007-08-20 Andreas Schwab <schwab@suse.de>
4380
4381 * mail/rmail.el (rmail-autodetect): Doc fix.
4382
4383 2007-08-19 Juri Linkov <juri@jurta.org>
4384
4385 * startup.el (normal-splash-screen): Add more links.
4386
4387 2007-08-19 Juri Linkov <juri@jurta.org>
4388
4389 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4390 because it's common to both types of splash screen: fancy and normal.
4391 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4392 (exit-splash-screen): Rename from `fancy-splash-quit'.
4393 Use `quit-window' instead of `kill-buffer'.
4394 (fancy-splash-head): Use make-button to insert GNU image link.
4395 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4396 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4397 (normal-splash-screen): Put "Browse manuals" on the same line with
4398 "Emacs manual". Remove descriptions from "Useful tasks" and put
4399 all links in two columns on two lines.
4400
4401 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4402
4403 * emulation/viper.el (viper-remove-hooks): Remove some additional
4404 viper hooks when the user calls viper-go-away.
4405 (viper-go-away): Restore the default of default-major-mode.
4406 Save the value of default-major-mode before vaperization.
4407
4408 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4409
4410 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4411
4412 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4413 buffer for which file is created.
4414
4415 2007-08-19 Glenn Morris <rgm@gnu.org>
4416
4417 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4418 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4419 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4420 shadow files messing up the compilation.
4421
4422 2007-08-18 Glenn Morris <rgm@gnu.org>
4423
4424 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4425 string. Also apply eldoc-argument-case in the help-split-fundoc
4426 case. Adapt for changed behavior of eldoc-function-argstring,
4427 eldoc-function-argstring-format, and
4428 eldoc-highlight-function-argument.
4429 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4430 just call eldoc-docstring-format-sym-doc in that case.
4431 (eldoc-function-argstring): Change the behavior. Now it converts
4432 an argument list to a string.
4433 (eldoc-function-argstring-format): Change the behavior. Now it
4434 applies `eldoc-argument-case' to a string.
4435
4436 * progmodes/scheme.el (scheme-mode-variables): Set
4437 font-lock-comment-start-skip.
4438
4439 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4440
4441 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4442 set-syntax-table from here to ...
4443 (ada-mode): ... here. Do not change global value of
4444 comment-multi-line. Call new function
4445 ada-initialize-syntax-table-properties and add new function
4446 ada-handle-syntax-table-properties to font-lock-mode-hook.
4447 (ada-deactivate-properties, ada-initialize-properties): Replace
4448 by new functions ...
4449 (ada-handle-syntax-table-properties)
4450 (ada-initialize-syntax-table-properties)
4451 (ada-set-syntax-table-properties): ... to set up syntax-table
4452 properties uniformly, independently from whether font-lock-mode
4453 is enabled or not. Handle read-only buffers and do not change
4454 undo-list when setting syntax-table properties.
4455 (ada-after-change-function): Use ada-set-syntax-table-properties.
4456
4457 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4458
4459 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4460 (meta-indent-current-nesting): Use a computation of the nesting
4461 instead.
4462 (meta-indent-current-indentation): Indentation is given according
4463 to nesting and if the previous line was finished or not.
4464 (meta-indent-unfinished-line): Tell if the current line ends with
4465 a finished expression.
4466 (meta-indent-looking-at-code): Like `looking-at', but checks if
4467 the point is in a string before.
4468 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4469 done in the nesting function.
4470 (meta-indent-in-string-p): Tell if the current point is in a
4471 string.
4472 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4473 previous functions.
4474
4475 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4476
4477 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4478 (copyright-update-year, copyright-update)
4479 (copyright-fix-years): Use it.
4480
4481 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4482
4483 * emacs-lisp/copyright.el (copyright-update-year):
4484 Fix bug: Handle nil copyright-limit.
4485
4486 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4487
4488 * calc/calc-units.el (math-standard-units): Give exact
4489 conversion for tsp.
4490
4491 * calc/calc.el (math-bignum-digit-length): Compute the
4492 appropriate value.
4493
4494 * calc/calc-bin.el (math-bignum-logb-digit-size)
4495 (math-bignum-digit-power-of-two):
4496 * calc/calc-comb.el (math-small-factorial-table):
4497 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4498 (math-approx-gamma-const):
4499 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4500 (math-besY1, math-bernoulli-b-cache):
4501 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4502 Remove `eval-when-compile's.
4503
4504 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4505
4506 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4507 (cperl-find-pods-heres): Fix an error when typing expressions like
4508 `s{a}{b}'.
4509
4510 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4511
4512 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4513 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4514 a special case (there's no build number).
4515
4516 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4517
4518 * completion.el (symbol-under-point, symbol-before-point)
4519 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4520
4521 2007-08-17 Glenn Morris <rgm@gnu.org>
4522
4523 * progmodes/compile.el (compilation-get-file-structure): Make use
4524 of the directory part when checking for an existing entry, to
4525 handle files with same basename in different directories.
4526
4527 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4528
4529 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4530
4531 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4532
4533 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4534 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4535 (ps-paragraph-spacing): Docstring fix.
4536
4537 2007-08-16 Glenn Morris <rgm@gnu.org>
4538
4539 * ps-print.el (ps-font-size): Doc fix.
4540
4541 2007-08-16 Richard Stallman <rms@gnu.org>
4542
4543 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4544
4545 2007-08-15 Juri Linkov <juri@jurta.org>
4546
4547 * startup.el (initialization): Change parent group from `internal'
4548 to `environment'.
4549 (initial-buffer-choice): New variable.
4550 (command-line): Revert 2007-07-02 change that sets
4551 buffer-offer-save in *scratch* and enables auto-save in it.
4552 (fancy-splash-text): Add links to existing items. Add new items
4553 with links for useful tasks. Move information about Control-g to
4554 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4555 (fancy-splash-keymap): New variable.
4556 (fancy-splash-last-input-event): Remove variable.
4557 (fancy-splash-insert): Add processing of `:link' element.
4558 (fancy-splash-head): Replace "Type Control-l to begin editing"
4559 with "Type `q' to exit".
4560 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4561 (fancy-splash-default-action, fancy-splash-special-event-action):
4562 Remove functions.
4563 (fancy-splash-quit): New function.
4564 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4565 `static' and reverse the condition of its usage. Don't preserve
4566 original values of `minor-mode-map-alist',
4567 `emulation-mode-map-alists', `special-event-map'.
4568 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4569 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4570 Remove processing of special events. Use local key map
4571 `fancy-splash-keymap'. Set buffer to read-only.
4572 (normal-splash-screen): Rename input arg from `hide-on-input' to
4573 `static' and reverse the condition of its usage.
4574 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4575 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4576 Add links to existing items. Add new items with links for useful
4577 tasks. Use local key map `fancy-splash-keymap'.
4578 (display-splash-screen): Rename input arg from `hide-on-input' to
4579 `static'.
4580 (about-emacs): Add alias to display-splash-screen.
4581 (command-line-1): Use `initial-buffer-choice'.
4582
4583 * menu-bar.el (menu-bar-help-menu):
4584 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4585 item to about-emacs instead of display-splash-screen.
4586
4587 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4588
4589 * calc/calc-units.el (math-standard-units): Update values.
4590 Put in exact, rational values when possible.
4591 (math-unit-prefixes): Replace floats with powers of ten.
4592 (math-standard-units-systems): Replace floats with integers.
4593 (math-make-unit-string): Remove extra spaces in output.
4594
4595 2007-08-15 Glenn Morris <rgm@gnu.org>
4596
4597 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4598 sloppier, for the sake of GNU Mailman.
4599 (rmail-digest-rfc1153): Initialize `result' correctly.
4600
4601 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4602
4603 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4604 in the mail title. Suggested by Reiner Steib.
4605
4606 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
4607
4608 * calc/calc-aent.el (calc-do-quick-calc): Add binary
4609 representation of integers to the list of outputs.
4610
4611 2007-08-14 Glenn Morris <rgm@gnu.org>
4612
4613 * simple.el (bad-packages-alist): New constant.
4614 (bad-package-check): New function. Together, these two add elements
4615 to `after-load-alist' to check for problematic external packages.
4616 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4617
4618 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4619
4620 * calc/calc-units.el (math-get-standard-units)
4621 (math-get-units, math-make-unit-string)
4622 (math-get-default-units, math-put-default-units): New functions.
4623 (math-default-units-table): New variable.
4624 (calc-convert-units, calc-convert-temperature): Add machinery
4625 to supply default values.
4626
4627 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4630 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4631 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4632 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4633
4634 * emulation/tpu-extras.el: Remove spurious * in docstrings.
4635 Put its autoloads into tpu-edt.el rather than loaddefs.el.
4636 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4637 Make into a proper minor-mode.
4638 (tpu-backward-char, tpu-next-line, tpu-previous-line)
4639 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4640 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4641 (tpu-set-cursor-free, tpu-set-cursor-bound):
4642 Delegate to tpu-cursor-free-mode.
4643 (tpu-next-line, tpu-previous-line, tpu-forward-line)
4644 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4645 Use line-move or forward-line instead of next-line-internal.
4646
4647 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4650
4651 2007-08-12 Richard Stallman <rms@gnu.org>
4652
4653 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4654 (cvs-execute-single-file): Use new name split-string-and-unquote.
4655 (cvs-header-msg): Use new name combine-and-quote-strings.
4656
4657 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4658
4659 * progmodes/gud.el (gud-common-init): Use new name
4660 split-string-and-unquote.
4661
4662 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4663 in javac regexp.
4664
4665 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4666 combine-and-quote-strings and split-string-and-unquote.
4667
4668 * subr.el (combine-and-quote-strings): Rename from strings->string.
4669 (split-string-and-unquote): Rename from string->strings.
4670
4671 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4674 to buffer-local settings.
4675
4676 * emacs-lisp/backquote.el (backquote-delay-process): New function.
4677 (backquote-process): Add internal arg `level'. Use the two to
4678 correctly handle nested backquotes.
4679
4680 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
4681
4682 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4683 (vc-bzr-state-words): Add "kind changed" state word.
4684 (vc-bzr-status): New function. Return Bzr idea of file status,
4685 which is different from VC's.
4686 (vc-bzr-state): Use vc-bzr-status.
4687 (vc-workfile-unchanged-p): Use vc-bzr-status.
4688 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4689 (vc-dired-state): Process "kind changed" state word.
4690
4691 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4694
4695 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4696 Move from vc-default-find-file-not-found-hook.
4697
4698 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * man.el: Remove spurious * in docstrings.
4701 Merge defvars and toplevel setq-defaults.
4702 (Man-highlight-references0): Limit=nil rather than point-max.
4703 (Man-mode-map): Move initialization into the declaration.
4704 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4705 (Man-view-header-file): Use expand-file-name rather than concat.
4706 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4707
4708 * man.el (Man-next-section): Make sure we do not move backward.
4709
4710 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * files.el (auto-mode-alist): Use the purecopied text (duh!).
4713
4714 2007-08-08 Glenn Morris <rgm@gnu.org>
4715
4716 * Replace `iff' in doc-strings and comments.
4717
4718 2007-08-08 Martin Rudalics <rudalics@gmx.at>
4719
4720 * dired.el (dired-pop-to-buffer):
4721 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4722 * calendar/calendar.el (generate-calendar-window):
4723 * progmodes/compile.el (compilation-set-window-height):
4724 * textmodes/two-column.el (2C-two-columns, 2C-merge):
4725 Use window-full-width-p instead of comparing frame-width and
4726 window-width.
4727
4728 * progmodes/compile.el (compilation-find-buffer): Remove extra
4729 argument in call to compilation-buffer-internal-p.
4730
4731 2007-08-07 Tom Tromey <tromey@redhat.com>
4732
4733 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4734 Add safe-local-variable property.
4735
4736 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * image-mode.el (image-toggle-display): Use image-refresh.
4739
4740 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
4741
4742 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4743 unofficial version.
4744 (vc-bzr-command): Remove redundant setting of process-connection-type.
4745 (vc-bzr-admin-checkout-format-file): Add autoload.
4746 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4747 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4748 (vc-bzr-registered): Compare dirstate format tag with known good
4749 value, abort parsing if match fails. Warn user in docstring.
4750 (vc-bzr-workfile-version): Case for different Bzr branch formats.
4751 See bzrlib/branch.py in Bzr sources.
4752 (vc-bzr-diff): First argument FILES may be a string rather than a list.
4753 (vc-bzr-shell-command): Remove in favor of
4754 vc-bzr-command-discarding-stderr.
4755 (vc-bzr-command-discarding-stderr): New function.
4756
4757 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
4758
4759 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4760 program, and return nil.
4761 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4762 (vc-bzr-state): Look for path names relative to the repository
4763 root after status keyword.
4764 (vc-bzr-file-name-relative): New function.
4765 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4766 depend on it.
4767 (vc-bzr-admin-dirname, ...-checkout-format-file)
4768 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4769 files that we now parse directly for speed.
4770 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4771 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4772 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
4773 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
4774 Bzr warnings, so we must discard it.
4775 (vc-bzr-workfile-version): Speedup counting lines from
4776 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4777 if that file doesn't exist.
4778 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4779 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
4780 to `vc-directory-exclusion-list'.
4781 (vc-bzr-shell-command): New function.
4782
4783 2007-08-06 Tom Tromey <tromey@redhat.com>
4784
4785 * diff-mode.el (diff-unified->context, diff-reverse-direction)
4786 (diff-fixup-modifs): Typo in docstring.
4787
4788 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4791 count-screen-lines.
4792 (tpu-edt-off): Disable relevant pieces of advice.
4793
4794 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4795 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
4796 (newline, newline-and-indent, do-auto-fill): Use advice instead of
4797 redefining the function.
4798 (tpu-set-scroll-margins): Activate the pieces of advice.
4799
4800 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4801
4802 * help.el (resize-temp-buffer-window): Use window-full-width-p
4803 instead of comparing frame-width and window-width.
4804
4805 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
4806
4807 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4808 optional quotes around files in NEED-UPDATE . REMOVED case.
4809
4810 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4811 (ada-treat-cmd-string): Improve error message.
4812 (ada-do-file-completion): Call `ada-require-project-file', so
4813 project variables are set properly.
4814 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4815 (ada-gnatfind-buffer-name): New constant.
4816 (ada-find-any-references): Use new constant. Set buffer name
4817 properly in compilation-start. Toggle read-only properly.
4818 (ada-find-in-src-path): Fix spelling error in docstring.
4819
4820 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4821 by zero error.
4822
4823 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4826
4827 2007-08-12 Richard Stallman <rms@gnu.org>
4828
4829 * progmodes/sh-script.el (sh): Delete group `unix'.
4830
4831 * progmodes/gud.el (gud): Change to group `processes'.
4832
4833 2007-08-11 Glenn Morris <rgm@gnu.org>
4834
4835 * progmodes/compile.el (compilation-buffer-name): Don't check
4836 compilation-arguments. It is superfluous, and the variable isn't
4837 even set when this function is called.
4838
4839 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4840
4841 * term/mac-win.el (mac-ae-reopen-application): New function.
4842 (mac-apple-event-map): Bind "reopen application" Apple event to it.
4843
4844 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4847 take tex-font-script-display into account.
4848 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4849 cell to a list of 2 elements to simplify the unfontify code.
4850
4851 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4852
4853 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4854 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4855 ps-print-color-p is neither nil nor black-white. Reported by Christian
4856 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4857
4858 2007-08-08 Andreas Schwab <schwab@suse.de>
4859
4860 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4861 self-insert-command, not self-insert.
4862
4863 2007-08-08 Glenn Morris <rgm@gnu.org>
4864
4865 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4866 argument optional, for backwards compatibility, and only highlight
4867 args when present. Fix symbol name typo (doc/args).
4868
4869 * help-mode.el (help-make-xrefs): Search for symbol constituents,
4870 rather than just `-'.
4871
4872 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
4873
4874 * calc/calc-units.el (calc-convert-temperature):
4875 Use `/' to create fractions.
4876
4877 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4878
4879 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4880 global matching.
4881 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4882 ERROR-BUFFER more robust. Display output.
4883 (tramp-file-name-handler): Add a connection property when we found
4884 a foreign file name handler. This allows backends like ftp to
4885 profit also from usr/host name completion based on connection
4886 cache.
4887 (tramp-send-command-and-read): Search for trash after the regexp
4888 until eol only. In XEmacs, there is a problem with \n.
4889
4890 * net/tramp-cache.el (top): Read persistent connection history
4891 when cache is empty.
4892
4893 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
4894
4895 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4896 resulting output.
4897
4898 2007-08-07 Sam Steingold <sds@gnu.org>
4899
4900 * progmodes/compile.el (compilation-start): Pass nil as startfile
4901 to comint-exec.
4902
4903 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * longlines.el (longlines-decoded): New variable.
4906 (longlines-mode): Avoid encoding or decoding the buffer twice.
4907
4908 2007-08-07 Martin Rudalics <rudalics@gmx.at>
4909
4910 * format.el (format-insert-file): Make sure that at most one undo
4911 entry is recorded for the insertion. Inhibit point-motion and
4912 modification hooks around call to insert-file-contents.
4913
4914 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4917 Select the buffer's window before moving point.
4918
4919 2007-08-07 Richard Stallman <rms@gnu.org>
4920
4921 * term.el (term): Remove parent group `unix'.
4922
4923 * simple.el (default-indent-new-line): New function.
4924 It calls comment-line-break-function if there are comments.
4925 (do-auto-fill): Use that.
4926
4927 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
4928
4929 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4930 (PC-do-completion): Add "acronym completion" for symbols and
4931 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4932
4933 2007-08-06 Sam Steingold <sds@gnu.org>
4934
4935 * mouse.el (mouse-buffer-menu): Pass mode-name through
4936 format-mode-line because it may be a list,
4937 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4938
4939 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
4940
4941 * printing.el (pr-update-menus): Docstring fix.
4942
4943 2007-08-06 Jason Rumney <jasonr@gnu.org>
4944
4945 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4946
4947 * vc-hooks.el (vc-call): Add doc string.
4948
4949 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4952 process-filter.
4953
4954 2007-08-06 Kenichi Handa <handa@m17n.org>
4955
4956 * international/quail.el: Wrap (require 'help-mode) by
4957 eval-when-compile.
4958 (quail-help-init): New function.
4959 (quail-help): Call quail-help-init.
4960 (quail-store-decode-map-key): Change it to a function.
4961
4962 2007-08-05 Jason Rumney <jasonr@gnu.org>
4963
4964 * vc.el (vc-rollback): Add norevert argument back.
4965 (vc-revert-buffer): Add back as obsolete alias.
4966
4967 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
4968
4969 * term.el: Honor term-default-fg-color and term-default-bg-color
4970 settings when modifying term-current-face.
4971 (term-default-fg-color, term-default-bg-color): Initialize from
4972 default term-current-face.
4973 (term-mode, term-reset-terminal): Set term-current-face with
4974 term-default-fg-color and term-default-bg-color.
4975 (term-handle-colors-array): term-current-face has term-default-fg-color
4976 and term-default-bg-color after reset escape sequence.
4977 (term-handle-colors-array): Set term-current-color with
4978 term-default-fg/bg-color instead of ansi-term-color-vector when the
4979 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4980
4981 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4982
4983 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4984 (math-nlfit-givens): Let bind free variables.
4985
4986 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
4987
4988 * printing.el: Require lpr and ps-print when loading printing package.
4989 Reported by Glenn Morris <rgm@gnu.org>.
4990
4991 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4992
4993 * files.el (set-auto-mode): Handle also remote files wrt
4994 `auto-mode-alist'.
4995
4996 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
4997
4998 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4999 curves and plotting.
5000
5001 * calc/calc-nlfit.el: New file.
5002
5003 2007-08-04 Glenn Morris <rgm@gnu.org>
5004
5005 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5006 zero, not nil, when the library is first loaded. Check for a file
5007 that has been modified on disk.
5008
5009 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5010 Remove duplicate defvar preventing initialization.
5011 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5012
5013 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5016 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5017 may match up to 4 lines.
5018 (diff-beginning-of-file-and-junk): Rewrite.
5019
5020 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5021
5022 * printing.el: Evaluate require only during compilation.
5023 (pr-version): New version 6.9.1.
5024 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5025 (pr-global-menubar): Fix code.
5026
5027 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5028
5029 * term.el (term-erase-in-display): Fix case when point is not at
5030 the beginning of the line.
5031
5032 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5033
5034 * calc/calc-ext.el (math-get-value, math-get-sdev)
5035 (math-contains-sdev): New functions.
5036
5037 * calc/calc-graph.el (calc-graph-format-data)
5038 (calc-graph-add-curve): Check for error forms.
5039 (calc-graph-set-styles): Add option for error forms.
5040
5041 2007-08-03 Miles Bader <miles@gnu.org>
5042
5043 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5044 backend names for new backends to `Git', `Hg', and `Bzr'.
5045 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5046 not `HG'.
5047 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5048 name, not `GIT'.
5049 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5050 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5051
5052 2007-08-03 Richard Stallman <rms@gnu.org>
5053
5054 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5055 to update deleted flag.
5056
5057 * cus-edit.el (customize-apropos, customize-apropos-options)
5058 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5059
5060 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5061
5062 * startup.el (fancy-splash-head, startup-echo-area-message):
5063 Change message text.
5064
5065 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5066 All callers use line-move.
5067
5068 * progmodes/compile.el (compilation-find-buffer): Return current
5069 buffer immediately if suitable.
5070 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5071
5072 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5073
5074 * faces.el (face-normalize-spec): New function.
5075 (frame-set-background-mode): Normalize face-spec before calling
5076 face-spec-match-p.
5077
5078 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * server.el (server-window): Add switch-to-buffer-other-frame option.
5081
5082 2007-08-03 Glenn Morris <rgm@gnu.org>
5083
5084 * cus-edit.el (customize-apropos): Make the error message indicate
5085 what kind of thing the user was trying to customize.
5086
5087 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5088
5089 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5090 Fix off-by-one error in previous change.
5091
5092 2007-08-03 Drew Adams <drew.adams@oracle.com>
5093
5094 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5095 Make buffer writable.
5096
5097 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5098
5099 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5100 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5101 Use native Emacs functions, when appropriate.
5102
5103 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5104 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * vc.el: Document new VC operation `extra-menu'.
5107
5108 * vc-hooks.el (vc-default-extra-menu): New function.
5109
5110 * menu-bar.el (menu-bar-vc-filter): New function.
5111 (menu-bar-tools-menu): Use it as a filter.
5112
5113 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5114
5115 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5116
5117 2007-08-01 Glenn Morris <rgm@gnu.org>
5118
5119 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5120 strings.
5121 (fortran-tab-mode-default): Remove needless autoload.
5122 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5123 mark as risky.
5124 (fortran-line-length): New buffer-local variable, safe if integer.
5125 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5126 Change from variables to constants.
5127 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5128 replace with a new function definition.
5129 (fortran-mode): Use fortran-line-length, and
5130 fortran-font-lock-syntactic-keywords as a function. Add a
5131 hack-local-variables-hook function.
5132 (fortran-line-length, fortran-hack-local-variables): New functions.
5133 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5134 Use fortran-line-length rather than 72.
5135 (fortran-window-create-momentarily): Doc fix.
5136
5137 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5138
5139 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5140 Fix parent groups link.
5141
5142 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5143
5144 * progmodes/python.el (python-current-defun): Adjust to never fall
5145 into infinite loop.
5146
5147 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5150
5151 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5152
5153 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5154 (copyright-fix-years, copyright): Correctly handle the case where
5155 copyright-limit is nil.
5156
5157 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5158
5159 * progmodes/python.el (run-python): Fix path separator under w32.
5160
5161 2007-07-30 Richard Stallman <rms@gnu.org>
5162
5163 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5164 Treat non-break space as whitespace in Lisp.
5165
5166 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * vc.el (vc-dired-hook): Use inhibit-read-only.
5169
5170 * progmodes/compile.el (compilation-forget-errors):
5171 Reset compilation-auto-jump-to-next.
5172
5173 2007-07-30 Michael Olson <mwolson@gnu.org>
5174
5175 * cus-edit.el (custom-group-save): Fix void function definition
5176 error. Thanks to Zhang Wei for the report.
5177
5178 * ps-print.el: Check in trivial changes to the autoloads section
5179 caused by the build process. These autoloads really ought to be
5180 placed in a separate file, methinks.
5181
5182 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * calendar/calendar.el (calendar-mode): Make sure
5185 displayed-(month|year) are set.
5186 (calendar-basic-setup): Display buffer before adjusting window sizes.
5187 (generate-calendar-window): Use inhibit-read-only. Simplify.
5188 Generate buffer and set displayed-month and displayed-year before
5189 calling update-calendar-mode-line.
5190
5191 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * net/tramp.el:
5194 * net/tramp-uu.el:
5195 * net/trampver.el: Use utf-8 encoding with coding cookie.
5196
5197 * net/tramp-cache.el:
5198 * net/tramp-fish.el:
5199 * net/tramp-ftp.el:
5200 * net/tramp-gw.el:
5201 * net/tramp-smb.el: Remove coding cookie.
5202
5203 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5204 Flush buffer file-name's file property.
5205 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5206
5207 * net/trampver.el: Update release number.
5208
5209 2007-07-29 Juri Linkov <juri@jurta.org>
5210
5211 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5212 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5213 when major-mode is not dired-mode.
5214 (dired-toggle-read-only): New function.
5215 (dired-recursive-deletes): Remove obsolete comments about old
5216 default value.
5217 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5218
5219 * wdired.el (wdired-exit): New function.
5220 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5221
5222 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * cus-edit.el (customize-read-group): New fun.
5225 (customize-group-other-window, customize-face-other-window):
5226 Prompt before delegating to customize-(group|face).
5227 Bind pop-up-windows rather than use the other-window argument.
5228 (customize-group, customize-face): Prompt from the interactive spec.
5229 Remove args `prompt-for-group' and `other-window'.
5230
5231 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5232 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5233 last change.
5234
5235 2007-07-28 Masatake YAMATO <jet@gyve.org>
5236
5237 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5238 Use backend name as the menu label. Suggested by David Kastrup.
5239
5240 2007-07-28 Alan Mackenzie <acm@muc.de>
5241
5242 Fix problem with modes derived from CC Mode:
5243 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5244 macro to cc-langs.
5245 (c-init-language-vars-for): Remove call to above macro.
5246 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5247 been moved to here.
5248 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5249
5250 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5251
5252 * net/trampver.el: Fix the `coding' cookie.
5253
5254 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5255
5256 * vc-git.el (vc-git-print-log): Support both the old single file
5257 interface and the new one.
5258
5259 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5260
5261 * bindings.el (mode-line-remote): Use updated %@ construct.
5262
5263 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5266 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5267 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5268 (diary-list-bahai-entries, diary-bahai-mark-entries)
5269 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5270 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5271 New names to clean up namespace.
5272 (list-bahai-diary-entries, mark-bahai-diary-entries)
5273 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5274 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5275 Add compatibility aliases.
5276
5277 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5278
5279 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5280 (calendar-scroll-left-three-months)
5281 (calendar-scroll-right-three-months): Clean up namespace.
5282 (scroll-calendar-left, scroll-calendar-right)
5283 (scroll-calendar-left-three-months)
5284 (scroll-calendar-right-three-months): Add compatibility aliases.
5285
5286 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5287 Behave like mouse-scroll-calendar-* when used from the mouse.
5288
5289 * calendar/cal-menu.el (cal-menu-scroll-menu)
5290 (cal-menu-global-mouse-menu):
5291 * calendar/calendar.el (calendar-mode-map):
5292 Use new calendar-scroll-* names.
5293 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5294 Remove. Use calendar-scroll-* directly instead.
5295
5296 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5299 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5300 (ad-make-advised-definition, ad-cache-id-verification-code):
5301 Use commandp and interactive-form instead.
5302
5303 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * vc-git.el: Relicense to GPLv3 or later.
5306 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5307
5308 * vc-hooks.el (vc-handled-backends): Add GIT.
5309
5310 * vc.el (vc-directory-exclusion-list): Add .git.
5311
5312 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5313
5314 * vc-git.el (vc-git-revision-table)
5315 (vc-git-revision-completion-table): New functions.
5316
5317 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5318
5319 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5320 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5321 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5322 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5323 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5324 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5325 New command actions for EPS header and EPS footer.
5326
5327 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5328 footer. Fix some problems with one-or-more, zero-or-more and
5329 alternative constructions generation. Some log messages
5330 implementation. Doc fix.
5331 (ebnf-version): New version 4.4.
5332 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5333 (ebnf-eps-footer, ebnf-log): New options.
5334 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5335 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5336 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5337 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5338 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5339 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5340 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5341 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5342 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5343 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5344 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5345 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5346 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5347 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5348 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5349 (ebnf-except-dimension, ebnf-alternative-dimension)
5350 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5351 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5352 message fun.
5353 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5354 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5355 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5356 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5357 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5358 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5359 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5360 compatibility with Emacs 20 & 21.
5361 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5362 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5363 (ebnf-basic-empty-height): New vars.
5364 (ebnf-prologue): Fix PostScript code.
5365 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5366 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5367 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5368 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5369
5370 2007-07-25 Glenn Morris <rgm@gnu.org>
5371
5372 * Relicense all FSF files to GPLv3 or later.
5373
5374 * COPYING: Switch to GPLv3.
5375
5376 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5379 Replace it with another one which disables undo before calling
5380 erase-buffer and then turns it back on if needed.
5381
5382 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5383
5384 * ps-print.el: Problem with foreground and background color when
5385 printing a buffer with and without faces. Reported by Christian
5386 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5387 (ps-print-version): New version 6.7.5.
5388 (ps-default-fg): Change default value to nil, so black color is used
5389 when a face does not specify a foreground color.
5390 (ps-default-bg): Change default value to nil, so white color is used
5391 for background color.
5392 (ps-begin-job): Fix code.
5393
5394 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5395
5396 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5397
5398 2007-07-24 Glenn Morris <rgm@gnu.org>
5399
5400 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5401 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5402 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5403 (cal-tex-cursor-week, cal-tex-cursor-week2)
5404 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5405 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5406 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5407 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5408
5409 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * calendar/calendar.el (calendar-mode-map): Move initialization
5412 into declaration. Add menu bindings (used to be done in cal-menu).
5413 (calendar-mode): Don't add an activate-menubar-hook.
5414
5415 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5416 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5417 can be used on the menu entries.
5418 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5419 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5420 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5421 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5422 (calendar-flatten, cal-menu-update): Remove.
5423 (calendar-mouse-insert-hebrew-diary-entry)
5424 (calendar-mouse-insert-islamic-diary-entry)
5425 (calendar-mouse-insert-bahai-diary-entry):
5426 Remove (fold into cal-menu-diary-menu).
5427 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5428 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5429 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5430 (calendar-mouse-view-diary-entries): Minor simplifications.
5431 (calendar-event-to-date): Use with-current-buffer.
5432
5433 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5434
5435 * add-log.el (change-log-redate): Remove (not needed anymore and
5436 doesn't appear to work).
5437
5438 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * frame.el: Use mapc and dolist instead of mapcar where possible.
5441 (close-display-connection): New command.
5442
5443 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5444
5445 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5446 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5447
5448 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5449
5450 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5451
5452 * ps-mule.el: Doc fix.
5453 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5454 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5455
5456 2007-07-25 Glenn Morris <rgm@gnu.org>
5457
5458 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5459 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5460 (cal-tex-daily-end, cal-tex-hook)
5461 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5462 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5463 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5464 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5465 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5466 (cal-tex-day-prefix, cal-tex-day-name-format)
5467 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5468 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5469 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5470 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5471 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5472 etc, rather than \bf.
5473 (cal-tex-mini-calendar): Fix typos in previous change.
5474 (cal-tex-latexify-list): Remove inner let binding.
5475 (cal-tex-end-document, cal-tex-banner): Use multi-line
5476 cal-tex-comment.
5477 (cal-tex-comment): Handle embedded newlines.
5478 (cal-tex-LaTeXify-string): Use substring-no-properties.
5479
5480 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5481
5482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5483 Add support for the Maden build tool.
5484
5485 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5486
5487 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5488
5489 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5492
5493 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5494
5495 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5496 C-x C-q.
5497
5498 * vc-git.el (vc-git-print-log): Fix previous change.
5499
5500 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * window.el (save-selected-window): Minor optimization.
5503 (bw-adjust-window): If operation failed, try with a smaller delta.
5504 (window-fixed-size-p): New function.
5505 (window-area-factor): New var.
5506 (balance-windows-area): New command.
5507
5508 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5509 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5510 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5511 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5512 (ps-mule-begin-job): Use dolist.
5513
5514 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5515
5516 * subr.el (start-file-process-shell-command)
5517 (process-file-shell-command): New defuns.
5518
5519 * progmodes/compile.el (compilation-start):
5520 Apply `start-file-process-shell-command'.
5521
5522 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5523
5524 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5525
5526 2007-07-24 Alan Mackenzie <acm@muc.de>
5527
5528 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5529 Initialise byte-compile-unresolved-functions before rather than
5530 after a compilation.
5531 (byte-compile-unresolved-functions): Amplify doc string.
5532
5533 2007-07-24 Glenn Morris <rgm@gnu.org>
5534
5535 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5536
5537 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5538 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5539 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5540 (cal-tex-cursor-week, cal-tex-cursor-week2)
5541 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5542 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5543 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5544 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5545
5546 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5547 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5548 (cal-tex-day-name-format, cal-tex-cal-one-month)
5549 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5550 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5551 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5552 (cal-tex-list-holidays, cal-tex-cursor-year)
5553 (cal-tex-cursor-year-landscape, cal-tex-year)
5554 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5555 (cal-tex-cursor-month, cal-tex-insert-days)
5556 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5557 (cal-tex-first-blank-p, cal-tex-cursor-week)
5558 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5559 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5560 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5561 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5562 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5563 (cal-tex-latexify-list, cal-tex-previous-month)
5564 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5565 modernization, including using dotimes rather than
5566 calendar-for-loop.
5567 (cal-tex-LaTeX-subst-list): Remove `@'.
5568 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5569 Use \textit and \textbf rather than \em and \it.
5570
5571 * calendar/cal-bahai.el (list-bahai-diary-entries)
5572 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5573 * calendar/cal-islam.el (list-islamic-diary-entries)
5574 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5575 * calendar/diary-lib.el (diary-list-entries)
5576 (mark-calendar-date-pattern): Use `dotimes' rather than
5577 `calendar-for-loop'.
5578
5579 * calendar/calendar.el (calendar-for-loop): Doc fix.
5580
5581 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5584 underlying file is uptodate.
5585
5586 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5587
5588 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5589
5590 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * vc-hooks.el (vc-mode-line-map): New const.
5593 (vc-mode-line): Use it.
5594
5595 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5596
5597 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5598 (vc-git-unregister): New functions.
5599 (vc-git-find-version): Use the result of ls-files as a parameter
5600 for cat-file.
5601
5602 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5603
5604 * net/tramp.el (tramp-perl-file-attributes)
5605 (tramp-perl-directory-files-and-attributes)
5606 (tramp-handle-file-attributes-with-stat)
5607 (tramp-handle-directory-files-and-attributes-with-stat)
5608 (tramp-convert-file-attributes): Handle huge file sizes.
5609
5610 2007-07-23 Juri Linkov <juri@jurta.org>
5611
5612 * isearch.el (isearch-message-function): New variable.
5613 (isearch-update, isearch-search): Use it.
5614
5615 * simple.el (goto-history-element): New function created from
5616 next-history-element.
5617 (next-history-element): Most code moved to goto-history-element.
5618 Call goto-history-element with (- minibuffer-history-position n).
5619 (previous-history-element): Call goto-history-element with (+
5620 minibuffer-history-position n).
5621 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5622 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5623 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5624 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5625 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5626 (minibuffer-history-isearch-pop-state): New functions.
5627
5628 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5629
5630 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5631 Also, if FILE is a list, return non-nil if any of its elements
5632 should stay local. Update docstring.
5633
5634 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5637 change by reverting a small part.
5638
5639 2007-07-23 Richard Stallman <rms@gnu.org>
5640
5641 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5642
5643 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5644
5645 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5646 handling it. Use vc-git-command.
5647 (vc-git-find-version, vc-git-diff-tree): New functions.
5648 (vc-git-revert): Use vc-git-command.
5649 (vc-git--run-command): Delete.
5650
5651 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5652
5653 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5654
5655 2007-07-20 Kenichi Handa <handa@m17n.org>
5656
5657 * international/utf-8.el (utf-8-post-read-conversion):
5658 Temporarily bind utf-8-compose-scripts to nil while running
5659 *-compose-region functions.
5660
5661 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5662
5663 * vc-git.el: Update status.
5664 (vc-directory-exclusion-list): Use eval-after-load.
5665
5666 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
5667
5668 * bindings.el (mode-line-remote): New variable.
5669 (help-echo): Add to default values of mode-line-format.
5670
5671 * files.el: Mark mode-line-remote as risky.
5672
5673 2007-07-22 Juri Linkov <juri@jurta.org>
5674
5675 * isearch.el (isearch-edit-string): Save old point and
5676 isearch-other-end to old-point and old-other-end before reading
5677 the search string from minibuffer. After exiting minibuffer set
5678 point to old-other-end if point and the search direction is the
5679 same as before reading the search string.
5680 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
5681 to isearch-other-end. Instead of isearch-search-and-update call
5682 three functions isearch-search, isearch-push-state and isearch-update.
5683
5684 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5685
5686 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5687 deal with multiple file arguments.
5688 (vc-git-print-log): Deal with multiple file arguments.
5689
5690 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5693 diff-refine-hunk. Adjust users.
5694 (diff-unified-hunk-p, diff-splittable-p): New functions.
5695 (diff-mode-menu): Use it to disable Split when it doesn't work.
5696
5697 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5698
5699 * diff-mode.el (diff-mode-menu): New entries.
5700
5701 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5704 if applicable, so as to save undo-log space.
5705
5706 * diff-mode.el (diff-find-file-name): Add arg `batch'.
5707
5708 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5709 (diff-file-kill): Use it.
5710 (diff-beginning-of-hunk): Add arg `try-harder' using it.
5711 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5712 Use it so they find the hunk even when we're in the file header.
5713
5714 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * vc-git.el (vc-git-revision-granularity, vc-git-root)
5717 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5718 (vc-git-create-repo): New functions.
5719 (vc-git-registered): New autoloaded function definition.
5720 (vc-git-registered): Use vc-git-root.
5721 (vc-git-responsible-p): New defalias.
5722 (vc-git-annotate-extract-revision-at-line): Uncomment.
5723 (vc-git-print-log): Add the file name to the log.
5724 (vc-git-log-view-mode): New derived mode.
5725 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5726
5727 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5728
5729 * progmodes/grep.el (grep-compute-defaults): Keep default values.
5730
5731 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
5732
5733 * textmodes/reftex.el (reftex-access-parse-file): Create parse
5734 file in a way that does not interfere with recentf mode.
5735 (reftex-access-parse-file): Do not risk destroying an existing
5736 buffer.
5737
5738 2007-07-22 Alexandre Julliard <julliard@winehq.org>
5739
5740 * vc-git.el: New file.
5741
5742 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * textmodes/tex-mode.el (tex-font-script-display): Change default.
5745
5746 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5747
5748 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5749 for branches and new files.
5750
5751 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5752 local-map handling ...
5753 (vc-mode-line): ... here. Improve handling of help-echo.
5754
5755 * vc.el (mode-line-string): Document help-echo usage.
5756
5757 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
5758
5759 Sync with Tramp 2.1.10.
5760
5761 * net/tramp.el (tramp-get-ls-command): Fix typo.
5762
5763 * net/trampver.el: Update release number.
5764
5765 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5766
5767 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
5768
5769 * term/x-win.el (x-handle-no-bitmap-icon): New function.
5770
5771 2007-07-22 Martin Rudalics <rudalics@gmx.at>
5772
5773 * add-log.el (change-log-fill-parenthesized-list): New function.
5774 (change-log-indent): Call change-log-fill-parenthesized-list.
5775 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
5776 Have lines with leading asterisk start a paragraph.
5777
5778 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
5779
5780 * calc/calc-math.el (math-emacs-precision)
5781 (math-largest-emacs-expt, math-smallest-emacs-expt):
5782 New variables.
5783 (math-use-emacs-fn): New function.
5784 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
5785 appropriate.
5786
5787 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5788
5789 * image-dired.el (image-dired-sane-db-file): New func.
5790 (image-dired-write-tags, image-dired-remove-tag)
5791 (image-dired-list-tags, image-dired-write-comments)
5792 (image-dired-get-comment, image-dired-mark-tagged-files)
5793 (image-dired-create-gallery-lists): Call new func.
5794 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
5795
5796 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * vc-hg.el (vc-hg-dir-state): Fix loop.
5799 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5800 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5801 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5802 (vc-hg-revert): Likewise.
5803 (vc-hg-revision-table, vc-hg-revision-completion-table): New
5804 functions.
5805
5806 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * add-log.el (change-log-resolve-conflict): Don't lose data if the
5809 merge fails.
5810
5811 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5814 Add group and version.
5815
5816 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * add-log.el (add-log-file-name): Use file-relative-name.
5819 (add-change-log-entry): Delay reading
5820 add-log-(full-name|mailing-address) to after we've switched to the
5821 ChangeLog buffer so we get the right value.
5822 (add-change-log-entry, add-log-current-defun, change-log-merge):
5823 Use derived-mode-p rather than checking major-mode directly.
5824
5825 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5826 name for buffer-file-name if it refers to a directory.
5827
5828 * vc-arch.el (vc-arch-diff): Fix last change.
5829
5830 * progmodes/compile.el (compilation-start): Remember the original
5831 directory in a buffer-local compilation-directory.
5832 (compile): Set the global value of compilation-directory.
5833 (recompile): Use compilation-directory even in the compilation buffer.
5834
5835 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5836
5837 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5838
5839 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5840
5841 * ps-print.el: Problem with foreground and background color when
5842 printing a buffer with and without faces. Reported by Christian
5843 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5844 (ps-print-version): New version 6.7.5.
5845 (ps-default-fg): Change default value to nil, so black color is used
5846 when a face does not specify a foreground color.
5847 (ps-default-bg): Change default value to nil, so white color is used
5848 for background color.
5849 (ps-begin-job): Fix code.
5850
5851 2007-07-20 Eli Zaretskii <eliz@gnu.org>
5852
5853 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5854 in $(INSTALL_DIR)/lisp/ if they already exist.
5855
5856 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5857
5858 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5859 in $(INSTALL_DIR)/lisp/ if they already exist.
5860
5861 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * progmodes/vera-mode.el (vera-re-search-forward)
5864 (vera-re-search-backward): Remove use of store-match-data.
5865 (vera-mode-map): Move initialization into declaration.
5866
5867 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5868 (flymake-find-buildfile): Use locate-dominating-file.
5869
5870 * vc.el (vc-delistify): Use mapconcat.
5871 (vc-do-command): Minor simplification.
5872 (vc-expand-dirs): Use push.
5873
5874 * vc-mcvs.el (vc-mcvs-create-repo):
5875 * vc-cvs.el (vc-cvs-create-repo): Remove.
5876
5877 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5878 directory and the root as well.
5879
5880 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5881
5882 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5883 instead of a file.
5884
5885 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5886 (vc-hg-registered): Replace if with when.
5887 (vc-hg-state): Deal with nonexistent files and handle removed files.
5888 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5889 (vc-hg-checkout): Re-enable.
5890 (vc-hg-create-repo): Fix typos.
5891 (vc-hg-print-log): Fix for multiple files.
5892 (vc-hg-workfile-unchanged-p): New function.
5893
5894 * vc.el: Fix typo.
5895 (vc-print-log): Fix call to print-log.
5896 (vc-default-comment-history): Likewise.
5897 (vc-directory-exclusion-list): Add .hg and .bzr.
5898 (vc-diff-internal): Pass a list instead of a file.
5899
5900 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5901
5902 * vc-bzr.el (vc-bzr-create-repo): New function.
5903
5904 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5907 `file' from which to start the search.
5908
5909 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
5910
5911 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5912 having a single file argument to having a list of files as the
5913 first argument.
5914
5915 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * files.el (locate-dominating-file): New function.
5918
5919 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
5920
5921 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5922 (grep-compute-defaults): Use it.
5923
5924 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * uniquify.el: Docstring fixes.
5927
5928 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5929
5930 * vc.el (revision-granularity, create-repo): Document new vc
5931 backend properties.
5932 (vc-rollback): Renamed from vc-cancel-version. Update
5933 references. Pass a list instead of a file.
5934 (vc-revert): Renamed from vc-revert-buffer. Update references.
5935 (vc-delistify, vc-expand-dirs): New functions.
5936 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5937 of files instead of a single file.
5938 (vc-position-context, vc-resync-window, vc-diff-internal)
5939 (vc-print-log): Pass a list instead of a file.
5940
5941 * vc-hooks.el (vc-stay-local-p, vc-backend)
5942 (vc-backend-subdirectory-name): Work on a file list, not a single
5943 file.
5944 (vc-workfile-version): Update docstring.
5945 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5946 vc-revert instead of vc-revert-buffer.
5947 (vc-prefix-map): Likewise. Bind vc-update.
5948
5949 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5950 (vc-svn-wash-log): New functions.
5951 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5952 (vc-svn-command): Deal with a list of files, not a single file.
5953
5954 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5955 (vc-rcs-wash-log): New functions.
5956 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5957 Deal with a list of files, not a single file.
5958 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5959
5960 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5961 functions.
5962 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5963 list of files, not a single file.
5964
5965 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5966 New functions.
5967 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5968 (vc-mcvs-diff): Deal with a list of files, not a single file.
5969
5970 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5971 functions.
5972 (vc-hg-print-log): Deal with a list of files, not a single file.
5973 (vc-hg-diff-tree): New function, replace defalias with the same
5974 name.
5975 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5976 FILES to denote that it is a file list, not a single file.
5977
5978 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5979 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5980 a single file.
5981 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5982 that it is a file list, not a single file.
5983 (vc-cvs-diff): Likewise. Simplify.
5984
5985 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5986 Deal with a list of files, not a single file.
5987
5988 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5989 (vc-bzr-print-log): Update FILE parameter name to denote that it
5990 is a file list, not a single file.
5991 (vc-bzr-diff): Likewise. Use the car of files.
5992
5993 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
5994
5995 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5996 (follow-delete-other-windows-and-split, follow-recenter)
5997 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5998 (follow-redisplay, follow-estimate-first-window-start)
5999 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6000 Fix typos in docstrings.
6001
6002 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6003
6004 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6005 avoid that filling introduces lines with a single asterisk.
6006
6007 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6008 avoid incorrect kmacro-ring-empty-p messages.
6009 Reported by Michael Schierl <schierlm@gmx.de>.
6010
6011 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6012
6013 * vc.el: Add more info about the vc-registered function.
6014
6015 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6016
6017 * files.el (file-remote-p): Introduce optional parameter
6018 IDENTIFICATION.
6019
6020 * recentf.el (recentf-keep-default-predicate): Adapt call of
6021 `file-remote-p'.
6022
6023 * progmodes/grep.el (grep-probe): Use `process-file'.
6024 (grep-compute-defaults): Handle variables host specific.
6025
6026 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6027 parameter IDENTIFICATION.
6028
6029 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6030 parameter IDENTIFICATION.
6031 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6032 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6033 Add entry for `set-file-times'.
6034 (tramp-do-copy-or-rename-file-via-buffer)
6035 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6036 (tramp-handle-unhandled-file-name-directory): Rewrite.
6037 (tramp-convert-file-attributes): Add error handling when inode is
6038 extraordinary big.
6039 (tramp-get-inode): Change parameter from FILE to VEC.
6040 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6041 is nil. This is according to the specification. Goto (point-max)
6042 when ready.
6043 (tramp-handle-shell-command): Rewrite completely, using
6044 `process-file' and `start-file-process'.
6045 (tramp-methods, tramp-find-shell)
6046 (tramp-open-connection-setup-interactive-shell)
6047 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6048 var. Reported by Steve Youngs <steve@sxemacs.org>.
6049
6050 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6051 entry for `set-file-times'. Rename `start-process' into
6052 `start-file-process'. Remove `call-process' entry.
6053 (tramp-fish-handle-set-file-times): New defun.
6054 (tramp-fish-handle-executable-find): Use `process-file'.
6055 (tramp-fish-handle-process-file): New defun. Replaces
6056 `tramp-fish-handle-call-process'.
6057 (tramp-fish-do-copy-or-rename-file-directly): Use
6058 `set-file-times'.
6059 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6060
6061 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6062 `tramp-get-inode' parameter.
6063
6064 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6067 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6068 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6069 it has ever existed.
6070
6071 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6072
6073 * vc.el: Undo previous change.
6074
6075 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6076
6077 * makefile.w32-in (clean): Don't delete *~.
6078
6079 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * textmodes/tex-mode.el (tex-verbatim-environments):
6082 Add safe-local-variable property.
6083 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6084 when starting font-lock rather than when loading tex-mode.el.
6085
6086 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6087 whole $( rather than just the $. Rename from sh-quoted-subshell.
6088 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6089
6090 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6091
6092 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6093 bookmark-alist. Instead, if not sorting, simply return it.
6094 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6095 for its return value, not for its side effect.
6096
6097 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6098 case of alignment under a constant symbol, find and consider
6099 the sexp actually at indentation to be the "last sexp".
6100
6101 2007-07-16 Drew Adams <drew.adams@oracle.com>
6102
6103 * mouse.el (mouse-yank-secondary): Better error message if no
6104 secondary selection.
6105
6106 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6107
6108 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6109
6110 * term/xterm.el (xterm-turn-on-modify-other-keys)
6111 (xterm-turn-off-modify-other-keys): New functions.
6112 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6113 terminal supports it.
6114
6115 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6116
6117 * bookmark.el (bookmark-show-all-annotations):
6118 Make sure each inserted annotation ends with newline.
6119
6120 2007-07-15 Richard Stallman <rms@gnu.org>
6121
6122 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6123
6124 * tutorial.el (tutorial--find-changed-keys):
6125 Handle C-x specially like ESC.
6126
6127 2007-07-15 Aaron Hawley <aaronh@garden.org>
6128
6129 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6130
6131 2007-07-15 Juri Linkov <juri@jurta.org>
6132
6133 * delsel.el (delete-selection-pre-hook):
6134 * emulation/cua-base.el (cua-paste): Before a yank command,
6135 check also whether last-command is one of mouse-save-then-kill,
6136 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6137
6138 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * recentf.el (recentf-keep-default-predicate): New defun.
6141 (recentf-keep): Use it as initial value.
6142
6143 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6144
6145 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6146 thus restoring bookmark bindings to three slots under C-x r. See
6147 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6148
6149 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6150
6151 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6152
6153 2007-07-15 Jason Rumney <jasonr@gnu.org>
6154
6155 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6156 for input to cmdproxy on all versions of Windows.
6157 Use dos line ends for input to plink.
6158
6159 * comint.el (comint-simple-send): Concat newline before sending.
6160 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6161
6162 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6165 safe-local-variable setting.
6166
6167 2007-07-14 David Kastrup <dak@gnu.org>
6168
6169 * emacs-lisp/advice.el (defadvice): Doc fix.
6170
6171 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6172
6173 * subr.el (when, unless): Doc fix.
6174
6175 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * replace.el (match): Use yellow1 instead of yellow.
6178
6179 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6180 red.
6181
6182 * pcvs-info.el (cvs-unknown): Likewise.
6183
6184 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6185
6186 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6187 (install): Use them to copy all *.el files before *.elc.
6188
6189 2007-07-13 Drew Adams <drew.adams@oracle.com>
6190
6191 * bookmark.el (bookmark-jump-other-window): New function.
6192 (bookmark-map): Bind it to "o".
6193
6194 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6195 and its thread contains discussion about this change.
6196 The original patch was slightly tweaked by Karl Fogel
6197 <kfogel@red-bean.com> before committing.
6198
6199 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6200
6201 * bookmark.el: Shorten some comments to fit within 80 lines.
6202
6203 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6204
6205 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6206 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6207 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6208 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6209
6210 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6211
6212 * textmodes/org.el: Bug fixes.
6213 (org-end-of-line): Move to end of line if in headline without tags.
6214
6215 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * vc-hooks.el: Remove spurious * in docstrings.
6218 (vc-handled-backends): Add BZR.
6219
6220 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6221
6222 2007-07-12 Davis Herring <herring@lanl.gov>
6223
6224 * desktop.el (desktop-buffer-info, desktop-save):
6225 Use `desktop-dirname' instead of `dirname'.
6226
6227 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6228
6229 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6230
6231 * progmodes/python.el (python-which-func-length-limit): New var.
6232 (python-which-func): New function.
6233 (python-current-defun): Add optional `length-limit' and try to fit
6234 computed function name to that length.
6235 (python-mode): Hook `python-which-func' up.
6236
6237 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6238
6239 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6240
6241 * comint.el (comint-dynamic-complete-as-filename):
6242 Use read-file-name-completion-ignore-case.
6243
6244 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * comint.el (comint-dynamic-list-filename-completions):
6247 Use read-file-name-completion-ignore-case.
6248
6249 * vc-cvs.el: Require CL.
6250 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6251 New functions to provide completion of revision names.
6252
6253 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6254 (vc-cvs-annotate-first-line-re): New const.
6255 (vc-cvs-annotate-process-filter): New fun.
6256 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6257
6258 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6259
6260 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6261 (eldoc-print-current-symbol-info): Adjust for changed helper
6262 function signatures.
6263 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6264 `eldoc-highlight-function-argument'.
6265 (eldoc-highlight-function-argument): New function.
6266 (eldoc-get-var-docstring): Format documentation with
6267 `font-lock-variable-name-face'.
6268 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6269 where suited.
6270 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6271 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6272
6273 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * progmodes/compile.el (compilation-start): `start-process' must
6276 still be redefined when calling `start-process-shell-command'.
6277
6278 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6279 remote file name, prepend its remote part to the filename.
6280 (gud-common-init): When `default-directory' is a remote file name,
6281 make the filename relative to it.
6282 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6283
6284 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6285
6286 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6287 mouse binding and a tooltip.
6288
6289 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * menu-bar.el (vc-menu-map): New defalias.
6292
6293 2007-07-10 Richard Stallman <rms@gnu.org>
6294
6295 * emacs-lisp/lisp-mode.el (eval-defun):
6296 Explain special handling of `defface'.
6297
6298 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6299
6300 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6301
6302 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6303
6304 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6307
6308 * vc-arch.el (vc-arch-complete): Remove.
6309 (vc-arch-revision-completion-table): Use complete-with-action.
6310
6311 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6312 (complete-with-action): New function.
6313 (dynamic-completion-table): Use it.
6314
6315 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6316
6317 * comint.el (make-comint, make-comint-in-buffer)
6318 (comint-exec-1): Replace `start-process' by `start-file-process'.
6319
6320 * progmodes/compile.el (compilation-start): Revert redefining
6321 `start-process'.
6322
6323 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6326 with EOLs when generating MD5 checksums.
6327
6328 * follow.el: Don't change the global map from the follow-mode-map
6329 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6330 XEmacs code.
6331 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6332 since `follow-mode' should be used instead for that.
6333
6334 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6335 (easy-menu-do-define): Use it.
6336 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6337
6338 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6339 (compilation-auto-jump-to-next): New vars.
6340 (compilation-auto-jump): New function.
6341 (compilation-error-properties): Use them to jump to first error.
6342 (compilation-start): Set the var if requested.
6343
6344 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6345 duplicates without also removing entries from other directories.
6346
6347 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6348
6349 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6350 Remember span as default.
6351 (org-columns-edit-value): Rename from `org-column-edit'.
6352 (org-columns-display-here-title): Rename from
6353 `org-overlay-columns-title'.
6354 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6355 (org-columns-get-autowidth-alist): Rename from
6356 `org-get-columns-autowidth-alist'.
6357 (org-columns-display-here): Rename from `org-overlay-columns'.
6358 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6359 (org-columns-quit): Rename from `org-column-quit'.
6360 (org-columns-show-value): Rename from `org-column-show-value'.
6361 (org-columns-content, org-columns-widen)
6362 (org-columns-next-allowed-value)
6363 (org-columns-edit-allowed, org-columns-store-format)
6364 (org-columns-uncompile-format, org-columns-redo)
6365 (org-columns-edit-attributes, org-delete-property)
6366 (org-set-property, org-columns-update)
6367 (org-columns-compute, org-columns-eval)
6368 (org-columns-not-in-agenda, org-columns-compute-all)
6369 (org-property-next-allowed-value)
6370 (org-columns-compile-format)
6371 (org-fill-paragraph-experimental)
6372 (org-string-to-number, org-property-action)
6373 (org-columns-move-left, org-columns-new)
6374 (org-column-number-to-string)
6375 (org-property-previous-allowed-value)
6376 (org-at-property-p, org-columns-delete)
6377 (org-columns-previous-allowed-value)
6378 (org-columns-move-right, org-columns-narrow)
6379 (org-property-get-allowed-values)
6380 (org-verify-version, org-column-string-to-number)
6381 (org-delete-property-globally): New functions.
6382 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6383 (org-columns-overlays): Rename from `org-column-overlays'.
6384 (org-columns-map): Rename from `org-column-map'.
6385 (org-columns-current-maxwidths): Rename from
6386 `org-current-columns-maxwidths'.
6387 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6388 (org-previous-header-line-format)
6389 (org-columns-inhibit-recalculation)
6390 (org-columns-top-level-marker): New variables.
6391 (org-columns-default-format): Rename from `org-default-columns-format'.
6392 (org-property-re): New constant.
6393
6394 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6395
6396 * subr.el (looking-at-p, string-match-p): New functions.
6397
6398 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6399
6400 * textmodes/tex-mode.el (tex-fontify-script)
6401 (tex-font-script-display): New variables to make display of
6402 superscripts and subscripts customizable.
6403 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6404
6405 2007-07-09 Richard Stallman <rms@gnu.org>
6406
6407 * isearch.el (isearch-edit-string): Call to isearch-push-state
6408 after the search.
6409
6410 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6411
6412 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6413 to 1 as enlarge-window uses the value to resize/shrink windows other
6414 than WINDOW if needed.
6415
6416 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * cus-start.el (file-coding-system-alist): Fix custom type.
6419
6420 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6423 modified.
6424 (longlines-auto-wrap, longlines-window-change-function):
6425 Remove unnecessary calls to set-buffer-modified-p.
6426
6427 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6428
6429 * cus-start.el (file-coding-system-alist): Fix custom type.
6430
6431 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6434 (vc-cvs-checkout): Remove last arg now unused; simplify.
6435
6436 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6437
6438 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6439
6440 * net/tramp.el:
6441 * net/tramp-ftp.el:
6442 * net/tramp-smb.el:
6443 * net/tramp-uu.el:
6444 * net/trampver.el: Migrate to Tramp 2.1.
6445
6446 * net/tramp-cache.el:
6447 * net/tramp-fish.el:
6448 * net/tramp-gw.el: New Tramp packages.
6449
6450 * net/tramp-util.el:
6451 * net/tramp-vc.el: Removed.
6452
6453 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6454 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6455
6456 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6457
6458 * progmodes/compile.el (compilation-start): Redefine
6459 `start-process' temporarily when `default-directory' is remote.
6460 Remove case of synchronous compilation, this won't happen ever.
6461 (compilation-setup): Make local variable `comint-file-name-prefix'
6462 for remote compilation.
6463
6464 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6465
6466 * novice.el (disabled-command-function): Fit window to buffer to
6467 make last line visible.
6468 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6469
6470 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6471 when handling the terminating event.
6472
6473 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6474
6475 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6476 (math-bignum-digit-length): Change to optimal value.
6477
6478 * calc/calc-bin.el (math-bignum-logb-digit-size)
6479 (math-bignum-digit-power-of-two): Evaluate when compiled.
6480
6481 * calc/calc-comb.el (math-small-factorial-table)
6482 (math-init-random-base, math-prime-test): Remove unnecessary calls
6483 to `math-read-number-simple'.
6484
6485 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6486 (math-approx-gamma-const): Add docstrings.
6487
6488 * calc/calc-forms.el (math-julian-date-beginning)
6489 (math-julian-date-beginning-int): New constants.
6490 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6491 Use the new constants.
6492
6493 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6494
6495 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6496 Add docstrings.
6497
6498 2007-07-07 Tom Tromey <tromey@redhat.com>
6499
6500 * vc.el (vc-annotate): Jump to line and output message only after the
6501 process is really all done.
6502
6503 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * vc.el (vc-exec-after): Don't move point from the sentinel.
6506 Forcefully read all the remaining text in the pipe upon process exit.
6507 (vc-annotate-display-autoscale, vc-annotate-lines):
6508 Don't stop at the first unrecognized line.
6509 (vc-annotate-display-select): Run autoscale after the process is done
6510 since it depends on the whole result.
6511
6512 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6513
6514 * term/w32-win.el (menu-bar-open): New function.
6515 Bind <f10> to it.
6516
6517 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * simple.el (start-file-process): New defun.
6520
6521 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * files.el (find-file-confirm-nonexistent-file): Rename from
6524 find-file-confirm-inexistent-file. Update users.
6525
6526 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6527 format of autoload block where the file's time-stamp is replaced by its
6528 MD5 checksum.
6529 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6530 time-stamp for secondary autoloads files.
6531 (update-directory-autoloads): Remove duplicate entries.
6532 Use time-less-p for time-stamps, as done in autoload-find-destination.
6533
6534 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6535
6536 * calc/calc.el (math-read-number): Replace number by variable.
6537 (math-read-number-simple): Properly parse small integers.
6538
6539 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6540
6541 * vc.el: Fix doc for the checkout function.
6542
6543 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6544
6545 * vc-hg.el (vc-hg-root): New function.
6546 (vc-hg-registered): Use it.
6547 (vc-hg-diff-tree): New defalias.
6548 (vc-hg-responsible-p): Likewise.
6549 (vc-hg-checkout): Comment out, not needed.
6550 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6551 (vc-hg-find-version, vc-hg-next-version): New functions.
6552
6553 2007-07-06 Andreas Schwab <schwab@suse.de>
6554
6555 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6556 dynamic bindings around the evaluation of the expression.
6557 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6558
6559 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6562 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6563 Use run-hooks rather than run-mode-hooks.
6564
6565 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6566
6567 * calc/calc-comb.el (math-random-digit): Rename to
6568 `math-random-three-digit-number'.
6569 (math-random-digits): Don't depend on representation of integer.
6570
6571 * calc/calc-bin.el (math-bignum-logb-digit-size)
6572 (math-bignum-digit-power-of-two): New constants.
6573 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6574 (math-not-bignum, math-clip-bignum): Use the constants
6575 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6576 instead of their values.
6577 (math-clip): Use math-small-integer-size instead of its value.
6578
6579 * calc/calc.el (math-add-bignum): Replace number by constant.
6580
6581 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6582
6583 * wid-edit.el (widget-documentation-string-value-create):
6584 Insert indentation spaces.
6585
6586 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6587
6588 * emacs-lisp/byte-opt.el: Revert last change.
6589
6590 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6591
6592 * vc-hooks.el (vc-handled-backends): Add HG.
6593
6594 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6595
6596 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * complete.el (PC-do-complete-and-exit): Add support for the new
6599 `confirm-only' confirmation mode.
6600
6601 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * cus-edit.el (custom-commands): New variable.
6604 (custom-tool-bar-map): New variable. Initialize using
6605 `custom-commands'.
6606 (custom-mode): Use `custom-tool-bar-map'.
6607 (custom-buffer-create-internal): Insert action buttons only if
6608 tool bar is not used. Use `custom-commands'.
6609 (Custom-help, custom-command-apply): New function.
6610 (custom-command-apply, Custom-set, Custom-save)
6611 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6612 Use `custom-command-apply' instead of duplicating code.
6613 (customize-group-other-window): Call `customize-group' instead of
6614 duplicating code.
6615 (customize-face-other-window): Call `customize-face' instead of
6616 duplicating code.
6617 (customize-group, customize-face): Add optional args for opening
6618 in another window.
6619 (custom-variable-tag): Don't inherit `variable-pitch' face.
6620 (custom-group-tag): Inherit `variable-pitch' face.
6621 (custom-variable-value-create): Set documentation indentation.
6622 (custom-group-value-create): Make group name a link, instead of
6623 using an extra "go to group" button.
6624 (custom-prompt-variable, custom-group-set, custom-group-save)
6625 (custom-group-reset-current, custom-group-reset-saved)
6626 (custom-group-reset-standard): Minor cleanup.
6627
6628 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6629
6630 * Makefile.in (bootstrap-prepare): When copying from
6631 ldefs-boot.el, make sure loaddefs.el is writeable.
6632
6633 (bootstrap-prepare): Make $(lisp)/ps-print.el
6634 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6635
6636 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6637
6638 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6639 only caller, and delete.
6640 (vc-hg-state): Deal with exceptions and only parse the output on
6641 successful return.
6642 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6643 caller, and delete.
6644 (vc-hg-workfile-version): Deal with exceptions and only parse the
6645 output on successful return.
6646 (vc-hg-revert): New function.
6647
6648 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
6649
6650 * calculator.el (calculator-expt): Use more cases to determine
6651 the value.
6652
6653 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6654
6655 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6656 file names.
6657
6658 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
6659
6660 * calculator.el (calculator-expt, calculator-integer-p):
6661 New functions.
6662 (calculator-fact): Check to see if the factorial will be too
6663 large before computing it.
6664 (calculator-initial-operators): Use `calculator-expt' to
6665 compute "^".
6666 (calculator-mode): Mention that results which are too large
6667 will return inf.
6668 * calc/calc-comb.el (math-small-factorial-table): Replace list
6669 by vector.
6670
6671 2007-07-03 David Kastrup <dak@gnu.org>
6672
6673 * shell.el: On request of the authors, remove their addresses for
6674 the sake of bug reports, and add the developer list address as
6675 maintainer information.
6676
6677 2007-07-03 Richard Stallman <rms@gnu.org>
6678
6679 * files.el (make-directory): Doc fix.
6680 (find-file-confirm-inexistent-file): Make it a defcustom.
6681 Make nil the default.
6682
6683 2007-07-02 Richard Stallman <rms@gnu.org>
6684
6685 * startup.el (command-line): Set buffer-offer-save in *scratch*
6686 and enable auto-save in it.
6687
6688 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
6689
6690 * textmodes/org.el (orgstruct-mode-map): New variable.
6691 (orgstruct-mode): New minor mode.
6692 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6693 (orgstruct-make-binding, org-context-p, org-get-local-variables)
6694 (org-run-like-in-org-mode): New functions.
6695 (org-cycle-list-bullet): New command.
6696 (org-special-properties, org-property-start-re)
6697 (org-property-end-re): New constants.
6698 (org-with-point-at): New macro.
6699 (org-get-property-block, org-entry-properties, org-entry-get)
6700 (org-entry-delete, org-entry-get-with-inheritance)
6701 (org-entry-put, org-buffer-property-keys): New functions.
6702 (org-insert-property-drawer): New command.
6703 (org-entry-property-inherited-from): New variable.
6704 (org-column): New face.
6705 (org-column-overlays, org-current-columns-fmt)
6706 (org-current-columns-maxwidths, org-column-map): New variables.
6707 (org-column-menu): New menu.
6708 (org-new-column-overlay, org-overlay-columns)
6709 (org-overlay-columns-title, org-remove-column-overlays)
6710 (org-column-show-value, org-column-quit, org-column-edit):
6711 New functions.
6712 (org-columns, org-agenda-columns): New commands.
6713 (org-get-columns-autowidth-alist): New functions.
6714 (org-properties): New customize group.
6715 (org-default-columns-format): New option.
6716 (org-priority): Realign tags after changing priority.
6717 (org-preserve-lc): New macro.
6718 (org-update-checkbox-count): Catch case when there is no headline.
6719 (org-agenda-quit): Remove any column overlays.
6720 (org-beginning-of-item-list): Fixed bug when non-item line is
6721 indented too deep.
6722 (org-cached-props): New variable.
6723 (org-cached-entry-get): New function.
6724 (org-make-tags-matcher): Handle property matches.
6725 (org-table-recalculate): Swap evaluation order: Field formula
6726 first, then column formulas, but don't allow them to overwrite the
6727 field formulas.
6728 (org-table-eval-formula): New argument untouchable.
6729 (org-table-put-field-property): New function.
6730
6731 2007-07-02 Martin Rudalics <rudalics@gmx.at>
6732
6733 * help-mode.el (help-make-xrefs): Skip spaces too when
6734 skipping tabs.
6735
6736 * ffap.el (dired-at-point-prompter): Improve prompt in
6737 list-directory case.
6738
6739 2007-07-01 Richard Stallman <rms@gnu.org>
6740
6741 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6742
6743 2007-07-01 Richard Stallman <rms@gnu.org>
6744
6745 * cus-start.el (max-mini-window-height): Added.
6746
6747 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6748
6749 * complete.el (partial-completion-mode): Remove advice of
6750 read-file-name-internal.
6751 (PC-do-completion): Rebind minibuffer-completion-table.
6752 (PC-read-file-name-internal): New function doing what
6753 read-file-name-internal advice did.
6754
6755 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
6756
6757 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
6758 property on a few symbols.
6759 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
6760 (byte-optimize-lapcode): Remove bindings that are not referenced
6761 and certainly will not effect through dynamic scoping.
6762
6763 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * files.el (find-file-confirm-inexistent-file): New var.
6766 (find-file, find-file-other-window, find-file-other-frame)
6767 (find-file-read-only, find-file-read-only-other-window)
6768 (find-file-read-only-other-frame): Use it.
6769
6770 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
6773
6774 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * generic-x.el (generic-define-mswindows-modes)
6777 (generic-define-unix-modes, apache-log-generic-mode)
6778 (bat-generic-mode-keymap, java-manifest-generic-mode)
6779 (show-tabs-generic-mode): Fix typos in docstrings.
6780
6781 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
6782
6783 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
6784 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
6785 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
6786 (rcirc-print): Never ignore messages from ourself.
6787
6788 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
6791 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
6792
6793 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6794
6795 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
6796 replace-regexp-in-string.
6797
6798 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * emacs-lisp/cl.el: Set edebug and indentation before loading
6801 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6802
6803 2007-06-28 Andreas Schwab <schwab@suse.de>
6804
6805 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6806 $(lisp)/subdirs.el.
6807
6808 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6811 the speedbar frame if nil; that deletes the current frame or
6812 causes an error if it is the only frame.
6813 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6814
6815 2007-06-28 Kevin Ryde <user42@zip.com.au>
6816
6817 * textmodes/nroff-mode.el: Groff \# comments.
6818 (nroff-mode-syntax-table): \# comment intro,
6819 plain # as punct per global table.
6820 (nroff-font-lock-keywords): Add # as a single char escape.
6821 (nroff-mode): In comment-start-skip, match \#.
6822
6823 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6826 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6827 point-min == 1.
6828
6829 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
6830
6831 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6832 Rename and move to...
6833
6834 * subr.el (strings->string, string->strings): ...here.
6835
6836 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6837 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6838
6839 * progmodes/gud.el (gud-common-init): Call string->strings instead
6840 of split-string.
6841
6842 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * dired-aux.el: Remove `dired-call-process'.
6845 (dired-check-process): Call `process-file'.
6846
6847 * wdired.el (wdired-do-perm-changes): Call `process-file'.
6848
6849 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6850 `ange-ftp-process-file'.
6851
6852 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6855
6856 * emacs-lisp/cl-extra.el:
6857 * emacs-lisp/cl-seq.el:
6858 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6859 Add autoload cookies on all defs autoloaded manually in cl.el.
6860
6861 * emacs-lisp/cl-loaddefs.el: New file.
6862
6863 * textmodes/texinfmt.el (texinfo-raisesections-alist)
6864 (texinfo-lowersections-alist): Merge definition and declaration.
6865 (texinfo-start-of-header, texinfo-end-of-header): Remove.
6866 (texinfo-format-syntax-table): Merge init into declaration.
6867 (texinfo-format-parse-line-args, texinfo-format-parse-args)
6868 (texinfo-format-parse-defun-args, texinfo-format-node)
6869 (texinfo-push-stack, texinfo-multitable-widths)
6870 (texinfo-define-info-enclosure, texinfo-alias)
6871 (texinfo-format-defindex, batch-texinfo-format): Use push.
6872 (texinfo-footnote-number): Remove duplicate declaration.
6873
6874 * ps-print.el: Update with auto-generated autoloads.
6875
6876 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6877
6878 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6881 relative to current dir for file-local settings.
6882 (autoload-generate-file-autoloads): Add `outfile' arg.
6883 (update-directory-autoloads): Use it to directly call
6884 autoload-generate-file-autoloads instead of going through
6885 update-file-autoloads so we avoid redundant searches and so we can know
6886 the set of buffers changed so we can save them all.
6887
6888 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6889 rather than throwing `up-to-date'.
6890 (autoload-generate-file-autoloads): Adjust correspondingly.
6891 (update-file-autoloads): Be careful to let-bind
6892 autoload-modified-buffers and adjust to new calling conventions.
6893 (autoload-modified-buffers): Make it a dynamically scoped var.
6894 (update-directory-autoloads): Use file-relative-name instead of
6895 autoload-trim-file-name.
6896 (autoload-insert-section-header): Don't use autoload-trim-file-name
6897 since the file is already relative now.
6898 (autoload-trim-file-name): Remove.
6899
6900 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6901 (vc-arch-complete, vc-arch--version-completion-table)
6902 (vc-arch-revision-completion-table): New functions to provide
6903 completion of revision names.
6904 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6905 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6906 to let the user trim the revlib.
6907
6908 * vc.el: Add new VC operation `revision-completion-table'.
6909 (vc-default-revision-completion-table): New function.
6910 (vc-version-diff, vc-version-other-window): Use it to provide
6911 completion of revision names if the backend provides it.
6912
6913 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6914
6915 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6916 of newer .svn/entries.
6917
6918 2007-06-25 David Kastrup <dak@gnu.org>
6919
6920 * calc/calc-poly.el (math-padded-polynomial)
6921 (math-partial-fractions): Add some function comments.
6922
6923 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6926 Make `outbuf' optional.
6927 (update-file-autoloads): Use it.
6928
6929 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6932 (autoload-find-destination): Keep it uptodate.
6933 (autoload-save-buffers): New fun.
6934 (update-file-autoloads): Use it. Re-add the "up to date" message.
6935
6936 * emacs-lisp/autoload.el: Refactor for upcoming changes.
6937 (autoload-find-destination): New function extracted from
6938 update-file-autoloads.
6939 (update-file-autoloads): Use it.
6940 (autoload-generate-file-autoloads): New function extracted from
6941 generate-file-autoloads. Use file-relative-name. Delay computation of
6942 output-start to the first cookie. Remove done-any, replaced by
6943 output-start.
6944 (generate-file-autoloads): Use it.
6945
6946 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6947
6948 * calc/calc-comb.el (math-init-random-base, math-prime-test):
6949 Use math-read-number-simple to insert constants.
6950 (math-prime-test): Redo calculation of sum.
6951
6952 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6953
6954 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6955 math-scale-bignum-3.
6956 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6957 math-bignum-digit-size.
6958 (math-isqrt-small): Add another possible initial guess.
6959
6960 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6961
6962 * textmodes/bibtex.el (bibtex-entry-format): New options
6963 `whitespace', `braces', and `string'.
6964 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6965 (bibtex-field-braces-opt, bibtex-field-strings-opt)
6966 (bibtex-cite-matcher-alist): New variables.
6967 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6968 (bibtex-flash-head): Use blink-matching-delay.
6969 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6970 (bibtex-format-entry, bibtex-reformat): Handle new options of
6971 bibtex-entry-format.
6972 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6973 New functions.
6974 (bibtex-complete-internal): Do not display messages while
6975 minibuffer is used. Do not leave around a completions buffer
6976 that is out of date.
6977 (bibtex-copy-summary-as-kill): New optional arg.
6978 (bibtex-font-lock-url): New optional arg no-button.
6979 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6980 (bibtex-url): Allow multiple URLs per entry.
6981
6982 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * emacs-lisp/autoload.el (autoload-generated-file): New function.
6985 (update-file-autoloads, update-directory-autoloads): Use it.
6986 (autoload-file-load-name): New function.
6987 (generate-file-autoloads, update-file-autoloads): Use it.
6988 (autoload-find-file): Accept non-absolute argument. Set default-dir.
6989 (generate-file-autoloads): If the autoloaded form is malformed,
6990 indicate the problem with a warning instead of aborting.
6991
6992 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6993
6994 * simple.el (next-error-recenter): Accept `(4)' as well;
6995 also, specify `integer' instead of `number'.
6996
6997 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6998
6999 * ls-lisp.el (insert-directory): If an invalid regexp error is
7000 thrown, try using FILE as a literal file name, not a wildcard.
7001
7002 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7005 `header-line-format' when reentering ruler mode.
7006
7007 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7008
7009 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7010 FILE exists as a file.
7011
7012 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7013
7014 * calc/calc.el (math-bignum-digit-length)
7015 (math-bignum-digit-size, math-small-integer-size):
7016 New constants.
7017 (math-normalize, math-bignum-big, math-make-float)
7018 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7019 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7020 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7021 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7022 (math-quotient, math-div-bignum, math-div-bignum-digit)
7023 (math-div-bignum-part, math-format-bignum-decimal)
7024 (math-read-bignum): Use math-bignum-digit-length,
7025 math-bignum-digit-size and math-small-integer-size.
7026
7027 * calc/calc-ext.el (math-fixnum-big): Use the variable
7028 math-bignum-digit-size.
7029
7030 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * log-view.el (log-view-mode-menu): New menu.
7033
7034 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7037 differently.
7038
7039 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7040 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7041
7042 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7043
7044 * vc-hg.el (vc-hg-print-log): Insert the file name.
7045 (vc-hg-log-view-mode): Fontify the file name.
7046
7047 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7048
7049 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7050 (calcFunc-julian): Fix incorrect number used in calculations.
7051
7052 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7053
7054 * simple.el (next-error-recenter): New defcustom.
7055 (next-error, next-error-internal): Recenter if specified,
7056 immediately prior to running `next-error-hook'.
7057
7058 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7059 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7060
7061 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7062
7063 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7064
7065 * calc/calc-comb.el (math-small-factorial-table): New variable.
7066 (calcFunc-fact): Use `math-small-factorial-table'.
7067
7068 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7069 initial values.
7070 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7071 New variables to use in caches.
7072
7073 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7074 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7075
7076 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7077 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7078 bignums.
7079
7080 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7081 New variables to use in caches.
7082
7083 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7084
7085 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7086
7087 * vc-hg.el (vc-hg-log-view-mode): New mode.
7088
7089 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7090
7091 * calc/calc.el (math-read-number-simple): New function.
7092
7093 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7096 (vera-font-lock-match-item): Fix doc string.
7097 (vera-in-comment-p): Remove unused function.
7098 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7099 use `syntax-ppss'.
7100 (vera-forward-syntactic-ws): Fix argument order.
7101 (vera-prepare-search): Use `with-syntax-table'.
7102 (vera-indent-line): Fix doc string.
7103 (vera-electric-tab): Fix doc string.
7104 (vera-expand-abbrev): Define alias instead of using `fset'.
7105 (vera-comment-uncomment-region): Use `comment-start-skip'.
7106
7107 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7108
7109 * textmodes/org.el (org-export-with-footnotes): New option.
7110 (org-export-as-html): Fix replacement bug for XEmacs.
7111 (org-agenda-default-appointment-duration): New option.
7112
7113 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7114
7115 * vc-hg.el: Add to do items.
7116 (vc-hg-diff): Add support for comparing different revisions.
7117 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7118 (vc-hg-annotate-extract-revision-at-line)
7119 (vc-hg-previous-version, vc-hg-checkin): New functions.
7120 (vc-hg-annotate-re): New constant.
7121
7122 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7123
7124 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7125
7126 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7129 buffer-local value of log-view-*-re if applicable.
7130
7131 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7132 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7133 (vc-bzr-command*): Remove both (incompatible) versions.
7134 (vc-bzr-do-command*): Remove.
7135 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7136 Remove by folding into its only caller vc-bzr-command.
7137 (vc-bzr-command): Always set the environment, even when ineffective.
7138 (vc-bzr-version): Minor fix up.
7139 (vc-bzr-admin-dirname): New var.
7140 (vc-bzr-bzr-dir): Remove.
7141 (vc-bzr-root-dir): New fun.
7142 (vc-bzr-registered): Use it. Add an autoloaded version.
7143 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7144 (vc-bzr-view-log-function): Remove.
7145 (vc-bzr-log-view-mode): New major mode to replace it.
7146 (vc-bzr-print-log): Only activate the old hack if needed.
7147
7148 * vc.el (vc-default-log-view-mode): New function.
7149 (vc-print-log): Add new `log-view-mode' VC operation.
7150
7151 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7152
7153 * ido.el (ido-find-file-in-dir): Don't signal an error for
7154 empty directories.
7155
7156 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7157
7158 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7159 directory where the desktop file was found, as the docstring says.
7160 (desktop-kill): Use `read-directory-name'.
7161
7162 2007-06-20 Alan Mackenzie <acm@muc.de>
7163
7164 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7165 When removing lines, also remove the \n. Correction of patch of
7166 2007-04-21.
7167
7168 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7169
7170 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7171 event is not a cons cell. Do not unread drag-mouse-1 events.
7172 Select right window in check whether space was stolen from
7173 window above.
7174
7175 * help-mode.el (help-make-xrefs): Adjust position of new forward
7176 button.
7177
7178 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7179
7180 * vc-bzr.el (vc-bzr-with-process-environment)
7181 (vc-bzr-std-process-invocation): New macros.
7182 (vc-bzr-command, vc-bzr-command*): Use them.
7183 (vc-bzr-with-c-locale): Remove.
7184 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7185 (vc-bzr-buffer-nonblank-p): New function.
7186 (vc-bzr-state-words): New const.
7187 (vc-bzr-state): Look for `bzr status' keywords in output.
7188 Display everything else as a warning message to the user.
7189 Fix status report with bzr >= 0.15.
7190
7191 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7192
7193 * vc-hg.el (vc-hg-global-switches): Simplify.
7194 (vc-hg-state): Handle more states.
7195 (vc-hg-diff): Fix doc-string.
7196 (vc-hg-register): New function.
7197 (vc-hg-checkout): Likewise.
7198
7199 2007-06-20 Reto Zimmermann <reto@gnu.org>
7200
7201 * progmodes/vera-mode.el: New file.
7202
7203 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7204
7205 * calc/calc.el (calc-multiplication-has-precendence):
7206 New variable.
7207 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7208 New functions.
7209 (math-expr-opers): Define using math-standard-ops rather than
7210 math-standard-opers.
7211 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7212 equal the function math-standard-ops rather than the variable
7213 math-standard-opers.
7214 (calc-algebraic-entry): Let math-expr-opers equal
7215 math-standard-ops or math-expr-ops, as appropriate.
7216 (math-expr-read-level, math-read-factor): Let math-expr-opers
7217 equal math-expr-ops.
7218 * calc/calc-embed.el (calc-embedded-finish-edit):
7219 Let math-expr-opers equal the function math-standard-ops
7220 rather than the variable math-standard-opers.
7221 * calc/calc-ext.el (math-read-plain-expr)
7222 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7223 function math-standard-ops rather than the variable
7224 math-standard-opers.
7225 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7226 Let math-expr-opers equal the function math-standard-ops rather
7227 than the variable math-standard-opers.
7228 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7229 equal the function math-standard-ops rather than the variable
7230 math-standard-opers.
7231 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7232 equal the function math-standard-ops rather than the variable
7233 math-standard-opers.
7234 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7235 math-expr-ops.
7236
7237 2007-06-19 Ivan Kanis <apple@kanis.eu>
7238
7239 * vc-hg.el: New file.
7240
7241 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7244 with font-lock-multiline.
7245
7246 2007-06-17 Glenn Morris <rgm@gnu.org>
7247
7248 * lpr.el (lpr-page-header-switches): Move %s to separate element
7249 for correct quoting. Doc fix.
7250
7251 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7254 than setting sgml-xml-mode.
7255 (sgml-mode, html-mode): Set sgml-xml-mode.
7256 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7257 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7258 (sgml-electric-tag-pair-before-change-function)
7259 (sgml-electric-tag-pair-flush-overlays): New functions.
7260 (sgml-electric-tag-pair-mode): New minor mode.
7261 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7262 (sgml-calculate-indent): Use assoc-string.
7263
7264 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7265
7266 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7267 chars before the "@" in an email address. Andreas Roehler noticed
7268 this problem.
7269
7270 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7271
7272 * thingatpt.el: Add support for email addresses (`email').
7273 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7274 (thing-at-point-email-regexp): New variable.
7275 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7276 properties on this symbol, with lambda forms for values.
7277
7278 2007-06-15 Masatake YAMATO <jet@gyve.org>
7279
7280 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7281
7282 * vc.el (vc-dired-hook): Check the backend returned from
7283 `vc-responsible-backend' can really handle `subdir'.
7284
7285 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * wid-edit.el (widget-add-documentation-string-button):
7288 Fix handling of documentation indent.
7289
7290 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7291
7292 * mb-depth.el: New file.
7293
7294 2007-06-15 Masatake YAMATO <jet@gyve.org>
7295
7296 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7297
7298 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * wid-edit.el (widget-default-create): Move ?h handling here...
7301 (widget-default-format-handler): ...from here.
7302 (widget-docstring, widget-add-documentation-string-button): New funs.
7303 (documentation-string): Add :visibility-widget property.
7304 (widget-documentation-string-value-create): Use it.
7305
7306 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7307 (custom-buffer-create-internal): Simplify message.
7308 (custom-variable-tag): Reduce height to normal.
7309 (custom-variable-value-create, custom-face-value-create)
7310 (custom-visibility): New widget.
7311 (custom-visibility): New face.
7312 (custom-group-value-create):
7313 Call widget-add-documentation-string-button, using `custom-visibility'.
7314
7315 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7318 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7319 change. Apparently the "warning even if the group is implicit" is
7320 a feature rather than a bug.
7321
7322 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7323
7324 * emulation/viper.el (viper-describe-key-ad)
7325 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7326 Compile them conditionally.
7327 (viper-version): Belated version change.
7328
7329 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * follow.el (follow-all-followers, follow-generic-filter):
7332 * pcomplete.el (pcomplete-restore-windows):
7333 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7334 (x-dnd-drop-data):
7335 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7336 * progmodes/python.el (python-complete-symbol):
7337 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7338
7339 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7340
7341 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7342 around bright and dim regexps. Make sure bright and dim matches
7343 use word anchors. Send text through rcirc-markup functions.
7344 (rcirc-url-regexp): Add single quote character.
7345 (rcirc-connect): Write logs to disk on auto-save-hook.
7346 Make server a non-optional argument.
7347 (rcirc-log-alist): New variable.
7348 (rcirc-log-directory): Make customizable.
7349 (rcirc-log-flag): New customizable variable.
7350 (rcirc-log): New function.
7351 (rcirc-print): Use above function.
7352 (rcirc-log-write): New function.
7353 (rcirc-generate-new-buffer-name): Strip text properties.
7354 (rcirc-switch-to-buffer-function): Remove variable.
7355 (rcirc-last-non-irc-buffer): Remove variable.
7356 (rcirc-non-irc-buffer): Add function.
7357 (rcirc-next-active-buffer): Use above function.
7358 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7359 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7360 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7361 (rcirc-omit-mode): Add minor-mode.
7362 (rcirc-mode-map): Change C-c C-o binding.
7363 (rcirc-mode): Clear mode-line-process. Use a custom
7364 fill-paragraph-function. Set up buffer-invisibility-spec.
7365 (rcirc-response-formats): Remove timestamp code.
7366 (rcirc-omit-responses): Add variable.
7367 (rcirc-print): Don't put the overlay arrow on potentially omitted
7368 lines. Log line to disk. Record activity for private messages
7369 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7370 (rcirc-jump-to-first-unread-line): Print message if there is no
7371 unread text.
7372 (rcirc-clear-unread): New function.
7373 (rcirc-markup-text-functions): Add variable.
7374 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7375 (rcirc-debug): Don't mess with window configuration.
7376 (rcirc-send-message): Send message before printing locally.
7377 Add SILENT argument, do not print message if non-nil.
7378 (rcirc-visible-buffers): New function and variable.
7379 (rcirc-window-configuration-change-1): Add function.
7380 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7381 server buffer.
7382 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7383 (rcirc-fill-paragraph): Add function.
7384 (rcirc-record-activity, rcirc-window-configuration-change-1):
7385 Only update the activity string if it has actually changed.
7386 (rcirc-update-activity-string): Remove padding characters from the
7387 mode-line string.
7388 (rcirc-disconnect-buffer): New function to be called when a
7389 channel is parted or the user quits.
7390 (rcirc-server-name): Warn when the server-name hasn't been set.
7391 (rcirc-window-configuration-change): Postpone work until
7392 post-command-hook.
7393 (rcirc-window-configuration-change-1): Update mode-line and
7394 overlay arrows here.
7395 (rcirc-authenticate): Fixc hanserv identification.
7396 (rcirc-default-server): Remove variable.
7397 (rcirc): Connect according to rcirc-connections.
7398 (rcirc-connections): Add variable.
7399 (rcirc-startup-channels-alist): Remove variable.
7400 (rcirc-startup-channels): Remove function.
7401
7402 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7405
7406 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7407
7408 * term/xterm.el (terminal-init-xterm): Escape parens in character
7409 constants.
7410
7411 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7414 Use [:alpha:] and [:alnum:] where applicable.
7415 (sh-quoted-subshell): Rewrite to correctly
7416 handle nested mixes of `...' and $(...).
7417 (sh-apply-quoted-subshell): Remove.
7418 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7419
7420 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7421
7422 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7423
7424 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7425 previous change.
7426
7427 2007-06-12 Tom Tromey <tromey@redhat.com>
7428
7429 * subr.el (user-emacs-directory): New defconst.
7430 * cmuscheme.el (scheme-start-file):
7431 * shell.el (shell):
7432 * completion.el (save-completions-file-name):
7433 * custom.el (custom-theme-directory):
7434 * term/x-win.el (emacs-session-filename):
7435 * filesets.el (filesets-menu-cache-file):
7436 * thumbs.el (thumbs-thumbsdir):
7437 * server.el (server-auth-dir):
7438 * image-dired.el (image-dired-dir):
7439 (image-dired-db-file):
7440 (image-dired-temp-image-file):
7441 (image-dired-gallery-dir):
7442 (image-dired-temp-rotate-image-file):
7443 * play/gamegrid.el (gamegrid-user-score-file-directory):
7444 * savehist.el (savehist-file):
7445 * tutorial.el (tutorial--saved-dir):
7446 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7447
7448 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7449
7450 * scroll-lock.el (scroll-lock-mode): Doc fix.
7451
7452 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7453
7454 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7455
7456 * ediff-init.el: Doc strings.
7457
7458 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7461 (byte-compile-file): Bind it.
7462 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7463 group argument is provided implicitly.
7464 (byte-compile-format-warn, byte-compile-from-buffer)
7465 (byte-compile-insert-header): Don't hardcode point-min==1.
7466 (byte-compile-file-form-require): Remove unused var old-load-list.
7467 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7468
7469 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7470
7471 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7472 Display error messages.
7473 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7474 Get rid of cl.el dependencies.
7475
7476 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7477 New variable.
7478 (viper-activate-input-method-action)
7479 (viper-inactivate-input-method-action):
7480 Use viper-suppress-input-method-change-message.
7481
7482 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7483 for C-s, C-r.
7484
7485 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7486 Use viper-replace-overlay-cursor-color instead of
7487 viper-replace-overlay-cursor-color.
7488 (viper-sit-for-short): Use sit-for with 3 arguments.
7489
7490 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7491 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7492 to gud-mode.
7493
7494 * ediff-mult.el (ediff-meta-buffer-brief-message)
7495 (ediff-meta-buffer-verbose-message): New variables.
7496 (ediff-meta-buffer-message): Variable deleted.
7497 (ediff-verbose-help-enabled): New variable.
7498 (ediff-toggle-verbose-help-meta-buffer): New function.
7499 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7500 message options.
7501
7502 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7503 (ediff-fixup-patch-map): Improve heuristic.
7504
7505 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7508 (log-view-font-lock-keywords): Simplify.
7509 (log-view-current-file, log-view-current-tag): Simplify.
7510
7511 2007-06-12 Sam Steingold <sds@gnu.org>
7512
7513 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7514
7515 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7516
7517 * desktop.el (desktop-load-locked-desktop): New option.
7518 (desktop-read): Use it.
7519 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7520 Use `when'.
7521
7522 2007-06-12 Davis Herring <herring@lanl.gov>
7523
7524 * desktop.el (desktop-save-mode-off): New function.
7525 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7526 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7527 (desktop-claim-lock, desktop-release-lock): New functions.
7528 (desktop-kill): Tell `desktop-save' that this is the last save.
7529 Release the lock afterwards.
7530 (desktop-buffer-info): New function.
7531 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7532 says to. Detect conflicts, and manage the lock.
7533 (desktop-read): Detect conflicts. Manage the lock.
7534
7535 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7538
7539 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7540 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7541 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7542 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7543 keysyms rather than byte sequences.
7544 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7545
7546 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7549 half-activated, forcefully activate it completely.
7550
7551 2007-06-11 Richard Stallman <rms@gnu.org>
7552
7553 * cus-edit.el (custom-variable-type): Doc fix.
7554
7555 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7558 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7559 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7560 different possible cases for \'.
7561
7562 * complete.el (PC-bindings): Don't bind things already bound in the
7563 parent keymap.
7564
7565 * textmodes/bibtex-style.el: New file.
7566
7567 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7568
7569 * vc-bzr.el: New file.
7570
7571 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * vc-svn.el (vc-svn-program): New var.
7574 (vc-svn-command): Use it.
7575
7576 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7577
7578 * server.el (server-switch-buffer): Remove redundant check.
7579
7580 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7581
7582 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7583 Match against file-name-nondirectory.
7584 Fix text on user customization variables.
7585 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7586
7587 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7588
7589 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7590
7591 2007-06-09 Davis Herring <herring@lanl.gov>
7592
7593 * desktop.el (desktop-minor-mode-table): Doc fix.
7594
7595 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * textmodes/css-mode.el (css-navigation-syntax-table):
7598 Use set-char-table-range so it also works in the unicode branch.
7599
7600 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * help-mode.el (help-xref-forward-stack)
7603 (help-xref-stack-forward-item, help-forward-label): New variables.
7604 (help-forward): New button type.
7605 (help-setup-xref): Initialise help-xref-forward-stack.
7606 (help-make-xrefs): Add forward button, if appropriate.
7607 (help-xref-go-back): Push item on forward stack.
7608 (help-xref-go-forward, help-go-forward): New functions.
7609
7610 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * dired.el (dired-mode-map): Remove spurious separator.
7613
7614 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7617
7618 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7619 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7620
7621 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
7622
7623 * textmodes/org.el: Version number fixed.
7624
7625 2007-06-07 Glenn Morris <rgm@gnu.org>
7626
7627 * version.el (emacs-copyright): New constant.
7628 * startup.el (fancy-splash-tail): Use emacs-copyright.
7629 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7630
7631 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7632 `make-local'.
7633 (byte-compile-warnings-safe-p): Add `make-local'.
7634 (byte-compile-make-variable-buffer-local):
7635 Allow byte-compile-warnings to suppress this warning.
7636
7637 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7638 format of "menu" description.
7639 (tutorial--find-changed-keys): Describe the specific menu a
7640 command is in.
7641
7642 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7643 Rewrite compatibility functions to silence byte-compiler.
7644
7645 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7646
7647 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7648 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7649
7650 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
7651
7652 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7653
7654 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * progmodes/ebrowse.el (ebrowse-member-table):
7657 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7658 (org-batch-agenda-csv): Fix typos in docstrings.
7659
7660 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7663 (sort-coding-systems, search-unencodable-char): Doc fixes.
7664 (coding-system-change-eol-conversion, set-default-coding-systems)
7665 (prefer-coding-system, find-multibyte-characters, princ-list)
7666 (leim-list-entry-regexp, set-input-method, locale-language-names)
7667 (input-method-exit-on-first-char, exit-language-environment-hook)
7668 (locale-charset-language-names): Fix typos in docstrings.
7669
7670 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7671
7672 * pgg.el (pgg-sign-region, pgg-sign):
7673 * ses.el (ses-call-printer):
7674 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7675 * textmodes/org.el (org-cycle): Fix typos in docstrings.
7676
7677 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
7678
7679 * textmodes/org.el (org-export-region-as-html)
7680 (org-replace-region-by-html, org-number-to-letters)
7681 (org-table-fedit-finish, org-normalize-color)
7682 (org-table-fedit-ref-right, org-date-to-gregorian)
7683 (org-table-fedit-move, org-table-convert-refs-to-rc)
7684 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
7685 (org-write-agenda, org-colgroup-info-to-vline-list)
7686 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
7687 (org-indent-line-function, org-export-as-html-to-buffer)
7688 (org-store-agenda-views, org-update-mode-line)
7689 (org-find-if, org-delete-all)
7690 (org-table-fedit-convert-buffer, org-emphasize)
7691 (org-uniquify, org-table-fedit-lisp-indent)
7692 (org-table-fedit-scroll, org-get-todo-sequence-head)
7693 (org-table-fedit-scroll-down, org-table-fedit-line-down)
7694 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7695 (org-table-fedit-toggle-coordinates, org-dvipng-color)
7696 (org-table-fedit-line-up, org-table-fedit-ref-down)
7697 (org-table-formula-from-user, org-mode-flyspell-verify)
7698 (org-cycle-show-empty-lines, org-ctrl-c-ret)
7699 (org-table-formula-to-user, org-diary-to-ical-string)
7700 (orgtbl-export, org-table-fedit-post-command)
7701 (org-closed-in-range, org-shiftcontrolright)
7702 (org-table-convert-refs-to-an, org-table-hline-and-move)
7703 (org-table-formula-less-p, org-format-table-ascii)
7704 (org-agenda-get-sexps, org-shift-refpart)
7705 (org-diary-sexp-entry, org-time-string-to-absolute)
7706 (org-table-show-reference, org-letters-to-number)
7707 (org-fix-agenda-info, org-table-fedit-ref-up)
7708 (org-table-fedit-shift-reference, org-table-fedit-abort)
7709 (org-closest-date, org-shiftcontrolleft)
7710 (org-at-heading-or-item-p, org-rematch-and-replace)
7711 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7712 New functions.
7713 (org-table-edit-scroll-down, org-finish-edit-formulas)
7714 (org-table-edit-next-field, org-abort-edit-formulas)
7715 (org-font-lock-level, org-export-find-first-heading-line)
7716 (org-table-edit-line-down, org-table-edit-backward-field)
7717 (org-edit-formula-lisp-indent, org-table-edit-move)
7718 (org-check-log-option, org-this-word)
7719 (org-table-edit-line-up, org-table-edit-formulas-post-command)
7720 (org-agenda-file-to-end, org-expand-file-name)
7721 (org-fake-empty-table-line, org-table-edit-scroll)
7722 (org-toggle-log-option, org-show-reference): Function removed.
7723 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7724 New defsubsts.
7725 (org-unmodified, org-batch-store-agenda-views)
7726 (org-batch-agenda-csv): New macro.
7727 (org-agenda-export): New customization group.
7728 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7729 (org-highest-priority, org-agenda-exporter-settings)
7730 (org-log-done-with-time, org-replace-disputed-keys)
7731 (org-format-latex-header, org-export-table-header-tags)
7732 (org-cycle-separator-lines, org-export-table-data-tags)
7733 (org-icalendar-include-sexps)
7734 (org-empty-line-terminates-plain-lists)
7735 (org-log-repeat, org-special-ctrl-a)
7736 (org-table-use-standard-references, org-disputed-keys)
7737 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7738 (org-agenda-export-html-style): New option.
7739 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7740 (org-CUA-compatible): Option removed.
7741 (org-agenda-structure, org-sexp-date): New face.
7742 (org-todo-keywords-for-agenda, org-not-done-keywords)
7743 (org-planning-or-clock-line-re, org-agenda-name)
7744 (org-table-colgroup-info, org-todo-sets)
7745 (constants-unit-system, org-clock-mode-line-entry)
7746 (org-mode-line-timer, org-table-current-begin-pos)
7747 (org-todo-keywords-1, org-mode-line-string)
7748 (org-table-clean-did-remove-column, org-table-fedit-map)
7749 (org-clock-heading, org-table-buffer-is-an)
7750 (org-agenda-info, org-done-keywords)
7751 (org-done-keywords-for-agenda, org-todo-heads)
7752 (org-todo-kwd-alist, org-clock-start-time): New variable.
7753 (org-todo-kwd-priority-p, org-edit-formulas-map)
7754 (org-repeat-re, org-todo-kwd-max-priority)
7755 (org-version, org-done-string)
7756 (org-table-clean-did-remove-column-1, org-disputed-keys):
7757 Remove variables.
7758 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
7759 (org-ts-lengths): Constant removed.
7760 (org-follow-gnus-link): Don't ask how many articles to read.
7761 (org-export-find-first-export-line): Rename from
7762 `org-export-find-first-heading'.
7763 Use `org-export-skip-text-before-1st-heading'.
7764 (org-table-fedit-post-command): Rename from
7765 `org-table-edit-formulas-post-command'.
7766 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
7767 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
7768 (org-table-fedit-lisp-indent): Rename from
7769 `org-edit-formula-lisp-indent'.
7770 (org-table-show-reference): Rename from `org-show-reference'.
7771 (org-table-store-formulas): Use `org-table-formula-less-p'.
7772 (org-table-edit-formulas): Position cursor to current field equation.
7773 (org-update-checkbox-count, org-hide-archived-subtrees)
7774 (org-timestamp-up-day, org-timestamp-down-day)
7775 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
7776 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
7777 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
7778 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
7779 Let `org-on-heading-p' also check for invisible heading.
7780 (org-read-date): Match am/pm times.
7781 (org-eval-in-calendar): Fix default date in prompt.
7782
7783 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
7786 "ChangeLog.a" entries, giving the latter lower priority.
7787
7788 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
7789
7790 * faces.el (face-id): If the argument is a face alias,
7791 return the ID of the target face.
7792
7793 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
7794
7795 * net/socks.el (top): Remove unnecessary copyright line.
7796
7797 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * longlines.el (longlines-auto-wrap): Handle argument correctly.
7800
7801 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
7802
7803 * net/socks.el: New file, taken from w3 repository.
7804 (top): Update Copyright. Don't load cl.el.
7805 (all): Replace `case' by `cond', `string-to-int' by
7806 `string-to-number', and `process-kill-without-query' by
7807 `set-process-query-on-exit-flag'.
7808 (socks-char-int): Remove defalias and all occurrences.
7809
7810 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7813 Fix typos in docstrings.
7814 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7815 (compilation-finish-function): Fix typo in obsolescence declaration.
7816
7817 2007-06-03 Sam Steingold <sds@gnu.org>
7818
7819 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7820 handle unending automatic recompilation of changed files (`omake -P').
7821 (compilation-loop): VISITED is now 5th CDR.
7822 (compilation-next-error-function): Set TIMESTAMP.
7823
7824 2007-06-03 Sam Steingold <sds@gnu.org>
7825
7826 * files.el (kill-buffer-ask): New function.
7827 (kill-some-buffers): Use it.
7828 (kill-matching-buffers): New user command.
7829
7830 2007-06-01 David Kastrup <dak@gnu.org>
7831
7832 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7833 Change default to `top'.
7834
7835 2007-05-31 Richard Stallman <rms@gnu.org>
7836
7837 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7838
7839 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * textmodes/css-mode.el: New file.
7842
7843 2007-05-30 Michael Olson <mwolson@gnu.org>
7844
7845 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7846 died and we are trying to send a signal to it. The program using
7847 tq.el should periodically check to see whether the process has
7848 died and react appropriately -- this is not the responsibility of
7849 tq.el, and is consistent with the rest of the tq.el source code.
7850
7851 2007-05-29 Martin Rudalics <rudalics@gmx.at>
7852
7853 * textmodes/table.el (table--point-entered-cell-function)
7854 (table--point-left-cell-function):
7855 Bind `inhibit-point-motion-hooks' to t.
7856
7857 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7858
7859 * emacs-lisp/rx.el (rx): Doc fix.
7860
7861 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
7862
7863 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7864
7865 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
7866
7867 Sync with Tramp 2.0.56.
7868
7869 * net/tramp.el:
7870 * net/tramp-ftp.el:
7871 * net/tramp-smb.el:
7872 * net/tramp-util.el:
7873 * net/tramp-vc.el:
7874 Don't load cl.el, because that pollutes the namespace. Replace cl
7875 macros by their implementations where necessary. Requested by
7876 Richard Stallman <rms@gnu.org>.
7877
7878 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7879 doesn't exist.
7880 (with-parsed-tramp-file-name): Protect debug spec during compilation.
7881 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7882 (tramp-file-name-p, tramp-file-name-multi-method)
7883 (tramp-file-name-method, tramp-file-name-user)
7884 (tramp-file-name-host, tramp-file-name-localname): New defuns,
7885 replacing defstruct `tramp-file-name'.
7886 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7887 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7888 Apply `vector' instead of `make-tramp-file-name'.
7889 (tramp-handle-make-auto-save-file-name):
7890 Apply `tramp-temporary-file-directory' for compatibility reasons.
7891 (tramp-completion-mode): Use `natnump' instead of `wholenump'
7892 because of XEmacs.
7893 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7894 started.
7895
7896 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7899
7900 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7901
7902 * log-edit.el (log-edit-changelog-paragraph): Return point-max
7903 as the end of the ChangeLog paragraph when it ends without a line
7904 termination.
7905
7906 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
7907
7908 * net/webjump.el (webjump-sample-sites):
7909 Add simple Wikipedia query.
7910
7911 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7914 compatibility code.
7915
7916 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7917 (copyright-update-year): Use it.
7918
7919 * edmacro.el (edmacro-format-keys): Use current-active-maps.
7920
7921 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7922 Add indentation and debugging info. Fix up comment convention.
7923
7924 * cus-dep.el (custom-make-dependencies): Simplify.
7925
7926 * composite.el (compose-region, decompose-region):
7927 Use inhibit-read-only and restore-buffer-modified-p.
7928
7929 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7930 (xterm-mouse-event): Use it.
7931
7932 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * bs.el (bs-cycle-previous): Don't modify the cycle list until
7935 `switch-to-buffer' has returned succesfully.
7936 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
7937 window is dedicated (it could iconify the frame).
7938
7939 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
7940
7941 * vc-hooks.el (vc-find-root): Fix file attribute test.
7942
7943 2007-05-24 Richard Stallman <rms@gnu.org>
7944
7945 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7946 Don't let opoint be nil.
7947 (flyspell-emacs-popup): Explicit error if no dialogs.
7948
7949 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
7950
7951 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7952 (image-next-line, image-previous-line, image-scroll-up)
7953 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7954 New functions.
7955 (image-mode-map): Remap motion commands.
7956 (image-mode-text-map): New keymap for viewing images as text.
7957 (image-mode): Use image-mode-map.
7958 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7959
7960 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * textmodes/fill.el (canonically-space-region): Make the second arg
7963 a marker if it's not already the case.
7964
7965 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7966
7967 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7968 (tar-get-descriptor): Handle type 55, an extended pax header.
7969
7970 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7973 to confuse outline-minor-mode.
7974
7975 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7976
7977 * tar-mode.el (tar-file-name-handler): New function.
7978 (tar-extract): Bind file-name-handler-alist to it to force
7979 find-buffer-file-type-coding-system behave as if the file being
7980 extracted existed. Use last-coding-system-used to force
7981 buffer-file-coding-system to what decode-coding-region actually
7982 used to decode the file.
7983
7984 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7985
7986 * progmodes/compile.el (compilation-handle-exit):
7987 `compilation-finish-function' may change the current buffer.
7988
7989 2007-05-22 Richard Stallman <rms@gnu.org>
7990
7991 * files.el (set-auto-mode): Doc fix.
7992
7993 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7994
7995 * help-fns.el (find-source-lisp-file): New function.
7996 (describe-function-1): Use find-source-lisp-file to find source
7997 file in compile tree.
7998
7999 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8000
8001 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8002
8003 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * emacs-lisp/easy-mmode.el (define-minor-mode)
8006 (easy-mmode-define-navigation): Fix typos in docstrings.
8007
8008 2007-05-22 Glenn Morris <rgm@gnu.org>
8009
8010 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8011
8012 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8013
8014 * mail/mail-extr.el (mail-extract-address-components):
8015 Recognize non-ASCII characters except for NBSP as words.
8016
8017 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8018
8019 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8020 (rcirc-print): Handle `window-width'.
8021 (rcirc-buffer-maximum-lines): Doc fix.
8022
8023 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * image-mode.el (image-toggle-display): Don't clear image cache.
8026 Only use filename in image spec if the file is readable.
8027 Call image-refresh.
8028
8029 * image.el (image-type-from-file-name, image-type): Simplify.
8030 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8031
8032 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8033 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8034
8035 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8036
8037 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8038 is an error.
8039
8040 * term/linux.el (terminal-init-linux): Don't signal an error
8041 if gpm isn't running.
8042
8043 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8044
8045 * t-mouse.el: Reduce to a minor-mode macro call.
8046 (t-mouse-mode): Remove the lighter.
8047
8048 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8049
8050 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8051
8052 * files.el (auto-mode-alist): Change the regexp so that
8053 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8054
8055 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8056
8057 * Version 22.1 released.
8058
8059 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8060
8061 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8062 changes.
8063
8064 2007-05-19 Kevin Ryde <user42@zip.com.au>
8065
8066 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8067
8068 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8069
8070 * textmodes/sgml-mode.el: Revert last change.
8071
8072 2007-05-18 Richard Stallman <rms@gnu.org>
8073
8074 * simple.el (push-mark): Doc fix.
8075
8076 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8077
8078 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8079 tpu-global-map.
8080 (tpu-original-global-map): Variable deleted.
8081 (tpu-control-keys-map): New keymap variable.
8082 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8083 setting keymapping directly.
8084 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8085 tpu-global-map.
8086 (tpu-edt-on): Activate the tpu-global-map.
8087 (tpu-edt-off): Deactivate the tpu-global-map.
8088
8089 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8090
8091 * textmodes/ispell.el (ispell-get-word): Return markers
8092 for start and end positions.
8093 (ispell-word): Assume END is a marker.
8094
8095 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8096
8097 * printing.el: Group together all XEmacs/Emacs definitions.
8098 (pr-version): New version 6.9.
8099 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8100 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8101 (pr-menu-bind): Fix code.
8102 (pr-e-frame-char-height, pr-e-frame-char-width)
8103 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8104 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8105 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8106 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8107 (pr-x-event-y-pixel): Aliases eliminated.
8108 (pr-xemacs-global-menubar): Macro moved.
8109 (current-menubar, current-mouse-event, zmacs-region-stays)
8110 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8111 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8112 Vars moved.
8113 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8114 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8115 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8116 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8117 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8118 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8119 moved.
8120
8121 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8122
8123 * textmodes/sgml-mode.el (sgml-tag):
8124 Fix bug: Call sgml-transformation-function.
8125
8126 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8127
8128 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8129 modified flag of buffer. Use `inhibit-modification-hooks'.
8130
8131 2007-05-16 Richard Stallman <rms@gnu.org>
8132
8133 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8134
8135 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8138 Move the *ml, Postscript, and XmCD entries to the fallback part.
8139
8140 * files.el (magic-fallback-mode-alist):
8141 Rename from file-start-mode-alist.
8142
8143 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8144
8145 * progmodes/compile.el (compilation-handle-exit): Quote first
8146 argument of `run-hook-with-args'.
8147
8148 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8149
8150 * buff-menu.el (Buffer-menu-sort-column):
8151 * dabbrev.el (dabbrev-upcase-means-case-search):
8152 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8153 * info.el (Info-current-subfile):
8154 * ls-lisp.el (ls-lisp-verbosity):
8155 * msb.el (msb-menu-cond):
8156 * pcvs.el (cvs-dired-use-hook):
8157 * simple.el (set-mark-command-repeat-pop):
8158 * time.el (display-time-24hr-format, display-time-mail-file):
8159 Doc fixes.
8160
8161 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8162 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8163
8164 * view.el (view-inhibit-help-message): Fix typo in docstring.
8165 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8166
8167 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8168
8169 * textmodes/ispell.el (ispell-start-process): Defend against bad
8170 default-directory.
8171
8172 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8173
8174 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8175 content-transfer-encoding _last_, because it's its position that
8176 we need as value of base64-header-field-end.
8177
8178 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8179
8180 * files.el (mode-require-final-newline, require-final-newline)
8181 (enable-local-variables, enable-local-eval): Doc fixes.
8182
8183 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8184
8185 * ps-print.el: Use default color when foreground or background color
8186 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8187 (ps-print-version): New version 6.7.4.
8188 (ps-rgb-color): New argument. Use default color when color is
8189 unspecified.
8190 (ps-begin-job): Fix code.
8191
8192 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * longlines.el (longlines-mode): Make longlines-auto-wrap
8195 buffer-local. Add hooks unconditionally.
8196 (longlines-auto-wrap): Toggle wrapping.
8197 (longlines-after-change-function)
8198 (longlines-post-command-function): Check longlines-auto-wrap.
8199
8200 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8201
8202 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8203 (xterm-mouse-translate): Use it.
8204
8205 2007-05-10 Richard Stallman <rms@gnu.org>
8206
8207 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8208 (iso-cvt-write-only): Likewise.
8209
8210 * emacs-lisp/easy-mmode.el (define-minor-mode):
8211 Fix generated doc string.
8212
8213 * startup.el (fancy-splash-text): Add URL of guided tour.
8214 Adjust horizontal and vertical whitespace.
8215
8216 * progmodes/compile.el (compilation-handle-exit):
8217 Use run-hook-with-args to run compilation-finish-functions.
8218
8219 * files.el (file-start-mode-alist): New variable.
8220 (magic-mode-regexp-match-limit): Doc fix.
8221 (set-auto-mode): Handle file-start-mode-alist.
8222 A little cleanup of structure.
8223
8224 * dabbrev.el (dabbrev-eliminate-newlines):
8225 Renamed from dabbrev--eliminate-newlines. All uses changed.
8226
8227 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8228
8229 * man.el (Man-next-section): Don't consider the last line of the page
8230 as being part of any section.
8231
8232 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8235 can take any number of values.
8236
8237 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8240 to the list of citation commands.
8241
8242 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8245
8246 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8247
8248 * progmodes/python.el (python-font-lock-keywords)
8249 (python-open-block-statement-p, python-mode): Add support for the new
8250 "with" keyword.
8251
8252 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8255 the exact opposite of diff-goto-source.
8256
8257 * emacs-lisp/advice.el (ad-special-forms): Remove.
8258 (ad-special-form-p): Use subr-arity.
8259
8260 * newcomment.el (comment-search-forward): Make sure we search forward.
8261 (comment-enter-backward): Try and distinguish the non-matching case at
8262 EOB from the non-matching case with a missing comment-end-skip for
8263 a 2-char comment ender.
8264 (comment-choose-indent): New function extracted from comment-indent.
8265 Improve the alignment algorithm.
8266 (comment-indent): Use it.
8267
8268 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8269 XML style Processing Instructions.
8270 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8271 (sgml-calculate-indent): Handle `pi' context.
8272
8273 * vc.el: Ensure that update-changelog issues an error when used with
8274 a backend that does not implement it.
8275 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8276 Remove `backend' argument. Use expand-file-name.
8277 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8278
8279 * progmodes/python.el (python-end-of-block): Revert last change.
8280 (python-end-of-statement): Make sure we move *forward*.
8281
8282 2007-05-08 Richard Stallman <rms@gnu.org>
8283
8284 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8285 Don't include non-self-insert commands in the exception for `-'.
8286
8287 2007-05-08 David Reitter <david.reitter@gmail.com>
8288
8289 * progmodes/python.el (python-guess-indent): Check non-nullness
8290 before comparing indent against the 2..8 interval.
8291
8292 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8293
8294 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8295 available.
8296
8297 2007-05-06 Richard Stallman <rms@gnu.org>
8298
8299 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8300
8301 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8304 rather than storing their value in the revert-buffer function.
8305
8306 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8307
8308 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8309 when disabling t-mouse-mode.
8310
8311 2007-05-01 Davis Herring <herring@lanl.gov>
8312
8313 * calendar/timeclock.el: Update version number.
8314 (timeclock-modeline-display): Mention timeclock-use-display-time
8315 in explanatory message.
8316 (timeclock-in): Fix non-interactive workday specifications.
8317 (timeclock-log): Don't kill the log buffer if it already existed.
8318 Suppress warnings when finding the log. Don't check for a nil
8319 project twice. Run hooks after killing the buffer (if applicable).
8320 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8321 was geometric). All uses changed.
8322 (timeclock-generate-report): Support prefix argument.
8323
8324 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8325
8326 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8327 disconnections.
8328
8329 2007-05-01 Romain Francoise <romain@orebokech.com>
8330
8331 * dired-x.el: Revert 2007-04-06 change.
8332
8333 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8334
8335 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8336
8337 2007-04-29 Richard Stallman <rms@gnu.org>
8338
8339 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8340
8341 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8344 than 1.
8345
8346 2007-04-28 Richard Stallman <rms@gnu.org>
8347
8348 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8349
8350 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8351
8352 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8353 don't put stop on toolbar.
8354
8355 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8358
8359 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8360
8361 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8362 instead of $(lisp)/mh-e.
8363
8364 2007-04-28 Glenn Morris <rgm@gnu.org>
8365
8366 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8367 (image-dired-cmd-create-temp-image-options): Replace option
8368 +profile "*" with -strip.
8369
8370 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8373 Use window-start and window-end.
8374
8375 2007-04-27 Andreas Schwab <schwab@suse.de>
8376
8377 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8378
8379 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8380
8381 * textmodes/fill.el (fill-paragraph): Doc fix.
8382
8383 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8384
8385 * locate.el (locate-in-alternate-database): Doc fix.
8386
8387 2007-04-26 Glenn Morris <rgm@gnu.org>
8388
8389 * button.el (button): Use underline if supported, else fall back
8390 to color.
8391
8392 * version.el (emacs-version): Increase to 22.1.50.
8393
8394 2007-04-25 Richard Stallman <rms@gnu.org>
8395
8396 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8397
8398 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8399
8400 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8401 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8402 pushing mark.
8403 (idlwave-current-routine): Don't push mark.
8404
8405 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8406
8407 * image-dired.el (image-dired-display-image): Derive image-type from
8408 filename rather than assuming jpeg, in case no resizing was needed.
8409
8410 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8411
8412 * custom.el (defface): Doc fix.
8413
8414 See ChangeLog.12 for earlier changes.
8415
8416 ;; Local Variables:
8417 ;; coding: iso-2022-7bit
8418 ;; add-log-time-zone-rule: t
8419 ;; End:
8420
8421 Copyright (C) 2007 Free Software Foundation, Inc.
8422
8423 This file is part of GNU Emacs.
8424
8425 GNU Emacs is free software; you can redistribute it and/or modify
8426 it under the terms of the GNU General Public License as published by
8427 the Free Software Foundation; either version 3, or (at your option)
8428 any later version.
8429
8430 GNU Emacs is distributed in the hope that it will be useful,
8431 but WITHOUT ANY WARRANTY; without even the implied warranty of
8432 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8433 GNU General Public License for more details.
8434
8435 You should have received a copy of the GNU General Public License
8436 along with GNU Emacs; see the file COPYING. If not, write to the
8437 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8438 Boston, MA 02110-1301, USA.
8439
8440 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af