]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(display-time-world-list): Test for zoneinfo support.
[gnu-emacs] / lisp / ChangeLog
1 2007-10-30 Jason Rumney <jasonr@gnu.org>
2
3 * time.el (display-time-world-list): Test for zoneinfo support.
4
5 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
6
7 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
8
9 * net/tramp-cache.el (tramp-flush-file-function): Check also
10 `default-directory' if `buffer-file-name' does not return a
11 string. Added to `eshell-pre-command-hook'.
12
13 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * doc-view.el (doc-view-current-doc): Remove.
16 Replace all uses by buffer-file-name.
17 (doc-view-menu): New menu.
18 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
19 unused var `doc'.
20 (doc-view-sort): Simplify.
21 (doc-view-buffer-message): Don't change buffer-modified-p.
22 (doc-view-mode): Change it here instead.
23 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
24 Don't modify the global value of revert-buffer-function.
25
26 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
27 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
28 (image-toggle-display): Take overlays into account and don't assume
29 point-min==1.
30
31 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
32
33 * vc.el (vc-annotate): Fix omission bug:
34 Specify value for vc-sentinel-movepoint.
35
36 2007-10-30 Michael Olson <mwolson@gnu.org>
37
38 * textmodes/remember.el (remember-mode-hook)
39 (remember-handler-functions, remember-annotation-functions):
40 Add additional items as options, including some Org functions.
41
42 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
43
44 * doc-view.el: Remove cl-dependency.
45 (doc-view-buffer-message): Mention new binding K.
46 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
47 instead of variable.
48 (doc-view-current-cache-dir): Better cache dir naming.
49 (doc-view-current-display): Remove variable.
50 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
51 (doc-view-kill-proc): Set converter process to nil.
52 (doc-view-minor-mode): New minor mode.
53 (doc-view-minor-mode-map): New keymap.
54 (doc-view-mode): Remove text/image switching code. Use plain defun.
55 (doc-view-mode-map): New binding K kills converter process.
56 Remove C-c C-e binding.
57 (doc-view-mode-text-map): Remove keymap.
58 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
59 d-v-display-maybe.
60 (doc-view-previous-major-mode): New variable.
61 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
62 (doc-view-remove-if): New function.
63 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
64 (doc-view-toggle-display): Toggle modes instead of display styles.
65 (doc-view-reconvert-doc): Adapt to new way of doing things.
66
67 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
68
69 2007-10-30 Glenn Morris <rgm@gnu.org>
70
71 * dirtrack.el (dirtrack-mode): Doc fix.
72 * shell.el (shell-dirtrack-verbose, shell-mode)
73 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
74
75 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
76 (byte-compile-enable-warning): Doc fix.
77
78 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
79 suppress byte-opt warning.
80
81 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
82
83 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
84 (edt-gnu-emacs19-p): Remove.
85 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
86 (edt-xserver, edt-page-backward, edt-beginning-of-line)
87 (edt-end-of-line-forward, edt-end-of-line-backward)
88 (edt-one-word-forward, edt-one-word-backward, edt-character)
89 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
90 (edt-find-forward, edt-find-backward, edt-find-next-forward)
91 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
92 (edt-define-key, edt-bottom-check, edt-sentence-forward)
93 (edt-sentence-backward, edt-paragraph-forward)
94 (edt-paragraph-backward, edt-restore-key, edt-window-top)
95 (edt-window-bottom, edt-scroll-window-forward-line)
96 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
97 (edt-line-to-top-of-window, edt-paragraph-backward)
98 (edt-restore-key, edt-window-top, edt-window-bottom)
99 (edt-scroll-window-forward-line)
100 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
101 (edt-line-to-middle-of-window, edt-goto-percentage)
102 (edt-display-the-time, edt-remember, edt-split-window)
103 (edt-emulation-on, edt-emulation-off)
104 (edt-default-emulation-setup, edt-user-emulation-setup)
105 (edt-select-default-global-map, edt-select-user-global-map):
106 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
107 tests.
108
109 * textmodes/reftex-index.el (reftex-index-selection-or-word):
110 Use feature test instead of boundp test so it can be resolved at
111 compile time.
112
113 * net/newsticker.el (replace-regexp-in-string): Only define for
114 XEmacs.
115
116 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
119 Update all users.
120 (abbrev-get, abbrev-put): Simplify.
121 (define-abbrev): Don't store the `force' value in the :system property.
122 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
123
124 2007-10-30 Michael Olson <mwolson@gnu.org>
125
126 * desktop.el (desktop-minor-mode-table): Add line for ERC.
127
128 * textmodes/remember.el: New file that implements a mode for
129 quickly jotting down things to remember.
130
131 * textmodes/remember-diary.el: A backend for remember.el that
132 implements saving notes to a Diary file.
133
134 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
135
136 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
137 Relocate in file.
138 (allout-doublecheck-at-and-shallower): Increase to include
139 slightly greater depths, since yank interaction is now ok. Also,
140 elaborate the docstring to explain the situation.
141 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
142 instead of concat, so we accommodate key sequences expressed as
143 vectors as well as strings and lists.
144 (allout-flag-region, allout-hide-by-annotation): Make the
145 hidden-text overlays 'front-advance.
146 (allout-overlay-insert-in-front-handler): Correct docstring's
147 grammar.
148 (allout-aberrant-container-p, allout-on-current-heading-p)
149 (allout-e-o-prefix-p, allout-next-heading)
150 (allout-previous-heading, allout-goto-prefix)
151 (allout-end-of-prefix, allout-next-sibling-leap)
152 (allout-next-visible-heading, allout-auto-fill)
153 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
154 (allout-yank-processing, allout-resolve-xref)
155 (allout-current-topic-collapsed-p, allout-hide-region-body)
156 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
157 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
158 (count-trailing-whitespace-region): Preserve match data, so allout
159 outline navigation doesn't disrupt other emacs operations.
160 (allout-beginning-of-line): Retreat to the beginning of the hidden
161 text, so fields are respected (for submodes that care).
162 (allout-end-of-line): Preserve mark activation status when
163 jumping.
164 (allout-open-topic): Account for opening after a child that
165 contains a hidden trailing newline. Preserve match data. Run
166 allout-structure-added-hook
167 (allout-encrypt-decrypted): Preserve match data.
168 (allout-toggle-current-subtree-exposure): Add new interactive
169 function for toggle subtree exposure - suggested by tassilo.
170 (move-beginning-of-line, move-end-of-line): Don't use
171 line-move-invisible-p, it's obsolete - substitute the code,
172 instead.
173
174 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
175
176 * textmodes/flyspell.el (message-signature-separator):
177 * longlines.el (message-indent-citation-function): Pacify byte
178 compiler.
179
180 * emacs-lisp/cl-loaddefs.el:
181 * ldefs-boot.el: Regenerate.
182
183 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
184 (.el.elc, compile, compile-always, compile-calc)
185 ($(lisp)/progmodes/cc-mode.elc): Use it.
186
187 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
188 do work for XEmacs.
189 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
190 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
191 on XEmacs.
192 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
193 (ps-x-color-name, ps-x-color-specifier-p)
194 (ps-x-copy-coding-system, ps-x-device-class)
195 (ps-x-extent-end-position, ps-x-extent-face)
196 (ps-x-extent-priority, ps-x-extent-start-position)
197 (ps-x-face-font-instance, ps-x-find-coding-system)
198 (ps-x-font-instance-properties, ps-x-make-color-instance)
199 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
200 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
201 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
202 (ps-generate-postscript-with-faces): Delete defaliases.
203 (ps-face-foreground-name, ps-face-background-name)
204 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
205 definitions to top level, make the body conditional on the emacs
206 flavor. Replace uses of deleted aliases and renamed functions.
207 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
208 of deleted aliases and renamed functions.
209
210 * calc/calc.el (calc-emacs-type-lucid): Remove.
211 (calc-digit-map, calcDigit-start, calc-read-key)
212 (calc-clear-unread-commands):
213 * calc/calc-ext.el (calc-user-key-map): Replace uses of
214 calc-emacs-type-lucid with (featurep 'xemacs)
215
216 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
217 (featurep 'xemacs).
218 (tpu-lucid-emacs19-p): Remove.
219 (tpu-map-key): Make it a function instead of using fset. Inline
220 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
221 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
222
223 * ielm.el: Use featurep 'xemacs.
224
225 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
226 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
227 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
228 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
229 cperl-xemacs-p with (featurep 'xemacs).
230 (font-lock-cache-position): Pacify byte compiler.
231
232 2007-10-29 Drew Adams <drew.adams@oracle.com>
233
234 * faces.el (read-color): New function.
235 (face-at-point, foreground-color-at-point)
236 (background-color-at-point): New functions.
237
238 2007-10-28 Richard Stallman <rms@gnu.org>
239
240 * net/browse-url.el (browse-url-text-xterm): Renamed from
241 browse-url-lynx-xterm and made generic.
242 (browse-url-text-emacs): Likewise.
243 (browse-url-text-browser): New variable.
244 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
245 (browse-url-text-input-field, browse-url-text-input-attempts)
246 (browse-url-kde-program): Likewise.
247
248 2007-10-29 Glenn Morris <rgm@gnu.org>
249
250 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
251 Use mapc rather than mapcar (reinstall change deleted without log
252 entry 2007-10-22).
253
254 2007-10-29 Martin Rudalics <rudalics@gmx.at>
255
256 * wdired.el (wdired-next-line, wdired-previous-line):
257 Use next-line and previous-line wrapped in with-no-warnings.
258
259 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
260
261 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
262 (rcirc-recent-quit-alist): New function.
263 (rcirc): Print a better message when there is only one connected server.
264 (rcirc-complete-nick): Do not update the nick table here.
265 (rcirc-mode-map): Add M-o.
266 (rcirc-current-line): Add variable.
267 (rcirc-mode): Setup variables for line based omit.
268 (rcirc-edit-multiline): Strip text properties.
269 (rcirc-omit-responses): Add NICK.
270 (rcirc-omit-threshold): Add variable.
271 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
272 Add functions.
273 (rcirc-print): Keep track of current line. Do not fill text if
274 `rcirc-fill-flag' is null. Only omit text if the last activity
275 from the sender is more than `rcirc-omit-threshold' lines ago.
276 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
277 numbers instead of time.
278 (rcirc-channel-nicks): Sort by line numbers instead of time.
279 (rcirc-omit-mode): Add `...' when omitting text and recenter.
280 (rcirc-handler-JOIN): Restore the joiners linestamp.
281 (rcirc-maybe-remember-nick-quit): Add function.
282 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
283
284 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
285
286 * loadhist.el (unload-feature-special-hooks):
287 Add `delete-frame-functions' and `suspend-tty-functions'.
288
289 * server.el (server-unload-function): Rename from `server-unload-hook'
290 and adapt to new `unload-feature' functionality. Remove hook from
291 `kill-buffer-hook' buffer-locally.
292 (server-unload-hook): Remove.
293 (server-unload-function): New var; replaces `server-unload-hook'.
294
295 2007-10-29 Glenn Morris <rgm@gnu.org>
296
297 * dirtrack.el (dirtrack-debug): Doc fix.
298 (dirtrack-mode, dirtrack-debug-mode): New names for
299 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
300 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
301 Make obsolete.
302 (dirtrack-debug-message): Only print message if
303 dirtrack-debug-mode is non-nil. Use with-current-buffer.
304 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
305 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
306
307 2007-10-28 Glenn Morris <rgm@gnu.org>
308
309 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
310 (byte-compile-warnings-safe-p): Handle `not'.
311 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
312 (byte-compile-enable-warning): New functions.
313 (byte-compile-eval-before-compile)
314 (byte-compile-file-form-require): Use byte-compile-disable-warning.
315 (byte-compile-close-variables): Locally bind byte-compile-warnings,
316 but do not modify it.
317 (byte-compile-eval, byte-compile-obsolete)
318 (byte-compile-warn-about-unresolved-functions)
319 (byte-compile-file-form-defvar)
320 (byte-compile-file-form-custom-declare-variable)
321 (byte-compile-file-form-require)
322 (byte-compile-file-form-defmumble, byte-compile-lambda)
323 (byte-compile-form, byte-compile-normal-call)
324 (byte-compile-variable-ref, byte-compile-defvar)
325 (byte-compile-make-variable-buffer-local):
326 Use byte-compile-warning-enabled-p.
327 * emacs-lisp/advice.el (ad-compile-function):
328 Use byte-compile-disable-warning.
329 * emacs-lisp/cl.el: Move local variables to end of file, and set
330 byte-compile-warnings to `(not cl-functions)'.
331 * emacs-lisp/cl-compat.el: Add a local variables section, and set
332 byte-compile-warnings to `(not cl-functions)'.
333 * emacs-lisp/cl-macs.el: Unify local variable section, and set
334 byte-compile-warnings to `(not cl-functions)'.
335 (cl-do-proclaim): Use byte-compile-disable-warning and
336 byte-compile-enable-warning.
337 * emacs-lisp/cl-seq.el: Unify local variable section, and set
338 byte-compile-warnings to `(not cl-functions)'.
339 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
340 Use byte-compile-disable-warning.
341
342 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
343
344 * cus-edit.el (custom-browse-insert-prefix):
345 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
346
347 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
348
349 * server.el (server-process-filter): Fix typo in docstring.
350 (server-log): Reflow docstrings.
351 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
352 (server-goto-line-column): Use `when'.
353
354 2007-10-28 Juri Linkov <juri@jurta.org>
355
356 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
357 when mouse is clicked on the isearch message.
358 (isearch-resume): Call `isearch-update' at the end.
359 Rename argument `search' to `string' to conform to the
360 isearch terminology.
361
362 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 Rewrite abbrev.c in Elisp.
365 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
366 (abbrev-table-get, abbrev-table-put, abbrev-get)
367 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
368 (define-abbrev, abbrev--check-chars, define-global-abbrev)
369 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
370 (abbrev-expansion, abbrev--before-point, expand-abbrev)
371 (unexpand-abbrev, abbrev--write, abbrev--describe)
372 (insert-abbrev-table-description, define-abbrev-table):
373 New funs, largely transcribed from abbrev.c.
374 (abbrev-with-wrapper-hook): New macro.
375 (abbrev-table-name-list, global-abbrev-table)
376 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
377 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
378 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
379 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
380 New vars, largely transcribed from abbrev.c.
381 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
382 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
383 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
384
385 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
386
387 * ps-print.el: Now detect if text foreground and background colors are
388 equal and replace the foreground color by another color, so the text
389 becomes visible. Doc fix.
390 (ps-print-version): New version 6.8.
391 (ps-default-fg, ps-default-bg): Docstring fix.
392 (ps-postscript-code-directory): Fix default value code.
393 (ps-fg-list, ps-fg-validate-p): New options.
394 (ps-foreground-list): New var.
395 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
396
397 2007-10-27 Glenn Morris <rgm@gnu.org>
398
399 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
400 (shell-dirtrack-toggle): Mark as obsolete.
401 (dirtrack-toggle, dirtrack-mode): No longer alias to
402 shell-dirtrack-mode.
403
404 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
405
406 * calc/calc.el (math-standard-opers): Lower the precedence
407 of negation.
408 * calc/calc-lang.el (math-oper-table): Lower precedence of
409 negation for C, TeX, and eqn.
410
411 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
412
413 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
414
415 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
416
417 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
418 (desktop-not-loaded-hook): Fix :version tags.
419
420 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
423 (tramp-get-remote-tmpdir): New defun.
424 (tramp-make-tramp-temp-file): Use it.
425 (tramp-local-call-process): New defun. Replace all calls of
426 `call-process' by this when appropriate.
427 (tramp-handle-write-region): Replace calls of `file-attributes' by
428 `tramp-compat-file-attributes'.
429 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
430 Make the first command a `tramp-send-command' call, with let-bind
431 of `tramp-end-of-output'.
432 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
433 (tramp-load-report-modules, tramp-append-tramp-buffers):
434 Move to tramp-cmds.el.
435
436 * net/tramp-fish.el (tramp-fish-handle-copy-file)
437 (tramp-fish-do-copy-or-rename-file)
438 (tramp-fish-do-copy-or-rename-file-directly):
439 * net/tramp-smb.el (tramp-smb-handle-copy-file):
440 Add parameter PRESERVE-UID-GID.
441
442 2007-10-27 Eli Zaretskii <eliz@gnu.org>
443
444 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
445 New defcustoms.
446 (display-time-world-list): Use them as appropriate for the current
447 value of `system-type'.
448
449 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
450
451 * printing.el: Pacify byte compiler, that is, no compiler warnings.
452 Move (again) some variable definitions before use, define some fun
453 aliases, no code change.
454 (pr-version): New version 6.9.2.
455 (pr-path-style, pr-auto-region, pr-menu-char-height)
456 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
457 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
458 via (defvar VAR).
459 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
460 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
461 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
462 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
463 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
464 (pr-menu-print-item, pr-ps-printer-menu-modified)
465 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
466 (pr-even-or-odd-alist): Vars definition moved.
467
468 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
469
470 * emulation/pc-select.el (next-line-mark, next-line-nomark)
471 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
472 around uses of previous-line and next-line.
473
474 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
475 New defvars.
476
477 * textmodes/css-mode.el (comment-continue):
478 * net/browse-url.el (url-handler-regexp):
479 * progmodes/idlw-help.el (idlwave-system-routines):
480 Pacify byte-compiler.
481
482 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
483 line-move-invisible-p with its former definition: invisible-p.
484 line-move-invisible-p was removed on 2007-08-29.
485
486 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
487
488 * files.el (kill-emacs-query-functions): Doc fix;
489 `save-buffers-kill-emacs' is no longer bound to a key.
490
491 2007-10-26 Richard Stallman <rms@gnu.org>
492
493 * isearch-multi.el (isearch-buffers-multi): New option.
494 (isearch-buffers-search-fun): Test it.
495
496 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
497 Put ps-run-clear on C-c C-l.
498
499 * newcomment.el (comment-styles): New style indent-or-triple.
500 (comment-style): Make that the default.
501 (comment-add defvar): Doc fix.
502 (comment-add): Delete arg EXTRA.
503 (comment-region-default): Open code call to comment-add.
504 Handle indent-or-triple style which uses `multi-char' for INDENT.
505
506 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
507
508 * eshell/em-unix.el (nil-blank-string): Doc fix.
509
510 2007-10-26 John Wiegley <johnw@newartisans.com>
511
512 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
513 function, ensure that the third argument is turned into a nil if
514 the string is otherwise completely empty (either no characters, or
515 all tabs/spaces). This fixes a bug from a user who found himself
516 unable to customize `diff-switches' and still use Eshell's diff
517 command.
518
519 2007-10-26 Glenn Morris <rgm@gnu.org>
520
521 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
522 safe-local-variable property.
523
524 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
525
526 * net/browse-url.el (browse-url-browser-function): Delete grail.
527 (browse-url-grail): Function and variable deleted.
528 (browse-url-browser-function): Delete IXI Mosaic.
529 (browse-url-default-browser): Don't try IXI Mosaic.
530 (browse-url-iximosaic): Function deleted.
531 (browse-url-browser-function): Delete MMM.
532 (browse-url-default-browser): Don't try MMM.
533 (browse-url-mmm): Function deleted.
534
535 2007-10-26 Drew Adams <drew.adams@oracle.com>
536
537 * custom.el (custom-note-var-changed): New function.
538
539 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
540
541 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
542 use with the definition. Remove.
543
544 * add-log.el (change-log-start-entry-re): New defconst.
545 (change-log-sortable-date-at): Use it.
546 (change-log-beginning-of-defun, change-log-end-of-defun):
547 New functions.
548 (change-log-mode): Use them for beginning-of-defun-function and
549 end-of-defun-function.
550
551 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
552
553 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
554 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
555 (ses-recalculate-cell): Deal with point being just beyond end of
556 data area (why does this happen?)
557 (ses-set-curcell): Ditto.
558 (ses-column-letter): Handle columns beyond 702. Code written by
559 Gareth Rees.
560
561 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
562
563 * textmodes/org.el (org-agenda-get-restriction-and-command):
564 Use `mapc' instead of `mapcar'.
565 (org-agenda-list): Numeric prefix argument can specify the number
566 of days.
567 (remember-register, remember-buffer): Prevent byte compiler from
568 complaining.
569 (org-todo): Save and restore match data.
570 (org-no-warnings): New macro.
571 (org-columns-eval): Use `org-no-warnings'.
572
573 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
574
575 * comint.el (comint-password-prompt-regexp):
576 Handle `[sudo] password'-style prompt.
577
578 2007-10-25 Glenn Morris <rgm@gnu.org>
579
580 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
581 (defcustom): Doc fix.
582
583 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
584 Add `non_intrinsic'.
585 (f90-constants-re): Add ieee modules.
586 (f90-typedef-matcher, f90-typedec-matcher)
587 (f90-imenu-type-matcher): New functions.
588 (f90-font-lock-keywords-1): Give module procedures function-name face.
589 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
590 Add `use, intrinsic'.
591 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
592 Move start of `enum' blocks to separate entry.
593 (f90-start-block-re): Fix `type', `abstract interface'.
594 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
595 derived types.
596 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
597 `elemental', change `enumerator'.
598 (f90-no-block-limit): Fix `abstract interface'.
599
600 * progmodes/f90.el (f90-indented-comment-re)
601 (f90-directive-comment-re, f90-break-delimiters):
602 * progmodes/fortran.el (fortran-comment-line-start-skip)
603 (fortran-directive-re):
604 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
605 as safe if they are strings.
606
607 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * startup.el (window-system): Remove. Don't make it frame-local.
610
611 2007-10-24 Richard Stallman <rms@gnu.org>
612
613 * savehist.el (savehist-save): Omit unreadable elements.
614
615 * loadhist.el (unload-function-defs-list): Rename from
616 unload-function-features-list.
617 (unload-feature-special-hooks, unload-feature): Doc fixes.
618
619 * indent.el (indent-to-left-margin): If point's in the indentation,
620 move to the end of the indentation.
621
622 * cus-edit.el (customize-changed-options): Make arg optional.
623
624 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
625
626 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
627
628 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
629
630 * textmodes/org-publish.el (org-publish-attachment): Re-install
631 accidentally deleted change.
632
633 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * term/iris-ansi.el (iris-function-map): Move init into declaration.
636
637 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
638
639 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
640 (Buffer-menu-mode-map): Initialize in the declaration.
641 (Buffer-menu-mode): Define with `define-derived-mode'.
642
643 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
644
645 * textmodes/org.el (org-version): Change to 5.13e.
646 (org-agenda-file-regexp): Fix typo in docstring.
647 (org-add-planning-info): Fix bug in parenthesis settings.
648 (org-scan-tags): Catch the case of indirect buffers with no filename.
649 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
650 Re-install switch to mapc, had been removed by accident.
651 (org-columns-map): New binding `C-c C-o'.
652 (org-columns-menu): Change menu text and added new entry.
653 (org-columns-eval): Document the use of `next-line'.
654 (org-columns-open-link): New function.
655 (org-columns-follow-link): Remove function.
656 (org-open-link-from-string): New function.
657 (org-read-date-get-relative): Fix typo in docstring.
658 (org-read-date-get-relative): Leading +/- is not optional.
659 (org-agenda-get-restriction-and-command): Always resize window on
660 first loop cycle.
661 (org-agenda-open-link): Make sure the link abbreviations are
662 present in the agenda buffer.
663 (org-agenda-copy-local-variable): New function.
664
665 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
668
669 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * simple.el (reindent-then-newline-and-indent): Use a `move after
672 insert' kind of marker in the save-excursion.
673
674 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * textmodes/css-mode.el: Require CL.
677 (comment-continue): Declare.
678
679 * subr.el (make-variable-frame-localizable): Remove.
680 (make-variable-frame-local): Mark obsolete.
681
682 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
685 of the subdirs is unreadable.
686
687 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
688
689 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
690 when we are local.
691
692 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * progmodes/python.el (python-current-defun): Remove left-over
695 assignment to `start'.
696
697 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
698
699 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
700 than `mapcar'; return value is not used.
701
702 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
703
704 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
705 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
706
707 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
708
709 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
710 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
711
712 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
713
714 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
715
716 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
717
718 * emacs-lisp/advice.el (ad-make-advised-docstring):
719 Add ad-advice-info text property to doc string.
720
721 2007-10-23 Glenn Morris <rgm@gnu.org>
722
723 * progmodes/f90.el (f90-do-indent, f90-if-indent)
724 (f90-type-indent, f90-program-indent, f90-associate-indent)
725 (f90-continuation-indent, f90-comment-region)
726 (f90-beginning-ampersand, f90-smart-end)
727 (f90-break-before-delimiters, f90-auto-keyword-case)
728 (f90-leave-line-no, f90-mode-hook):
729 Give an appropriate safe-local-variable property.
730
731 * progmodes/fortran.el (fortran-tab-mode-default)
732 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
733 (fortran-structure-indent, fortran-continuation-indent)
734 (fortran-comment-indent, fortran-comment-line-extra-indent)
735 (fortran-comment-line-start)
736 (fortran-minimum-statement-indent-fixed)
737 (fortran-minimum-statement-indent-tab)
738 (fortran-comment-indent-char, fortran-line-number-indent)
739 (fortran-check-all-num-for-matching-do)
740 (fortran-blink-matching-if, fortran-continuation-string)
741 (fortran-comment-region, fortran-electric-line-number)
742 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
743 (fortran-analyze-depth, fortran-break-before-delimiters):
744 Give an appropriate safe-local-variable property.
745
746 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
747
748 * printing.el: Move variable definitions before use.
749 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
750
751 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
754 (tpu-edt-off): Use it.
755 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
756 the global-map before adding it to global-map.
757
758 * menu-bar.el (global-buffers-menu-map): New var.
759 (global-map, menu-bar-update-buffers): Use it.
760 * msb.el (msb-menu-bar-update-buffers): Use it.
761 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
762 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
763 Use with-current-buffer.
764
765 2007-10-22 Juri Linkov <juri@jurta.org>
766
767 * isearch-multi.el: New file.
768
769 * isearch.el (isearch-search-string): After finding the next
770 occurrence switch to buffer isearch-buffers-current-buffer when
771 isearch-buffers-next-buffer-function is non-nil and
772 isearch-buffers-current-buffer is live.
773
774 * add-log.el (change-log-mode): Make and set buffer-local variable
775 isearch-buffers-next-buffer-function to change-log-next-buffer.
776 Call isearch-buffers-minor-mode.
777 (change-log-next-buffer): New function.
778
779 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
780
781 * org-export-latex.el (org-export-latex-protect-string):
782 Renaming of `org-latex-protect'.
783 (org-export-latex-emphasis-alist): By default, don't protect
784 any emphasis formatter from further conversion.
785 (org-export-latex-tables): Honor column grouping for tables.
786 (org-export-latex-title-command): New option.
787 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
788 export backslash character.
789
790 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
791
792 * textmodes/org.el (org-read-date-get-relative): New function.
793 (org-agenda-file-regexp): New variable.
794 (org-agenda-files): Allow directories in the variable.
795 (org-agenda-get-restriction-and-command): New function.
796 (org-agenda): Use `org-agenda-get-restriction-and-command'.
797 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
798 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
799 New functions.
800 (org-entry-add-to-multivalued-property)
801 (org-entry-remove-from-multivalued-property)
802 (org-entry-member-in-multivalued-property): New functions.
803 (org-remember-apply-template): Catch C-g and make sure window
804 configuration is restored.
805 (org-agenda-open-link): Make it work with several links in the line.
806 (org-drawers, org-set-regexps-and-options)
807 (org-get-current-options): Add support for a DRAWERS in-buffer option.
808 (org-agenda-window-frame-fractions): New option.
809 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
810 (org-columns-cleanup-item, org-find-entry-with-id)
811 (org-insert-columns-dblock, org-listtable-to-string)
812 (org-dblock-write:columnview, org-columns-capture-view)
813 (org-edit-headline): New functions.
814 (org-agenda-to-appt): Require calendar.
815 (org-entry-get-with-inheritance): Widen for search.
816 (org-columns-display-here): Don't mark buffer as modified when
817 adding space characters to accomodate column overlays.
818 (org-export-as-html): Better formatting of tags in the toc.
819 (org-columns-display-here): Make the ITEM column as compact as possible.
820 (org-remember-templates): Customization interface improved.
821 (org-export-with-property-drawer): Variable removed.
822 (org-export-with-drawers): New option.
823 (org-complex-heading-regexp): New variable.
824 (org-sort-entries): Rewrite using `sort-subr'.
825 (org-set-property): More appropriate completion during interactive use.
826 (org-sort-entries): Allow sorting by property.
827 (org-additional-option-like-keywords): Add more values.
828 (org-sort-entries-or-items): Rename from `org-sort-entries'.
829
830 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
831
832 * textmodes/org.el (org-get-date-from-calendar): New function.
833 (org-at-timestamp-p, org-timestamp-change)
834 (org-remember-templates): First element of each entry is now a
835 name for the template.
836 (org-store-log-note): Check for `org-note-abort'.
837 (org-kill-note-or-show-branches): New command.
838 (org-fontify-priorities): New option.
839 (org-fontify-priorities): New function.
840 (org-cut-subtree, org-copy-subtree): New argument N to
841 act on N sequential subtrees.
842 (org-paste-subtree): Fix the level at which a tree is pasted.
843 (org-fit-agenda-window): Limitations on window size removed.
844 (org-agenda-find-same-or-today-or-agenda): Rename from
845 `org-agenda-find-today-or-agenda'.
846 (org-scheduled-past-days): New option.
847 (org-agenda-scheduled-leaders)
848 (org-agenda-deadline-leaders): New options.
849 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
850 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
851 (org-export-with-tags, org-export-plist-vars)
852 (org-infile-export-plist): New "tags" option.
853 (org-use-property-inheritance): New option.
854 (org-cached-entry-get): Use `org-use-property-inheritance'.
855 (org-remember-apply-template): Fix typo.
856
857 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
858
859 * net/tramp.el (tramp-find-shell)
860 (tramp-open-connection-setup-interactive-shell): Improve sending
861 initial commands.
862 (tramp-action-terminal): Send debug message.
863 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
864 (tramp-barf-if-no-shell-prompt): Insert code of
865 `tramp-wait-for-shell-prompt'.
866
867 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
870
871 * term/vt200.el (terminal-init-vt200):
872 * term/vt201.el (terminal-init-vt201):
873 * term/vt220.el (terminal-init-vt220):
874 * term/vt240.el (terminal-init-vt240):
875 * term/vt300.el (terminal-init-vt300):
876 * term/vt320.el (terminal-init-vt320):
877 * term/vt400.el (terminal-init-vt400):
878 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
879
880 * term/wyse50.el (wyse50-terminal-map): New var.
881 (terminal-init-wyse50): Use it and input-decode-map.
882 (enable-arrow-keys): Emasculate.
883
884 * term/tvi970.el (tvi970-terminal-map): New var.
885 (terminal-init-tvi970): Use it and input-decode-map.
886 (tvi970-keypad-numeric): Remove.
887 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
888
889 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
890 (terminal-init-sun): Use it and input-decode-map.
891
892 * term/news.el (terminal-init-news):
893 * term/lk201.el (terminal-init-lk201):
894 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
895
896 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
897
898 * complete.el (PC-expand-many-files): Remove.
899 (PC-do-completion): Call file-expand-wildcards instead of
900 PC-expand-many-files.
901
902 * net/tramp.el (tramp-handle-expand-many-files): Remove.
903 (PC-expand-many-files): Remove advice.
904
905 2007-10-22 Glenn Morris <rgm@gnu.org>
906
907 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
908 Add some support for Fortran 2003 syntax:
909 (f90-type-indent): Now also applies to `enum'.
910 (f90-associate-indent): New user option.
911 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
912 Add some F2003 keywords.
913 (f90-constants-re): New constant.
914 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
915 Interface'.
916 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
917 `class'. Arguments for `type'/`class' may have spaces. Add a new
918 element for functions with specified types. Add `end enum' and
919 `select type'. Add `implicit enumerator' and `procedure'.
920 Add `class default' and `type is', `class is'. Fix `go to' regexp.
921 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
922 (f90-font-lock-keywords-4): Add `f90-constants-re'.
923 (f90-blocks-re): Add `enum' and `associate'.
924 (f90-else-like-re): Add `class is', `type is', and `class default'.
925 (f90-end-type-re): Add `enum'.
926 (f90-end-associate-re, f90-typeis-re): New constants.
927 (f90-end-block-re): Add `enum' and `associate'. Change from
928 optional whitespace to end-of-word, to avoid `enumerator'.
929 (f90-start-block-re): Add `select type', `abstract interface', and
930 `enum'. Avoid `type is', and `type (sometype)'.
931 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
932 (f90-mode): Doc fix.
933 (f90-looking-at-select-case): Doc fix. Add `select type'.
934 (f90-looking-at-associate): New function.
935 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
936 Add `enum' and `abstract interface'.
937 (f90-no-block-limit): Add `select type' and `abstract interface'.
938 (f90-get-correct-indent, f90-calculate-indent)
939 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
940 (f90-indent-region, f90-match-end): Handle `associate' blocks.
941
942 2007-10-22 Martin Rudalics <rudalics@gmx.at>
943
944 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
945 Use window-full-width-p.
946
947 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
948
949 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
950
951 * tooltip.el: Use featurep 'xemacs.
952
953 * printing.el: Move variable definitions before use, no code change.
954
955 2007-10-22 Juri Linkov <juri@jurta.org>
956
957 * simple.el (goto-history-element): Allow minibuffer-default to be
958 a list of default values accessible by typing M-n in the minibuffer.
959
960 * dired-x.el (dired-guess-shell-command): Put all guesses to the
961 minibuffer default value list instead of pushing them temporarily
962 to the history list.
963
964 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
965
966 * hexl.el (hexl-menu): New major mode menu.
967
968 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
971
972 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
973
974 * w32-fns.el (w32-quote-process-args):
975 * dos-w32.el (print-region-function, lpr-headers-switches)
976 (ps-print-region-function): Pacify byte-compiler.
977
978 * emulation/edt-mapper.el (function-key-map):
979 (edt-map-key): Make it a function instead of using fset.
980 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
981 (edt-gnu-map-key, edt-lucid-map-key): Remove.
982 (edt-x-emacs-p): Remove.
983 (edt-emacs-variant, edt-window-system, edt-xserver):
984 Use featurep 'xemacs.
985
986 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
987 Replace eudc-xemacs-p with its definition.
988 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
989 (eudc-emacs-mule-p): Remove.
990 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
991 eudc-xemacs-p with feature tests.
992
993 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
994 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
995 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
996 (eudc-bob-toggle-inline-display):
997 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
998 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
999
1000 * net/eudcb-ph.el (eudc-ph-open-session):
1001 Replace eudc-xemacs-mule-p with its former definition.
1002
1003 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1004 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1005
1006 * progmodes/vera-mode.el (vera-xemacs): Remove.
1007 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1008
1009 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1010 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1011 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1012 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1013 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1014 with (featurep 'xemacs).
1015
1016 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1017 (save-buffer-state-x):
1018 * obsolete/fast-lock.el (fast-lock-verbose):
1019 * emulation/viper-init.el (viper-xemacs-p)
1020 (viper-cond-compile-for-xemacs-or-emacs):
1021 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1022 * ps-print.el (case-fold-search):
1023 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1024 * calculator.el (calculator-help): Use featurep 'xemacs.
1025
1026 * progmodes/prolog.el: Undo previous change.
1027 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1028
1029 * progmodes/dcl-mode.el:
1030 * play/yow.el:
1031 * calendar/todo-mode.el:
1032 * calendar/cal-hebrew.el:
1033 * vc-hg.el: Undo previous change.
1034
1035 * vms-patch.el: Likewise.
1036 (print-region-function): Pacify byte-compiler.
1037
1038 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1041 preserve-uid-gid.
1042
1043 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1044 compatibility. It is not used, though.
1045
1046 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1047 Require tramp-cmds.el.
1048 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1049 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1050 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1051 (tramp-do-copy-or-rename-file-out-of-band)
1052 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1053 possible, because we don't need to create the temporary file, but
1054 we need a prefix for ssh, which has its own temporary file handling.
1055 (tramp-handle-delete-directory): Add "-f" to rmdir.
1056 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1057 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1058 a signal, in order to give the callee a chance to suppress.
1059 (tramp-handle-write-region): Set owner also in case of short
1060 track. Don't use compatibility calls for `write-region' anymore.
1061 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1062 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1063
1064 * net/tramp-cmds.el: New file.
1065
1066 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1067 `tramp-clear-passwd'.
1068
1069 * net/trampver.el: Update release number.
1070
1071 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1072
1073 * progmodes/gud.el (gud-target-name): Move definition before use.
1074
1075 * progmodes/dcl-mode.el: Require imenu at compile time.
1076
1077 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1078 Pacify byte-compiler.
1079
1080 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1081
1082 * eshell/esh-mode.el (eshell-handle-ansi-color):
1083 Require ansi-color at compile time too.
1084
1085 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1086
1087 * w32-fns.el: Require w32-vars.
1088
1089 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1090 time too.
1091
1092 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * double.el ([ignore]): Use `ignore'.
1095 (double-setup): Inline into double-mode.
1096 (double-mode): Use define-minor-mode.
1097
1098 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1099
1100 * textmodes/reftex.el: Move require easymenu before first use.
1101 (reftex-info): Require info at compile too.
1102
1103 * textmodes/org-publish.el (org-publish-org-to-html)
1104 (org-publish-org-to): Require org at compile time too.
1105 (org-publish-attachment): Require at compile time too.
1106
1107 * term/tty-colors.el (w32-tty-standard-colors):
1108 Pacify byte-compiler.
1109
1110 * term/pc-win.el (frame-creation-function-alist): Add to this
1111 instead of setting frame-creation-function.
1112
1113 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1114
1115 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1116
1117 * calendar/todo-mode.el: Require calendar at compile time.
1118
1119 * calendar/cal-hebrew.el: Require holidays at compile time.
1120
1121 * w32-vars.el: Provide w32-vars.
1122
1123 * term/w32-win.el: Require w32-vars.
1124 (w32-color-map): Pacify byte-compiler.
1125
1126 * loadup.el: Load w32-vars before term/w32-win.
1127
1128 2007-10-20 Juri Linkov <juri@jurta.org>
1129
1130 * textmodes/fill.el (fill-paragraph): When the region is active,
1131 don't try other `or' branches regardless of the value returned by
1132 fill-region; just return t.
1133
1134 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1135
1136 * vc.el (vc-do-command): Condition out a misleading message when
1137 running asynchronously.
1138 (vc-deduce-fileset): New argument enables using an unregistered
1139 visited file as a singleton fileset if nothing else is available.
1140 (vc-next-action): Restore file-registering behavior.
1141
1142 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1143
1144 * calc/README: Add recent news.
1145
1146 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1147
1148 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1149 (x-gtk-map-stock): Delete duplicated definitions from merge.
1150
1151 * progmodes/compile.el (compilation-skip-to-next-location)
1152 (compilation-skip-threshold, compilation-skip-visited):
1153 Move definitions earlier.
1154
1155 * play/decipher.el (decipher-keypress):
1156 * play/zone.el (zone-fall-through-ws):
1157 * play/landmark.el (lm-move-down, lm-move-up):
1158 * play/handwrite.el (handwrite):
1159 * mail/mspools.el (mspools-visit-spool):
1160 * wdired.el (wdired-next-line, wdired-previous-line):
1161 * tar-mode.el (tar-subfile-save-buffer):
1162 * scroll-lock.el (scroll-lock-next-line)
1163 (scroll-lock-previous-line):
1164 * image-dired.el (image-dired-next-line)
1165 (image-dired-previous-line):
1166 * ediff-help.el (ediff-help-message-line-length):
1167 Use forward-line.
1168
1169 * smerge-mode.el (smerge-auto-refine):
1170 * diff-mode.el (diff-auto-refine): Add :group.
1171
1172 * play/yow.el: Require doctor at compile time.
1173
1174 * vmsproc.el: Provide vmsproc.
1175 (command-send-input): Use forward-line.
1176
1177 * vms-patch.el: Require ps-print and vmsproc at compile time.
1178
1179 * vc-mtn.el (log-view-message-re, log-view-file-re)
1180 (log-view-font-lock-keywords): Pacify byte-compiler.
1181
1182 * vc-hg.el: Require log-view at compile time.
1183
1184 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1185
1186 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1187
1188 2007-10-20 Glenn Morris <rgm@gnu.org>
1189
1190 * progmodes/f90.el (f90-font-lock-keywords-2)
1191 (f90-looking-at-type-like): Fix regexp typos.
1192
1193 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1196 (bs-mode): Set mode-class property to special.
1197
1198 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * diff-mode.el (diff-auto-refine): New var.
1201 (diff-hunk): Use it.
1202 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1203 (diff-refine-change): Rename from diff-fine-change. Change it.
1204 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1205 (diff-refine-hunk): Rename from diff-fine-highlight.
1206
1207 2007-10-20 John Paul Wallington <jpw@pobox.com>
1208
1209 * help-fns.el (describe-variable-custom-version-info): New function
1210 to return variable's version or package version note.
1211 (describe-variable): Use it, display result.
1212
1213 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * smerge-mode.el (smerge-auto-refine): New var.
1216 (smerge-next, smerge-prev): Use it.
1217 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1218
1219 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1220 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1221
1222 * vc-bzr.el (vc-bzr-diff-tree):
1223 * vc-git.el (vc-git-diff-tree):
1224 * vc-hg.el (vc-hg-diff-tree):
1225 * vc-mcvs.el (vc-mcvs-diff-tree):
1226 * vc-mtn.el (vc-mtn-diff-tree):
1227 * vc-svn.el (vc-svn-diff-tree): Remove.
1228
1229 * vc-mtn.el (vc-mtn-revision-completion-table):
1230 * vc-cvs.el (vc-cvs-revision-completion-table):
1231 * vc-arch.el (vc-arch-revision-completion-table):
1232 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1233 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1234 Make it work when the arg is a list of files.
1235
1236 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1239 Also `revision-completion-table' now takes a list of files.
1240 (vc-deduce-fileset): Remove unused var `regexp'.
1241 Only obey allow-directory-wildcard in dired buffers.
1242 (vc-default-diff-tree): Remove.
1243 (vc-diff-added-files): New var.
1244 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1245 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1246 Remove the `backend' arg.
1247 (vc-contains-version-controlled-file): Remove.
1248 (vc-diff): Bring it closer to the version in Emacs-22.
1249 (vc-revert): Fix typo in let-binding.
1250 (vc-default-unregister): Remove.
1251 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1252
1253 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * textmodes/two-column.el (2C-split, 2C-merge):
1256 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1257 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1258 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1259 * progmodes/ada-xref.el (ada-get-all-references):
1260 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1261 * emulation/vi.el (vi-previous-line-first-nonwhite)
1262 (vi-effective-range, vi-put-before):
1263 * emulation/edt.el (edt-next-line, edt-previous-line)
1264 (edt-paragraph-forward): Use forward-line.
1265
1266 * progmodes/etags.el (tags-apropos): Require apropos at compile
1267 time too.
1268
1269 * progmodes/prolog.el: Require comint when compiling.
1270 (inferior-prolog-flavor): Move defvar before use.
1271
1272 2007-10-19 Richard Stallman <rms@gnu.org>
1273
1274 * font-core.el (turn-on-font-lock-if-desired):
1275 Rename from `turn-on-font-lock-if-enabled'.
1276 Fully obey `font-lock-global-modes'.
1277
1278 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1281 which will not affect the behavior of things like forward-word.
1282 (diff-fine-highlight): Preserve point.
1283
1284 * doc-view.el (doc-view-mode-map): Use remapping.
1285 Don't rebind C-v, M-v to their default value.
1286 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1287
1288 * smerge-mode.el: Add word-granularity refinement.
1289 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1290 (smerge-refine-weight-hack): New vars.
1291 (smerge-refine-forward): New fun.
1292 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1293 (smerge-refine-subst): Use them as well. Preserve point.
1294
1295 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * follow.el (follow-unload-function): New function.
1298
1299 * loadhist.el (unload-function-features-list):
1300 Rename from `unload-hook-features-list'.
1301 (unload-hook-features-list): Add as obsolete alias.
1302 (unload-feature): Use `unload-function-features-list'
1303 and new FEATURE-unload-function.
1304
1305 2007-10-19 Glenn Morris <rgm@gnu.org>
1306
1307 * bindings.el (mouse-minor-mode-menu)
1308 (minor-mode-menu-from-indicator): Move to mouse.el.
1309 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1310 Move here from bindings.el.
1311
1312 2007-10-19 Richard Stallman <rms@gnu.org>
1313
1314 * help-fns.el (describe-function-1): Don't use the advice origname
1315 if it has no function definition.
1316
1317 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1318
1319 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1320 Use `save-restriction' rather than `widen'.
1321
1322 2007-10-18 Richard Stallman <rms@gnu.org>
1323
1324 * time.el (display-time-world-time-format): Display day # not month #.
1325
1326 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1327
1328 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1329
1330 * doc-view.el: Remove version keyword.
1331 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1332 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1333 (doc-view-ghostscript-options): Improve custom type.
1334 (doc-view-cache-directory, doc-view-conversion-buffer)
1335 (doc-view-conversion-refresh-interval): Simplify custom type.
1336
1337 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1338
1339 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1340 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1341 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1342 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1343 Remove superfluous messages.
1344 (doc-view-mode-map): Use the image-mode scrolling commands.
1345 Don't rebind C-x k.
1346
1347 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1348
1349 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1350 Add comment about "-dSAFER".
1351
1352 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * term/xterm.el: Don't require xt-mouse.
1355 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1356 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1357
1358 * xt-mouse.el: Don't change the global function-key-map anny more.
1359 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1360 Don't use after-make-frame-functions now that term/xterm.el calls
1361 us directly.
1362 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1363 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1364 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1365 Setup input-decode-map and remember that xterm-mouse-mode was
1366 enabled in this terminal.
1367 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1368 terminals where it has been enabled.
1369
1370 * faces.el (tty-create-frame-with-faces): Make sure not only
1371 tty-run-terminal-initialization but also set-locale-environment
1372 are run only once per terminal.
1373 (tty-run-terminal-initialization): Don't check if the terminal was
1374 already initted.
1375
1376 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1377 not to remove keymaps that just happen to inherit from one of ours.
1378 When setting up our keymap, make sure it won't be accidentally
1379 modified by someone else.
1380
1381 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1382
1383 * textmodes/artist.el (artist-previous-line, artist-next-line):
1384 * dired.el (dired-next-line, dired-previous-line):
1385 * progmodes/delphi.el (delphi-newline):
1386 * textmodes/org.el (org-columns-eval):
1387 Use forward-line.
1388
1389 * emerge.el (emerge-setup): Use insert-buffer-substring.
1390 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1391
1392 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1395 (adaptive-fill-function): Doc fix. Remove * from docstring.
1396
1397 2007-10-18 Tom Horsley <tom.horsley@att.net>
1398
1399 * simple.el (interprogram-paste-function): Doc fix.
1400 (current-kill): Accept list of strings as well
1401 as single string from `interprogram-paste-function'.
1402
1403 2007-10-18 Glenn Morris <rgm@gnu.org>
1404
1405 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1406
1407 2007-10-18 Drew Adams <drew.adams@oracle.com>
1408
1409 * bindings.el (mode-line-minor-mode-keymap):
1410 Add mouse-minor-mode-menu on mouse-1.
1411 (mode-line-modes): Add mouse-1 to help-echo text.
1412 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1413 New functions.
1414 (mode-line-minor-mode-help): Doc fix.
1415
1416 2007-10-17 Juri Linkov <juri@jurta.org>
1417
1418 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1419 at the request of RMS.
1420 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1421 arg `region'. Fix docstring. At the first `or' branch add call to
1422 `fill-region' if it the region is active in transient-mark-mode.
1423
1424 * bindings.el (esc-map): Bind M-q to fill-paragraph
1425 instead of fill-paragraph-or-region.
1426
1427 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1428 with fill-paragraph.
1429
1430 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1431 Fix docstring.
1432
1433 * indent.el (indent-for-tab-command): Change interactive spec from
1434 "P" to "p". Add check for interactive arg before indenting the
1435 active region.
1436
1437 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1438 Regroup.
1439
1440 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1441
1442 * emacs-lisp/find-func.el: Don't require loadhist.
1443
1444 * loadhist.el (feature-symbols, file-provides, file-requires)
1445 (file-set-intersect, file-dependents): Simplify.
1446 (unload-feature-special-hooks): Update list of special hooks.
1447
1448 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1449
1450 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1451 extensions since they can be viewed with doc-view.
1452
1453 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1454 for pdf, ps and dvi files.
1455
1456 * doc-view.el: Make doc-view-mode the standard mode for viewing
1457 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1458 text and image display. Add binding C-c C-e to switch to an
1459 editing mode.
1460 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1461 avoid security problems when rendering files from untrusted sources.
1462
1463 2007-10-17 Aaron Hawley <aaronh@garden.org>
1464
1465 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1466 position is not saved.
1467
1468 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1469
1470 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1471 (doc-view-ghostscript-options): Fix typo in doc string.
1472
1473 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1476 handling, so compilation-fake-loc works again.
1477
1478 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1479 (server-process-filter): Revert last change.
1480
1481 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1482 behavior unrelated to filesets.
1483
1484 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1485
1486 * longlines.el (longlines-wrap-follows-window-size): Integer value
1487 specifies wrapping margin.
1488 (longlines-mode, longlines-window-change-function):
1489 Set window-specific wrapping margin based on the above.
1490
1491 2007-10-17 John Wiegley <johnw@newartisans.com>
1492
1493 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1494
1495 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1496
1497 * server.el (server-process-filter): Only set display if X11 is
1498 supported.
1499
1500 2007-10-17 Glenn Morris <rgm@gnu.org>
1501
1502 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1503 Tweak regexp to avoid stack overflow.
1504
1505 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * simple.el (reindent-then-newline-and-indent): Don't assume that
1508 indent-according-to-mode preserves point.
1509
1510 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1513 (bs--nth-wrapper): Simplify.
1514 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1515 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1516 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1517 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1518 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1519 (bs-configurations, bs-default-configuration)
1520 (bs-alternative-configuration, bs-cycle-configuration-name)
1521 (bs-string-show-always, bs-string-show-never, bs-string-current)
1522 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1523 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1524 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1525 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1526 (bs--window-config-coming-from): Revert 2006-11-09 change.
1527 (bs--restore-window-config): Keep the selected frame.
1528 (bs--track-window-changes, bs--remove-hooks): New functions.
1529 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1530 (bs--create-header): Remove.
1531 (bs--create-header-line): New function, based on `bs--create-header'.
1532 (bs--show-header): Use `bs--create-header-line'.
1533 (bs--show-with-configuration): Revert 2006-11-09 change.
1534 Don't reuse window unless it is visible on the selected frame.
1535 Restore window configuration (possibly in a different frame)
1536 before creating any window.
1537
1538 2007-10-16 Glenn Morris <rgm@gnu.org>
1539
1540 * simple.el (blink-matching-open): Don't report false errors with
1541 the `$' syntax class.
1542
1543 2007-10-16 Richard Stallman <rms@gnu.org>
1544
1545 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1546 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1547 (ad-is-advised, ad-get-advice-info-field)
1548 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1549
1550 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1553 (vc-default-working-revision): Compatibility for backends.
1554
1555 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1558 (filesets-ormap, filesets-sort-case-sensitive-flag)
1559 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1560 Fix typos in docstrings.
1561 (filesets-conditional-sort, filesets-find-or-display-file)
1562 (filesets-data-get-name, filesets-data-get-data)
1563 (filesets-data-set, filesets-cmd-query-replace-getargs)
1564 (filesets-ingroup-collect): Doc fixes.
1565
1566 2007-10-15 Sam Steingold <sds@gnu.org>
1567
1568 * mail/sendmail.el (sendmail-error-reporting-interactive)
1569 (sendmail-error-reporting-non-interactive): New variables for
1570 sendmail error reporting options to simplify support for imperfect
1571 sendmail emulators.
1572 (sendmail-send-it): Use them instead of list literals.
1573
1574 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * help-fns.el: Revert previous change; it creates a
1577 dependency loop between advice.el and help-fns.el.
1578
1579 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1580
1581 * help-fns.el: Require advice when compiling.
1582
1583 2007-10-14 Drew Adams <drew.adams@oracle.com>
1584
1585 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1586 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1587 (ring-next, ring-previous): New functions.
1588
1589 2007-10-14 Richard Stallman <rms@gnu.org>
1590
1591 * emacs-lisp/advice.el (documentation): Advice deleted.
1592 Doc for advised functions is now handled at C level.
1593 (ad-stop-advice, ad-start-advice): Don't enable or disable
1594 advice for `documentation'.
1595 (ad-advised-definition-docstring-regexp): Var deleted.
1596 (ad-make-advised-definition-docstring): Store orig name
1597 as text property of string.
1598 (ad-advised-definition-p): Check for text property of docstring.
1599
1600 * help-fns.el (describe-function-1): Find source of advised functions.
1601
1602 2007-10-14 Juri Linkov <juri@jurta.org>
1603
1604 * faces.el (describe-face): Allow handling a string as the face name.
1605
1606 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1607 active region in transient-mark-mode.
1608 (ispell-region): Change messages displayed at the start and end of
1609 the spell-checking to be the same.
1610
1611 * startup.el (fancy-startup-tail): Say exactly what does the button
1612 dismiss ("Dismiss this startup screen"). Use text "Never show
1613 it again" for the checkbox after this button.
1614 (fancy-startup-screen, fancy-about-screen): Put point before the
1615 first link, so the user can quickly select links with the keyboard.
1616 (normal-mouse-startup-screen): Add more useful text describing how
1617 to follow a link.
1618
1619 2007-10-14 Glenn Morris <rgm@gnu.org>
1620
1621 * progmodes/etags.el (select-tags-table): Disable undo in the
1622 `*Tags Table List*' buffer.
1623
1624 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1625
1626 * dired.el (dired-warn-writable): New face.
1627 (dired-warn-writable-face): New variable.
1628 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1629 of dired-warning-face, for group- and world-writable files.
1630
1631 2007-10-13 Richard Stallman <rms@gnu.org>
1632
1633 * files.el (directory-abbrev-alist): Doc fix.
1634
1635 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1636
1637 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1638
1639 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1640
1641 * frame.el (set-frame-configuration): Assign name parameter only
1642 if it has been set explicitly before.
1643
1644 2007-10-11 Tom Tromey <tromey@redhat.com>
1645
1646 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1647 frame is visible.
1648
1649 2007-10-10 Richard Stallman <rms@gnu.org>
1650
1651 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1652 in *Backtrace*.
1653
1654 * faces.el (face-font-selection-order): Doc fix.
1655
1656 * loadhist.el (unload-feature): Doc fix.
1657
1658 2007-10-13 Glenn Morris <rgm@gnu.org>
1659
1660 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1661 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1662 Add doc string, and an explicit COUNT argument.
1663 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1664 `inc' to search functions.
1665
1666 * faces.el (face-spec-set): When FRAME is nil, set the default for
1667 new frames (restores pre-2007-09-17 behavior). Doc fix.
1668
1669 2007-10-13 John W. Eaton <jwe@octave.org>
1670
1671 * progmodes/octave-mod.el (octave-looking-at-kw)
1672 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1673 New functions.
1674 (octave-in-defun-p, calculate-octave-indent)
1675 (octave-blink-matching-block-open, octave-beginning-of-defun)
1676 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1677 to search for regexps that contain case-sensitive keywords.
1678 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1679 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1680
1681 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1684 Do not use a single clause cond.
1685
1686 * cus-start.el (all): Use test that does not match the X11 version
1687 for mac.
1688
1689 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1690
1691 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1692 BROWSE buffer.
1693
1694 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1695
1696 * cus-start.el (all): Undo previous change.
1697
1698 2007-10-13 Glenn Morris <rgm@gnu.org>
1699
1700 * woman.el (woman0-rename): Fix paren typo.
1701
1702 * mail/feedmail.el (feedmail-run-the-queue)
1703 (feedmail-look-at-queue-directory):
1704 * mail/reporter.el (reporter-dump-state):
1705 * net/eudc-hotlist.el (eudc-edit-hotlist):
1706 * net/eudc.el (eudc-display-records)
1707 (eudc-filter-duplicate-attributes)
1708 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1709 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1710 (eudc-bbdb-query-internal):
1711 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1712 * net/socks.el (socks-build-auth-list):
1713 * progmodes/cc-cmds.el (top level):
1714 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1715 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1716 (cperl-write-tags, cperl-tags-treeify):
1717 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1718 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1719 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1720 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1721 (idlwave-toolbar-remove-everywhere):
1722 * progmodes/idlwave.el (idlwave-indent-line)
1723 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1724 (idlwave-write-paths, idlwave-all-method-classes)
1725 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1726 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1727 (idlwave-complete-in-buffer):
1728 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1729 (org-fast-tag-selection):
1730 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1731 than mapcar.
1732
1733 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1734
1735 * diff-mode.el (diff-fine-change): Add :group.
1736
1737 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1738
1739 * cus-start.el (all): Use the same test as the 22.2 branch.
1740
1741 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * diff-mode.el (diff-current-defun): Force recomputation of
1744 change-log-default-name.
1745
1746 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1749 and some leftover logic regarding dedicated frames. If showing
1750 concise startup screen, fit window to buffer.
1751 (command-line-1): If we will be using the splash screen, use
1752 find-file instead of find-file-other-window to find additional files.
1753 Comment out unused code for coping with the old sit-for behavior.
1754
1755 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1758 `meta' modifier consistently, rather than using sometimes meta
1759 sometimes alt.
1760
1761 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1762
1763 * window.el (handle-select-window): Revert part of 2007-10-08
1764 change setting the input focus.
1765
1766 2007-10-12 Glenn Morris <rgm@gnu.org>
1767
1768 * startup.el (command-line): Do not read abbrev file in batch mode.
1769
1770 * emacs-lisp/byte-opt.el (top level):
1771 * mail/rmail.el (rmail-list-to-menu):
1772 * obsolete/hilit19.el (hilit-mode):
1773 * progmodes/cc-mode.el (c-postprocess-file-styles)
1774 (c-submit-bug-report):
1775 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1776 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1777 (reftex-access-parse-file):
1778 * textmodes/reftex-cite.el (reftex-do-citation)
1779 (reftex-insert-bib-matches):
1780 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1781 * textmodes/reftex-sel.el (reftex-select-unmark):
1782 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1783 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1784
1785 * cus-edit.el (custom-variable-menu, custom-face-menu)
1786 (custom-group-menu): Check init-file-user rather than
1787 user-init-file, in case cus-edit is loaded by site-run-file.
1788
1789 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * vc.el (vc-deduce-fileset): Delete unused code.
1792 (vc-next-action): Fix typos.
1793
1794 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * bs.el (bs--mark-unmark): New function.
1797 (bs-mark-current, bs-unmark-current): Use it.
1798
1799 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1800
1801 * vc.el (vc-diff):
1802 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1803 temporarily disable the check for his edge case of
1804 vc-diff (stopping it from grinding when called from $HOME), as
1805 it's calling some brittle code in vc-hooks.el.
1806 (with-vc-properties): Fix evaluation time of a macro argument.
1807 * ediff-vers.el (ediff-vc-internal):
1808 * vc-hooks.el:
1809 * loaddefs.el: Follow up on VC terminology change.
1810
1811 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * follow.el (follow-stop-intercept-process-output):
1814 Use `follow-call-process-filter' rather than `process-filter'.
1815 Simplify.
1816 * vc.el (vc0iff): Prevent errors in an edge case.
1817
1818 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1819
1820 * vc-hooks.el (vc-registered): Robustify this function a bit
1821 against filenames with no directory component.
1822
1823 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * international/characters.el: Undo unwanted and unexplained change.
1826
1827 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1828
1829 * ps-print.el: Fix the usage of :foreground and :background face
1830 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1831 (ps-print-version): New version 6.7.6.
1832 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1833 Fix code.
1834 (ps-face-foreground-color-p, ps-face-background-color-p)
1835 (ps-face-color-p): New inline funs.
1836
1837 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1838
1839 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1840 (org-complete): Use `org-additional-option-like-keywords'.
1841 (org-parse-local-options): New function.
1842
1843 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1844
1845 * textmodes/org.el (org-in-clocktable-p): New function.
1846 (org-clock-report): Only update the table at point, or insert a new one.
1847 (org-clock-goto): New function.
1848 (org-open-file): Use `start-process-shell-command' instead of
1849 `shell-command' with an ampersand.
1850 (org-deadline, org-schedule): New argument REMOVE to remove the
1851 date from the entry.
1852 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1853 argument to `org-schedule' and `org-deadline'.
1854 (org-trim): Use the correct expressions for beginning and end of
1855 the string.
1856 (org-get-cleaned-entry): Trim the string before returning it.
1857 (org-clock-find-position): New function.
1858 (org-clock-into-drawer): New option.
1859 (org-agenda-tags-column): Rename from
1860 `org-agenda-align-tags-to-column'.
1861 (org-agenda-align-tags): Allow negative values for
1862 `org-agenda-tags-column'.
1863 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1864 (org-agenda-to-appt): New optional argument FILTER.
1865 (org-completion-fallback-command): New variable.
1866 (org-complete): Use `org-completion-fallback-command'.
1867 (org-find-base-buffer-visiting): Catch the case that there is no
1868 buffer visiting the file.
1869 (org-property-or-variable-value): New function.
1870 (org-todo): Use `org-property-or-variable-value'
1871 (org-agenda-compact-blocks): New option.
1872 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1873 (org-agenda-schedule, org-agenda-deadline):
1874 Call `org-agenda-show-new-time'.
1875 (org-agenda-show-new-time): New argument PREFIX.
1876 (org-colgroup-info-to-vline-list): Fix but that cause a
1877 shift in the vertical lines.
1878 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1879 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1880 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1881 (org-fix-bullet-type): Remove argument.
1882 (org-read-date): Check for am/pm twice, to catch the end time.
1883 (org-goto-map): Use `suppress-keymap'.
1884 (org-remember-apply-template): Respect the dynamically scoped
1885 selection character.
1886
1887 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1888
1889 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1890 Renaming of `org-latex-protect'.
1891 (org-export-latex-emphasis-alist): By default, don't protect
1892 any emphasis formatter from further conversion.
1893 (org-export-latex-tables): Honor column grouping for tables.
1894 (org-export-latex-title-command): New option.
1895 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1896 export backslash character.
1897
1898 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * frame.el (frame-inherited-parameters): Remove unused `environment'
1901 parameter, and let server.el add `client' when needed.
1902
1903 * server.el (server-create-tty-frame)
1904 (server-create-window-system-frame): Set frame-inherited-parameters.
1905
1906 * frame.el (frame-inherited-parameters): New var.
1907 (make-frame): Use it.
1908
1909 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1910
1911 * env.el (let-environment): Remove. Unused.
1912 (read-envvar-name): Simplify.
1913 (setenv): Remove unused arg `frame'.
1914
1915 * help-fns.el (describe-variable): Add missing " " for multiline
1916 obsolescence info and missing EOL after global value.
1917
1918 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1919
1920 * add-log.el:
1921 * ediff-vers.el:
1922 * log-view.el:
1923 * pcvs.el:
1924 * vc-arch.el:
1925 * vc-bzr.el:
1926 * vc-cvs.el:
1927 * vc.el:
1928 * vc-git.el:
1929 * vc-hg.el:
1930 * vc-hooks.el:
1931 * vc-mcvs.el:
1932 * vc-mtn.el:
1933 * vc-rcs.el:
1934 * vc-sccs.el:
1935 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1936 {find,init,next,previous,annotate-*,log}-version ->
1937 {find,init,next,previous,annotate-*,log}-revision,
1938 annotate-focus-version -> annotate-working-revision, The term
1939 'focus' is gone. The term 'revision' is now used consistently
1940 everywhere that reference to a revision ID is intended, replacing
1941 older use of 'version'.
1942
1943 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * follow.el: Change all instances of "Follow Mode" to "Follow
1946 mode" in docstrings and messages.
1947 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1948
1949 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1950
1951 * vc.el (vc-next-action): Rewrite completely; this principal
1952 entry point now operates on a current fileset selected either
1953 explicitly via VC-Dired or implicitly by visiting a file buffer,
1954 rather than always operating on the file of the current buffer as
1955 in older versions. Rewrite the rest of the mode to match.
1956 (with-vc-properties): Rewrite to operate on a file list.
1957 (with-vc-file): vc-checkin takes a file list argument now.
1958 (vc-post-command-functions): This hook now receives a file list.
1959 (vc-do-command): Take a either a file or a file list as argument.
1960 (vc-deduce-fileset): New function for deducing a file list to
1961 operate on.
1962 (vc-next-action-on-file, vc-next-action-dired): Remove.
1963 Merge into vc-next-action.
1964 (vc-register): Adapt to the fact that vc-start-entry now takes a
1965 file list.
1966 (vc-register-with): New function.
1967 (vc-start-entry): Take a file list argument rather than a
1968 file argument.
1969 (vc-checkout): Cope with vc-start-entry taking a file list.
1970 (vc-steal-lock): Cope with with-vc-properties taking a
1971 file list.
1972 (vc-checkin): Take a file list argument rather than a file argument.
1973 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1974 (vc-diff-internal): Rewrite for filesets.
1975 (vc-diff-sentinel): New function, tests whether changes were
1976 written into a diff buffer.
1977 (vc-diff): Rewrite for filesets.
1978 (vc-version-diff): Rewrite for filesets.
1979 (vc-print-log): Take a fileset argument.
1980 (vc-revert): Revert the entire selected fileset, not just the
1981 current buffer.
1982 (vc-rollback): Roll back the entire selected fileset, if
1983 possible. No longer accepts a prefix argument.
1984 (vc-update): Merge new changes for the entire selected
1985 fileset, not just the current buffer.
1986 (vc-revert-file): Cope with with-vc-properties taking a file list.
1987 (vc-default-dired-state-info): Add + status suffix if the file is
1988 modified.
1989 (vc-annotate-warp-version): Use the new diff machinery.
1990 (vc-log-edit): Take a file list argument rather than a file argument.
1991
1992 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
1993
1994 Sync with Tramp 2.1.11.
1995
1996 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1997 Pacify byte compiler.
1998
1999 * net/trampver.el: Update release number.
2000
2001 2007-10-09 Richard Stallman <rms@gnu.org>
2002
2003 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2004
2005 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * follow.el: Require easymenu.
2008 (follow-mode-hook, follow-mode): Doc fixes.
2009 (follow-mode-off-hook): Mark as obsolete.
2010
2011 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2012
2013 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2014 select-window or select-frame events.
2015 (handle-select-window): When autoselecting window set input
2016 focus. Restructure.
2017
2018 * frame.el (focus-follows-mouse): Move to frame.c.
2019 * cus-start.el (all): Add focus-follows-mouse.
2020
2021 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2024 activate font-locking in the *buffer-selection* buffer.
2025 (bs-show-sorted): Doc fix.
2026
2027 * bs.el (bs--get-marked-string, bs--get-modified-string)
2028 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2029 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2030 (bs--format-aux): Doc fix.
2031
2032 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2033
2034 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2035
2036 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2037
2038 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2039 (gud-gdb): New function for old M-x gdb (text command mode).
2040 (gud-gdb-command-name, gdb): Move to...
2041
2042 * progmodes/gdb-ui.el: ...here and adapt doc string.
2043 (gud-gdba-command-name, gdba): Delete.
2044
2045 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * bs.el: Don't defvar `font-lock-verbose'.
2048 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2049 (bs--get-file-name): Fix typos in docstrings.
2050 (bs--show-header): Use `dolist' instead of `mapcar'.
2051 (bs-mode): Set `show-trailing-whitespace' to nil.
2052 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2053 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2054 Doc fixes.
2055
2056 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2057
2058 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2059
2060 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gud.el (gdb): Make graphical mode the default and
2063 switch to text command mode if appropriate, i.e., reverse previous
2064 arrangement.
2065 (gud-gdb-marker-filter): Adapt for above change.
2066
2067 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2068 gud-minor-mode and gud-marker-filter.
2069 (gdb-fullname-regexp): New variable.
2070 (gud-gdba-marker-filter): Use it to switch to text command
2071 mode if appropriate.
2072
2073 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2074
2075 * progmodes/gud.el (gud-display-line): Find source buffer even when
2076 GUD buffer has its own frame.
2077
2078 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2079
2080 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2081
2082 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2083
2084 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2085
2086 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2087
2088 * allout.el (allout-before-change-handler): Replace got-char by
2089 goto-char.
2090
2091 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2094 Used to try and automatically enabled smerge-mode in the presence of
2095 conflicts and to call `svn resolved' when the conflicts are gone.
2096 (vc-svn-parse-status): Remember the svn-specific status.
2097
2098 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2099
2100 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2101 menu-bar-apropos-menu. All users changed.
2102 (menu-bar-help-menu): Change menu symbols to better match the text
2103 displayed by the menu.
2104
2105 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2106
2107 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2108 #, @, : and ^.
2109
2110 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2111
2112 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2113
2114 * log-view.el (log-view-mode-map): Likewise.
2115
2116 * diff-mode.el (diff-mode-shared-map): Likewise.
2117
2118 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * files.el (file-name-sans-versions): Also allow `A-Z'.
2121
2122 * vc.el: Mention all supported VC backends.
2123
2124 2007-10-08 Richard Stallman <rms@gnu.org>
2125
2126 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2127 neighbouring buttons.
2128
2129 2007-10-08 Andreas Schwab <schwab@suse.de>
2130
2131 * files.el (file-name-sans-versions): Also allow `_'.
2132
2133 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2134
2135 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2136
2137 * log-view.el (log-view-mode-map, log-view-mode-menu):
2138 Bind log-view-annotate-version.
2139 (log-view-beginning-of-defun, log-view-end-of-defun)
2140 (log-view-annotate-version): New functions.
2141 (log-view-mode): Use log-view-beginning-of-defun and
2142 log-view-end-of-defun.
2143
2144 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2147
2148 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2151 neighbouring buttons.
2152
2153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2154 Recognize gcc's use of "note" for informational messages.
2155
2156 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2159 (css-mode): Update correspondingly.
2160
2161 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2162
2163 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2164 Signed-off-by, Acked-by and Merge.
2165
2166 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2169
2170 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * vc-mtn.el: New file.
2173
2174 * vc-hooks.el (vc-handled-backends): Add Mtn.
2175
2176 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2177
2178 * files.el (find-file, find-file-other-window)
2179 (find-file-other-frame, find-file-existing, find-file-read-only)
2180 (find-file-read-only-other-window)
2181 (find-file-read-only-other-frame)
2182 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2183
2184 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2185
2186 * progmodes/gud.el (gdb-ready): New variable.
2187 (gdb): Set it to nil. Set gud-running to nil here...
2188 (gud-common-init): ...instead of here.
2189
2190 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2191 Use gdb-ready. Discard input until GDB is ready to accept it.
2192
2193 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2194
2195 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2196 make it show up with eight colors.
2197
2198 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2201 diffs are concatenated with no intervening line.
2202
2203 2007-10-08 Dave Love <fx@gnu.org>
2204
2205 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2206 (python-font-lock-keywords): Update to the 2.5 version of the language.
2207 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2208 (python-backspace): Only behave funny in code.
2209 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2210 (inferior-python-mode): Add PDB prompt regexp.
2211 (python-fill-paragraph): Refine the fenced-string regexp.
2212 (python-find-imports): Handle imports spanning several lines.
2213 (python-mode): Add `class' to hideshow support.
2214
2215 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2218 Use add-log-buffer-file-name-function rather than binding
2219 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2220 when `fi' is the ChangeLog file itself.
2221
2222 * outline.el (outline-flag-region): Use front-advance.
2223
2224 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2225
2226 * progmodes/cperl-mode.el: Merge upstream 5.23.
2227 (cperl-where-am-i): Remove function.
2228 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2229 (cperl-sniff-for-indent): De-invert [string] and [comment].
2230 When looking for label, skip s:m:y:tr.
2231 (cperl-indent-line): Likewise.
2232 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2233 (cperl-windowed-init): Wrong `ps-print' handling.
2234 Both thanks to Chong Yidong.
2235 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2236 (cperl-find-pods-heres): If the second part of s()[] is missing,
2237 don't try to highlight delimiters...
2238
2239 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * progmodes/compile.el (compilation-get-file-structure): Complete last
2242 change by also using spec-directory in the puthash.
2243
2244 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2245
2246 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2247 (vc-bzr-status): Fix shadowing of variable 'status'.
2248 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2249 Use `expand-file-name' instead of `concat'.
2250 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2251 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2252
2253 2007-10-08 Jason Rumney <jasonr@gnu.org>
2254
2255 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2256
2257 2007-10-08 Richard Stallman <rms@gnu.org>
2258
2259 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2260 Add `safe-local-variable' property.
2261 (lisp-body-indent): Likewise.
2262
2263 2007-10-08 Richard Stallman <rms@gnu.org>
2264
2265 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2266 Add doc string.
2267
2268 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2269
2270 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2271
2272 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2273
2274 * repeat.el (repeat): Use last-repeatable-command instead of
2275 real-last-command. Run pre- and post-command hooks for
2276 self-insertion. Update doc-string.
2277
2278 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2279
2280 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2281 state of the file.
2282 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2283 (vc-git-create-repo): Fix invalid command.
2284
2285 2007-10-08 Richard Stallman <rms@gnu.org>
2286
2287 * textmodes/flyspell.el (flyspell-mode):
2288 Catch errors in flyspell-mode-on.
2289
2290 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2291
2292 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2293
2294 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * international/encoded-kb.el (encoded-kbd-setup-display):
2297 Use input-decode-map rather than local-key-translation-map.
2298
2299 * term/rxvt.el (rxvt-alternatives-map): New map.
2300 (terminal-init-rxvt): Use it.
2301 Bind rxvt-function-map in input-decode-map.
2302
2303 * term/xterm.el (xterm-alternatives-map): New map.
2304 (terminal-init-xterm): Use it.
2305 Bind xterm-function-map in input-decode-map.
2306
2307 * term/x-win.el (x-alternatives-map): New var.
2308 (x-setup-function-keys): Use it.
2309
2310 * help-fns.el (describe-variable): Slightly change the layout of
2311 meta-info to separate it better from the docstring.
2312 Standardize insertion of extra empty lines in various circumstances.
2313
2314 * diff-mode.el (diff-hunk-style): New fun.
2315 (diff-end-of-hunk): Use it.
2316 (diff-context->unified): Use the new `apply' undo element,
2317 if applicable, so as to save undo-log space.
2318 (diff-fine-change): New face.
2319 (diff-fine-highlight-preproc): New function.
2320 (diff-fine-highlight): New command.
2321 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2322
2323 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2324 (smerge-refine-highlight-change): Add `props' argument.
2325 (smerge-refine-subst): New function holding most of smerge-refine.
2326 (smerge-refine): Use it.
2327
2328 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2329
2330 * vc.el (vc-default-wash-log): Remove unused code, the
2331 log washers all live in the backends now.
2332 (vc-default-comment-history): Correct for the fact
2333 that wash-log is argumentless in the new API.
2334
2335 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2336
2337 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2338 (tramp-maybe-send-script): Apply `member' but `memq'.
2339 (tramp-advice-file-expand-wildcards): Simplify implementation.
2340
2341 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2344
2345 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2346 (minibuf-depth-setup-minibuffer): Use it.
2347
2348 2007-10-07 Glenn Morris <rgm@gnu.org>
2349
2350 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2351 version numbers.
2352
2353 2007-10-06 Juri Linkov <juri@jurta.org>
2354
2355 * textmodes/fill.el (fill-paragraph-or-region): New function.
2356
2357 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2358 instead of fill-paragraph.
2359
2360 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2361 with fill-paragraph-or-region. Suspend command is now the same
2362 `suspend-frame' on window systems and on tty.
2363
2364 * image.el (image-type): Check if image-types is bound to not fail
2365 on tty.
2366
2367 * delsel.el (delete-selection-pre-hook):
2368 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2369 is fbound to not fail on mouseless tty.
2370
2371 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2372
2373 * net/tramp.el (top): Move loading of tramp-util.el and
2374 tramp-vc.el to tramp-compat.el.
2375 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2376 temporary file if possible, in order to avoid a security hole.
2377 (tramp-do-copy-or-rename-file-out-of-band)
2378 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2379 with DONT-CREATE, because the connection is not setup yet.
2380 (tramp-handle-process-file): Rewrite temporary file handling.
2381 (tramp-completion-mode): New defvar.
2382 (tramp-completion-mode-p): Use it.
2383
2384 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2385
2386 * net/tramp-fish.el (tramp-fish-handle-process-file):
2387 Rewrite temporary file handling.
2388
2389 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2390
2391 * vc.el: Workfile version -> focus version change. Port various
2392 comments from new VC to reduce the noise in the diff.
2393 Patch in the new vc-create-repo function to go with the
2394 header comment about it already present.
2395 There are no changes to existing logic in this patch.
2396 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2397
2398 2007-10-06 Aaron Hawley <aaronh@garden.org>
2399
2400 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2401
2402 2007-10-05 Chris Moore <dooglus@gmail.com>
2403
2404 * server.el (server-kill-new-buffers): Doc fix.
2405
2406 2007-10-05 John W. Eaton <jwe@octave.org>
2407
2408 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2409 (octave-begin-keywords): Add "do".
2410 (octave-end-keywords): Remove "end".
2411 (octave-reserved-words): Add "end". Remove "all_va_args",
2412 "gplot", and 'gsplot".
2413 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2414 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2415 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2416 "default_return_value", "define_all_return_values",
2417 "do_fortran_indexing", "empty_list_elements_ok",
2418 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2419 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2420 "prefer_zero_one_indexing", "propagate_empty_matrices",
2421 "resize_on_range_error", "treat_neg_dim_as_zero",
2422 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2423 "warn_divide_by_zero", "warn_function_name_clash",
2424 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2425 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2426 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2427 "sigterm_dumps_octave_core".
2428 (octave-block-match-alist): Remove "end" from block-end keywords.
2429 (octave-mode): Update ftp site address.
2430
2431 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * vc.el: Reorder functions, no code changes.
2434
2435 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2436
2437 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2438 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2439 the cond clauses where needed.
2440 (tramp-handle-write-region): Rearrange code for proper handling of
2441 tmpfile.
2442
2443 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2444
2445 * net/tramp.el:
2446 * net/tramp-fish.el:
2447 * net/tramp-ftp.el:
2448 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2449 `tramp-compat-make-temp-file'.
2450
2451 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2454
2455 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2458 already uses a more recent copyright version than the "current" one.
2459
2460 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2461
2462 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2463 (doc-view-insert-image): Minor aesthetical docstring changes.
2464
2465 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2466
2467 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2468 completing filename.
2469 (doc-view-search-internal): Docstring change.
2470
2471 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2474 (tramp-file-name-handler-alist):
2475 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2476 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2477 used before, creates the file already, which is not desired.
2478 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2479 temporary file.
2480 (tramp-handle-insert-file-contents): Assign the result in the
2481 short track case.
2482 (tramp-handle-insert-file-contents-literally): New defun.
2483 (tramp-completion-mode-p): Revert change from 2007-09-24.
2484 Checking for `return' etc as last character is not sufficient, for
2485 example in dired-mode when entering <g> (revert-buffer) or
2486 <s> (dired-sort).
2487
2488 * net/tramp-compat.el (top): Add also compatibility code for loading
2489 appropriate timer package.
2490 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2491 order to avoid autoloading problems.
2492
2493 * net/tramp-fish.el:
2494 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2495
2496 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2497 where the second parameter of `copy-file' or `rename-file' is a
2498 remote file but not via ftp.
2499
2500 2007-10-02 Richard Stallman <rms@gnu.org>
2501
2502 * frame.el (cursor-in-non-selected-windows): Doc fix.
2503
2504 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2505
2506 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2507 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2508
2509 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2510
2511 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2512 when `expt' doesn't give range errors.
2513
2514 2007-10-01 Markus Triska <markus.triska@gmx.at>
2515
2516 * calc/calc-math.el (math-smallest-emacs-expt):
2517 Make the computation more robust.
2518
2519 2007-09-30 David Kastrup <dak@gnu.org>
2520
2521 * startup.el (argv): Alias for `command-line-args-left' to use as
2522 `(pop argv)' inside of --eval command sequences. Allows for
2523 passing shell commands into Emacs verbatim without need for Lisp
2524 quoting.
2525
2526 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2527 check only for changed size.
2528 (auto-revert-tail-handler): Get size from caller. If the file has
2529 shrunk, tail the whole file again (the file presumably has been
2530 rewritten).
2531
2532 * woman.el (woman-topic-all-completions, woman-mini-help):
2533 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2534 actually was being manipulated in the loop.
2535 (woman-Cyg-to-Win, woman-pre-process-region)
2536 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2537 (woman-strings, woman-special-characters, woman1-hc)
2538 (woman-change-fonts, woman-find-next-control-line):
2539 Use `match-beginning' rather than `match-string' when the result is
2540 just used as a flag.
2541
2542 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/tramp-compat.el: New file.
2545
2546 * net/tramp.el:
2547 * net/tramp-fish.el:
2548 * net/tramp-smb.el:
2549 * net/tramp-uu.el:
2550 * net/trampver.el: Move compatibility code to tramp-compat.el.
2551 Apply `mapc' instead of `mapcar' when the code needs side effects
2552 only. Move utf-8 coding cookie to the second line.
2553
2554 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2555
2556 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2557 Improve custom type.
2558 (icon-map-list): Make it customizable. Document how to disable
2559 stock icons.
2560
2561 2007-09-30 Richard Stallman <rms@gnu.org>
2562
2563 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2564
2565 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2566
2567 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2568
2569 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2572 (t-mouse-mode): New compatibility alias.
2573
2574 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * server.el (server-delete-client): Only delete the terminal if it
2577 is non-nil.
2578
2579 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2580
2581 * net/tramp.el (with-file-property, with-connection-property):
2582 Highlight as keyword.
2583 (tramp-rfn-eshadow-setup-minibuffer)
2584 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2585 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2586 (tramp-do-copy-or-rename-file-directly)
2587 (tramp-do-copy-or-rename-file-out-of-band)
2588 (tramp-handle-shell-command, tramp-get-debug-buffer)
2589 (tramp-send-command-and-read, tramp-equal-remote)
2590 (tramp-get-local-gid): Pacify byte-compiler.
2591 (tramp-handle-file-name-directory): Result shall not be expanded.
2592 (tramp-find-foreign-file-name-handler): Rewrite.
2593 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2594
2595 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2596
2597 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2598 Apply `tramp-completion-mode-p'.
2599 (tramp-fish-handle-set-file-times)
2600 (tramp-fish-handle-executable-find)
2601 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2602 (tramp-fish-retrieve-data): Pacify byte-compiler.
2603
2604 * net/tramp-gw.el (tramp-gw-basic-authentication):
2605 Call `tramp-read-passwd' with first parameter `nil'.
2606
2607 2007-09-28 Glenn Morris <rgm@gnu.org>
2608
2609 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2610 than mapcar.
2611
2612 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2613 (tex-suscript-height-minimum): New customizable variables.
2614 (tex-suscript-height): New function.
2615 (superscript, subscript): Set height using tex-suscript-height
2616 rather than fixing at 0.8.
2617 (tex-fontify-script, tex-font-script-display): Add :version tag.
2618
2619 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * progmodes/python.el (python-eldoc-function): Doc fix.
2622
2623 2007-09-27 Glenn Morris <rgm@gnu.org>
2624
2625 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2626 image if it is not in image-type-auto-detectable, or is there with
2627 a nil value.
2628
2629 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2632 connection more robust.
2633
2634 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2637 Deal with the case that special &keywords are at the beginning or
2638 end of the argument list. Also add some (incomplete) support for
2639 non-standard arglists.
2640
2641 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2644 (eldoc-message-commands, eldoc-current-idle-delay)
2645 (eldoc-function-argstring-format): Fix typos in docstrings.
2646
2647 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2648
2649 * calc/calc-units.el (calc-convert-units)
2650 (calc-convert-temperature): Remove unnecessary colons.
2651
2652 2007-09-26 Bastien Guerry <bzg@altern.org>
2653
2654 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2655 New function.
2656 (org-export-latex-remove-from-headlines): Name changed because of typo.
2657 (org-export-latex-quotation-marks-convention): Option removed.
2658 (org-export-latex-make-preamble): Handle the DATE option.
2659 (org-export-latex-cleaned-string): Now the only cleaning function,
2660 synched up with org.el.
2661 (org-export-latex-lists, org-export-latex-parse-list)
2662 (org-export-list-to-latex): New functions.
2663
2664 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2665
2666 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2667 (org-outline-regexp): New constant.
2668 (org-remember-handler): Throw error when the target file is not in
2669 org-mode.
2670 (org-cleaned-string-for-export): No longer call
2671 `org-export-latex-cleaned-string' with an argument.
2672 (org-get-tags): Returns now a list, not a string.
2673 (org-get-tags-string): New function.
2674 (org-archive-subtree): No need to split return of `org-get-tags'.
2675 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2676 instead of `org-get-tags'.
2677 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2678 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2679 (org-compatible-face): New argument INHERITS. Inherit from this
2680 face if possible.
2681 (org-level-1, org-level-2, org-level-3, org-level-4)
2682 (org-level-5, org-level-6, org-level-7, org-level-8)
2683 (org-special-keyword, org-drawer, org-column, org-warning)
2684 (org-archived, org-todo, org-done, org-headline-done, org-table)
2685 (org-formula, org-code, org-agenda-structure)
2686 (org-scheduled-today, org-scheduled-previously)
2687 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2688 in the new way.
2689 (org-get-heading): New argument NO-TAGS.
2690 (org-fast-tag-selection-include-todo): Made defvar instead of
2691 defcustom, feature is not deprecated.
2692 (org-remember-store-without-prompt): New default value t.
2693 (org-todo-log-states): New variable.
2694 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2695 Compute the log states.
2696 (org-goto-map): More commands copied from global map. Also bind
2697 `org-occur'.
2698 (org-goto): Made into a general lookup command.
2699 (org-get-location): Complete rewrite.
2700 (org-goto-exit-command): New variable.
2701 (org-goto-selected-point): New variable.
2702 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2703 Set the new variables.
2704 (org-paste-subtree): Whitespace insertion strategy revised.
2705 (org-remember-apply-template): Protect v-A from the possibility
2706 that v-a might be nil.
2707 (org-remember-handler): Insertion rules revised.
2708 (org-todo): Respect org-todo-log-states.
2709 (org-up-heading-safe): New function.
2710 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2711
2712 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2713
2714 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2715 region if in transient-mark-mode.
2716
2717 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2720 * calc/calc-help.el (calc-full-help):
2721 * calc/calc-misc.el (another-calc):
2722 * calc/calc-store.el (calc-var-name-map):
2723 * calc/calc-stuff.el (calc-flush-caches):
2724 * calc/calc-units.el (math-build-units-table):
2725 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2726 (calc-quit):
2727 * calendar/icalendar.el (icalendar--format-ical-event)
2728 (icalendar--convert-ical-to-diary):
2729 * emacs-lisp/authors.el (authors):
2730 * emacs-lisp/cust-print.el (custom-print-install)
2731 (custom-print-uninstall):
2732 * emacs-lisp/disass.el (disassemble-1):
2733 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2734 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2735 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2736 (elint-check-let-form, elint-check-condition-case-form)
2737 (elint-initialize):
2738 * emacs-lisp/elp.el (elp-results):
2739 * emacs-lisp/generic.el (generic-mode-internal):
2740 * emacs-lisp/re-builder.el (reb-delete-overlays):
2741 * emacs-lisp/regi.el (regi-interpret):
2742 * emacs-lisp/sregex.el (sregex--char-aux):
2743 * emulation/cua-rect.el (cua--deactivate-rectangle)
2744 (cua--highlight-rectangle, cua--rectangle-post-command):
2745 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2746 * emulation/viper-macs.el (viper-describe-kbd-macros)
2747 (viper-describe-one-macro):
2748 * emulation/viper-util.el (viper-setup-master-buffer):
2749 * emulation/viper.el (set-viper-state-in-major-mode):
2750 * international/mule-diag.el (describe-current-coding-system):
2751 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2752 * mail/emacsbug.el (report-emacs-bug):
2753 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2754 * obsolete/hilit19.el (hilit-unhighlight-region)
2755 (hilit-set-mode-patterns):
2756 * play/solitaire.el (solitaire-check, solitaire-solve):
2757 * play/zone.el (zone-pgm-rotate):
2758 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2759 * progmodes/ada-prj.el (ada-prj-display-page):
2760 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2761 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2762 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2763 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2764 * progmodes/sh-script.el (sh-make-vars-local)
2765 (sh-reset-indent-vars-to-global-values):
2766 * progmodes/sql.el (top):
2767 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2768 * progmodes/xscheme.el (top):
2769 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2770 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2771 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2772 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2773 (artist-submit-bug-report):
2774 * textmodes/flyspell.el (flyspell-delay-commands)
2775 (flyspell-deplacement-commands):
2776 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2777 (table--generate-source-cells-in-a-row, table--make-cell-map)
2778 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2779
2780 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2781
2782 * allout.el (produce-allout-mode-map, allout-process-exposed):
2783 * ansi-color.el (ansi-color-make-color-map):
2784 * autoinsert.el (auto-insert):
2785 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2786 * dired-aux.el (dired-create-files):
2787 * dired.el (dired-restore-desktop-buffer):
2788 * ediff-diff.el (ediff-setup-fine-diff-regions):
2789 * ediff-mult.el (ediff-intersect-directories)
2790 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2791 (ediff-redraw-registry-buffer):
2792 * ediff-ptch.el (ediff-fixup-patch-map):
2793 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2794 (ediff-really-quit, ediff-clear-diff-vector):
2795 * emerge.el (emerge-really-quit):
2796 * ffap.el (ffap-replace-file-component):
2797 * filecache.el (file-cache-add-directory)
2798 (file-cache-add-directory-recursively)
2799 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2800 (file-cache-delete-directory, file-cache-files-matching-internal)
2801 (file-cache-display):
2802 * files.el (cd):
2803 * find-lisp.el (find-lisp-insert-directory):
2804 * finder.el (finder-compile-keywords):
2805 * help.el (view-emacs-news):
2806 * hi-lock.el (hi-lock-write-interactive-patterns):
2807 * ido.el (ido-to-end, ido-set-matches-1):
2808 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2809 (image-dired-mark-tagged-files):
2810 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2811 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2812 * ps-print.el (ps-background, ps-begin-file)
2813 (ps-build-reference-face-lists):
2814 * simple.el (clone-buffer):
2815 * startup.el (command-line):
2816 * tempo.el (tempo-insert-template, tempo-is-user-element)
2817 (tempo-forward-mark, tempo-backward-mark):
2818 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2819
2820 2007-09-25 Glenn Morris <rgm@gnu.org>
2821
2822 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2823
2824 * view.el (view-search-no-match-lines): Add a doc string.
2825 Rewrite to simplify and work better.
2826
2827 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 * progmodes/cc-mode.el (c-mode-base-map):
2830 Use c-indent-line-or-region instead of c-indent-line.
2831
2832 * indent.el (indent-for-tab-command): First check if the region is
2833 active.
2834
2835 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2836
2837 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2838 whitespace-rescan-timer-time is 0.
2839
2840 2007-09-24 Karl Berry <karl@gnu.org>
2841
2842 * international/mule.el (coding-system-base): Fix doc string grammar.
2843
2844 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/tramp.el (tramp-completion-mode-p): Rename from
2847 `tramp-completion-mode'. Revert logic, check `return', `newline'
2848 and such alike. Packages like Icicles tend to use other completion
2849 characters but `tab' and `space' only.
2850
2851 2007-09-24 Adam Hupp <adam@hupp.org>
2852
2853 * progmodes/python.el (run-python): Import emacs module without
2854 waiting; prevents lockup on error.
2855
2856 2007-09-23 Richard Stallman <rms@gnu.org>
2857
2858 * mail/sendmail.el (mail-bury): Delete the frame
2859 if this frame looks like it was made for this message.
2860
2861 * completion.el (completion-separator-self-insert-command)
2862 (completion-separator-self-insert-autofilling):
2863 If `self-insert-command' has been remapped, use the substitute.
2864
2865 * simple.el (copy-region-as-kill): Doc fix.
2866
2867 * textmodes/org.el (org-confirm-shell-link-function)
2868 (org-confirm-elisp-link-function): Doc fixes.
2869
2870 2007-09-23 Glenn Morris <rgm@gnu.org>
2871
2872 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2873
2874 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2875
2876 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2877
2878 * term/tvi970.el (terminal-init-tvi970): Likewise.
2879
2880 * term/sun-mouse.el (print-mouse-format): Likewise.
2881
2882 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2883 Use forward-line instead of previous-line and next-line.
2884
2885 2007-09-22 Juri Linkov <juri@jurta.org>
2886
2887 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2888
2889 * tutorial.el (tutorial--default-keys): Update standard bindings:
2890 rename `iconify-or-deiconify-frame' to `suspend-frame',
2891 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2892
2893 2007-09-22 Juri Linkov <juri@jurta.org>
2894
2895 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2896 Add help-echo to external links and to links without description.
2897 (fancy-splash-insert): Use help-echo from the 3rd element of the
2898 link specification list, or "Follow this link" if it's nil. Doc fix.
2899
2900 2007-09-22 Juri Linkov <juri@jurta.org>
2901
2902 * startup.el (command-line): Rename `inhibit-startup-message' to
2903 `inhibit-startup-screen'.
2904 (fancy-about-text): Use shorter label for "Ordering Manuals".
2905 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2906 is nil, display a line with "To start..." and 3 links to useful
2907 tasks. Display the "Dismiss" button and "Don't show this message
2908 again" only when concise is non-nil.
2909 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2910 arg `concise'. If CONCISE is non-nil, display a concise version
2911 of the splash screen in another window. Otherwise, switch to the
2912 startup buffer in the same window.
2913 (startup-echo-area-message): Change displayed binding from
2914 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2915 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2916 the GNU system".
2917 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2918 to "*GNU Emacs*".
2919 (display-about-screen): Don't check the existence of the buffer
2920 "*About GNU Emacs*".
2921 (display-splash-screen): Make alias to `display-startup-screen'.
2922 (command-line-1): Rename `inhibit-startup-message' to
2923 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2924 started with command line options "-f", "-funcall", "-e", "-eval",
2925 "-execute", "-insert", "-find-file", "-file", "-visit".
2926 Inhibit startup screen when Emacs is started with a file name only
2927 on tty (i.e. don't inhibit it when started with a file name like
2928 "emacs FILE..." on a window system).
2929 (command-line-1): Simplify logic of displaying the startup screen:
2930 if file-count > 0, then display the concise version in another
2931 window, otherwise display full version in the same window.
2932
2933 * help.el (help-map): Bind C-h C-a to about-emacs.
2934 (help-for-help-internal): Add C-a description to C-h help text.
2935
2936 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2937
2938 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2939 (checkdoc-permit-comma-termination-flag): Autoload the
2940 safe-local-variable setting.
2941
2942 * bookmark.el (bookmark-xemacsp): Remove.
2943 (bookmark-make): Don't use bookmark-xemacsp,
2944 use (featurep 'xemacs) instead.
2945
2946 * speedbar.el (speedbar-frame-mode)
2947 (speedbar-frame-reposition-smartly)
2948 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2949 (speedbar-check-vc): Remove use of non-existent variable
2950 dframe-xemacsp, use (featurep 'xemacs) instead.
2951
2952 * indent.el (indent-for-tab-command): Indent the region if
2953 transient-mark-mode and the region is active.
2954
2955 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2956
2957 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2958 add inferior-octave-directory-tracker to the buffer-local value
2959 of comint-input-filter-functions.
2960
2961 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2962
2963 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2964
2965 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2966
2967 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2968 on w32 frames.
2969
2970 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * startup.el (normal-top-level): Remove DISPLAY from
2973 process-environment to let it be computed dynamically in callproc.c.
2974
2975 * frame.el (frame-initialize, make-frame):
2976 * faces.el (tty-set-up-initial-frame-faces):
2977 * env.el (setenv): Don't set display-environment-variable.
2978
2979 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
2980 (server-create-tty-frame): Don't set unused `tty' property.
2981 Set `display' instead of display-environment-variable.
2982 (server-create-window-system-frame): No display-environment-variable.
2983
2984 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
2985
2986 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2987 (rfn-eshadow-update-overlay-hook): New defvars.
2988 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2989 Run the hooks.
2990
2991 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2992 (tramp-rfn-eshadow-setup-minibuffer)
2993 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
2994 rfn-eshadow.el.
2995
2996 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2997 timeout.
2998
2999 2007-09-21 Glenn Morris <rgm@gnu.org>
3000
3001 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3002 * term/sun-mouse.el (suspend-emacstool): Remove.
3003 * term/sun.el: Remove emacstool-related code.
3004
3005 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3006 (byte-compile-warnings-safe-p): Add `mapcar'.
3007 (byte-compile-warning-types): Add mapcar and make-local.
3008 (byte-compile-normal-call): Add option to suppress mapcar warning.
3009 (top-level): Use mapc rather than mapcar in eval-when-compile.
3010
3011 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3012 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3013 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3014 Handle escaped parens.
3015 (latex-forward-sexp): Doc fix.
3016
3017 * eshell/esh-mode.el (eshell-output-filter-functions):
3018 Add eshell-postoutput-scroll-to-bottom.
3019
3020 * loadup.el: Remove termdev.
3021
3022 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3023 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3024
3025 2007-09-21 Markus Triska <markus.triska@gmx.at>
3026
3027 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3028 `mapcar' is called for effect.
3029
3030 2007-09-21 Kevin Ryde <user42@zip.com.au>
3031
3032 * international/mule.el (sgml-html-meta-auto-coding-function):
3033 Bind `case-fold-search' to t.
3034
3035 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * termdev.el: Remove.
3038
3039 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3040 (frames-on-display-list): Use it.
3041
3042 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3043
3044 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3045
3046 2007-09-20 Richard Stallman <rms@gnu.org>
3047
3048 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3049
3050 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3053
3054 2007-09-20 Glenn Morris <rgm@gnu.org>
3055
3056 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3057 motion functions, rather than hard-coding "\n\n".
3058 (tex-validate-region): Check for eobp, to speed up.
3059 (tex-next-unmatched-end): Doc fix.
3060
3061 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3064
3065 * international/mule.el (auto-coding-alist): Rar archives are binary.
3066
3067 * arc-mode.el: Add basic support for Rar.
3068 (archive-find-type): Recognize Rar's signature.
3069 (archive-desummarize): New fun.
3070 (archive-summarize): Use it to restore the buffer's data in case
3071 someone wants to switch to some other major mode.
3072 (archive-resummarize): Use it as well.
3073 (archive-rar-summarize, archive-rar-extract): New functions.
3074
3075 * filesets.el: Remove spurious * in docstrings.
3076 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3077 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3078 (filesets-ingroup-collect): Remove unused arg `depth'.
3079 (filesets-update): Remove unused arg `version'.
3080
3081 * finder.el (finder-compile-keywords): Fix up comment style.
3082 (finder-mouse-face-on-line): previous-line -> forward-line.
3083
3084 * recentf.el: Remove spurious * in docstrings.
3085 (recentf-save-list): Fix up comment style.
3086
3087 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3088 (octave-mode-map): Move init into declaration and remove \t binding.
3089 (octave-mode-startup-message): Remove unused var.
3090 (octave-scan-blocks): Remove unused arg `from'.
3091 (octave-forward-block, octave-down-block, octave-up-block):
3092 Update callers.
3093
3094 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3095 (meta-mode-map): Likewise and remove \t binding.
3096
3097 * net/snmp-mode.el: Remove spurious * in docstrings.
3098 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3099 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3100 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3101 that completion accepts lists of strings.
3102 (snmp-mode-syntax-table): Move initialization into declaration.
3103 (snmp-mode-map): Likewise and remove \t binding.
3104 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3105 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3106 (snmp-indent-command): Remove.
3107
3108 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3109 binding, so tab-always-indent works right.
3110
3111 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3112
3113 * net/browse-url.el (browse-url-elinks-new-window): New function.
3114 (browse-url-elinks): Use browse-url-elinks-new-window.
3115 Accept optional second argument `new-window'. Fix typo in doc-string.
3116 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3117 Improve error message.
3118
3119 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3120
3121 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3122 parameter name in the function body.
3123 Reported by Johannes Weiner.
3124
3125 2007-09-19 Glenn Morris <rgm@gnu.org>
3126
3127 * net/socks.el (socks-open-network-stream): Signal an explicit
3128 error if the port associated with a service string can't be found.
3129
3130 * textmodes/tex-mode.el (tex-terminate-paragraph):
3131 Use backward-paragraph.
3132
3133 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * server.el (server-running-p): New function.
3136
3137 2007-09-18 Jason Rumney <jasonr@gnu.org>
3138
3139 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3140 x-focus-frame.
3141
3142 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3143 Use x-focus-frame for w32.
3144
3145 2007-09-17 David Kastrup <dak@gnu.org>
3146
3147 * textmodes/tex-mode.el (tex-verbatim-environments):
3148 Eliminate CL dependency.
3149
3150 2007-09-17 Richard Stallman <rms@gnu.org>
3151
3152 * newcomment.el (comment-add): New arg EXTRA.
3153 (comment-region-default): Pass EXTRA if not indenting lines.
3154
3155 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3156
3157 * net/browse-url.el (browse-url-url-encode-chars): New function.
3158 URL-encode some chars in a string.
3159 (browse-url-encode-url): Rewrite using the previous function.
3160 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3161 (browse-url-elinks-sentinel): Fix typo.
3162 (browse-url-new-window-flag): Doc change.
3163
3164 2007-09-17 Glenn Morris <rgm@gnu.org>
3165
3166 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3167 filename from `--file-line-error', if it is available.
3168
3169 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3170
3171 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3172 TeX `--file-line-error' format.
3173
3174 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3175
3176 * xt-mouse.el: Delete add-hook calls that were moved to
3177 xterm-mouse-mode.
3178 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3179 does not work.
3180
3181 2007-09-17 Richard Stallman <rms@gnu.org>
3182
3183 * cus-face.el (custom-theme-set-faces): Undo previous change.
3184
3185 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3186
3187 2007-09-17 Glenn Morris <rgm@gnu.org>
3188
3189 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3190 handling the case where the region is not in `tex-main-file'.
3191 (tex-region-1): Delete.
3192 (tex-region-header): New function, doing the header part of the
3193 old tex-region-1.
3194
3195 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * simple.el (newline): Simplify use of prefix-numeric-value.
3198 (line-move-partial): Remove unused var `ppos'.
3199 (line-move-1): Replace 9999 with most-positive-fixnum.
3200 (move-end-of-line): Use more efficient single-property search.
3201 (move-beginning-of-line): Remove unused var `start'.
3202 (blink-matching-open): Restructure in a more functional style.
3203
3204 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3205
3206 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3207
3208 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * server.el (server-clients): Only keep procs, no properties any more.
3211 (server-client): Remove.
3212 (server-client-get, server-client-set): Remove, replace all callers by
3213 process-get and process-put resp.
3214 (server-clients-with, server-add-client, server-delete-client)
3215 (server-create-tty-frame, server-create-window-system-frame)
3216 (server-process-filter, server-execute, server-visit-files)
3217 (server-buffer-done, server-kill-buffer-query-function)
3218 (server-kill-emacs-query-function, server-switch-buffer)
3219 (server-save-buffers-kill-terminal): Update accordingly.
3220
3221 * server.el (server-with-environment): Simplify.
3222 (server-select-display, server-unselect-display): Re-add functions that
3223 seem to have been lost in the multi-tty merge.
3224 (server-eval-and-print, server-create-tty-frame)
3225 (server-create-window-system-frame, server-goto-toplevel)
3226 (server-execute, server-return-error): New functions extracted from
3227 server-process-filter.
3228 (server-execute-continuation): New functions.
3229 (server-process-filter): Restructure so that all arguments are analysed
3230 first and then acted upon in a subsequent stage. This way
3231 server-goto-toplevel can be executed later, when we know if
3232 it's necessary.
3233 Remove the "-version" and "-version-good" support.
3234
3235 2007-09-16 Drew Adams <drew.adams@oracle.com>
3236
3237 * cus-edit.el (custom-face-edit-activate): Doc fix.
3238
3239 2007-09-16 Glenn Morris <rgm@gnu.org>
3240
3241 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3242 Following cal-bahai renaming, update all instances of
3243 list-bahai-diary-entries to diary-bahai-list-entries,
3244 mark-bahai-diary-entries to diary-bahai-mark-entries,
3245 calendar-goto-bahai-date to calendar-bahai-goto-date,
3246 insert-bahai-diary-entry to diary-bahai-insert-entry,
3247 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3248 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3249 calendar-print-bahai-date to calendar-bahai-print-date.
3250
3251 * textmodes/tex-mode.el (tex-region): Handle the case where the
3252 region is not in `tex-main-file'. Move the old code that applies
3253 to both cases...
3254 (tex-region-1): ...to this new function.
3255
3256 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * vc.el (vc-process-sentinel): New function.
3259 (vc-exec-after): Use it instead of using ugly hackish analysis and
3260 construction of Elisp code.
3261 (vc-sentinel-movepoint): New dynamically scoped var.
3262 (vc-print-log, vc-annotate): Set it to move the user's point.
3263
3264 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3265 inhibit-modification-hooks.
3266
3267 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3268 (calendar-bahai-print-date, calendar-bahai-goto-date)
3269 (diary-bahai-list-entries, diary-bahai-insert-entry):
3270 New names to clean up the namespace a bit more.
3271 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3272
3273 2007-09-15 Glenn Morris <rgm@gnu.org>
3274
3275 * calendar/holidays.el (holiday-list): Rename it back to
3276 `list-holidays', but leave `holiday-list' as an alias.
3277
3278 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3279 custom group.
3280
3281 * textmodes/css-mode.el (css): New custom group.
3282 (css-electrick-keys, css-selector, css-property)
3283 (css-indent-offset): Specify custom group.
3284
3285 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3288 (cvs-execute-single-file): Use process-file.
3289 (cvs-run-process): Use start-file-process.
3290
3291 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3292
3293 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3294 level. Remove the hooks when turning off the mode.
3295
3296 * term/xterm.el: Require xt-mouse at compile time.
3297 (terminal-init-xterm): Turn on xterm mouse tracking for this
3298 terminal if xterm-mouse-mode is enabled.
3299
3300 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3301
3302 * term/xterm.el (xterm-function-map): Replace bindings that were
3303 deleted by the merge.
3304
3305 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3306
3307 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3308 (bubbles-mode-map): Move define-key statements here.
3309 (bubbles-game-theme-menu): Ditto.
3310 (bubbles-graphics-theme-menu): Ditto.
3311 (bubbles-menu): Ditto.
3312 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3313 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3314 (bubbles-plop): Set buffer-undo-list, redisplay.
3315 (bubbles-undo): Reset buffer-undo-list, redisplay.
3316 (bubbles--show-images): Take care of missing text properties.
3317
3318 2007-09-14 Glenn Morris <rgm@gnu.org>
3319
3320 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3321 quoting.
3322
3323 * calendar/cal-hebrew.el, calendar/cal-menu.el
3324 * calendar/calendar.el, calendar/diary-lib.el
3325 * calendar/holidays.el: Rename all instances of
3326 list-calendar-holidays callers to calendar-list-holidays,
3327 list-holidays to holiday-list, check-calendar-holidays to
3328 calendar-check-holidays, mark-calendar-holidays to
3329 calendar-mark-holidays, and filter-visible-calendar-holidays to
3330 holiday-filter-visible-calendar.
3331
3332 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3333
3334 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3335
3336 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3337
3338 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3339 Use transparent background for empty cells in graphics mode.
3340
3341 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3342
3343 * man.el (Man-default-man-entry): At end of line, continue looking
3344 to the next line for possible end of hyphenated command.
3345
3346 2007-09-13 Chris Moore <dooglus@gmail.com>
3347
3348 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3349 the command being edited.
3350
3351 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3352
3353 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3354
3355 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3358 C-M-S- keys.
3359
3360 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3361
3362 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3363
3364 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3365 New argument `filename-p' to use one set of confusing chars or another.
3366 (browse-url-file-url): Use the argument.
3367 Suggested by Johannes Weiner.
3368
3369 2007-09-12 Romain Francoise <romain@orebokech.com>
3370
3371 * cus-start.el (all): Revert 2007-09-08 change.
3372
3373 2007-09-12 Aaron Hawley <aaronh@garden.org>
3374
3375 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3376 extract .Z files, since it is more common than uncompress.
3377
3378 2007-09-12 Glenn Morris <rgm@gnu.org>
3379
3380 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3381 duplicate function definition.
3382
3383 2007-09-10 Chris Moore <dooglus@gmail.com>
3384
3385 * diff-mode.el (diff-sanity-check-hunk):
3386 Also accept single-line hunks.
3387
3388 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * startup.el (startup-screen-inhibit-startup-screen)
3391 (pure-space-overflow-message): New vars.
3392 (fancy-splash-insert): Allow functions for face and link specs.
3393 (fancy-splash-head): Remove unused arg. Move splash text...
3394 (fancy-startup-text, fancy-about-text): ...here.
3395 (fancy-startup-tail): Rename from fancy-splash-tail.
3396 (fancy-startup-screen, fancy-about-screen): Split off from
3397 fancy-splash-screens.
3398 (display-startup-screen): New function.
3399 (display-about-screen): Rename from display-splash-screen.
3400 (command-line-1): Use concise startup screen if necessary.
3401
3402 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3403
3404 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3405 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3406
3407 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3410 (python-font-lock-keywords): Update to the 2.5 version of the language.
3411 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3412 (python-backspace): Only behave funny in code.
3413 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3414 (inferior-python-mode): Add PDB prompt regexp.
3415 (python-fill-paragraph): Refine the fenced-string regexp.
3416 (python-find-imports): Handle imports spanning several lines.
3417 (python-mode): Add `class' to hideshow support.
3418
3419 2007-09-10 Dave Love <fx@gnu.org>
3420
3421 * outline.el (outline-4, outline-5, outline-7):
3422 Move font-lock-builtin-face down from 4 to 7 to better keep the
3423 progression of color brightness, and to better match Org-mode's faces.
3424
3425 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3426
3427 * progmodes/meta-mode.el (meta-font-lock-keywords)
3428 (font-lock-match-meta-declaration-item-and-skip-to-next)
3429 (meta-comment-indent, meta-indent-previous-line)
3430 (meta-indent-unfinished-line, meta-beginning-of-defun)
3431 (meta-end-of-defun, meta-common-initialization): Handle \f.
3432 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3433 a comment-start.
3434
3435 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3436 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3437 numeric notation of file modes.
3438 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3439 numeric value.
3440 (read-file-modes): New. Read either an octal value of a file mode or a
3441 symbolic value, and return its numeric value.
3442
3443 * dired-aux.el (dired-do-chmod): Change to use the built-in
3444 `set-file-modes' and the previous symbolic mode parsing functions.
3445
3446 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * textmodes/texinfo.el: Remove spurious * in docstrings.
3449 (texinfo-mode-syntax-table, texinfo-mode-map):
3450 Initialize in the declaration.
3451
3452 * tmm.el: Remove spurious * in docstrings.
3453 (tmm-prompt): Use with-current-buffer.
3454
3455 * vcursor.el: Remove spurious * in docstrings.
3456 (vcursor-map): Initialize in the declaration.
3457 (vcursor-use-vcursor-map): Use define-minor-mode.
3458 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3459
3460 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3461 Initialize in the declaration.
3462 (widget-minor-mode): Use define-minor-mode.
3463
3464 * woman.el (woman-mode-map, woman-syntax-table):
3465 Initialize in the declaration.
3466
3467 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3468
3469 * doc-view.el: New file.
3470
3471 2007-09-09 Juri Linkov <juri@jurta.org>
3472
3473 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3474
3475 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3476
3477 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3478 to "Startup screen". Fix docstring.
3479 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3480 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3481 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3482 (initial-scratch-message): Fix docstring.
3483 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3484 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3485 Add link to "Customize Startup" and set interval between links to
3486 5 spaces.
3487 (fancy-about-text): Add links "Authors" and "Contributing".
3488 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3489 and "This is " on the about screen. Add link to
3490 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3491 For the about screen move emacs version to the header from
3492 `fancy-splash-tail' (as it's done already for normal about screen).
3493 (fancy-splash-tail): Insert emacs version only for startup screen.
3494 (normal-splash-screen): Remove duplicate empty lines.
3495 (normal-about-screen): Add links "Authors" and "Contributing".
3496
3497 * menu-bar.el (menu-bar-help-menu):
3498 Move "About Emacs" and "About GNU" to the end of the Help menu.
3499 Move "Emacs Psychotherapist" after "Send Bug Report...".
3500 Move "External Packages" after "Find Emacs Packages".
3501
3502 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3503
3504 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3505 they are useless with the byte compiler.
3506 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3507 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3508 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3509 (tramp-file-name-real-host, tramp-file-name-port)
3510 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3511 defuns.
3512
3513 * net/tramp-cache.el (top): Improve error message when
3514 `tramp-persistency-file-name' is corrupted.
3515
3516 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3517
3518 * textmodes/org.el (org-re): Also replace the :alpha: class.
3519 (org-todo-tag-alist): Variable removed.
3520 (org-todo-key-alist, org-todo-key-trigger) New variables.
3521 (org-use-fast-todo-selection): New option.
3522 (org-log-done): Docstring fixed.
3523 (org-deadline-warning-days): New default value 14.
3524 (org-edit-timestamp-down-means-later) New option.
3525 (org-tag-alist): Docstring fixed.
3526 (org-fast-tag-selection-include-todo): New option.
3527 (org-export-language-setup): New languages added.
3528 (org-set-regexps-and-options): Compute the new variables.
3529 (org-paste-subtree): Cleaning up.
3530 (org-remember-apply-template): New escape %A.
3531 (org-todo): Call fast TODO selection.
3532 (org-fast-todo-selection): New function.
3533 (org-add-log-note): Allow prefix for abort exit.
3534 (org-at-property-p, org-entry-properties)
3535 (org-columns-get-autowidth-alist): Use :alpha: class.
3536 (org-get-wdays): New function.
3537 (org-agenda-remove-date): New variable.
3538 (org-agenda-get-deadlines): Use `org-get-wdays'.
3539 (org-agenda-get-deadlines): Reverse ee before returning.
3540 (org-format-agenda-item): New argument REMOVE-RE.
3541 (org-agenda-convert-date): Baha'i calendar added.
3542 (org-infile-export-plist): Also find DATE line.
3543 (org-get-min-level): New function.
3544 (org-export-as-html, org-export-as-ascii): Use the date format.
3545 (org-shiftup, org-shiftdown): Use.
3546 `org-edit-timestamp-down-means-later'.
3547 (org-assign-fast-keys): New function.
3548
3549 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3550
3551 * cus-start.el (all): Add prefer-window-split-horizontally from
3552 window.c.
3553
3554 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3555
3556 * net/browse-url.el (browse-url-galeon): Fix last change.
3557 (top-level): Require cl when compiling.
3558
3559 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3560
3561 * textmodes/org-export-latex.el: arch-tag restored.
3562
3563 * textmodes/org-publish.el: arch-tag restored.
3564
3565 2007-09-08 Masatake YAMATO <jet@gyve.org>
3566
3567 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3568
3569 * progmodes/cc-langs.el: Support new keywords added to
3570 objective-c frontend of gcc.
3571 (c-simple-stmt-kwds): Add @throw.
3572 (c-block-stmt-2-kwds): Add @synchronized.
3573 (c-block-stmt-1-kwds): Add @finally and @try.
3574
3575 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3576
3577 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3578 (org-agenda-after-show-hook): New variable.
3579 (org-columns-compile-format)
3580 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3581 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3582 property names.
3583 (org-get-wdays): New function.
3584
3585 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3588
3589 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3590
3591 * vc-arch.el (vc-arch-checkin): Fix typo.
3592
3593 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3594
3595 * cus-face.el (custom-theme-set-faces): Set face attributes
3596 locally for each frame.
3597
3598 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3601 via font-lock-defaults.
3602
3603 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3604 derived-mode-p.
3605
3606 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3607
3608 * progmodes/autoconf.el (autoconf-definition-regexp):
3609 Handle optional square brackets around definition name.
3610
3611 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3612
3613 * net/browse-url.el (browse-url-browser-function): Add elinks.
3614 (browse-url-elinks-wrapper): New option.
3615 (browse-url-encode-url, browse-url-elinks)
3616 (browse-url-elinks-sentinel): New functions.
3617 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3618 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3619 Use new function browse-url-encode-url.
3620
3621 2007-09-07 Glenn Morris <rgm@gnu.org>
3622
3623 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3624 say if multi-tty is present.
3625
3626 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * cus-start.el (split-window-preferred-function): Add custom info.
3629
3630 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3631 (calendar-mark-holidays, calendar-list-holidays)
3632 (holiday-filter-visible-calendar): New names to clean up namespace.
3633 (filter-visible-calendar-holidays, list-calendar-holidays)
3634 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3635 Add compatibility aliases.
3636 (calendar-check-holidays, calendar-mark-holidays)
3637 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3638 (holiday-sexp): Replace append with list.
3639 (holiday-filter-visible-calendar): Replace append with push.
3640
3641 * woman.el: Remove spurious * in docstrings.
3642 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3643 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3644 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3645 (woman-write-directory-cache, woman-display-extended-fonts)
3646 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3647 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3648 (woman-mode): Use inhibit-read-only.
3649 (woman-negative-vertical-space): Use dotimes.
3650 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3651
3652 2007-09-06 Romain Francoise <romain@orebokech.com>
3653
3654 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3655 (vc-bzr-workfile-version): Use it.
3656
3657 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3658
3659 * complete.el (PC-do-completion): Don't try to treat
3660 empty string as an abbreviation.
3661
3662 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3663
3664 * help-fns.el (describe-variable): Keep doc's text properties.
3665
3666 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3667
3668 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3669 instead of a file.
3670
3671 2007-09-06 Glenn Morris <rgm@gnu.org>
3672
3673 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3674 (checkdoc-minor-mode): Allow user to specify lighter via
3675 checkdoc-minor-mode-string.
3676
3677 2007-09-05 Richard Stallman <rms@gnu.org>
3678
3679 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3680 Several items removed, simplified, or put on one line.
3681 (fancy-about-text): Add substantial contents, part of startup text.
3682 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3683 (normal-splash-screen): Call normal-mouse-startup-screen,
3684 normal-no-mouse-startup-screen, or normal-about-screen.
3685 (normal-mouse-startup-screen): New fn, broken out, shortened.
3686 (normal-no-mouse-startup-screen): New fn, broken out.
3687 (normal-about-screen): New function, contents all new.
3688
3689 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3690
3691 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3692
3693 2007-09-05 Glenn Morris <rgm@gnu.org>
3694
3695 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3696 is bound.
3697
3698 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3699
3700 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3701 in doc string.
3702
3703 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * server.el (server-start, server-unload-hook): Undo previous change.
3706
3707 * xt-mouse.el: Undo previous change.
3708
3709 2007-09-04 Juri Linkov <juri@jurta.org>
3710
3711 * startup.el (fancy-about-text): New variable.
3712 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3713 (fancy-current-text, fancy-splash-stop-time)
3714 (fancy-splash-outer-buffer): Remove variables.
3715 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3716 `startup' and use it to conditionally display different texts for
3717 Startup and About screens. Don't display Help commands on the About
3718 screen.
3719 (fancy-splash-screens-1): Remove function and move its content to
3720 `fancy-splash-screens' to the part that dislpays the About screen.
3721 (exit-splash-screen): Don't treat specially exiting from
3722 alternating screens.
3723 (fancy-splash-screens): Rename argument `static' to `startup'.
3724 Fix docstring. Remove code for displaying alternating screens.
3725 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3726 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3727 for `inhibit-read-only'.
3728 (normal-splash-screen): Rename argument `static' to `startup'.
3729 Fix docstring. Use argument `startup' to conditionally display
3730 different texts for Startup and About screens. Don't display Help
3731 commands on the About screen. Remove `unwind-protect' `sit-for'
3732 delay and `kill-buffer' after it.
3733 (display-startup-echo-area-message): Remove call to
3734 `use-fancy-splash-screens-p' because image.el is preloaded and
3735 doesn't display "Loading image... done".
3736 (display-splash-screen): Rename argument `static' to `startup'.
3737 Fix docstring.
3738
3739 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3740
3741 * server.el (server-start, server-unload-hook):
3742 suspend-tty-functions has been renamed to suspend-tty-hook.
3743
3744 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3745 resume-tty-hook.
3746
3747 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3748
3749 * loadup.el: Fix merge problem, only load "button" once.
3750
3751 2007-09-03 Glenn Morris <rgm@gnu.org>
3752
3753 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3754 "Working file:" as the prefix, for the sake of
3755 log-view-current-file.
3756
3757 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3758
3759 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3760 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3761 if the selected frames is in
3762 xterm-modify-other-keys-terminal-list.
3763 (xterm-turn-off-modify-other-keys): Add an optional frame
3764 parameter. Only turn off modify-other-keys if FRAME is in
3765 xterm-modify-other-keys-terminal-list.
3766 (xterm-remove-modify-other-keys): New function.
3767 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3768 Add the selected frame to xterm-modify-other-keys-terminal-list.
3769
3770 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3771
3772 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3773 (icon-map-list): New variable.
3774 (x-gtk-map-stock): Use icon-map-list.
3775
3776 2007-09-02 Romain Francoise <romain@orebokech.com>
3777
3778 * log-view.el (log-view-current-file): Balance parens.
3779
3780 2007-09-02 Glenn Morris <rgm@gnu.org>
3781
3782 * comint.el (comint-mode): Don't set scroll-conservatively.
3783
3784 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3785 non-command arguments.
3786
3787 * log-view.el (log-view-current-file): Give a more explicit error
3788 if log-view-file-re fails to find a match.
3789
3790 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3791
3792 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3793 Fix bug: Don't expand top-level file name more than once.
3794 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3795
3796 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * server.el (server-process-filter): Don't display the splash screen.
3799 It's annoying enough on the initial screen and becomes positively
3800 obnoxious here.
3801
3802 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3805 Change naming to use "avl-tree--" for internal functions.
3806
3807 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3808
3809 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3810 the merge.
3811 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3812 (provide): Move to the end of file.
3813
3814 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3815
3816 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3817
3818 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3819 New variable. List of exceptions for the duplicated word rule.
3820 (flyspell-mark-duplications-flag): Mention it.
3821 (flyspell-word): Treat it.
3822
3823 * files.el (create-file-buffer): If the filename sans directory starts
3824 with spaces, remove them.
3825
3826 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3827
3828 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3829 (x-gtk-map-stock): Use two directory elements when matching
3830 file name.
3831
3832 2007-08-31 James Wright <james@chumsley.org>
3833
3834 * eshell/em-unix.el (eshell/info): New function.
3835
3836 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * frame.el (frame-initialize, make-frame):
3839 * server.el (server-process-filter):
3840 * faces.el (tty-set-up-initial-frame-faces): Don't set
3841 term-environment-variable since it's not used any more.
3842
3843 * env.el (setenv): Don't treat $TERM specially.
3844
3845 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3846 stated otherwise, subprocesses do not send back escape sequences
3847 corresponding to the terminal from which Emacs was started.
3848
3849 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3850
3851 * calculator.el: Require cl for compilation.
3852
3853 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3854
3855 * outline.el (outline-font-lock-levels): Comment out unused var.
3856 (outline-font-lock-face): Wrap around face list to handle any
3857 nesting depth gracefully.
3858
3859 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3862 `set-file-times'.
3863
3864 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3865
3866 * textmodes/org.el (org-export-visible): Fix drawers before export.
3867 (org-do-sort): Allow sorting by priority.
3868 (org-agenda-files): Ignore non-existing files.
3869 (org-agenda-skip-unavailable-files): New variable.
3870 (org-ellipsis): All a face as value.
3871 (org-mode): Interprete the face value of `org-ellipsis'.
3872 (org-archive-save-context-info): New option.
3873 (org-archive-subtree): Store context info in archived entry.
3874 (org-fast-tag-selection-can-set-todo-state): New variable.
3875 (org-fast-tag-selection): Allow setting TODO states through this
3876 interface.
3877 (org-cycle): Docstring updated.
3878 (org-todo-keyword-faces): New option.
3879 (org-get-todo-face): New function.
3880 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3881 Use `org-get-todo-face'.
3882 (org-switch-to-buffer-other-window): New function.
3883 (org-table-edit-field, org-table-show-reference)
3884 (org-table-edit-formulas, org-add-log-note)
3885 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3886 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3887 `switch-to-buffer-other-window' to make sure that the temporary
3888 windows show up on the current frame.
3889 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3890 (org-get-entries-from-diary, org-replace-region-by-html):
3891 Don't allow pop-up frames.
3892 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3893 Fix problems with time-of-day.
3894 (org-export-get-title-from-subtree): New function.
3895 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3896 with listing items that are DONE.
3897 (org-change-tag-in-region): New command.
3898 (org-agenda-skip-scheduled-if-done)
3899 (org-agenda-skip-deadline-if-done): Docstring clarified.
3900 (org-mode): Hide drawers on startup.
3901 (org-get-todo-face): New function.
3902 (org-todo-keyword-faces): New option.
3903 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3904 (org-remove-keyword-keys): New function.
3905
3906 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3907
3908 * progmodes/grep.el (grep-find-ignored-directories):
3909 Add monotone _MTN bookkeeping directory in workspaces.
3910 Add RCS control directory. List items in alphabetical order.
3911
3912 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3913 Sort items in alphabetical order. Fix parens.
3914
3915 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3918 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3919 (vc-hg-pull): New functions.
3920 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3921
3922 * term/mac-win.el: Don't require url, only autoloaded url
3923 functions are used in this file.
3924
3925 2007-08-29 Andreas Schwab <schwab@suse.de>
3926
3927 * shell.el (shell): Return correct value from interactive spec.
3928
3929 2007-08-29 Glenn Morris <rgm@gnu.org>
3930
3931 * version.el (emacs-version): Increase to 23.0.50.
3932
3933 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3934
3935 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3936
3937 2007-08-29 Juri Linkov <juri@jurta.org>
3938
3939 * loadup.el: Add "button" loading after "faces" and move "startup"
3940 to load after "button".
3941
3942 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3943
3944 * loadup.el: Load term/mac-win on a Mac using Carbon.
3945
3946 * term/mac-win.el: Provide mac-win.
3947 (mac-initialized): New variable.
3948 (mac-initialize-window-system): New function. Move global setup here.
3949 (handle-args-function-alist, frame-creation-function-alist):
3950 (window-system-initialization-alist): Add mac entries.
3951 (x-setup-function-keys): New function containing all the
3952 top level function key definitions.
3953
3954 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3955
3956 * env.el (read-envvar-name): Don't consider the environment frame param.
3957
3958 * env.el (setenv):
3959 * frame.el (frame-initialize, make-frame):
3960 * faces.el (tty-set-up-initial-frame-faces):
3961 * server.el (server-process-filter): Set
3962 display-environment-variable and term-environment-variable.
3963
3964 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3965
3966 2007-08-29 Jason Rumney <jasonr@gnu.org>
3967
3968 * loadup.el: Only load term/x-win when X is compiled in.
3969 Load term/w32-win and dependencies on windows-nt.
3970
3971 * term/w32-win.el: Reorder to match x-win.el more closely.
3972 Provide w32-win. Don't throw error when global window-system not w32.
3973 (internal-face-interactive): Remove obsolete function.
3974 (x-setup-function-keys): Use local-function-key-map.
3975 (w32-initialized): New variable.
3976 (w32-initialize-window-system): Set it.
3977 Move more global setup here.
3978 (x-setup-function-keys): New function.
3979 (w32-initialize-window-system): Move non function key global setup here.
3980 (x-cut-buffer-max): Remove.
3981 (w32-initialize-window-system): New function.
3982 (handle-args-function-alist, frame-creation-function-alist):
3983 (window-system-initialization-alist): Add w32 entries.
3984
3985 2007-08-29 David Kastrup <dak@gnu.org>
3986
3987 * env.el (getenv): Pass frame to getenv-internal.
3988
3989 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3990
3991 * version.el (emacs-version): Show if multi-tty is present.
3992
3993 * loadup.el: Delay loading env; mule-conf gets confused by cl
3994 during bootstrap. Also load termdev and term/x-win.
3995
3996 * bindings.el (mode-line-client): New variable.
3997 (help-echo): Add it to the default mode-line format.
3998
3999 * cus-start.el: Remove bogus window-system reference from GTK test.
4000
4001 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4002 (ebrowse-electric-position-mode-map):
4003 * ebuff-menu.el (electric-buffer-menu-mode-map):
4004 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4005 not `suspend-emacs'.
4006
4007 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4008 (ediff-window-setup-function): Use it as default.
4009
4010 * files.el (save-buffers-kill-terminal): New function.
4011 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4012
4013 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4014 and `with-selected-frame'.
4015
4016 * help-fns.el (describe-variable): Describe frame-local variables
4017 correctly.
4018
4019 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4020 display support.
4021 (normal-erase-is-backspace-setup-frame): New function.
4022
4023 * subr.el (with-selected-frame): New function.
4024 (read-quoted-char): Use terminal-local binding of
4025 local-function-key-map instead of function-key-map.
4026
4027 * talk.el (talk): New function.
4028 (talk-handle-delete-frame): New function.
4029 (talk-add-display): Open a new frame only if FRAME was not a frame.
4030
4031 * termdev.el: New file.
4032
4033 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4034 * term/x-win.el: Don't bind f10.
4035 * tmm.el: Remove autoload binding for f10.
4036
4037 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4038 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4039 Store the saved input method as a terminal parameter. Add keymap
4040 parameter. Use it instead of changing key-translation-map directly.
4041 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4042 Remove.
4043 (encoded-kbd-setup-display): New function.
4044
4045 * international/mule-cmds.el (set-locale-environment): Fix getenv
4046 call. Use save-buffers-kill-terminal. Ignore window-system; always
4047 set the keyboard coding system. Add DISPLAY parameter.
4048 (set-display-table-and-terminal-coding-system): Add DISPLAY
4049 parameter. Pass it to set-terminal-coding-system.
4050
4051 * international/mule.el (keyboard-coding-system): Test for
4052 encoded-kbd-setup-display, not encoded-kbd-mode.
4053 (set-terminal-coding-system, set-keyboard-coding-system): Add
4054 DISPLAY parameter.
4055 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4056
4057 * term/README: Update.
4058
4059 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4060
4061 * term/x-win.el (x-setup-function-keys): New function. Move
4062 function-key-map tweaks here. Protect against multiple calls on
4063 the same terminal. Use terminal-local binding of
4064 local-function-key-map instead of function-key-map.
4065 (x-initialize-window-system): Make a copy of pure list. Pass a
4066 frame getenv.
4067
4068 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4069 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4070 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4071 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4072 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4073 local-function-key-map instead of function-key-map.
4074
4075 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4076 `substitute-key-definition' and `define-key' calls against
4077 multiple execution. Use terminal-local binding of
4078 local-function-key-map instead of function-key-map. Pass a frame
4079 to getenv.
4080
4081 * edmacro.el (edmacro-format-keys):
4082 * emulation/cua-base.el (cua--pre-command-handler):
4083 * isearch.el (isearch-other-meta-char):
4084 * xt-mouse.el: Use terminal-local binding of
4085 local-function-key-map instead of function-key-map.
4086
4087 * fringe.el (set-fringe-mode): Simplify and fix using
4088 `modify-all-frames-parameters'.
4089 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4090 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4091 check before calling `tool-bar-setup'.
4092 (tool-bar-setup): New variable.
4093 (tool-bar-setup): Use it to guard against multiple calls. Add
4094 optional frame parameter, and select that frame before adding items.
4095 (toggle-tool-bar-mode-from-frame): New function.
4096
4097 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4098 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4099 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4100 "Tool-bar" toggles to reflect the state of the current frame.
4101 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4102
4103 * env.el: Require cl for byte compilation (for `block' and `return').
4104 (environment, setenv-internal): New functions.
4105 (let-environment): New macro.
4106 (setenv, getenv): Add optional terminal parameter. Update docs.
4107 (setenv): Use setenv-internal. Always set process-environment.
4108 Handle `local-environment-variables'.
4109 (read-envvar-name, setenv, getenv): Use frame parameters
4110 to store the local environment, not terminal parameters. Include
4111 `process-environment' as well.
4112
4113 * faces.el (tty-run-terminal-initialization): New function.
4114 (tty-create-frame-with-faces): Use it. Set up faces and
4115 background mode only after the terminal has been initialized.
4116 Call terminal-init-*. Don't load the initialization file more
4117 than once. Call set-locale-environment.
4118 (frame-set-background-mode): Handle the 'background-mode terminal
4119 parameter.
4120 (tty-find-type): New function.
4121 (x-create-frame-with-faces): Remove bogus check for
4122 first frame. Call `tool-bar-setup'. Don't make frame visible
4123 until we are done setting up all its parameters. Call
4124 x-setup-function-keys.
4125
4126 * frame.el (make-frame): Always inherit 'environment and 'client
4127 parameters. Set up the 'environment frame parameter, when needed.
4128 Also inherit 'client parameter. Don't override explicitly
4129 specified values with inherited ones. Add 'terminal frame
4130 parameter. Append window-system-default-frame-alist to parameters
4131 before calling frame-creation-function.
4132 (frame-initialize): Copy the environment from the initial frame.
4133 (window-system-default-frame-alist): Enhance doc string.
4134 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4135 `default-frame-alist' when initial frame is on a tty.
4136 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4137 Remove specified parameters from `window-system-default-frame-alist'.
4138 (make-frame-on-tty, framep-on-display, suspend-frame):
4139 Extend doc string, update parameter names.
4140 (frames-on-display-list): Use terminal-id to get the display id.
4141 (frame-notice-user-settings): Extend to apply
4142 settings in `window-system-default-frame-alist' as well.
4143 (terminal-id, terminal-parameters, terminal-parameter)
4144 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4145 (delete-frame-functions): Add to `delete-frame-functions' hook.
4146 (blink-cursor-mode): Adapt blink-cursor-mode default
4147 value from startup.el.
4148 (make-frame-on-display): Protect condition on x-initialized when
4149 x-win.el is not loaded. Update doc.
4150 (suspend-frame): Use display-controlling-tty-p to decide between
4151 suspend-emacs and suspend-tty.
4152 (frames-on-display-list): Update for display ids.
4153 (framep-on-display): Ditto.
4154 (suspend-frame): Use display-name, not frame-tty-name.
4155 (selected-terminal): New function.
4156
4157 * server.el: Use `device' instead of `display' or `display-id' in
4158 variable and client parameter names.
4159 (server-select-display): Remove (unused).
4160 (server-tty-live-p, server-handle-delete-tty): Remove.
4161 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4162 Update docs.
4163 (server-getenv-from, server-with-environment, server-send-string)
4164 (server-save-buffers-kill-terminal): New functions.
4165 (server-delete-client): Handle quits in kill-buffer. Don't kill
4166 modified buffers. Add extra logging. Delete frames after
4167 deleting the tty. Clear 'client parameter before deleting a frame.
4168 Use delete-display, not delete-tty.
4169 (server-visit-files): Don't set `server-existing-buffer' if the
4170 buffer already has other clients. Return list of buffers
4171 created. Update doc. Don't set client-record when nowait.
4172 (server-handle-delete-frame): Delete the client if this was its
4173 last frame. Check that the frame is alive. Remove bogus comment.
4174 Add note on possible race condition. Delete tty clients, if needed.
4175 (server-handle-suspend-tty): Use server-send-string. Kill the
4176 client in case of errors from process-send-string. Use the display
4177 parameter.
4178 (server-unload-hook): Remove obsolete delete-tty hook.
4179 (server-start): Ask before restarting if the old server still has
4180 clients. Add feedback messages. Remove obsolete delete-tty hook.
4181 (server-process-filter): Use server-send-string. Accept `-dir'
4182 command. Switch to *scratch* immediately after creating the frame,
4183 before evaluating any -evals. Protect `display-splash-screen'
4184 call in a condition-case. Explain why. Call
4185 `display-startup-echo-area-message' before
4186 `display-splash-screen'. Don't display the splash screen when no
4187 frame was created. Show the Emacs splash screen and startup echo
4188 area message. Display the *scratch* buffer by default. Store the
4189 local environment in a frame (not terminal) parameter. Do not try
4190 to decode environment strings. Fix reference to the 'display
4191 frame parameter. Change syntax of environment variables. Put
4192 environment into terminal parameters, not client parameters. Use
4193 a dummy client with --no-wait's X frames. In `-position LINE'
4194 handler, don't ruin the request string until the line number is
4195 extracted. Log opened files. Handle -current-frame command.
4196 Don't create frames when it is given. Don't bind X frames to the
4197 client when we are in -no-wait mode. Set locale environment
4198 variables from client while creating tty frames. Disable call to
4199 configure-display-for-locale. When processing -position command,
4200 don't change the request string until the parameters are
4201 extracted. Don't try to create an X frame when Emacs does not
4202 support it. Improve logging. Temporarily set ncurses-related
4203 environment variables to those of the client while creating a new
4204 tty frame. Select buffers opened by nowait clients, don't leave
4205 them buried under others. Set the display parameter, and use it
4206 when appropriate.
4207
4208 * startup.el (display-startup-echo-area-message): Handle
4209 `inhibit-startup-echo-area-message' here.
4210 (command-line-1): Moved from here.
4211 (fancy-splash-screens): Use `overriding-local-map' instead of
4212 `overriding-terminal-local-map' for now; the latter doesn't work
4213 right, it looses keypresses to another terminal. Use
4214 `overriding-terminal-local-map' to set up keymap. Install a
4215 `delete-frame-functions' hook to catch `delete-frame' events.
4216 Ignore `select-window' events to cope better with
4217 `focus-follows-mouse'. Don't switch back to the original buffer
4218 if the splash frame has been killed. Restore previous buffer, even
4219 if it's *scratch*.
4220 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4221 changes the global binding - setq it instead. Use
4222 `save-buffers-kill-terminal'.
4223 (display-splash-screen): Don't do anything if the splash screen is
4224 already displayed elsewhere.
4225 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4226 (command-line): Replace duplicated code with a call to
4227 tty-run-terminal-initialization. Don't load the terminal
4228 initialization file more than once. Remove call to nonexistent
4229 function `set-locale-translation-file-name'.
4230
4231 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4232 parameters.
4233 (xterm-mouse-position-function, xterm-mouse-event): Update.
4234 (xterm-mouse-mode): Don't depend on current value of window-system.
4235 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4236 Update for multi-tty.
4237 (turn-on-xterm-mouse-tracking-on-terminal)
4238 (turn-off-xterm-mouse-tracking-on-terminal)
4239 (xterm-mouse-handle-delete-frame): New functions.
4240 (delete-frame-functions, after-make-frame-functions)
4241 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4242 for multi-tty.
4243
4244 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * simple.el (invisible-p): Remove: implemented in C now.
4247 (line-move-invisible-p): Remove obsolete alias.
4248
4249 2007-08-28 Juri Linkov <juri@jurta.org>
4250
4251 * image-mode.el (image-type): New variable.
4252 (image-mode): Set default major mode name to "Image[text]".
4253 (image-minor-mode): Change LIGHTER to display image-type in the
4254 mode line.
4255 (image-minor-mode): Set default image-type to "text".
4256 (image-toggle-display): After switching to text mode, set
4257 image-type to "text" and major mode name to "Image[text]".
4258 After switching to image mode, set image-type to actual image
4259 type, and add image type to major mode name. Let-bind the same
4260 variable names as arguments of `image-type' and `create-image'.
4261 Bind `type' to the result of `image-type' and use it as arg
4262 of `create-image' to not determine the image type twice.
4263
4264 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4267 (tramp-set-file-uid-gid, tramp-get-local-uid)
4268 (tramp-get-local-gid): New defuns.
4269 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4270 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4271 Improve fast track.
4272 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4273 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4274 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4275 (tramp-handle-write-region): Improve fast track.
4276 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4277 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4278 be nil.
4279
4280 2007-08-28 Ivan Kanis <apple@kanis.eu>
4281
4282 * time.el: New feature to display several time zones in a buffer.
4283 (display-time-world-mode, display-time-world-display)
4284 (display-time-world, display-time-world-timer): New functions.
4285 (display-time-world-list, display-time-world-time-format)
4286 (display-time-world-buffer-name, display-time-world-timer-enable)
4287 (display-time-world-timer-second, display-time-world-mode-map):
4288 New variables.
4289
4290 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4291
4292 * term/x-win.el (x-gtk-stock-map): New variable.
4293 (x-gtk-map-stock): New function.
4294
4295 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4296 prev/next-node.
4297
4298 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4299
4300 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4301
4302 2007-08-28 Glenn Morris <rgm@gnu.org>
4303
4304 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4305
4306 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4307
4308 * progmodes/modula2.el (m2-definition, m2-module):
4309 Don't use previous-line. Reported by T. V. Raman.
4310
4311 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4312
4313 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4314 argument to tool-bar-mode call.
4315
4316 2007-08-27 Glenn Morris <rgm@gnu.org>
4317
4318 * diff-mode.el (diff-find-file-name): Only accept regular files,
4319 to rule out /dev/null, directories, etc.
4320
4321 * vc-svn.el (vc-svn-diff): If the repository version of all the
4322 files is the same as the specified OLDVERS, do a local diff.
4323
4324 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4327 of buffers in uniquify-managed.
4328
4329 * simple.el (invisible-p): Rename from text-invisible-p.
4330 Update callers.
4331
4332 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4335 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4336 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4337 (cperl-etags-goto-tag-location): Use new style backquotes.
4338
4339 * net/browse-url.el: Remove spurious * in custom docstrings.
4340 (browse-url-filename-alist): Use new-style backquote.
4341
4342 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4343 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4344
4345 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4346 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4347
4348 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4349
4350 * net/socks.el (socks-username/password-auth-filter):
4351 Remove unused vars `state' and `desired-len'.
4352 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4353 (socks-wait-for-state-change): Use new-style backquotes.
4354
4355 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4356
4357 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4358 backquotes after each `read' rather than once per buffer.
4359
4360 * dframe.el: Remove spurious * in custom docstrings.
4361 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4362 (dframe-xemacs20p): Remove, inline at the sole use point.
4363 (defface): Don't defvar the face, don't use old-style backquote.
4364 (defcustom): Don't use old-style backquote.
4365 (dframe-frame-parameter, dframe-mouse-event-p):
4366 Make it obvious that it's always defined.
4367 (dframe-popup-kludge): New function to replace
4368 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4369 (dframe-frame-mode, dframe-set-timer-internal)
4370 (dframe-mouse-set-point): Remove use of with-no-warnings from
4371 XEmacs-specific code.
4372 (dframe-set-timer-internal): Fix very old bug with
4373 post-command-idle-hook.
4374
4375 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4376
4377 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4378
4379 * emacs-lisp/avl-tree.el: New file.
4380
4381 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4382
4383 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4384 was used.
4385
4386 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4387
4388 * complete.el (PC-do-completion): Make RET accept a non-unique but
4389 complete expansion again.
4390
4391 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4392
4393 * eshell/esh-opt.el (eshell-eval-using-options):
4394 Add debug declaration.
4395
4396 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4397
4398 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4399 (log-view-get-marked): Likewise.
4400
4401 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4402 (vc-delete-automatic-version-backups): Likewise.
4403
4404 * vc.el (vc-dired-buffers-for-dir): Likewise.
4405
4406 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4409 safe-local-variable setting.
4410 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4411
4412 * log-view.el (log-view-marked-list): Delete variable.
4413 (log-view-mode): Don't use it.
4414 (log-view-toggle-mark-entry): Likewise, simplify.
4415 (log-view-current-tag): Don't return properties.
4416 (log-view-get-marked): New function.
4417
4418 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4419
4420 * vc-git.el (vc-git-mode-line-string): New function.
4421
4422 2007-08-25 Alan Mackenzie <acm@muc.de>
4423
4424 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4425 new language variable.
4426
4427 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4428 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4429 "extern" etc., rather than BOI. Fix addition of spurious
4430 syntactic-symbol 'defun-block-intro, replacing it with
4431 'innamespace, etc.
4432
4433 2007-08-25 Juri Linkov <juri@jurta.org>
4434
4435 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4436
4437 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4438 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4439 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4440
4441 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4442 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4443 (image-type-auto-detectable): Add (svg . maybe).
4444
4445 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4446 to treat it like .tgz.
4447
4448 * calendar/cal-bahai.el: Add file coding cookie.
4449
4450 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4451
4452 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4453 Don't behave differently when executed via M-x. Add doc string.
4454
4455 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4456 safe-local-variable.
4457
4458 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4459
4460 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4461 the default value.
4462 (math-calendar-tzinfo): New variable.
4463 (math-get-calendar-tzinfo): New function.
4464 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4465 to get information when zone is nil.
4466
4467 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4468
4469 * log-view.el (log-view-toggle-mark-entry): New function.
4470 (log-view-mode-map): Bind it.
4471 (log-view-marked-list): New variable.
4472 (log-view-mode): Make it local.
4473
4474 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4475
4476 * play/zone.el (zone-pgm-rat-race): New func.
4477 (zone-programs): Add `zone-pgm-rat-race'.
4478
4479 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4482 a list.
4483
4484 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4485
4486 * progmodes/hideshow.el (hs-match-data): Delete alias.
4487 (hs-hide-block-at-point, hs-find-block-beginning)
4488 (hs-show-block): Use `match-data' directly.
4489
4490 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4491
4492 * format.el (format-alist): Fix typo in doc-string.
4493
4494 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4495
4496 * net/tramp.el (tramp-local-host-p): New defun.
4497 (tramp-handle-file-local-copy, tramp-handle-write-region):
4498 Implement fast track when being on the local host.
4499 (tramp-file-name-handler): Don't set "started" property. It shall
4500 be reserved for the "ftp" method.
4501 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4502
4503 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4504 (tramp-ftp-file-name-handler): Set "started" property.
4505
4506 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4507
4508 * files.el (backup-buffer-copy): Don't wrap delete in
4509 condition-case, only try to delete if file exists.
4510
4511 2007-08-24 Glenn Morris <rgm@gnu.org>
4512
4513 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4514
4515 * startup.el (tutorial-directory): Set with eval-at-startup so it
4516 gets the right value in an installed Emacs.
4517
4518 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4519
4520 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4521 (eldoc-highlight-function-argument): Use it.
4522
4523 2007-08-23 Masatake YAMATO <jet@gyve.org>
4524
4525 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4526 name of parameters in document body.
4527
4528 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4531 (byte-compile-output-as-comment): Use with-current-buffer rather than
4532 a weird set-buffer&prog1 combination.
4533
4534 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4535 test so as to optimise cases where the `progn's result is constant.
4536
4537 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4538
4539 * locate.el (locate-get-file-positions):
4540 Use line-beginning-position and line-end-position.
4541
4542 2007-08-23 John Wiegley <johnw@newartisans.com>
4543
4544 * calendar/cal-bahai.el: Added in the diacriticals that were
4545 missing for many of the month names.
4546
4547 2007-08-22 Jason Rumney <jasonr@gnu.org>
4548
4549 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4550
4551 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4552
4553 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4554
4555 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4556
4557 * dabbrev.el (dabbrev--progress-reporter): New variable.
4558 (dabbrev--scanning-message): Delete func.
4559 (dabbrev--find-expansion): Use a progress reporter
4560 instead of dabbrev--scanning-message.
4561
4562 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4563
4564 * comint.el (comint-exec-1): Raise an error if
4565 `start-file-process' does not return a process object.
4566
4567 * shell.el (shell): Prompt for `default-directory' if it is a
4568 remote file name, and if called with a prefix arg.
4569
4570 2007-08-22 Sam Steingold <sds@gnu.org>
4571
4572 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4573
4574 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4575
4576 * textmodes/org-export-latex.el: New file.
4577
4578 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4579
4580 * textmodes/org.el (org-agenda-skip): Allow a form for
4581 `org-agenda-skip-function'.
4582 (org-agenda-redo): Re-use local settings.
4583 (org-agenda): Store local settings.
4584 (org-agenda-deadline-faces): New option.
4585 (org-agenda-deadline-face): New function.
4586 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4587 entries on their due date.
4588 (org-agenda-get-timestamps): No longer handle the due dates of
4589 schedules and deadline items.
4590 (org-insert-link-global, org-open-at-point-global): New commands.
4591 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4592 :for-ascii parameter.
4593 (org-skip-comments): Function removed.
4594 (org-cleaned-string-for-export): Handle special table lines.
4595 (org-global-properties): New option.
4596 (org-entry-get-with-inheritance): Check global properties.
4597 (org-local-properties): New variable.
4598 (org-set-regexps-and-options): Find the #+PROPERTY line.
4599 (org-link-types): Change type into variable (was constant).
4600 (org-make-link-regexps): New function.
4601 (org-link-re-with-space, org-link-re-with-space2)
4602 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4603 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4604 these regular expressions happens now in the function
4605 `org-make-link-regexps'.
4606 (org-store-link): Call the functions in
4607 `org-store-link-functions'.
4608 (org-add-link-type): New function.
4609 (org-store-link-functions): New variable.
4610 (org-activate-tags): Force matches to be in headlines.
4611 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4612 (org-columns-display-here): Make sure this works in a narrowed
4613 buffer by checking for point-min.
4614 (org-columns-display-here): Make the rest of the line intangible,
4615 so that point never can be there.
4616 (org-cleaned-string-for-export): Use `with-current-buffer'.
4617 (org-replace-region-by-html): Use `with-current-buffer'.
4618 (org-unfontify-region, org-do-occur, org-columns-display-here)
4619 (org-columns-remove-overlays, org-columns-quit)
4620 (org-columns-edit-value, org-columns-next-allowed-value)
4621 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4622 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4623 (org-agenda-todo, org-agenda-change-all-lines)
4624 (org-agenda-align-tags, org-agenda-priority)
4625 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4626 (org-agenda-show-new-time, org-cleaned-string-for-export)
4627 (org-export-grab-title-from-buffer)
4628 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4629 instead of `buffer-read-only'.
4630 (org-export-as-html): Set `coding-system-for-write'.
4631 (org-remember-store-without-prompt): New option.
4632 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4633 (org-beginning-of-line): Also treat C-a special in items.
4634 (org-table-convert-refs-to-rc): Fixed problem with column
4635 reference after "..".
4636 (org-columns-compute): Don't mark buffer modified because of text
4637 properties.
4638 (org-batch-store-agenda-views): Use the variable
4639 `default-directory', not the function.
4640 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4641 (org-clock-out-when-done): New option.
4642 (org-html-entities): Added HTML entities for smileys.
4643
4644 2007-08-22 Glenn Morris <rgm@gnu.org>
4645
4646 * image.el (create-image): Doc fix.
4647
4648 * startup.el (tutorial-directory): New constant.
4649 (fancy-splash-text): Tutorials now in tutorial-directory.
4650 * tutorial.el (help-with-tutorial): Tutorials now in
4651 tutorial-directory.
4652
4653 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4654
4655 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4656 otherwise.
4657 (tramp-get-remote-path): New defun. Replace occurrences of
4658 `tramp-default-remote-path' by this function.
4659 (tramp-set-remote-path): Move most of the code to
4660 `tramp-get-remote-path'.
4661 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4662 existing directories, this is done already in
4663 `tramp-get-remote-path'.
4664
4665 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4666
4667 * image-file.el (image-file-name-extensions): Add "svg".
4668 * image.el (image-type-header-regexps): Add svg entry.
4669
4670 2007-08-22 Glenn Morris <rgm@gnu.org>
4671
4672 * files.el (backup-buffer-copy): Check backup directory is
4673 writable, to avoid infloop deleting old backup.
4674
4675 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4676 movemail related variables.
4677 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4678 will now be set before this is called.
4679
4680 2007-08-21 Juri Linkov <juri@jurta.org>
4681
4682 * delsel.el (delete-selection-pre-hook):
4683 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4684 instead of checking last-command.
4685
4686 2007-08-21 Juri Linkov <juri@jurta.org>
4687
4688 * loadup.el: Preload "button".
4689
4690 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4693 Add previous-line and next-line.
4694
4695 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4696 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4697
4698 * vc-hooks.el (vc-menu-entry): New var.
4699 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4700 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4701 (vc-menu-map): Declare and initialize in one step.
4702 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4703
4704 * menu-bar.el (vc-menu-map): Don't setup any more.
4705 Instead, just create the proper spot in the menu.
4706
4707 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * smerge-mode.el (smerge-resolve): New arg `safe'.
4710 (smerge-resolve-all, smerge-batch-resolve): New function.
4711 (smerge-refine): Make sure `diff' returns the expected result.
4712 (smerge-parsep-re): New const.
4713 (smerge-mode): Use it to adjust paragraph-separate.
4714
4715 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4716 Correctly match / regexp matchers as first char on a line when
4717 fontifying only that line.
4718
4719 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4720
4721 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4724 (vc-bzr-registered): Don't redundantly protect against
4725 file-error. Actually use the format-specific code.
4726 (vc-bzr-buffer-nonblank-p): Remove.
4727 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4728
4729 2007-08-20 Juri Linkov <juri@jurta.org>
4730
4731 * startup.el (fancy-splash-text): Change multiple tabs into one
4732 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4733 and "Recover Crashed Session").
4734 (fancy-splash-screens): Set tab-width to 22.
4735 (normal-splash-screen): Replace literal tabs with \t and
4736 fix whitespace. Remove "Useful File menu items" section (with
4737 "Exit Emacs" and "Recover Crashed Session").
4738
4739 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4740
4741 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4742 extracted from `eval-last-sexp-1'.
4743 (eval-last-sexp-1): Call `preceding-sexp'.
4744
4745 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4746
4747 * vc-rcs.el (vc-rcs-annotate-command):
4748 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4749 Add back :vc-annotate-prefix propertization.
4750
4751 2007-08-20 Andreas Schwab <schwab@suse.de>
4752
4753 * mail/rmail.el (rmail-autodetect): Doc fix.
4754
4755 2007-08-19 Juri Linkov <juri@jurta.org>
4756
4757 * startup.el (normal-splash-screen): Add more links.
4758
4759 2007-08-19 Juri Linkov <juri@jurta.org>
4760
4761 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4762 because it's common to both types of splash screen: fancy and normal.
4763 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4764 (exit-splash-screen): Rename from `fancy-splash-quit'.
4765 Use `quit-window' instead of `kill-buffer'.
4766 (fancy-splash-head): Use make-button to insert GNU image link.
4767 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4768 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4769 (normal-splash-screen): Put "Browse manuals" on the same line with
4770 "Emacs manual". Remove descriptions from "Useful tasks" and put
4771 all links in two columns on two lines.
4772
4773 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4774
4775 * emulation/viper.el (viper-remove-hooks): Remove some additional
4776 viper hooks when the user calls viper-go-away.
4777 (viper-go-away): Restore the default of default-major-mode.
4778 Save the value of default-major-mode before vaperization.
4779
4780 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4781
4782 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4783
4784 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4785 buffer for which file is created.
4786
4787 2007-08-19 Glenn Morris <rgm@gnu.org>
4788
4789 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4790 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4791 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4792 shadow files messing up the compilation.
4793
4794 2007-08-18 Glenn Morris <rgm@gnu.org>
4795
4796 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4797 string. Also apply eldoc-argument-case in the help-split-fundoc
4798 case. Adapt for changed behavior of eldoc-function-argstring,
4799 eldoc-function-argstring-format, and
4800 eldoc-highlight-function-argument.
4801 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4802 just call eldoc-docstring-format-sym-doc in that case.
4803 (eldoc-function-argstring): Change the behavior. Now it converts
4804 an argument list to a string.
4805 (eldoc-function-argstring-format): Change the behavior. Now it
4806 applies `eldoc-argument-case' to a string.
4807
4808 * progmodes/scheme.el (scheme-mode-variables): Set
4809 font-lock-comment-start-skip.
4810
4811 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4812
4813 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4814 set-syntax-table from here to ...
4815 (ada-mode): ... here. Do not change global value of
4816 comment-multi-line. Call new function
4817 ada-initialize-syntax-table-properties and add new function
4818 ada-handle-syntax-table-properties to font-lock-mode-hook.
4819 (ada-deactivate-properties, ada-initialize-properties): Replace
4820 by new functions ...
4821 (ada-handle-syntax-table-properties)
4822 (ada-initialize-syntax-table-properties)
4823 (ada-set-syntax-table-properties): ... to set up syntax-table
4824 properties uniformly, independently from whether font-lock-mode
4825 is enabled or not. Handle read-only buffers and do not change
4826 undo-list when setting syntax-table properties.
4827 (ada-after-change-function): Use ada-set-syntax-table-properties.
4828
4829 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4830
4831 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4832 (meta-indent-current-nesting): Use a computation of the nesting
4833 instead.
4834 (meta-indent-current-indentation): Indentation is given according
4835 to nesting and if the previous line was finished or not.
4836 (meta-indent-unfinished-line): Tell if the current line ends with
4837 a finished expression.
4838 (meta-indent-looking-at-code): Like `looking-at', but checks if
4839 the point is in a string before.
4840 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4841 done in the nesting function.
4842 (meta-indent-in-string-p): Tell if the current point is in a
4843 string.
4844 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4845 previous functions.
4846
4847 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4848
4849 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4850 (copyright-update-year, copyright-update)
4851 (copyright-fix-years): Use it.
4852
4853 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4854
4855 * emacs-lisp/copyright.el (copyright-update-year):
4856 Fix bug: Handle nil copyright-limit.
4857
4858 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4859
4860 * calc/calc-units.el (math-standard-units): Give exact
4861 conversion for tsp.
4862
4863 * calc/calc.el (math-bignum-digit-length): Compute the
4864 appropriate value.
4865
4866 * calc/calc-bin.el (math-bignum-logb-digit-size)
4867 (math-bignum-digit-power-of-two):
4868 * calc/calc-comb.el (math-small-factorial-table):
4869 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4870 (math-approx-gamma-const):
4871 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4872 (math-besY1, math-bernoulli-b-cache):
4873 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4874 Remove `eval-when-compile's.
4875
4876 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4877
4878 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4879 (cperl-find-pods-heres): Fix an error when typing expressions like
4880 `s{a}{b}'.
4881
4882 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4883
4884 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4885 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4886 a special case (there's no build number).
4887
4888 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4889
4890 * completion.el (symbol-under-point, symbol-before-point)
4891 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4892
4893 2007-08-17 Glenn Morris <rgm@gnu.org>
4894
4895 * progmodes/compile.el (compilation-get-file-structure): Make use
4896 of the directory part when checking for an existing entry, to
4897 handle files with same basename in different directories.
4898
4899 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4900
4901 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4902
4903 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4904
4905 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4906 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4907 (ps-paragraph-spacing): Docstring fix.
4908
4909 2007-08-16 Glenn Morris <rgm@gnu.org>
4910
4911 * ps-print.el (ps-font-size): Doc fix.
4912
4913 2007-08-16 Richard Stallman <rms@gnu.org>
4914
4915 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4916
4917 2007-08-15 Juri Linkov <juri@jurta.org>
4918
4919 * startup.el (initialization): Change parent group from `internal'
4920 to `environment'.
4921 (initial-buffer-choice): New variable.
4922 (command-line): Revert 2007-07-02 change that sets
4923 buffer-offer-save in *scratch* and enables auto-save in it.
4924 (fancy-splash-text): Add links to existing items. Add new items
4925 with links for useful tasks. Move information about Control-g to
4926 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4927 (fancy-splash-keymap): New variable.
4928 (fancy-splash-last-input-event): Remove variable.
4929 (fancy-splash-insert): Add processing of `:link' element.
4930 (fancy-splash-head): Replace "Type Control-l to begin editing"
4931 with "Type `q' to exit".
4932 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4933 (fancy-splash-default-action, fancy-splash-special-event-action):
4934 Remove functions.
4935 (fancy-splash-quit): New function.
4936 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4937 `static' and reverse the condition of its usage. Don't preserve
4938 original values of `minor-mode-map-alist',
4939 `emulation-mode-map-alists', `special-event-map'.
4940 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4941 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4942 Remove processing of special events. Use local key map
4943 `fancy-splash-keymap'. Set buffer to read-only.
4944 (normal-splash-screen): Rename input arg from `hide-on-input' to
4945 `static' and reverse the condition of its usage.
4946 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4947 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4948 Add links to existing items. Add new items with links for useful
4949 tasks. Use local key map `fancy-splash-keymap'.
4950 (display-splash-screen): Rename input arg from `hide-on-input' to
4951 `static'.
4952 (about-emacs): Add alias to display-splash-screen.
4953 (command-line-1): Use `initial-buffer-choice'.
4954
4955 * menu-bar.el (menu-bar-help-menu):
4956 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4957 item to about-emacs instead of display-splash-screen.
4958
4959 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4960
4961 * calc/calc-units.el (math-standard-units): Update values.
4962 Put in exact, rational values when possible.
4963 (math-unit-prefixes): Replace floats with powers of ten.
4964 (math-standard-units-systems): Replace floats with integers.
4965 (math-make-unit-string): Remove extra spaces in output.
4966
4967 2007-08-15 Glenn Morris <rgm@gnu.org>
4968
4969 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4970 sloppier, for the sake of GNU Mailman.
4971 (rmail-digest-rfc1153): Initialize `result' correctly.
4972
4973 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4974
4975 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4976 in the mail title. Suggested by Reiner Steib.
4977
4978 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
4979
4980 * calc/calc-aent.el (calc-do-quick-calc): Add binary
4981 representation of integers to the list of outputs.
4982
4983 2007-08-14 Glenn Morris <rgm@gnu.org>
4984
4985 * simple.el (bad-packages-alist): New constant.
4986 (bad-package-check): New function. Together, these two add elements
4987 to `after-load-alist' to check for problematic external packages.
4988 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4989
4990 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
4991
4992 * calc/calc-units.el (math-get-standard-units)
4993 (math-get-units, math-make-unit-string)
4994 (math-get-default-units, math-put-default-units): New functions.
4995 (math-default-units-table): New variable.
4996 (calc-convert-units, calc-convert-temperature): Add machinery
4997 to supply default values.
4998
4999 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5002 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5003 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5004 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5005
5006 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5007 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5008 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5009 Make into a proper minor-mode.
5010 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5011 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5012 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5013 (tpu-set-cursor-free, tpu-set-cursor-bound):
5014 Delegate to tpu-cursor-free-mode.
5015 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5016 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5017 Use line-move or forward-line instead of next-line-internal.
5018
5019 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5022
5023 2007-08-12 Richard Stallman <rms@gnu.org>
5024
5025 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5026 (cvs-execute-single-file): Use new name split-string-and-unquote.
5027 (cvs-header-msg): Use new name combine-and-quote-strings.
5028
5029 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5030
5031 * progmodes/gud.el (gud-common-init): Use new name
5032 split-string-and-unquote.
5033
5034 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5035 in javac regexp.
5036
5037 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5038 combine-and-quote-strings and split-string-and-unquote.
5039
5040 * subr.el (combine-and-quote-strings): Rename from strings->string.
5041 (split-string-and-unquote): Rename from string->strings.
5042
5043 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5046 to buffer-local settings.
5047
5048 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5049 (backquote-process): Add internal arg `level'. Use the two to
5050 correctly handle nested backquotes.
5051
5052 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5053
5054 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5055 (vc-bzr-state-words): Add "kind changed" state word.
5056 (vc-bzr-status): New function. Return Bzr idea of file status,
5057 which is different from VC's.
5058 (vc-bzr-state): Use vc-bzr-status.
5059 (vc-workfile-unchanged-p): Use vc-bzr-status.
5060 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5061 (vc-dired-state): Process "kind changed" state word.
5062
5063 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5066
5067 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5068 Move from vc-default-find-file-not-found-hook.
5069
5070 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * man.el: Remove spurious * in docstrings.
5073 Merge defvars and toplevel setq-defaults.
5074 (Man-highlight-references0): Limit=nil rather than point-max.
5075 (Man-mode-map): Move initialization into the declaration.
5076 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5077 (Man-view-header-file): Use expand-file-name rather than concat.
5078 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5079
5080 * man.el (Man-next-section): Make sure we do not move backward.
5081
5082 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5085
5086 2007-08-08 Glenn Morris <rgm@gnu.org>
5087
5088 * Replace `iff' in doc-strings and comments.
5089
5090 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5091
5092 * dired.el (dired-pop-to-buffer):
5093 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5094 * calendar/calendar.el (generate-calendar-window):
5095 * progmodes/compile.el (compilation-set-window-height):
5096 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5097 Use window-full-width-p instead of comparing frame-width and
5098 window-width.
5099
5100 * progmodes/compile.el (compilation-find-buffer): Remove extra
5101 argument in call to compilation-buffer-internal-p.
5102
5103 2007-08-07 Tom Tromey <tromey@redhat.com>
5104
5105 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5106 Add safe-local-variable property.
5107
5108 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * image-mode.el (image-toggle-display): Use image-refresh.
5111
5112 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5113
5114 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5115 unofficial version.
5116 (vc-bzr-command): Remove redundant setting of process-connection-type.
5117 (vc-bzr-admin-checkout-format-file): Add autoload.
5118 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5119 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5120 (vc-bzr-registered): Compare dirstate format tag with known good
5121 value, abort parsing if match fails. Warn user in docstring.
5122 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5123 See bzrlib/branch.py in Bzr sources.
5124 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5125 (vc-bzr-shell-command): Remove in favor of
5126 vc-bzr-command-discarding-stderr.
5127 (vc-bzr-command-discarding-stderr): New function.
5128
5129 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5130
5131 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5132 program, and return nil.
5133 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5134 (vc-bzr-state): Look for path names relative to the repository
5135 root after status keyword.
5136 (vc-bzr-file-name-relative): New function.
5137 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5138 depend on it.
5139 (vc-bzr-admin-dirname, ...-checkout-format-file)
5140 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5141 files that we now parse directly for speed.
5142 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5143 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5144 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5145 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5146 Bzr warnings, so we must discard it.
5147 (vc-bzr-workfile-version): Speedup counting lines from
5148 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5149 if that file doesn't exist.
5150 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5151 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5152 to `vc-directory-exclusion-list'.
5153 (vc-bzr-shell-command): New function.
5154
5155 2007-08-06 Tom Tromey <tromey@redhat.com>
5156
5157 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5158 (diff-fixup-modifs): Typo in docstring.
5159
5160 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5163 count-screen-lines.
5164 (tpu-edt-off): Disable relevant pieces of advice.
5165
5166 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5167 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5168 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5169 redefining the function.
5170 (tpu-set-scroll-margins): Activate the pieces of advice.
5171
5172 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5173
5174 * help.el (resize-temp-buffer-window): Use window-full-width-p
5175 instead of comparing frame-width and window-width.
5176
5177 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5178
5179 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5180 optional quotes around files in NEED-UPDATE . REMOVED case.
5181
5182 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5183 (ada-treat-cmd-string): Improve error message.
5184 (ada-do-file-completion): Call `ada-require-project-file', so
5185 project variables are set properly.
5186 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5187 (ada-gnatfind-buffer-name): New constant.
5188 (ada-find-any-references): Use new constant. Set buffer name
5189 properly in compilation-start. Toggle read-only properly.
5190 (ada-find-in-src-path): Fix spelling error in docstring.
5191
5192 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5193 by zero error.
5194
5195 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5198
5199 2007-08-12 Richard Stallman <rms@gnu.org>
5200
5201 * progmodes/sh-script.el (sh): Delete group `unix'.
5202
5203 * progmodes/gud.el (gud): Change to group `processes'.
5204
5205 2007-08-11 Glenn Morris <rgm@gnu.org>
5206
5207 * progmodes/compile.el (compilation-buffer-name): Don't check
5208 compilation-arguments. It is superfluous, and the variable isn't
5209 even set when this function is called.
5210
5211 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5212
5213 * term/mac-win.el (mac-ae-reopen-application): New function.
5214 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5215
5216 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5219 take tex-font-script-display into account.
5220 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5221 cell to a list of 2 elements to simplify the unfontify code.
5222
5223 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5224
5225 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5226 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5227 ps-print-color-p is neither nil nor black-white. Reported by Christian
5228 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5229
5230 2007-08-08 Andreas Schwab <schwab@suse.de>
5231
5232 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5233 self-insert-command, not self-insert.
5234
5235 2007-08-08 Glenn Morris <rgm@gnu.org>
5236
5237 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5238 argument optional, for backwards compatibility, and only highlight
5239 args when present. Fix symbol name typo (doc/args).
5240
5241 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5242 rather than just `-'.
5243
5244 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5245
5246 * calc/calc-units.el (calc-convert-temperature):
5247 Use `/' to create fractions.
5248
5249 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5250
5251 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5252 global matching.
5253 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5254 ERROR-BUFFER more robust. Display output.
5255 (tramp-file-name-handler): Add a connection property when we found
5256 a foreign file name handler. This allows backends like ftp to
5257 profit also from usr/host name completion based on connection
5258 cache.
5259 (tramp-send-command-and-read): Search for trash after the regexp
5260 until eol only. In XEmacs, there is a problem with \n.
5261
5262 * net/tramp-cache.el (top): Read persistent connection history
5263 when cache is empty.
5264
5265 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5266
5267 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5268 resulting output.
5269
5270 2007-08-07 Sam Steingold <sds@gnu.org>
5271
5272 * progmodes/compile.el (compilation-start): Pass nil as startfile
5273 to comint-exec.
5274
5275 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * longlines.el (longlines-decoded): New variable.
5278 (longlines-mode): Avoid encoding or decoding the buffer twice.
5279
5280 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5281
5282 * format.el (format-insert-file): Make sure that at most one undo
5283 entry is recorded for the insertion. Inhibit point-motion and
5284 modification hooks around call to insert-file-contents.
5285
5286 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5289 Select the buffer's window before moving point.
5290
5291 2007-08-07 Richard Stallman <rms@gnu.org>
5292
5293 * term.el (term): Remove parent group `unix'.
5294
5295 * simple.el (default-indent-new-line): New function.
5296 It calls comment-line-break-function if there are comments.
5297 (do-auto-fill): Use that.
5298
5299 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5300
5301 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5302 (PC-do-completion): Add "acronym completion" for symbols and
5303 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5304
5305 2007-08-06 Sam Steingold <sds@gnu.org>
5306
5307 * mouse.el (mouse-buffer-menu): Pass mode-name through
5308 format-mode-line because it may be a list,
5309 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5310
5311 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5312
5313 * printing.el (pr-update-menus): Docstring fix.
5314
5315 2007-08-06 Jason Rumney <jasonr@gnu.org>
5316
5317 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5318
5319 * vc-hooks.el (vc-call): Add doc string.
5320
5321 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5324 process-filter.
5325
5326 2007-08-06 Kenichi Handa <handa@m17n.org>
5327
5328 * international/quail.el: Wrap (require 'help-mode) by
5329 eval-when-compile.
5330 (quail-help-init): New function.
5331 (quail-help): Call quail-help-init.
5332 (quail-store-decode-map-key): Change it to a function.
5333
5334 2007-08-05 Jason Rumney <jasonr@gnu.org>
5335
5336 * vc.el (vc-rollback): Add norevert argument back.
5337 (vc-revert-buffer): Add back as obsolete alias.
5338
5339 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5340
5341 * term.el: Honor term-default-fg-color and term-default-bg-color
5342 settings when modifying term-current-face.
5343 (term-default-fg-color, term-default-bg-color): Initialize from
5344 default term-current-face.
5345 (term-mode, term-reset-terminal): Set term-current-face with
5346 term-default-fg-color and term-default-bg-color.
5347 (term-handle-colors-array): term-current-face has term-default-fg-color
5348 and term-default-bg-color after reset escape sequence.
5349 (term-handle-colors-array): Set term-current-color with
5350 term-default-fg/bg-color instead of ansi-term-color-vector when the
5351 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5352
5353 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5354
5355 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5356 (math-nlfit-givens): Let bind free variables.
5357
5358 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5359
5360 * printing.el: Require lpr and ps-print when loading printing package.
5361 Reported by Glenn Morris <rgm@gnu.org>.
5362
5363 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * files.el (set-auto-mode): Handle also remote files wrt
5366 `auto-mode-alist'.
5367
5368 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5369
5370 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5371 curves and plotting.
5372
5373 * calc/calc-nlfit.el: New file.
5374
5375 2007-08-04 Glenn Morris <rgm@gnu.org>
5376
5377 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5378 zero, not nil, when the library is first loaded. Check for a file
5379 that has been modified on disk.
5380
5381 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5382 Remove duplicate defvar preventing initialization.
5383 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5384
5385 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5388 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5389 may match up to 4 lines.
5390 (diff-beginning-of-file-and-junk): Rewrite.
5391
5392 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5393
5394 * printing.el: Evaluate require only during compilation.
5395 (pr-version): New version 6.9.1.
5396 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5397 (pr-global-menubar): Fix code.
5398
5399 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5400
5401 * term.el (term-erase-in-display): Fix case when point is not at
5402 the beginning of the line.
5403
5404 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5405
5406 * calc/calc-ext.el (math-get-value, math-get-sdev)
5407 (math-contains-sdev): New functions.
5408
5409 * calc/calc-graph.el (calc-graph-format-data)
5410 (calc-graph-add-curve): Check for error forms.
5411 (calc-graph-set-styles): Add option for error forms.
5412
5413 2007-08-03 Miles Bader <miles@gnu.org>
5414
5415 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5416 backend names for new backends to `Git', `Hg', and `Bzr'.
5417 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5418 not `HG'.
5419 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5420 name, not `GIT'.
5421 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5422 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5423
5424 2007-08-03 Richard Stallman <rms@gnu.org>
5425
5426 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5427 to update deleted flag.
5428
5429 * cus-edit.el (customize-apropos, customize-apropos-options)
5430 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5431
5432 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5433
5434 * startup.el (fancy-splash-head, startup-echo-area-message):
5435 Change message text.
5436
5437 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5438 All callers use line-move.
5439
5440 * progmodes/compile.el (compilation-find-buffer): Return current
5441 buffer immediately if suitable.
5442 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5443
5444 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5445
5446 * faces.el (face-normalize-spec): New function.
5447 (frame-set-background-mode): Normalize face-spec before calling
5448 face-spec-match-p.
5449
5450 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * server.el (server-window): Add switch-to-buffer-other-frame option.
5453
5454 2007-08-03 Glenn Morris <rgm@gnu.org>
5455
5456 * cus-edit.el (customize-apropos): Make the error message indicate
5457 what kind of thing the user was trying to customize.
5458
5459 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5460
5461 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5462 Fix off-by-one error in previous change.
5463
5464 2007-08-03 Drew Adams <drew.adams@oracle.com>
5465
5466 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5467 Make buffer writable.
5468
5469 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5470
5471 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5472 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5473 Use native Emacs functions, when appropriate.
5474
5475 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5476 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * vc.el: Document new VC operation `extra-menu'.
5479
5480 * vc-hooks.el (vc-default-extra-menu): New function.
5481
5482 * menu-bar.el (menu-bar-vc-filter): New function.
5483 (menu-bar-tools-menu): Use it as a filter.
5484
5485 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5486
5487 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5488
5489 2007-08-01 Glenn Morris <rgm@gnu.org>
5490
5491 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5492 strings.
5493 (fortran-tab-mode-default): Remove needless autoload.
5494 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5495 mark as risky.
5496 (fortran-line-length): New buffer-local variable, safe if integer.
5497 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5498 Change from variables to constants.
5499 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5500 replace with a new function definition.
5501 (fortran-mode): Use fortran-line-length, and
5502 fortran-font-lock-syntactic-keywords as a function. Add a
5503 hack-local-variables-hook function.
5504 (fortran-line-length, fortran-hack-local-variables): New functions.
5505 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5506 Use fortran-line-length rather than 72.
5507 (fortran-window-create-momentarily): Doc fix.
5508
5509 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5510
5511 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5512 Fix parent groups link.
5513
5514 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5515
5516 * progmodes/python.el (python-current-defun): Adjust to never fall
5517 into infinite loop.
5518
5519 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5522
5523 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5524
5525 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5526 (copyright-fix-years, copyright): Correctly handle the case where
5527 copyright-limit is nil.
5528
5529 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5530
5531 * progmodes/python.el (run-python): Fix path separator under w32.
5532
5533 2007-07-30 Richard Stallman <rms@gnu.org>
5534
5535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5536 Treat non-break space as whitespace in Lisp.
5537
5538 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * vc.el (vc-dired-hook): Use inhibit-read-only.
5541
5542 * progmodes/compile.el (compilation-forget-errors):
5543 Reset compilation-auto-jump-to-next.
5544
5545 2007-07-30 Michael Olson <mwolson@gnu.org>
5546
5547 * cus-edit.el (custom-group-save): Fix void function definition
5548 error. Thanks to Zhang Wei for the report.
5549
5550 * ps-print.el: Check in trivial changes to the autoloads section
5551 caused by the build process. These autoloads really ought to be
5552 placed in a separate file, methinks.
5553
5554 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * calendar/calendar.el (calendar-mode): Make sure
5557 displayed-(month|year) are set.
5558 (calendar-basic-setup): Display buffer before adjusting window sizes.
5559 (generate-calendar-window): Use inhibit-read-only. Simplify.
5560 Generate buffer and set displayed-month and displayed-year before
5561 calling update-calendar-mode-line.
5562
5563 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5564
5565 * net/tramp.el:
5566 * net/tramp-uu.el:
5567 * net/trampver.el: Use utf-8 encoding with coding cookie.
5568
5569 * net/tramp-cache.el:
5570 * net/tramp-fish.el:
5571 * net/tramp-ftp.el:
5572 * net/tramp-gw.el:
5573 * net/tramp-smb.el: Remove coding cookie.
5574
5575 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5576 Flush buffer file-name's file property.
5577 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5578
5579 * net/trampver.el: Update release number.
5580
5581 2007-07-29 Juri Linkov <juri@jurta.org>
5582
5583 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5584 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5585 when major-mode is not dired-mode.
5586 (dired-toggle-read-only): New function.
5587 (dired-recursive-deletes): Remove obsolete comments about old
5588 default value.
5589 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5590
5591 * wdired.el (wdired-exit): New function.
5592 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5593
5594 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * cus-edit.el (customize-read-group): New fun.
5597 (customize-group-other-window, customize-face-other-window):
5598 Prompt before delegating to customize-(group|face).
5599 Bind pop-up-windows rather than use the other-window argument.
5600 (customize-group, customize-face): Prompt from the interactive spec.
5601 Remove args `prompt-for-group' and `other-window'.
5602
5603 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5604 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5605 last change.
5606
5607 2007-07-28 Masatake YAMATO <jet@gyve.org>
5608
5609 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5610 Use backend name as the menu label. Suggested by David Kastrup.
5611
5612 2007-07-28 Alan Mackenzie <acm@muc.de>
5613
5614 Fix problem with modes derived from CC Mode:
5615 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5616 macro to cc-langs.
5617 (c-init-language-vars-for): Remove call to above macro.
5618 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5619 been moved to here.
5620 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5621
5622 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5623
5624 * net/trampver.el: Fix the `coding' cookie.
5625
5626 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5627
5628 * vc-git.el (vc-git-print-log): Support both the old single file
5629 interface and the new one.
5630
5631 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * bindings.el (mode-line-remote): Use updated %@ construct.
5634
5635 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5638 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5639 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5640 (diary-list-bahai-entries, diary-bahai-mark-entries)
5641 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5642 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5643 New names to clean up namespace.
5644 (list-bahai-diary-entries, mark-bahai-diary-entries)
5645 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5646 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5647 Add compatibility aliases.
5648
5649 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5650
5651 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5652 (calendar-scroll-left-three-months)
5653 (calendar-scroll-right-three-months): Clean up namespace.
5654 (scroll-calendar-left, scroll-calendar-right)
5655 (scroll-calendar-left-three-months)
5656 (scroll-calendar-right-three-months): Add compatibility aliases.
5657
5658 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5659 Behave like mouse-scroll-calendar-* when used from the mouse.
5660
5661 * calendar/cal-menu.el (cal-menu-scroll-menu)
5662 (cal-menu-global-mouse-menu):
5663 * calendar/calendar.el (calendar-mode-map):
5664 Use new calendar-scroll-* names.
5665 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5666 Remove. Use calendar-scroll-* directly instead.
5667
5668 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5671 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5672 (ad-make-advised-definition, ad-cache-id-verification-code):
5673 Use commandp and interactive-form instead.
5674
5675 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5676
5677 * vc-git.el: Relicense to GPLv3 or later.
5678 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5679
5680 * vc-hooks.el (vc-handled-backends): Add GIT.
5681
5682 * vc.el (vc-directory-exclusion-list): Add .git.
5683
5684 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5685
5686 * vc-git.el (vc-git-revision-table)
5687 (vc-git-revision-completion-table): New functions.
5688
5689 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5690
5691 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5692 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5693 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5694 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5695 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5696 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5697 New command actions for EPS header and EPS footer.
5698
5699 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5700 footer. Fix some problems with one-or-more, zero-or-more and
5701 alternative constructions generation. Some log messages
5702 implementation. Doc fix.
5703 (ebnf-version): New version 4.4.
5704 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5705 (ebnf-eps-footer, ebnf-log): New options.
5706 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5707 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5708 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5709 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5710 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5711 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5712 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5713 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5714 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5715 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5716 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5717 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5718 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5719 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5720 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5721 (ebnf-except-dimension, ebnf-alternative-dimension)
5722 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5723 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5724 message fun.
5725 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5726 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5727 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5728 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5729 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5730 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5731 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5732 compatibility with Emacs 20 & 21.
5733 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5734 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5735 (ebnf-basic-empty-height): New vars.
5736 (ebnf-prologue): Fix PostScript code.
5737 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5738 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5739 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5740 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5741
5742 2007-07-25 Glenn Morris <rgm@gnu.org>
5743
5744 * Relicense all FSF files to GPLv3 or later.
5745
5746 * COPYING: Switch to GPLv3.
5747
5748 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5751 Replace it with another one which disables undo before calling
5752 erase-buffer and then turns it back on if needed.
5753
5754 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5755
5756 * ps-print.el: Problem with foreground and background color when
5757 printing a buffer with and without faces. Reported by Christian
5758 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5759 (ps-print-version): New version 6.7.5.
5760 (ps-default-fg): Change default value to nil, so black color is used
5761 when a face does not specify a foreground color.
5762 (ps-default-bg): Change default value to nil, so white color is used
5763 for background color.
5764 (ps-begin-job): Fix code.
5765
5766 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5767
5768 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5769
5770 2007-07-24 Glenn Morris <rgm@gnu.org>
5771
5772 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5773 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5774 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5775 (cal-tex-cursor-week, cal-tex-cursor-week2)
5776 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5777 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5778 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5779 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5780
5781 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * calendar/calendar.el (calendar-mode-map): Move initialization
5784 into declaration. Add menu bindings (used to be done in cal-menu).
5785 (calendar-mode): Don't add an activate-menubar-hook.
5786
5787 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5788 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5789 can be used on the menu entries.
5790 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5791 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5792 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5793 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5794 (calendar-flatten, cal-menu-update): Remove.
5795 (calendar-mouse-insert-hebrew-diary-entry)
5796 (calendar-mouse-insert-islamic-diary-entry)
5797 (calendar-mouse-insert-bahai-diary-entry):
5798 Remove (fold into cal-menu-diary-menu).
5799 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5800 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5801 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5802 (calendar-mouse-view-diary-entries): Minor simplifications.
5803 (calendar-event-to-date): Use with-current-buffer.
5804
5805 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5806
5807 * add-log.el (change-log-redate): Remove (not needed anymore and
5808 doesn't appear to work).
5809
5810 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * frame.el: Use mapc and dolist instead of mapcar where possible.
5813 (close-display-connection): New command.
5814
5815 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5816
5817 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5818 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5819
5820 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5821
5822 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5823
5824 * ps-mule.el: Doc fix.
5825 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5826 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5827
5828 2007-07-25 Glenn Morris <rgm@gnu.org>
5829
5830 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5831 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5832 (cal-tex-daily-end, cal-tex-hook)
5833 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5834 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5835 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5836 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5837 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5838 (cal-tex-day-prefix, cal-tex-day-name-format)
5839 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5840 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5841 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5842 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5843 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5844 etc, rather than \bf.
5845 (cal-tex-mini-calendar): Fix typos in previous change.
5846 (cal-tex-latexify-list): Remove inner let binding.
5847 (cal-tex-end-document, cal-tex-banner): Use multi-line
5848 cal-tex-comment.
5849 (cal-tex-comment): Handle embedded newlines.
5850 (cal-tex-LaTeXify-string): Use substring-no-properties.
5851
5852 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5853
5854 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5855 Add support for the Maden build tool.
5856
5857 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5858
5859 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5860
5861 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5864
5865 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5866
5867 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5868 C-x C-q.
5869
5870 * vc-git.el (vc-git-print-log): Fix previous change.
5871
5872 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * window.el (save-selected-window): Minor optimization.
5875 (bw-adjust-window): If operation failed, try with a smaller delta.
5876 (window-fixed-size-p): New function.
5877 (window-area-factor): New var.
5878 (balance-windows-area): New command.
5879
5880 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5881 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5882 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5883 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5884 (ps-mule-begin-job): Use dolist.
5885
5886 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5887
5888 * subr.el (start-file-process-shell-command)
5889 (process-file-shell-command): New defuns.
5890
5891 * progmodes/compile.el (compilation-start):
5892 Apply `start-file-process-shell-command'.
5893
5894 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5895
5896 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5897
5898 2007-07-24 Alan Mackenzie <acm@muc.de>
5899
5900 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5901 Initialise byte-compile-unresolved-functions before rather than
5902 after a compilation.
5903 (byte-compile-unresolved-functions): Amplify doc string.
5904
5905 2007-07-24 Glenn Morris <rgm@gnu.org>
5906
5907 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5908
5909 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5910 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5911 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5912 (cal-tex-cursor-week, cal-tex-cursor-week2)
5913 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5914 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5915 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5916 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5917
5918 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5919 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5920 (cal-tex-day-name-format, cal-tex-cal-one-month)
5921 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5922 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5923 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5924 (cal-tex-list-holidays, cal-tex-cursor-year)
5925 (cal-tex-cursor-year-landscape, cal-tex-year)
5926 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5927 (cal-tex-cursor-month, cal-tex-insert-days)
5928 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5929 (cal-tex-first-blank-p, cal-tex-cursor-week)
5930 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5931 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5932 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5933 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5934 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5935 (cal-tex-latexify-list, cal-tex-previous-month)
5936 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5937 modernization, including using dotimes rather than
5938 calendar-for-loop.
5939 (cal-tex-LaTeX-subst-list): Remove `@'.
5940 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5941 Use \textit and \textbf rather than \em and \it.
5942
5943 * calendar/cal-bahai.el (list-bahai-diary-entries)
5944 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5945 * calendar/cal-islam.el (list-islamic-diary-entries)
5946 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5947 * calendar/diary-lib.el (diary-list-entries)
5948 (mark-calendar-date-pattern): Use `dotimes' rather than
5949 `calendar-for-loop'.
5950
5951 * calendar/calendar.el (calendar-for-loop): Doc fix.
5952
5953 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5956 underlying file is uptodate.
5957
5958 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5959
5960 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5961
5962 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * vc-hooks.el (vc-mode-line-map): New const.
5965 (vc-mode-line): Use it.
5966
5967 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5968
5969 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5970 (vc-git-unregister): New functions.
5971 (vc-git-find-version): Use the result of ls-files as a parameter
5972 for cat-file.
5973
5974 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * net/tramp.el (tramp-perl-file-attributes)
5977 (tramp-perl-directory-files-and-attributes)
5978 (tramp-handle-file-attributes-with-stat)
5979 (tramp-handle-directory-files-and-attributes-with-stat)
5980 (tramp-convert-file-attributes): Handle huge file sizes.
5981
5982 2007-07-23 Juri Linkov <juri@jurta.org>
5983
5984 * isearch.el (isearch-message-function): New variable.
5985 (isearch-update, isearch-search): Use it.
5986
5987 * simple.el (goto-history-element): New function created from
5988 next-history-element.
5989 (next-history-element): Most code moved to goto-history-element.
5990 Call goto-history-element with (- minibuffer-history-position n).
5991 (previous-history-element): Call goto-history-element with (+
5992 minibuffer-history-position n).
5993 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5994 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5995 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5996 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5997 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5998 (minibuffer-history-isearch-pop-state): New functions.
5999
6000 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6001
6002 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6003 Also, if FILE is a list, return non-nil if any of its elements
6004 should stay local. Update docstring.
6005
6006 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6009 change by reverting a small part.
6010
6011 2007-07-23 Richard Stallman <rms@gnu.org>
6012
6013 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6014
6015 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6016
6017 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6018 handling it. Use vc-git-command.
6019 (vc-git-find-version, vc-git-diff-tree): New functions.
6020 (vc-git-revert): Use vc-git-command.
6021 (vc-git--run-command): Delete.
6022
6023 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6024
6025 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6026
6027 2007-07-20 Kenichi Handa <handa@m17n.org>
6028
6029 * international/utf-8.el (utf-8-post-read-conversion):
6030 Temporarily bind utf-8-compose-scripts to nil while running
6031 *-compose-region functions.
6032
6033 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6034
6035 * vc-git.el: Update status.
6036 (vc-directory-exclusion-list): Use eval-after-load.
6037
6038 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6039
6040 * bindings.el (mode-line-remote): New variable.
6041 (help-echo): Add to default values of mode-line-format.
6042
6043 * files.el: Mark mode-line-remote as risky.
6044
6045 2007-07-22 Juri Linkov <juri@jurta.org>
6046
6047 * isearch.el (isearch-edit-string): Save old point and
6048 isearch-other-end to old-point and old-other-end before reading
6049 the search string from minibuffer. After exiting minibuffer set
6050 point to old-other-end if point and the search direction is the
6051 same as before reading the search string.
6052 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6053 to isearch-other-end. Instead of isearch-search-and-update call
6054 three functions isearch-search, isearch-push-state and isearch-update.
6055
6056 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6057
6058 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6059 deal with multiple file arguments.
6060 (vc-git-print-log): Deal with multiple file arguments.
6061
6062 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6065 diff-refine-hunk. Adjust users.
6066 (diff-unified-hunk-p, diff-splittable-p): New functions.
6067 (diff-mode-menu): Use it to disable Split when it doesn't work.
6068
6069 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6070
6071 * diff-mode.el (diff-mode-menu): New entries.
6072
6073 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6076 if applicable, so as to save undo-log space.
6077
6078 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6079
6080 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6081 (diff-file-kill): Use it.
6082 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6083 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6084 Use it so they find the hunk even when we're in the file header.
6085
6086 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6087
6088 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6089 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6090 (vc-git-create-repo): New functions.
6091 (vc-git-registered): New autoloaded function definition.
6092 (vc-git-registered): Use vc-git-root.
6093 (vc-git-responsible-p): New defalias.
6094 (vc-git-annotate-extract-revision-at-line): Uncomment.
6095 (vc-git-print-log): Add the file name to the log.
6096 (vc-git-log-view-mode): New derived mode.
6097 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6098
6099 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6102
6103 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6104
6105 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6106 file in a way that does not interfere with recentf mode.
6107 (reftex-access-parse-file): Do not risk destroying an existing
6108 buffer.
6109
6110 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6111
6112 * vc-git.el: New file.
6113
6114 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6117
6118 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6121 for branches and new files.
6122
6123 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6124 local-map handling ...
6125 (vc-mode-line): ... here. Improve handling of help-echo.
6126
6127 * vc.el (mode-line-string): Document help-echo usage.
6128
6129 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6130
6131 Sync with Tramp 2.1.10.
6132
6133 * net/tramp.el (tramp-get-ls-command): Fix typo.
6134
6135 * net/trampver.el: Update release number.
6136
6137 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6138
6139 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6140
6141 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6142
6143 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6144
6145 * add-log.el (change-log-fill-parenthesized-list): New function.
6146 (change-log-indent): Call change-log-fill-parenthesized-list.
6147 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6148 Have lines with leading asterisk start a paragraph.
6149
6150 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6151
6152 * calc/calc-math.el (math-emacs-precision)
6153 (math-largest-emacs-expt, math-smallest-emacs-expt):
6154 New variables.
6155 (math-use-emacs-fn): New function.
6156 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6157 appropriate.
6158
6159 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6160
6161 * image-dired.el (image-dired-sane-db-file): New func.
6162 (image-dired-write-tags, image-dired-remove-tag)
6163 (image-dired-list-tags, image-dired-write-comments)
6164 (image-dired-get-comment, image-dired-mark-tagged-files)
6165 (image-dired-create-gallery-lists): Call new func.
6166 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6167
6168 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 * vc-hg.el (vc-hg-dir-state): Fix loop.
6171 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6172 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6173 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6174 (vc-hg-revert): Likewise.
6175 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6176 functions.
6177
6178 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6181 merge fails.
6182
6183 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6186 Add group and version.
6187
6188 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * add-log.el (add-log-file-name): Use file-relative-name.
6191 (add-change-log-entry): Delay reading
6192 add-log-(full-name|mailing-address) to after we've switched to the
6193 ChangeLog buffer so we get the right value.
6194 (add-change-log-entry, add-log-current-defun, change-log-merge):
6195 Use derived-mode-p rather than checking major-mode directly.
6196
6197 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6198 name for buffer-file-name if it refers to a directory.
6199
6200 * vc-arch.el (vc-arch-diff): Fix last change.
6201
6202 * progmodes/compile.el (compilation-start): Remember the original
6203 directory in a buffer-local compilation-directory.
6204 (compile): Set the global value of compilation-directory.
6205 (recompile): Use compilation-directory even in the compilation buffer.
6206
6207 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6208
6209 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6210
6211 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6212
6213 * ps-print.el: Problem with foreground and background color when
6214 printing a buffer with and without faces. Reported by Christian
6215 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6216 (ps-print-version): New version 6.7.5.
6217 (ps-default-fg): Change default value to nil, so black color is used
6218 when a face does not specify a foreground color.
6219 (ps-default-bg): Change default value to nil, so white color is used
6220 for background color.
6221 (ps-begin-job): Fix code.
6222
6223 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6224
6225 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6226 in $(INSTALL_DIR)/lisp/ if they already exist.
6227
6228 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6229
6230 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6231 in $(INSTALL_DIR)/lisp/ if they already exist.
6232
6233 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * progmodes/vera-mode.el (vera-re-search-forward)
6236 (vera-re-search-backward): Remove use of store-match-data.
6237 (vera-mode-map): Move initialization into declaration.
6238
6239 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6240 (flymake-find-buildfile): Use locate-dominating-file.
6241
6242 * vc.el (vc-delistify): Use mapconcat.
6243 (vc-do-command): Minor simplification.
6244 (vc-expand-dirs): Use push.
6245
6246 * vc-mcvs.el (vc-mcvs-create-repo):
6247 * vc-cvs.el (vc-cvs-create-repo): Remove.
6248
6249 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6250 directory and the root as well.
6251
6252 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6255 instead of a file.
6256
6257 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6258 (vc-hg-registered): Replace if with when.
6259 (vc-hg-state): Deal with nonexistent files and handle removed files.
6260 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6261 (vc-hg-checkout): Re-enable.
6262 (vc-hg-create-repo): Fix typos.
6263 (vc-hg-print-log): Fix for multiple files.
6264 (vc-hg-workfile-unchanged-p): New function.
6265
6266 * vc.el: Fix typo.
6267 (vc-print-log): Fix call to print-log.
6268 (vc-default-comment-history): Likewise.
6269 (vc-directory-exclusion-list): Add .hg and .bzr.
6270 (vc-diff-internal): Pass a list instead of a file.
6271
6272 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6273
6274 * vc-bzr.el (vc-bzr-create-repo): New function.
6275
6276 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6279 `file' from which to start the search.
6280
6281 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6282
6283 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6284 having a single file argument to having a list of files as the
6285 first argument.
6286
6287 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * files.el (locate-dominating-file): New function.
6290
6291 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6292
6293 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6294 (grep-compute-defaults): Use it.
6295
6296 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * uniquify.el: Docstring fixes.
6299
6300 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6301
6302 * vc.el (revision-granularity, create-repo): Document new vc
6303 backend properties.
6304 (vc-rollback): Renamed from vc-cancel-version. Update
6305 references. Pass a list instead of a file.
6306 (vc-revert): Renamed from vc-revert-buffer. Update references.
6307 (vc-delistify, vc-expand-dirs): New functions.
6308 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6309 of files instead of a single file.
6310 (vc-position-context, vc-resync-window, vc-diff-internal)
6311 (vc-print-log): Pass a list instead of a file.
6312
6313 * vc-hooks.el (vc-stay-local-p, vc-backend)
6314 (vc-backend-subdirectory-name): Work on a file list, not a single
6315 file.
6316 (vc-workfile-version): Update docstring.
6317 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6318 vc-revert instead of vc-revert-buffer.
6319 (vc-prefix-map): Likewise. Bind vc-update.
6320
6321 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6322 (vc-svn-wash-log): New functions.
6323 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6324 (vc-svn-command): Deal with a list of files, not a single file.
6325
6326 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6327 (vc-rcs-wash-log): New functions.
6328 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6329 Deal with a list of files, not a single file.
6330 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6331
6332 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6333 functions.
6334 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6335 list of files, not a single file.
6336
6337 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6338 New functions.
6339 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6340 (vc-mcvs-diff): Deal with a list of files, not a single file.
6341
6342 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6343 functions.
6344 (vc-hg-print-log): Deal with a list of files, not a single file.
6345 (vc-hg-diff-tree): New function, replace defalias with the same
6346 name.
6347 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6348 FILES to denote that it is a file list, not a single file.
6349
6350 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6351 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6352 a single file.
6353 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6354 that it is a file list, not a single file.
6355 (vc-cvs-diff): Likewise. Simplify.
6356
6357 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6358 Deal with a list of files, not a single file.
6359
6360 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6361 (vc-bzr-print-log): Update FILE parameter name to denote that it
6362 is a file list, not a single file.
6363 (vc-bzr-diff): Likewise. Use the car of files.
6364
6365 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6366
6367 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6368 (follow-delete-other-windows-and-split, follow-recenter)
6369 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6370 (follow-redisplay, follow-estimate-first-window-start)
6371 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6372 Fix typos in docstrings.
6373
6374 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6375
6376 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6377 avoid that filling introduces lines with a single asterisk.
6378
6379 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6380 avoid incorrect kmacro-ring-empty-p messages.
6381 Reported by Michael Schierl <schierlm@gmx.de>.
6382
6383 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6384
6385 * vc.el: Add more info about the vc-registered function.
6386
6387 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6388
6389 * files.el (file-remote-p): Introduce optional parameter
6390 IDENTIFICATION.
6391
6392 * recentf.el (recentf-keep-default-predicate): Adapt call of
6393 `file-remote-p'.
6394
6395 * progmodes/grep.el (grep-probe): Use `process-file'.
6396 (grep-compute-defaults): Handle variables host specific.
6397
6398 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6399 parameter IDENTIFICATION.
6400
6401 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6402 parameter IDENTIFICATION.
6403 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6404 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6405 Add entry for `set-file-times'.
6406 (tramp-do-copy-or-rename-file-via-buffer)
6407 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6408 (tramp-handle-unhandled-file-name-directory): Rewrite.
6409 (tramp-convert-file-attributes): Add error handling when inode is
6410 extraordinary big.
6411 (tramp-get-inode): Change parameter from FILE to VEC.
6412 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6413 is nil. This is according to the specification. Goto (point-max)
6414 when ready.
6415 (tramp-handle-shell-command): Rewrite completely, using
6416 `process-file' and `start-file-process'.
6417 (tramp-methods, tramp-find-shell)
6418 (tramp-open-connection-setup-interactive-shell)
6419 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6420 var. Reported by Steve Youngs <steve@sxemacs.org>.
6421
6422 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6423 entry for `set-file-times'. Rename `start-process' into
6424 `start-file-process'. Remove `call-process' entry.
6425 (tramp-fish-handle-set-file-times): New defun.
6426 (tramp-fish-handle-executable-find): Use `process-file'.
6427 (tramp-fish-handle-process-file): New defun. Replaces
6428 `tramp-fish-handle-call-process'.
6429 (tramp-fish-do-copy-or-rename-file-directly): Use
6430 `set-file-times'.
6431 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6432
6433 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6434 `tramp-get-inode' parameter.
6435
6436 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6439 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6440 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6441 it has ever existed.
6442
6443 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6444
6445 * vc.el: Undo previous change.
6446
6447 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6448
6449 * makefile.w32-in (clean): Don't delete *~.
6450
6451 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * textmodes/tex-mode.el (tex-verbatim-environments):
6454 Add safe-local-variable property.
6455 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6456 when starting font-lock rather than when loading tex-mode.el.
6457
6458 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6459 whole $( rather than just the $. Rename from sh-quoted-subshell.
6460 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6461
6462 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6463
6464 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6465 bookmark-alist. Instead, if not sorting, simply return it.
6466 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6467 for its return value, not for its side effect.
6468
6469 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6470 case of alignment under a constant symbol, find and consider
6471 the sexp actually at indentation to be the "last sexp".
6472
6473 2007-07-16 Drew Adams <drew.adams@oracle.com>
6474
6475 * mouse.el (mouse-yank-secondary): Better error message if no
6476 secondary selection.
6477
6478 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6479
6480 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6481
6482 * term/xterm.el (xterm-turn-on-modify-other-keys)
6483 (xterm-turn-off-modify-other-keys): New functions.
6484 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6485 terminal supports it.
6486
6487 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6488
6489 * bookmark.el (bookmark-show-all-annotations):
6490 Make sure each inserted annotation ends with newline.
6491
6492 2007-07-15 Richard Stallman <rms@gnu.org>
6493
6494 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6495
6496 * tutorial.el (tutorial--find-changed-keys):
6497 Handle C-x specially like ESC.
6498
6499 2007-07-15 Aaron Hawley <aaronh@garden.org>
6500
6501 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6502
6503 2007-07-15 Juri Linkov <juri@jurta.org>
6504
6505 * delsel.el (delete-selection-pre-hook):
6506 * emulation/cua-base.el (cua-paste): Before a yank command,
6507 check also whether last-command is one of mouse-save-then-kill,
6508 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6509
6510 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * recentf.el (recentf-keep-default-predicate): New defun.
6513 (recentf-keep): Use it as initial value.
6514
6515 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6516
6517 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6518 thus restoring bookmark bindings to three slots under C-x r. See
6519 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6520
6521 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6522
6523 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6524
6525 2007-07-15 Jason Rumney <jasonr@gnu.org>
6526
6527 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6528 for input to cmdproxy on all versions of Windows.
6529 Use dos line ends for input to plink.
6530
6531 * comint.el (comint-simple-send): Concat newline before sending.
6532 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6533
6534 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6537 safe-local-variable setting.
6538
6539 2007-07-14 David Kastrup <dak@gnu.org>
6540
6541 * emacs-lisp/advice.el (defadvice): Doc fix.
6542
6543 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6544
6545 * subr.el (when, unless): Doc fix.
6546
6547 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6548
6549 * replace.el (match): Use yellow1 instead of yellow.
6550
6551 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6552 red.
6553
6554 * pcvs-info.el (cvs-unknown): Likewise.
6555
6556 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6557
6558 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6559 (install): Use them to copy all *.el files before *.elc.
6560
6561 2007-07-13 Drew Adams <drew.adams@oracle.com>
6562
6563 * bookmark.el (bookmark-jump-other-window): New function.
6564 (bookmark-map): Bind it to "o".
6565
6566 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6567 and its thread contains discussion about this change.
6568 The original patch was slightly tweaked by Karl Fogel
6569 <kfogel@red-bean.com> before committing.
6570
6571 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6572
6573 * bookmark.el: Shorten some comments to fit within 80 lines.
6574
6575 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6576
6577 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6578 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6579 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6580 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6581
6582 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6583
6584 * textmodes/org.el: Bug fixes.
6585 (org-end-of-line): Move to end of line if in headline without tags.
6586
6587 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * vc-hooks.el: Remove spurious * in docstrings.
6590 (vc-handled-backends): Add BZR.
6591
6592 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6593
6594 2007-07-12 Davis Herring <herring@lanl.gov>
6595
6596 * desktop.el (desktop-buffer-info, desktop-save):
6597 Use `desktop-dirname' instead of `dirname'.
6598
6599 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6600
6601 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6602
6603 * progmodes/python.el (python-which-func-length-limit): New var.
6604 (python-which-func): New function.
6605 (python-current-defun): Add optional `length-limit' and try to fit
6606 computed function name to that length.
6607 (python-mode): Hook `python-which-func' up.
6608
6609 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6610
6611 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6612
6613 * comint.el (comint-dynamic-complete-as-filename):
6614 Use read-file-name-completion-ignore-case.
6615
6616 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * comint.el (comint-dynamic-list-filename-completions):
6619 Use read-file-name-completion-ignore-case.
6620
6621 * vc-cvs.el: Require CL.
6622 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6623 New functions to provide completion of revision names.
6624
6625 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6626 (vc-cvs-annotate-first-line-re): New const.
6627 (vc-cvs-annotate-process-filter): New fun.
6628 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6629
6630 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6631
6632 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6633 (eldoc-print-current-symbol-info): Adjust for changed helper
6634 function signatures.
6635 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6636 `eldoc-highlight-function-argument'.
6637 (eldoc-highlight-function-argument): New function.
6638 (eldoc-get-var-docstring): Format documentation with
6639 `font-lock-variable-name-face'.
6640 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6641 where suited.
6642 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6643 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6644
6645 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * progmodes/compile.el (compilation-start): `start-process' must
6648 still be redefined when calling `start-process-shell-command'.
6649
6650 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6651 remote file name, prepend its remote part to the filename.
6652 (gud-common-init): When `default-directory' is a remote file name,
6653 make the filename relative to it.
6654 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6655
6656 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6657
6658 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6659 mouse binding and a tooltip.
6660
6661 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * menu-bar.el (vc-menu-map): New defalias.
6664
6665 2007-07-10 Richard Stallman <rms@gnu.org>
6666
6667 * emacs-lisp/lisp-mode.el (eval-defun):
6668 Explain special handling of `defface'.
6669
6670 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6671
6672 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6673
6674 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6675
6676 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6679
6680 * vc-arch.el (vc-arch-complete): Remove.
6681 (vc-arch-revision-completion-table): Use complete-with-action.
6682
6683 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6684 (complete-with-action): New function.
6685 (dynamic-completion-table): Use it.
6686
6687 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * comint.el (make-comint, make-comint-in-buffer)
6690 (comint-exec-1): Replace `start-process' by `start-file-process'.
6691
6692 * progmodes/compile.el (compilation-start): Revert redefining
6693 `start-process'.
6694
6695 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6698 with EOLs when generating MD5 checksums.
6699
6700 * follow.el: Don't change the global map from the follow-mode-map
6701 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6702 XEmacs code.
6703 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6704 since `follow-mode' should be used instead for that.
6705
6706 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6707 (easy-menu-do-define): Use it.
6708 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6709
6710 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6711 (compilation-auto-jump-to-next): New vars.
6712 (compilation-auto-jump): New function.
6713 (compilation-error-properties): Use them to jump to first error.
6714 (compilation-start): Set the var if requested.
6715
6716 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6717 duplicates without also removing entries from other directories.
6718
6719 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6720
6721 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6722 Remember span as default.
6723 (org-columns-edit-value): Rename from `org-column-edit'.
6724 (org-columns-display-here-title): Rename from
6725 `org-overlay-columns-title'.
6726 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6727 (org-columns-get-autowidth-alist): Rename from
6728 `org-get-columns-autowidth-alist'.
6729 (org-columns-display-here): Rename from `org-overlay-columns'.
6730 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6731 (org-columns-quit): Rename from `org-column-quit'.
6732 (org-columns-show-value): Rename from `org-column-show-value'.
6733 (org-columns-content, org-columns-widen)
6734 (org-columns-next-allowed-value)
6735 (org-columns-edit-allowed, org-columns-store-format)
6736 (org-columns-uncompile-format, org-columns-redo)
6737 (org-columns-edit-attributes, org-delete-property)
6738 (org-set-property, org-columns-update)
6739 (org-columns-compute, org-columns-eval)
6740 (org-columns-not-in-agenda, org-columns-compute-all)
6741 (org-property-next-allowed-value)
6742 (org-columns-compile-format)
6743 (org-fill-paragraph-experimental)
6744 (org-string-to-number, org-property-action)
6745 (org-columns-move-left, org-columns-new)
6746 (org-column-number-to-string)
6747 (org-property-previous-allowed-value)
6748 (org-at-property-p, org-columns-delete)
6749 (org-columns-previous-allowed-value)
6750 (org-columns-move-right, org-columns-narrow)
6751 (org-property-get-allowed-values)
6752 (org-verify-version, org-column-string-to-number)
6753 (org-delete-property-globally): New functions.
6754 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6755 (org-columns-overlays): Rename from `org-column-overlays'.
6756 (org-columns-map): Rename from `org-column-map'.
6757 (org-columns-current-maxwidths): Rename from
6758 `org-current-columns-maxwidths'.
6759 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6760 (org-previous-header-line-format)
6761 (org-columns-inhibit-recalculation)
6762 (org-columns-top-level-marker): New variables.
6763 (org-columns-default-format): Rename from `org-default-columns-format'.
6764 (org-property-re): New constant.
6765
6766 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6767
6768 * subr.el (looking-at-p, string-match-p): New functions.
6769
6770 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6771
6772 * textmodes/tex-mode.el (tex-fontify-script)
6773 (tex-font-script-display): New variables to make display of
6774 superscripts and subscripts customizable.
6775 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6776
6777 2007-07-09 Richard Stallman <rms@gnu.org>
6778
6779 * isearch.el (isearch-edit-string): Call to isearch-push-state
6780 after the search.
6781
6782 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6783
6784 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6785 to 1 as enlarge-window uses the value to resize/shrink windows other
6786 than WINDOW if needed.
6787
6788 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6789
6790 * cus-start.el (file-coding-system-alist): Fix custom type.
6791
6792 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6795 modified.
6796 (longlines-auto-wrap, longlines-window-change-function):
6797 Remove unnecessary calls to set-buffer-modified-p.
6798
6799 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * cus-start.el (file-coding-system-alist): Fix custom type.
6802
6803 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6806 (vc-cvs-checkout): Remove last arg now unused; simplify.
6807
6808 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6809
6810 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6811
6812 * net/tramp.el:
6813 * net/tramp-ftp.el:
6814 * net/tramp-smb.el:
6815 * net/tramp-uu.el:
6816 * net/trampver.el: Migrate to Tramp 2.1.
6817
6818 * net/tramp-cache.el:
6819 * net/tramp-fish.el:
6820 * net/tramp-gw.el: New Tramp packages.
6821
6822 * net/tramp-util.el:
6823 * net/tramp-vc.el: Removed.
6824
6825 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6826 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6827
6828 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6829
6830 * progmodes/compile.el (compilation-start): Redefine
6831 `start-process' temporarily when `default-directory' is remote.
6832 Remove case of synchronous compilation, this won't happen ever.
6833 (compilation-setup): Make local variable `comint-file-name-prefix'
6834 for remote compilation.
6835
6836 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6837
6838 * novice.el (disabled-command-function): Fit window to buffer to
6839 make last line visible.
6840 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6841
6842 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6843 when handling the terminating event.
6844
6845 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6846
6847 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6848 (math-bignum-digit-length): Change to optimal value.
6849
6850 * calc/calc-bin.el (math-bignum-logb-digit-size)
6851 (math-bignum-digit-power-of-two): Evaluate when compiled.
6852
6853 * calc/calc-comb.el (math-small-factorial-table)
6854 (math-init-random-base, math-prime-test): Remove unnecessary calls
6855 to `math-read-number-simple'.
6856
6857 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6858 (math-approx-gamma-const): Add docstrings.
6859
6860 * calc/calc-forms.el (math-julian-date-beginning)
6861 (math-julian-date-beginning-int): New constants.
6862 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6863 Use the new constants.
6864
6865 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6866
6867 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6868 Add docstrings.
6869
6870 2007-07-07 Tom Tromey <tromey@redhat.com>
6871
6872 * vc.el (vc-annotate): Jump to line and output message only after the
6873 process is really all done.
6874
6875 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * vc.el (vc-exec-after): Don't move point from the sentinel.
6878 Forcefully read all the remaining text in the pipe upon process exit.
6879 (vc-annotate-display-autoscale, vc-annotate-lines):
6880 Don't stop at the first unrecognized line.
6881 (vc-annotate-display-select): Run autoscale after the process is done
6882 since it depends on the whole result.
6883
6884 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6885
6886 * term/w32-win.el (menu-bar-open): New function.
6887 Bind <f10> to it.
6888
6889 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6890
6891 * simple.el (start-file-process): New defun.
6892
6893 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * files.el (find-file-confirm-nonexistent-file): Rename from
6896 find-file-confirm-inexistent-file. Update users.
6897
6898 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6899 format of autoload block where the file's time-stamp is replaced by its
6900 MD5 checksum.
6901 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6902 time-stamp for secondary autoloads files.
6903 (update-directory-autoloads): Remove duplicate entries.
6904 Use time-less-p for time-stamps, as done in autoload-find-destination.
6905
6906 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6907
6908 * calc/calc.el (math-read-number): Replace number by variable.
6909 (math-read-number-simple): Properly parse small integers.
6910
6911 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6912
6913 * vc.el: Fix doc for the checkout function.
6914
6915 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6916
6917 * vc-hg.el (vc-hg-root): New function.
6918 (vc-hg-registered): Use it.
6919 (vc-hg-diff-tree): New defalias.
6920 (vc-hg-responsible-p): Likewise.
6921 (vc-hg-checkout): Comment out, not needed.
6922 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6923 (vc-hg-find-version, vc-hg-next-version): New functions.
6924
6925 2007-07-06 Andreas Schwab <schwab@suse.de>
6926
6927 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6928 dynamic bindings around the evaluation of the expression.
6929 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6930
6931 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6934 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6935 Use run-hooks rather than run-mode-hooks.
6936
6937 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6938
6939 * calc/calc-comb.el (math-random-digit): Rename to
6940 `math-random-three-digit-number'.
6941 (math-random-digits): Don't depend on representation of integer.
6942
6943 * calc/calc-bin.el (math-bignum-logb-digit-size)
6944 (math-bignum-digit-power-of-two): New constants.
6945 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6946 (math-not-bignum, math-clip-bignum): Use the constants
6947 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6948 instead of their values.
6949 (math-clip): Use math-small-integer-size instead of its value.
6950
6951 * calc/calc.el (math-add-bignum): Replace number by constant.
6952
6953 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * wid-edit.el (widget-documentation-string-value-create):
6956 Insert indentation spaces.
6957
6958 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6959
6960 * emacs-lisp/byte-opt.el: Revert last change.
6961
6962 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6963
6964 * vc-hooks.el (vc-handled-backends): Add HG.
6965
6966 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6967
6968 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * complete.el (PC-do-complete-and-exit): Add support for the new
6971 `confirm-only' confirmation mode.
6972
6973 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * cus-edit.el (custom-commands): New variable.
6976 (custom-tool-bar-map): New variable. Initialize using
6977 `custom-commands'.
6978 (custom-mode): Use `custom-tool-bar-map'.
6979 (custom-buffer-create-internal): Insert action buttons only if
6980 tool bar is not used. Use `custom-commands'.
6981 (Custom-help, custom-command-apply): New function.
6982 (custom-command-apply, Custom-set, Custom-save)
6983 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6984 Use `custom-command-apply' instead of duplicating code.
6985 (customize-group-other-window): Call `customize-group' instead of
6986 duplicating code.
6987 (customize-face-other-window): Call `customize-face' instead of
6988 duplicating code.
6989 (customize-group, customize-face): Add optional args for opening
6990 in another window.
6991 (custom-variable-tag): Don't inherit `variable-pitch' face.
6992 (custom-group-tag): Inherit `variable-pitch' face.
6993 (custom-variable-value-create): Set documentation indentation.
6994 (custom-group-value-create): Make group name a link, instead of
6995 using an extra "go to group" button.
6996 (custom-prompt-variable, custom-group-set, custom-group-save)
6997 (custom-group-reset-current, custom-group-reset-saved)
6998 (custom-group-reset-standard): Minor cleanup.
6999
7000 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7001
7002 * Makefile.in (bootstrap-prepare): When copying from
7003 ldefs-boot.el, make sure loaddefs.el is writeable.
7004
7005 (bootstrap-prepare): Make $(lisp)/ps-print.el
7006 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7007
7008 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7009
7010 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7011 only caller, and delete.
7012 (vc-hg-state): Deal with exceptions and only parse the output on
7013 successful return.
7014 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7015 caller, and delete.
7016 (vc-hg-workfile-version): Deal with exceptions and only parse the
7017 output on successful return.
7018 (vc-hg-revert): New function.
7019
7020 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7021
7022 * calculator.el (calculator-expt): Use more cases to determine
7023 the value.
7024
7025 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7026
7027 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7028 file names.
7029
7030 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7031
7032 * calculator.el (calculator-expt, calculator-integer-p):
7033 New functions.
7034 (calculator-fact): Check to see if the factorial will be too
7035 large before computing it.
7036 (calculator-initial-operators): Use `calculator-expt' to
7037 compute "^".
7038 (calculator-mode): Mention that results which are too large
7039 will return inf.
7040 * calc/calc-comb.el (math-small-factorial-table): Replace list
7041 by vector.
7042
7043 2007-07-03 David Kastrup <dak@gnu.org>
7044
7045 * shell.el: On request of the authors, remove their addresses for
7046 the sake of bug reports, and add the developer list address as
7047 maintainer information.
7048
7049 2007-07-03 Richard Stallman <rms@gnu.org>
7050
7051 * files.el (make-directory): Doc fix.
7052 (find-file-confirm-inexistent-file): Make it a defcustom.
7053 Make nil the default.
7054
7055 2007-07-02 Richard Stallman <rms@gnu.org>
7056
7057 * startup.el (command-line): Set buffer-offer-save in *scratch*
7058 and enable auto-save in it.
7059
7060 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7061
7062 * textmodes/org.el (orgstruct-mode-map): New variable.
7063 (orgstruct-mode): New minor mode.
7064 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7065 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7066 (org-run-like-in-org-mode): New functions.
7067 (org-cycle-list-bullet): New command.
7068 (org-special-properties, org-property-start-re)
7069 (org-property-end-re): New constants.
7070 (org-with-point-at): New macro.
7071 (org-get-property-block, org-entry-properties, org-entry-get)
7072 (org-entry-delete, org-entry-get-with-inheritance)
7073 (org-entry-put, org-buffer-property-keys): New functions.
7074 (org-insert-property-drawer): New command.
7075 (org-entry-property-inherited-from): New variable.
7076 (org-column): New face.
7077 (org-column-overlays, org-current-columns-fmt)
7078 (org-current-columns-maxwidths, org-column-map): New variables.
7079 (org-column-menu): New menu.
7080 (org-new-column-overlay, org-overlay-columns)
7081 (org-overlay-columns-title, org-remove-column-overlays)
7082 (org-column-show-value, org-column-quit, org-column-edit):
7083 New functions.
7084 (org-columns, org-agenda-columns): New commands.
7085 (org-get-columns-autowidth-alist): New functions.
7086 (org-properties): New customize group.
7087 (org-default-columns-format): New option.
7088 (org-priority): Realign tags after changing priority.
7089 (org-preserve-lc): New macro.
7090 (org-update-checkbox-count): Catch case when there is no headline.
7091 (org-agenda-quit): Remove any column overlays.
7092 (org-beginning-of-item-list): Fixed bug when non-item line is
7093 indented too deep.
7094 (org-cached-props): New variable.
7095 (org-cached-entry-get): New function.
7096 (org-make-tags-matcher): Handle property matches.
7097 (org-table-recalculate): Swap evaluation order: Field formula
7098 first, then column formulas, but don't allow them to overwrite the
7099 field formulas.
7100 (org-table-eval-formula): New argument untouchable.
7101 (org-table-put-field-property): New function.
7102
7103 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7104
7105 * help-mode.el (help-make-xrefs): Skip spaces too when
7106 skipping tabs.
7107
7108 * ffap.el (dired-at-point-prompter): Improve prompt in
7109 list-directory case.
7110
7111 2007-07-01 Richard Stallman <rms@gnu.org>
7112
7113 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7114
7115 2007-07-01 Richard Stallman <rms@gnu.org>
7116
7117 * cus-start.el (max-mini-window-height): Added.
7118
7119 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7120
7121 * complete.el (partial-completion-mode): Remove advice of
7122 read-file-name-internal.
7123 (PC-do-completion): Rebind minibuffer-completion-table.
7124 (PC-read-file-name-internal): New function doing what
7125 read-file-name-internal advice did.
7126
7127 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7128
7129 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7130 property on a few symbols.
7131 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7132 (byte-optimize-lapcode): Remove bindings that are not referenced
7133 and certainly will not effect through dynamic scoping.
7134
7135 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * files.el (find-file-confirm-inexistent-file): New var.
7138 (find-file, find-file-other-window, find-file-other-frame)
7139 (find-file-read-only, find-file-read-only-other-window)
7140 (find-file-read-only-other-frame): Use it.
7141
7142 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7145
7146 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7147
7148 * generic-x.el (generic-define-mswindows-modes)
7149 (generic-define-unix-modes, apache-log-generic-mode)
7150 (bat-generic-mode-keymap, java-manifest-generic-mode)
7151 (show-tabs-generic-mode): Fix typos in docstrings.
7152
7153 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7154
7155 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7156 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7157 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7158 (rcirc-print): Never ignore messages from ourself.
7159
7160 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7163 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7164
7165 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7166
7167 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7168 replace-regexp-in-string.
7169
7170 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * emacs-lisp/cl.el: Set edebug and indentation before loading
7173 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7174
7175 2007-06-28 Andreas Schwab <schwab@suse.de>
7176
7177 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7178 $(lisp)/subdirs.el.
7179
7180 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7183 the speedbar frame if nil; that deletes the current frame or
7184 causes an error if it is the only frame.
7185 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7186
7187 2007-06-28 Kevin Ryde <user42@zip.com.au>
7188
7189 * textmodes/nroff-mode.el: Groff \# comments.
7190 (nroff-mode-syntax-table): \# comment intro,
7191 plain # as punct per global table.
7192 (nroff-font-lock-keywords): Add # as a single char escape.
7193 (nroff-mode): In comment-start-skip, match \#.
7194
7195 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7198 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7199 point-min == 1.
7200
7201 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7202
7203 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7204 Rename and move to...
7205
7206 * subr.el (strings->string, string->strings): ...here.
7207
7208 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7209 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7210
7211 * progmodes/gud.el (gud-common-init): Call string->strings instead
7212 of split-string.
7213
7214 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7215
7216 * dired-aux.el: Remove `dired-call-process'.
7217 (dired-check-process): Call `process-file'.
7218
7219 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7220
7221 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7222 `ange-ftp-process-file'.
7223
7224 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7227
7228 * emacs-lisp/cl-extra.el:
7229 * emacs-lisp/cl-seq.el:
7230 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7231 Add autoload cookies on all defs autoloaded manually in cl.el.
7232
7233 * emacs-lisp/cl-loaddefs.el: New file.
7234
7235 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7236 (texinfo-lowersections-alist): Merge definition and declaration.
7237 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7238 (texinfo-format-syntax-table): Merge init into declaration.
7239 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7240 (texinfo-format-parse-defun-args, texinfo-format-node)
7241 (texinfo-push-stack, texinfo-multitable-widths)
7242 (texinfo-define-info-enclosure, texinfo-alias)
7243 (texinfo-format-defindex, batch-texinfo-format): Use push.
7244 (texinfo-footnote-number): Remove duplicate declaration.
7245
7246 * ps-print.el: Update with auto-generated autoloads.
7247
7248 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7249
7250 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7253 relative to current dir for file-local settings.
7254 (autoload-generate-file-autoloads): Add `outfile' arg.
7255 (update-directory-autoloads): Use it to directly call
7256 autoload-generate-file-autoloads instead of going through
7257 update-file-autoloads so we avoid redundant searches and so we can know
7258 the set of buffers changed so we can save them all.
7259
7260 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7261 rather than throwing `up-to-date'.
7262 (autoload-generate-file-autoloads): Adjust correspondingly.
7263 (update-file-autoloads): Be careful to let-bind
7264 autoload-modified-buffers and adjust to new calling conventions.
7265 (autoload-modified-buffers): Make it a dynamically scoped var.
7266 (update-directory-autoloads): Use file-relative-name instead of
7267 autoload-trim-file-name.
7268 (autoload-insert-section-header): Don't use autoload-trim-file-name
7269 since the file is already relative now.
7270 (autoload-trim-file-name): Remove.
7271
7272 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7273 (vc-arch-complete, vc-arch--version-completion-table)
7274 (vc-arch-revision-completion-table): New functions to provide
7275 completion of revision names.
7276 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7277 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7278 to let the user trim the revlib.
7279
7280 * vc.el: Add new VC operation `revision-completion-table'.
7281 (vc-default-revision-completion-table): New function.
7282 (vc-version-diff, vc-version-other-window): Use it to provide
7283 completion of revision names if the backend provides it.
7284
7285 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7286
7287 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7288 of newer .svn/entries.
7289
7290 2007-06-25 David Kastrup <dak@gnu.org>
7291
7292 * calc/calc-poly.el (math-padded-polynomial)
7293 (math-partial-fractions): Add some function comments.
7294
7295 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7298 Make `outbuf' optional.
7299 (update-file-autoloads): Use it.
7300
7301 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7304 (autoload-find-destination): Keep it uptodate.
7305 (autoload-save-buffers): New fun.
7306 (update-file-autoloads): Use it. Re-add the "up to date" message.
7307
7308 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7309 (autoload-find-destination): New function extracted from
7310 update-file-autoloads.
7311 (update-file-autoloads): Use it.
7312 (autoload-generate-file-autoloads): New function extracted from
7313 generate-file-autoloads. Use file-relative-name. Delay computation of
7314 output-start to the first cookie. Remove done-any, replaced by
7315 output-start.
7316 (generate-file-autoloads): Use it.
7317
7318 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7319
7320 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7321 Use math-read-number-simple to insert constants.
7322 (math-prime-test): Redo calculation of sum.
7323
7324 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7325
7326 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7327 math-scale-bignum-3.
7328 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7329 math-bignum-digit-size.
7330 (math-isqrt-small): Add another possible initial guess.
7331
7332 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7333
7334 * textmodes/bibtex.el (bibtex-entry-format): New options
7335 `whitespace', `braces', and `string'.
7336 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7337 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7338 (bibtex-cite-matcher-alist): New variables.
7339 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7340 (bibtex-flash-head): Use blink-matching-delay.
7341 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7342 (bibtex-format-entry, bibtex-reformat): Handle new options of
7343 bibtex-entry-format.
7344 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7345 New functions.
7346 (bibtex-complete-internal): Do not display messages while
7347 minibuffer is used. Do not leave around a completions buffer
7348 that is out of date.
7349 (bibtex-copy-summary-as-kill): New optional arg.
7350 (bibtex-font-lock-url): New optional arg no-button.
7351 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7352 (bibtex-url): Allow multiple URLs per entry.
7353
7354 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7357 (update-file-autoloads, update-directory-autoloads): Use it.
7358 (autoload-file-load-name): New function.
7359 (generate-file-autoloads, update-file-autoloads): Use it.
7360 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7361 (generate-file-autoloads): If the autoloaded form is malformed,
7362 indicate the problem with a warning instead of aborting.
7363
7364 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7365
7366 * simple.el (next-error-recenter): Accept `(4)' as well;
7367 also, specify `integer' instead of `number'.
7368
7369 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7370
7371 * ls-lisp.el (insert-directory): If an invalid regexp error is
7372 thrown, try using FILE as a literal file name, not a wildcard.
7373
7374 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7375
7376 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7377 `header-line-format' when reentering ruler mode.
7378
7379 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7380
7381 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7382 FILE exists as a file.
7383
7384 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7385
7386 * calc/calc.el (math-bignum-digit-length)
7387 (math-bignum-digit-size, math-small-integer-size):
7388 New constants.
7389 (math-normalize, math-bignum-big, math-make-float)
7390 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7391 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7392 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7393 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7394 (math-quotient, math-div-bignum, math-div-bignum-digit)
7395 (math-div-bignum-part, math-format-bignum-decimal)
7396 (math-read-bignum): Use math-bignum-digit-length,
7397 math-bignum-digit-size and math-small-integer-size.
7398
7399 * calc/calc-ext.el (math-fixnum-big): Use the variable
7400 math-bignum-digit-size.
7401
7402 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7403
7404 * log-view.el (log-view-mode-menu): New menu.
7405
7406 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7409 differently.
7410
7411 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7412 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7413
7414 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7415
7416 * vc-hg.el (vc-hg-print-log): Insert the file name.
7417 (vc-hg-log-view-mode): Fontify the file name.
7418
7419 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7420
7421 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7422 (calcFunc-julian): Fix incorrect number used in calculations.
7423
7424 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7425
7426 * simple.el (next-error-recenter): New defcustom.
7427 (next-error, next-error-internal): Recenter if specified,
7428 immediately prior to running `next-error-hook'.
7429
7430 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7431 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7432
7433 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7434
7435 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7436
7437 * calc/calc-comb.el (math-small-factorial-table): New variable.
7438 (calcFunc-fact): Use `math-small-factorial-table'.
7439
7440 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7441 initial values.
7442 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7443 New variables to use in caches.
7444
7445 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7446 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7447
7448 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7449 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7450 bignums.
7451
7452 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7453 New variables to use in caches.
7454
7455 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7456
7457 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7458
7459 * vc-hg.el (vc-hg-log-view-mode): New mode.
7460
7461 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7462
7463 * calc/calc.el (math-read-number-simple): New function.
7464
7465 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7468 (vera-font-lock-match-item): Fix doc string.
7469 (vera-in-comment-p): Remove unused function.
7470 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7471 use `syntax-ppss'.
7472 (vera-forward-syntactic-ws): Fix argument order.
7473 (vera-prepare-search): Use `with-syntax-table'.
7474 (vera-indent-line): Fix doc string.
7475 (vera-electric-tab): Fix doc string.
7476 (vera-expand-abbrev): Define alias instead of using `fset'.
7477 (vera-comment-uncomment-region): Use `comment-start-skip'.
7478
7479 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7480
7481 * textmodes/org.el (org-export-with-footnotes): New option.
7482 (org-export-as-html): Fix replacement bug for XEmacs.
7483 (org-agenda-default-appointment-duration): New option.
7484
7485 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7486
7487 * vc-hg.el: Add to do items.
7488 (vc-hg-diff): Add support for comparing different revisions.
7489 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7490 (vc-hg-annotate-extract-revision-at-line)
7491 (vc-hg-previous-version, vc-hg-checkin): New functions.
7492 (vc-hg-annotate-re): New constant.
7493
7494 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7495
7496 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7497
7498 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7501 buffer-local value of log-view-*-re if applicable.
7502
7503 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7504 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7505 (vc-bzr-command*): Remove both (incompatible) versions.
7506 (vc-bzr-do-command*): Remove.
7507 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7508 Remove by folding into its only caller vc-bzr-command.
7509 (vc-bzr-command): Always set the environment, even when ineffective.
7510 (vc-bzr-version): Minor fix up.
7511 (vc-bzr-admin-dirname): New var.
7512 (vc-bzr-bzr-dir): Remove.
7513 (vc-bzr-root-dir): New fun.
7514 (vc-bzr-registered): Use it. Add an autoloaded version.
7515 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7516 (vc-bzr-view-log-function): Remove.
7517 (vc-bzr-log-view-mode): New major mode to replace it.
7518 (vc-bzr-print-log): Only activate the old hack if needed.
7519
7520 * vc.el (vc-default-log-view-mode): New function.
7521 (vc-print-log): Add new `log-view-mode' VC operation.
7522
7523 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * ido.el (ido-find-file-in-dir): Don't signal an error for
7526 empty directories.
7527
7528 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7529
7530 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7531 directory where the desktop file was found, as the docstring says.
7532 (desktop-kill): Use `read-directory-name'.
7533
7534 2007-06-20 Alan Mackenzie <acm@muc.de>
7535
7536 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7537 When removing lines, also remove the \n. Correction of patch of
7538 2007-04-21.
7539
7540 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7541
7542 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7543 event is not a cons cell. Do not unread drag-mouse-1 events.
7544 Select right window in check whether space was stolen from
7545 window above.
7546
7547 * help-mode.el (help-make-xrefs): Adjust position of new forward
7548 button.
7549
7550 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7551
7552 * vc-bzr.el (vc-bzr-with-process-environment)
7553 (vc-bzr-std-process-invocation): New macros.
7554 (vc-bzr-command, vc-bzr-command*): Use them.
7555 (vc-bzr-with-c-locale): Remove.
7556 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7557 (vc-bzr-buffer-nonblank-p): New function.
7558 (vc-bzr-state-words): New const.
7559 (vc-bzr-state): Look for `bzr status' keywords in output.
7560 Display everything else as a warning message to the user.
7561 Fix status report with bzr >= 0.15.
7562
7563 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7564
7565 * vc-hg.el (vc-hg-global-switches): Simplify.
7566 (vc-hg-state): Handle more states.
7567 (vc-hg-diff): Fix doc-string.
7568 (vc-hg-register): New function.
7569 (vc-hg-checkout): Likewise.
7570
7571 2007-06-20 Reto Zimmermann <reto@gnu.org>
7572
7573 * progmodes/vera-mode.el: New file.
7574
7575 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7576
7577 * calc/calc.el (calc-multiplication-has-precendence):
7578 New variable.
7579 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7580 New functions.
7581 (math-expr-opers): Define using math-standard-ops rather than
7582 math-standard-opers.
7583 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7584 equal the function math-standard-ops rather than the variable
7585 math-standard-opers.
7586 (calc-algebraic-entry): Let math-expr-opers equal
7587 math-standard-ops or math-expr-ops, as appropriate.
7588 (math-expr-read-level, math-read-factor): Let math-expr-opers
7589 equal math-expr-ops.
7590 * calc/calc-embed.el (calc-embedded-finish-edit):
7591 Let math-expr-opers equal the function math-standard-ops
7592 rather than the variable math-standard-opers.
7593 * calc/calc-ext.el (math-read-plain-expr)
7594 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7595 function math-standard-ops rather than the variable
7596 math-standard-opers.
7597 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7598 Let math-expr-opers equal the function math-standard-ops rather
7599 than the variable math-standard-opers.
7600 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7601 equal the function math-standard-ops rather than the variable
7602 math-standard-opers.
7603 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7604 equal the function math-standard-ops rather than the variable
7605 math-standard-opers.
7606 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7607 math-expr-ops.
7608
7609 2007-06-19 Ivan Kanis <apple@kanis.eu>
7610
7611 * vc-hg.el: New file.
7612
7613 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7616 with font-lock-multiline.
7617
7618 2007-06-17 Glenn Morris <rgm@gnu.org>
7619
7620 * lpr.el (lpr-page-header-switches): Move %s to separate element
7621 for correct quoting. Doc fix.
7622
7623 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7626 than setting sgml-xml-mode.
7627 (sgml-mode, html-mode): Set sgml-xml-mode.
7628 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7629 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7630 (sgml-electric-tag-pair-before-change-function)
7631 (sgml-electric-tag-pair-flush-overlays): New functions.
7632 (sgml-electric-tag-pair-mode): New minor mode.
7633 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7634 (sgml-calculate-indent): Use assoc-string.
7635
7636 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7637
7638 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7639 chars before the "@" in an email address. Andreas Roehler noticed
7640 this problem.
7641
7642 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7643
7644 * thingatpt.el: Add support for email addresses (`email').
7645 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7646 (thing-at-point-email-regexp): New variable.
7647 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7648 properties on this symbol, with lambda forms for values.
7649
7650 2007-06-15 Masatake YAMATO <jet@gyve.org>
7651
7652 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7653
7654 * vc.el (vc-dired-hook): Check the backend returned from
7655 `vc-responsible-backend' can really handle `subdir'.
7656
7657 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * wid-edit.el (widget-add-documentation-string-button):
7660 Fix handling of documentation indent.
7661
7662 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7663
7664 * mb-depth.el: New file.
7665
7666 2007-06-15 Masatake YAMATO <jet@gyve.org>
7667
7668 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7669
7670 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * wid-edit.el (widget-default-create): Move ?h handling here...
7673 (widget-default-format-handler): ...from here.
7674 (widget-docstring, widget-add-documentation-string-button): New funs.
7675 (documentation-string): Add :visibility-widget property.
7676 (widget-documentation-string-value-create): Use it.
7677
7678 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7679 (custom-buffer-create-internal): Simplify message.
7680 (custom-variable-tag): Reduce height to normal.
7681 (custom-variable-value-create, custom-face-value-create)
7682 (custom-visibility): New widget.
7683 (custom-visibility): New face.
7684 (custom-group-value-create):
7685 Call widget-add-documentation-string-button, using `custom-visibility'.
7686
7687 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7690 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7691 change. Apparently the "warning even if the group is implicit" is
7692 a feature rather than a bug.
7693
7694 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7695
7696 * emulation/viper.el (viper-describe-key-ad)
7697 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7698 Compile them conditionally.
7699 (viper-version): Belated version change.
7700
7701 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7702
7703 * follow.el (follow-all-followers, follow-generic-filter):
7704 * pcomplete.el (pcomplete-restore-windows):
7705 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7706 (x-dnd-drop-data):
7707 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7708 * progmodes/python.el (python-complete-symbol):
7709 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7710
7711 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7712
7713 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7714 around bright and dim regexps. Make sure bright and dim matches
7715 use word anchors. Send text through rcirc-markup functions.
7716 (rcirc-url-regexp): Add single quote character.
7717 (rcirc-connect): Write logs to disk on auto-save-hook.
7718 Make server a non-optional argument.
7719 (rcirc-log-alist): New variable.
7720 (rcirc-log-directory): Make customizable.
7721 (rcirc-log-flag): New customizable variable.
7722 (rcirc-log): New function.
7723 (rcirc-print): Use above function.
7724 (rcirc-log-write): New function.
7725 (rcirc-generate-new-buffer-name): Strip text properties.
7726 (rcirc-switch-to-buffer-function): Remove variable.
7727 (rcirc-last-non-irc-buffer): Remove variable.
7728 (rcirc-non-irc-buffer): Add function.
7729 (rcirc-next-active-buffer): Use above function.
7730 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7731 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7732 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7733 (rcirc-omit-mode): Add minor-mode.
7734 (rcirc-mode-map): Change C-c C-o binding.
7735 (rcirc-mode): Clear mode-line-process. Use a custom
7736 fill-paragraph-function. Set up buffer-invisibility-spec.
7737 (rcirc-response-formats): Remove timestamp code.
7738 (rcirc-omit-responses): Add variable.
7739 (rcirc-print): Don't put the overlay arrow on potentially omitted
7740 lines. Log line to disk. Record activity for private messages
7741 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7742 (rcirc-jump-to-first-unread-line): Print message if there is no
7743 unread text.
7744 (rcirc-clear-unread): New function.
7745 (rcirc-markup-text-functions): Add variable.
7746 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7747 (rcirc-debug): Don't mess with window configuration.
7748 (rcirc-send-message): Send message before printing locally.
7749 Add SILENT argument, do not print message if non-nil.
7750 (rcirc-visible-buffers): New function and variable.
7751 (rcirc-window-configuration-change-1): Add function.
7752 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7753 server buffer.
7754 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7755 (rcirc-fill-paragraph): Add function.
7756 (rcirc-record-activity, rcirc-window-configuration-change-1):
7757 Only update the activity string if it has actually changed.
7758 (rcirc-update-activity-string): Remove padding characters from the
7759 mode-line string.
7760 (rcirc-disconnect-buffer): New function to be called when a
7761 channel is parted or the user quits.
7762 (rcirc-server-name): Warn when the server-name hasn't been set.
7763 (rcirc-window-configuration-change): Postpone work until
7764 post-command-hook.
7765 (rcirc-window-configuration-change-1): Update mode-line and
7766 overlay arrows here.
7767 (rcirc-authenticate): Fixc hanserv identification.
7768 (rcirc-default-server): Remove variable.
7769 (rcirc): Connect according to rcirc-connections.
7770 (rcirc-connections): Add variable.
7771 (rcirc-startup-channels-alist): Remove variable.
7772 (rcirc-startup-channels): Remove function.
7773
7774 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7777
7778 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7779
7780 * term/xterm.el (terminal-init-xterm): Escape parens in character
7781 constants.
7782
7783 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7786 Use [:alpha:] and [:alnum:] where applicable.
7787 (sh-quoted-subshell): Rewrite to correctly
7788 handle nested mixes of `...' and $(...).
7789 (sh-apply-quoted-subshell): Remove.
7790 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7791
7792 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7793
7794 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7795
7796 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7797 previous change.
7798
7799 2007-06-12 Tom Tromey <tromey@redhat.com>
7800
7801 * subr.el (user-emacs-directory): New defconst.
7802 * cmuscheme.el (scheme-start-file):
7803 * shell.el (shell):
7804 * completion.el (save-completions-file-name):
7805 * custom.el (custom-theme-directory):
7806 * term/x-win.el (emacs-session-filename):
7807 * filesets.el (filesets-menu-cache-file):
7808 * thumbs.el (thumbs-thumbsdir):
7809 * server.el (server-auth-dir):
7810 * image-dired.el (image-dired-dir):
7811 (image-dired-db-file):
7812 (image-dired-temp-image-file):
7813 (image-dired-gallery-dir):
7814 (image-dired-temp-rotate-image-file):
7815 * play/gamegrid.el (gamegrid-user-score-file-directory):
7816 * savehist.el (savehist-file):
7817 * tutorial.el (tutorial--saved-dir):
7818 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7819
7820 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7821
7822 * scroll-lock.el (scroll-lock-mode): Doc fix.
7823
7824 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7825
7826 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7827
7828 * ediff-init.el: Doc strings.
7829
7830 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7833 (byte-compile-file): Bind it.
7834 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7835 group argument is provided implicitly.
7836 (byte-compile-format-warn, byte-compile-from-buffer)
7837 (byte-compile-insert-header): Don't hardcode point-min==1.
7838 (byte-compile-file-form-require): Remove unused var old-load-list.
7839 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7840
7841 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7842
7843 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7844 Display error messages.
7845 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7846 Get rid of cl.el dependencies.
7847
7848 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7849 New variable.
7850 (viper-activate-input-method-action)
7851 (viper-inactivate-input-method-action):
7852 Use viper-suppress-input-method-change-message.
7853
7854 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7855 for C-s, C-r.
7856
7857 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7858 Use viper-replace-overlay-cursor-color instead of
7859 viper-replace-overlay-cursor-color.
7860 (viper-sit-for-short): Use sit-for with 3 arguments.
7861
7862 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7863 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7864 to gud-mode.
7865
7866 * ediff-mult.el (ediff-meta-buffer-brief-message)
7867 (ediff-meta-buffer-verbose-message): New variables.
7868 (ediff-meta-buffer-message): Variable deleted.
7869 (ediff-verbose-help-enabled): New variable.
7870 (ediff-toggle-verbose-help-meta-buffer): New function.
7871 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7872 message options.
7873
7874 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7875 (ediff-fixup-patch-map): Improve heuristic.
7876
7877 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7880 (log-view-font-lock-keywords): Simplify.
7881 (log-view-current-file, log-view-current-tag): Simplify.
7882
7883 2007-06-12 Sam Steingold <sds@gnu.org>
7884
7885 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7886
7887 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * desktop.el (desktop-load-locked-desktop): New option.
7890 (desktop-read): Use it.
7891 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7892 Use `when'.
7893
7894 2007-06-12 Davis Herring <herring@lanl.gov>
7895
7896 * desktop.el (desktop-save-mode-off): New function.
7897 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7898 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7899 (desktop-claim-lock, desktop-release-lock): New functions.
7900 (desktop-kill): Tell `desktop-save' that this is the last save.
7901 Release the lock afterwards.
7902 (desktop-buffer-info): New function.
7903 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7904 says to. Detect conflicts, and manage the lock.
7905 (desktop-read): Detect conflicts. Manage the lock.
7906
7907 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7910
7911 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7912 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7913 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7914 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7915 keysyms rather than byte sequences.
7916 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7917
7918 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7921 half-activated, forcefully activate it completely.
7922
7923 2007-06-11 Richard Stallman <rms@gnu.org>
7924
7925 * cus-edit.el (custom-variable-type): Doc fix.
7926
7927 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7930 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7931 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7932 different possible cases for \'.
7933
7934 * complete.el (PC-bindings): Don't bind things already bound in the
7935 parent keymap.
7936
7937 * textmodes/bibtex-style.el: New file.
7938
7939 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7940
7941 * vc-bzr.el: New file.
7942
7943 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * vc-svn.el (vc-svn-program): New var.
7946 (vc-svn-command): Use it.
7947
7948 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7949
7950 * server.el (server-switch-buffer): Remove redundant check.
7951
7952 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7953
7954 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7955 Match against file-name-nondirectory.
7956 Fix text on user customization variables.
7957 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7958
7959 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7960
7961 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7962
7963 2007-06-09 Davis Herring <herring@lanl.gov>
7964
7965 * desktop.el (desktop-minor-mode-table): Doc fix.
7966
7967 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * textmodes/css-mode.el (css-navigation-syntax-table):
7970 Use set-char-table-range so it also works in the unicode branch.
7971
7972 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7973
7974 * help-mode.el (help-xref-forward-stack)
7975 (help-xref-stack-forward-item, help-forward-label): New variables.
7976 (help-forward): New button type.
7977 (help-setup-xref): Initialise help-xref-forward-stack.
7978 (help-make-xrefs): Add forward button, if appropriate.
7979 (help-xref-go-back): Push item on forward stack.
7980 (help-xref-go-forward, help-go-forward): New functions.
7981
7982 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * dired.el (dired-mode-map): Remove spurious separator.
7985
7986 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7987
7988 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7989
7990 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7991 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7992
7993 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
7994
7995 * textmodes/org.el: Version number fixed.
7996
7997 2007-06-07 Glenn Morris <rgm@gnu.org>
7998
7999 * version.el (emacs-copyright): New constant.
8000 * startup.el (fancy-splash-tail): Use emacs-copyright.
8001 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8002
8003 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8004 `make-local'.
8005 (byte-compile-warnings-safe-p): Add `make-local'.
8006 (byte-compile-make-variable-buffer-local):
8007 Allow byte-compile-warnings to suppress this warning.
8008
8009 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8010 format of "menu" description.
8011 (tutorial--find-changed-keys): Describe the specific menu a
8012 command is in.
8013
8014 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8015 Rewrite compatibility functions to silence byte-compiler.
8016
8017 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8018
8019 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8020 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8021
8022 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8023
8024 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8025
8026 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * progmodes/ebrowse.el (ebrowse-member-table):
8029 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8030 (org-batch-agenda-csv): Fix typos in docstrings.
8031
8032 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8033
8034 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8035 (sort-coding-systems, search-unencodable-char): Doc fixes.
8036 (coding-system-change-eol-conversion, set-default-coding-systems)
8037 (prefer-coding-system, find-multibyte-characters, princ-list)
8038 (leim-list-entry-regexp, set-input-method, locale-language-names)
8039 (input-method-exit-on-first-char, exit-language-environment-hook)
8040 (locale-charset-language-names): Fix typos in docstrings.
8041
8042 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * pgg.el (pgg-sign-region, pgg-sign):
8045 * ses.el (ses-call-printer):
8046 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8047 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8048
8049 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8050
8051 * textmodes/org.el (org-export-region-as-html)
8052 (org-replace-region-by-html, org-number-to-letters)
8053 (org-table-fedit-finish, org-normalize-color)
8054 (org-table-fedit-ref-right, org-date-to-gregorian)
8055 (org-table-fedit-move, org-table-convert-refs-to-rc)
8056 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8057 (org-write-agenda, org-colgroup-info-to-vline-list)
8058 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8059 (org-indent-line-function, org-export-as-html-to-buffer)
8060 (org-store-agenda-views, org-update-mode-line)
8061 (org-find-if, org-delete-all)
8062 (org-table-fedit-convert-buffer, org-emphasize)
8063 (org-uniquify, org-table-fedit-lisp-indent)
8064 (org-table-fedit-scroll, org-get-todo-sequence-head)
8065 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8066 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8067 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8068 (org-table-fedit-line-up, org-table-fedit-ref-down)
8069 (org-table-formula-from-user, org-mode-flyspell-verify)
8070 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8071 (org-table-formula-to-user, org-diary-to-ical-string)
8072 (orgtbl-export, org-table-fedit-post-command)
8073 (org-closed-in-range, org-shiftcontrolright)
8074 (org-table-convert-refs-to-an, org-table-hline-and-move)
8075 (org-table-formula-less-p, org-format-table-ascii)
8076 (org-agenda-get-sexps, org-shift-refpart)
8077 (org-diary-sexp-entry, org-time-string-to-absolute)
8078 (org-table-show-reference, org-letters-to-number)
8079 (org-fix-agenda-info, org-table-fedit-ref-up)
8080 (org-table-fedit-shift-reference, org-table-fedit-abort)
8081 (org-closest-date, org-shiftcontrolleft)
8082 (org-at-heading-or-item-p, org-rematch-and-replace)
8083 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8084 New functions.
8085 (org-table-edit-scroll-down, org-finish-edit-formulas)
8086 (org-table-edit-next-field, org-abort-edit-formulas)
8087 (org-font-lock-level, org-export-find-first-heading-line)
8088 (org-table-edit-line-down, org-table-edit-backward-field)
8089 (org-edit-formula-lisp-indent, org-table-edit-move)
8090 (org-check-log-option, org-this-word)
8091 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8092 (org-agenda-file-to-end, org-expand-file-name)
8093 (org-fake-empty-table-line, org-table-edit-scroll)
8094 (org-toggle-log-option, org-show-reference): Function removed.
8095 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8096 New defsubsts.
8097 (org-unmodified, org-batch-store-agenda-views)
8098 (org-batch-agenda-csv): New macro.
8099 (org-agenda-export): New customization group.
8100 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8101 (org-highest-priority, org-agenda-exporter-settings)
8102 (org-log-done-with-time, org-replace-disputed-keys)
8103 (org-format-latex-header, org-export-table-header-tags)
8104 (org-cycle-separator-lines, org-export-table-data-tags)
8105 (org-icalendar-include-sexps)
8106 (org-empty-line-terminates-plain-lists)
8107 (org-log-repeat, org-special-ctrl-a)
8108 (org-table-use-standard-references, org-disputed-keys)
8109 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8110 (org-agenda-export-html-style): New option.
8111 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8112 (org-CUA-compatible): Option removed.
8113 (org-agenda-structure, org-sexp-date): New face.
8114 (org-todo-keywords-for-agenda, org-not-done-keywords)
8115 (org-planning-or-clock-line-re, org-agenda-name)
8116 (org-table-colgroup-info, org-todo-sets)
8117 (constants-unit-system, org-clock-mode-line-entry)
8118 (org-mode-line-timer, org-table-current-begin-pos)
8119 (org-todo-keywords-1, org-mode-line-string)
8120 (org-table-clean-did-remove-column, org-table-fedit-map)
8121 (org-clock-heading, org-table-buffer-is-an)
8122 (org-agenda-info, org-done-keywords)
8123 (org-done-keywords-for-agenda, org-todo-heads)
8124 (org-todo-kwd-alist, org-clock-start-time): New variable.
8125 (org-todo-kwd-priority-p, org-edit-formulas-map)
8126 (org-repeat-re, org-todo-kwd-max-priority)
8127 (org-version, org-done-string)
8128 (org-table-clean-did-remove-column-1, org-disputed-keys):
8129 Remove variables.
8130 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8131 (org-ts-lengths): Constant removed.
8132 (org-follow-gnus-link): Don't ask how many articles to read.
8133 (org-export-find-first-export-line): Rename from
8134 `org-export-find-first-heading'.
8135 Use `org-export-skip-text-before-1st-heading'.
8136 (org-table-fedit-post-command): Rename from
8137 `org-table-edit-formulas-post-command'.
8138 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8139 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8140 (org-table-fedit-lisp-indent): Rename from
8141 `org-edit-formula-lisp-indent'.
8142 (org-table-show-reference): Rename from `org-show-reference'.
8143 (org-table-store-formulas): Use `org-table-formula-less-p'.
8144 (org-table-edit-formulas): Position cursor to current field equation.
8145 (org-update-checkbox-count, org-hide-archived-subtrees)
8146 (org-timestamp-up-day, org-timestamp-down-day)
8147 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8148 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8149 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8150 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8151 Let `org-on-heading-p' also check for invisible heading.
8152 (org-read-date): Match am/pm times.
8153 (org-eval-in-calendar): Fix default date in prompt.
8154
8155 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8156
8157 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8158 "ChangeLog.a" entries, giving the latter lower priority.
8159
8160 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8161
8162 * faces.el (face-id): If the argument is a face alias,
8163 return the ID of the target face.
8164
8165 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8166
8167 * net/socks.el (top): Remove unnecessary copyright line.
8168
8169 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8170
8171 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8172
8173 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8174
8175 * net/socks.el: New file, taken from w3 repository.
8176 (top): Update Copyright. Don't load cl.el.
8177 (all): Replace `case' by `cond', `string-to-int' by
8178 `string-to-number', and `process-kill-without-query' by
8179 `set-process-query-on-exit-flag'.
8180 (socks-char-int): Remove defalias and all occurrences.
8181
8182 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8183
8184 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8185 Fix typos in docstrings.
8186 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8187 (compilation-finish-function): Fix typo in obsolescence declaration.
8188
8189 2007-06-03 Sam Steingold <sds@gnu.org>
8190
8191 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8192 handle unending automatic recompilation of changed files (`omake -P').
8193 (compilation-loop): VISITED is now 5th CDR.
8194 (compilation-next-error-function): Set TIMESTAMP.
8195
8196 2007-06-03 Sam Steingold <sds@gnu.org>
8197
8198 * files.el (kill-buffer-ask): New function.
8199 (kill-some-buffers): Use it.
8200 (kill-matching-buffers): New user command.
8201
8202 2007-06-01 David Kastrup <dak@gnu.org>
8203
8204 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8205 Change default to `top'.
8206
8207 2007-05-31 Richard Stallman <rms@gnu.org>
8208
8209 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8210
8211 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * textmodes/css-mode.el: New file.
8214
8215 2007-05-30 Michael Olson <mwolson@gnu.org>
8216
8217 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8218 died and we are trying to send a signal to it. The program using
8219 tq.el should periodically check to see whether the process has
8220 died and react appropriately -- this is not the responsibility of
8221 tq.el, and is consistent with the rest of the tq.el source code.
8222
8223 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8224
8225 * textmodes/table.el (table--point-entered-cell-function)
8226 (table--point-left-cell-function):
8227 Bind `inhibit-point-motion-hooks' to t.
8228
8229 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8230
8231 * emacs-lisp/rx.el (rx): Doc fix.
8232
8233 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8234
8235 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8236
8237 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8238
8239 Sync with Tramp 2.0.56.
8240
8241 * net/tramp.el:
8242 * net/tramp-ftp.el:
8243 * net/tramp-smb.el:
8244 * net/tramp-util.el:
8245 * net/tramp-vc.el:
8246 Don't load cl.el, because that pollutes the namespace. Replace cl
8247 macros by their implementations where necessary. Requested by
8248 Richard Stallman <rms@gnu.org>.
8249
8250 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8251 doesn't exist.
8252 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8253 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8254 (tramp-file-name-p, tramp-file-name-multi-method)
8255 (tramp-file-name-method, tramp-file-name-user)
8256 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8257 replacing defstruct `tramp-file-name'.
8258 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8259 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8260 Apply `vector' instead of `make-tramp-file-name'.
8261 (tramp-handle-make-auto-save-file-name):
8262 Apply `tramp-temporary-file-directory' for compatibility reasons.
8263 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8264 because of XEmacs.
8265 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8266 started.
8267
8268 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8269
8270 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8271
8272 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8273
8274 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8275 as the end of the ChangeLog paragraph when it ends without a line
8276 termination.
8277
8278 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8279
8280 * net/webjump.el (webjump-sample-sites):
8281 Add simple Wikipedia query.
8282
8283 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8286 compatibility code.
8287
8288 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8289 (copyright-update-year): Use it.
8290
8291 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8292
8293 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8294 Add indentation and debugging info. Fix up comment convention.
8295
8296 * cus-dep.el (custom-make-dependencies): Simplify.
8297
8298 * composite.el (compose-region, decompose-region):
8299 Use inhibit-read-only and restore-buffer-modified-p.
8300
8301 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8302 (xterm-mouse-event): Use it.
8303
8304 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8305
8306 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8307 `switch-to-buffer' has returned succesfully.
8308 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8309 window is dedicated (it could iconify the frame).
8310
8311 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8312
8313 * vc-hooks.el (vc-find-root): Fix file attribute test.
8314
8315 2007-05-24 Richard Stallman <rms@gnu.org>
8316
8317 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8318 Don't let opoint be nil.
8319 (flyspell-emacs-popup): Explicit error if no dialogs.
8320
8321 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8322
8323 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8324 (image-next-line, image-previous-line, image-scroll-up)
8325 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8326 New functions.
8327 (image-mode-map): Remap motion commands.
8328 (image-mode-text-map): New keymap for viewing images as text.
8329 (image-mode): Use image-mode-map.
8330 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8331
8332 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * textmodes/fill.el (canonically-space-region): Make the second arg
8335 a marker if it's not already the case.
8336
8337 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8338
8339 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8340 (tar-get-descriptor): Handle type 55, an extended pax header.
8341
8342 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8345 to confuse outline-minor-mode.
8346
8347 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8348
8349 * tar-mode.el (tar-file-name-handler): New function.
8350 (tar-extract): Bind file-name-handler-alist to it to force
8351 find-buffer-file-type-coding-system behave as if the file being
8352 extracted existed. Use last-coding-system-used to force
8353 buffer-file-coding-system to what decode-coding-region actually
8354 used to decode the file.
8355
8356 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8357
8358 * progmodes/compile.el (compilation-handle-exit):
8359 `compilation-finish-function' may change the current buffer.
8360
8361 2007-05-22 Richard Stallman <rms@gnu.org>
8362
8363 * files.el (set-auto-mode): Doc fix.
8364
8365 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8366
8367 * help-fns.el (find-source-lisp-file): New function.
8368 (describe-function-1): Use find-source-lisp-file to find source
8369 file in compile tree.
8370
8371 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8372
8373 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8374
8375 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8376
8377 * emacs-lisp/easy-mmode.el (define-minor-mode)
8378 (easy-mmode-define-navigation): Fix typos in docstrings.
8379
8380 2007-05-22 Glenn Morris <rgm@gnu.org>
8381
8382 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8383
8384 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * mail/mail-extr.el (mail-extract-address-components):
8387 Recognize non-ASCII characters except for NBSP as words.
8388
8389 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8390
8391 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8392 (rcirc-print): Handle `window-width'.
8393 (rcirc-buffer-maximum-lines): Doc fix.
8394
8395 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * image-mode.el (image-toggle-display): Don't clear image cache.
8398 Only use filename in image spec if the file is readable.
8399 Call image-refresh.
8400
8401 * image.el (image-type-from-file-name, image-type): Simplify.
8402 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8403
8404 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8405 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8406
8407 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8408
8409 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8410 is an error.
8411
8412 * term/linux.el (terminal-init-linux): Don't signal an error
8413 if gpm isn't running.
8414
8415 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8416
8417 * t-mouse.el: Reduce to a minor-mode macro call.
8418 (t-mouse-mode): Remove the lighter.
8419
8420 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8421
8422 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8423
8424 * files.el (auto-mode-alist): Change the regexp so that
8425 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8426
8427 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8428
8429 * Version 22.1 released.
8430
8431 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8432
8433 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8434 changes.
8435
8436 2007-05-19 Kevin Ryde <user42@zip.com.au>
8437
8438 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8439
8440 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8441
8442 * textmodes/sgml-mode.el: Revert last change.
8443
8444 2007-05-18 Richard Stallman <rms@gnu.org>
8445
8446 * simple.el (push-mark): Doc fix.
8447
8448 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8449
8450 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8451 tpu-global-map.
8452 (tpu-original-global-map): Variable deleted.
8453 (tpu-control-keys-map): New keymap variable.
8454 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8455 setting keymapping directly.
8456 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8457 tpu-global-map.
8458 (tpu-edt-on): Activate the tpu-global-map.
8459 (tpu-edt-off): Deactivate the tpu-global-map.
8460
8461 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8462
8463 * textmodes/ispell.el (ispell-get-word): Return markers
8464 for start and end positions.
8465 (ispell-word): Assume END is a marker.
8466
8467 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8468
8469 * printing.el: Group together all XEmacs/Emacs definitions.
8470 (pr-version): New version 6.9.
8471 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8472 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8473 (pr-menu-bind): Fix code.
8474 (pr-e-frame-char-height, pr-e-frame-char-width)
8475 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8476 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8477 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8478 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8479 (pr-x-event-y-pixel): Aliases eliminated.
8480 (pr-xemacs-global-menubar): Macro moved.
8481 (current-menubar, current-mouse-event, zmacs-region-stays)
8482 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8483 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8484 Vars moved.
8485 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8486 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8487 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8488 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8489 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8490 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8491 moved.
8492
8493 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8494
8495 * textmodes/sgml-mode.el (sgml-tag):
8496 Fix bug: Call sgml-transformation-function.
8497
8498 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8499
8500 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8501 modified flag of buffer. Use `inhibit-modification-hooks'.
8502
8503 2007-05-16 Richard Stallman <rms@gnu.org>
8504
8505 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8506
8507 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8510 Move the *ml, Postscript, and XmCD entries to the fallback part.
8511
8512 * files.el (magic-fallback-mode-alist):
8513 Rename from file-start-mode-alist.
8514
8515 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8516
8517 * progmodes/compile.el (compilation-handle-exit): Quote first
8518 argument of `run-hook-with-args'.
8519
8520 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * buff-menu.el (Buffer-menu-sort-column):
8523 * dabbrev.el (dabbrev-upcase-means-case-search):
8524 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8525 * info.el (Info-current-subfile):
8526 * ls-lisp.el (ls-lisp-verbosity):
8527 * msb.el (msb-menu-cond):
8528 * pcvs.el (cvs-dired-use-hook):
8529 * simple.el (set-mark-command-repeat-pop):
8530 * time.el (display-time-24hr-format, display-time-mail-file):
8531 Doc fixes.
8532
8533 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8534 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8535
8536 * view.el (view-inhibit-help-message): Fix typo in docstring.
8537 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8538
8539 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8540
8541 * textmodes/ispell.el (ispell-start-process): Defend against bad
8542 default-directory.
8543
8544 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8545
8546 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8547 content-transfer-encoding _last_, because it's its position that
8548 we need as value of base64-header-field-end.
8549
8550 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8551
8552 * files.el (mode-require-final-newline, require-final-newline)
8553 (enable-local-variables, enable-local-eval): Doc fixes.
8554
8555 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8556
8557 * ps-print.el: Use default color when foreground or background color
8558 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8559 (ps-print-version): New version 6.7.4.
8560 (ps-rgb-color): New argument. Use default color when color is
8561 unspecified.
8562 (ps-begin-job): Fix code.
8563
8564 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * longlines.el (longlines-mode): Make longlines-auto-wrap
8567 buffer-local. Add hooks unconditionally.
8568 (longlines-auto-wrap): Toggle wrapping.
8569 (longlines-after-change-function)
8570 (longlines-post-command-function): Check longlines-auto-wrap.
8571
8572 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8573
8574 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8575 (xterm-mouse-translate): Use it.
8576
8577 2007-05-10 Richard Stallman <rms@gnu.org>
8578
8579 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8580 (iso-cvt-write-only): Likewise.
8581
8582 * emacs-lisp/easy-mmode.el (define-minor-mode):
8583 Fix generated doc string.
8584
8585 * startup.el (fancy-splash-text): Add URL of guided tour.
8586 Adjust horizontal and vertical whitespace.
8587
8588 * progmodes/compile.el (compilation-handle-exit):
8589 Use run-hook-with-args to run compilation-finish-functions.
8590
8591 * files.el (file-start-mode-alist): New variable.
8592 (magic-mode-regexp-match-limit): Doc fix.
8593 (set-auto-mode): Handle file-start-mode-alist.
8594 A little cleanup of structure.
8595
8596 * dabbrev.el (dabbrev-eliminate-newlines):
8597 Renamed from dabbrev--eliminate-newlines. All uses changed.
8598
8599 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8600
8601 * man.el (Man-next-section): Don't consider the last line of the page
8602 as being part of any section.
8603
8604 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8607 can take any number of values.
8608
8609 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8612 to the list of citation commands.
8613
8614 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8617
8618 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8619
8620 * progmodes/python.el (python-font-lock-keywords)
8621 (python-open-block-statement-p, python-mode): Add support for the new
8622 "with" keyword.
8623
8624 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8627 the exact opposite of diff-goto-source.
8628
8629 * emacs-lisp/advice.el (ad-special-forms): Remove.
8630 (ad-special-form-p): Use subr-arity.
8631
8632 * newcomment.el (comment-search-forward): Make sure we search forward.
8633 (comment-enter-backward): Try and distinguish the non-matching case at
8634 EOB from the non-matching case with a missing comment-end-skip for
8635 a 2-char comment ender.
8636 (comment-choose-indent): New function extracted from comment-indent.
8637 Improve the alignment algorithm.
8638 (comment-indent): Use it.
8639
8640 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8641 XML style Processing Instructions.
8642 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8643 (sgml-calculate-indent): Handle `pi' context.
8644
8645 * vc.el: Ensure that update-changelog issues an error when used with
8646 a backend that does not implement it.
8647 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8648 Remove `backend' argument. Use expand-file-name.
8649 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8650
8651 * progmodes/python.el (python-end-of-block): Revert last change.
8652 (python-end-of-statement): Make sure we move *forward*.
8653
8654 2007-05-08 Richard Stallman <rms@gnu.org>
8655
8656 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8657 Don't include non-self-insert commands in the exception for `-'.
8658
8659 2007-05-08 David Reitter <david.reitter@gmail.com>
8660
8661 * progmodes/python.el (python-guess-indent): Check non-nullness
8662 before comparing indent against the 2..8 interval.
8663
8664 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8665
8666 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8667 available.
8668
8669 2007-05-06 Richard Stallman <rms@gnu.org>
8670
8671 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8672
8673 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8676 rather than storing their value in the revert-buffer function.
8677
8678 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8679
8680 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8681 when disabling t-mouse-mode.
8682
8683 2007-05-01 Davis Herring <herring@lanl.gov>
8684
8685 * calendar/timeclock.el: Update version number.
8686 (timeclock-modeline-display): Mention timeclock-use-display-time
8687 in explanatory message.
8688 (timeclock-in): Fix non-interactive workday specifications.
8689 (timeclock-log): Don't kill the log buffer if it already existed.
8690 Suppress warnings when finding the log. Don't check for a nil
8691 project twice. Run hooks after killing the buffer (if applicable).
8692 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8693 was geometric). All uses changed.
8694 (timeclock-generate-report): Support prefix argument.
8695
8696 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8697
8698 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8699 disconnections.
8700
8701 2007-05-01 Romain Francoise <romain@orebokech.com>
8702
8703 * dired-x.el: Revert 2007-04-06 change.
8704
8705 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8706
8707 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8708
8709 2007-04-29 Richard Stallman <rms@gnu.org>
8710
8711 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8712
8713 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8716 than 1.
8717
8718 2007-04-28 Richard Stallman <rms@gnu.org>
8719
8720 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8721
8722 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8723
8724 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8725 don't put stop on toolbar.
8726
8727 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8730
8731 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8732
8733 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8734 instead of $(lisp)/mh-e.
8735
8736 2007-04-28 Glenn Morris <rgm@gnu.org>
8737
8738 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8739 (image-dired-cmd-create-temp-image-options): Replace option
8740 +profile "*" with -strip.
8741
8742 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8743
8744 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8745 Use window-start and window-end.
8746
8747 2007-04-27 Andreas Schwab <schwab@suse.de>
8748
8749 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8750
8751 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8752
8753 * textmodes/fill.el (fill-paragraph): Doc fix.
8754
8755 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8756
8757 * locate.el (locate-in-alternate-database): Doc fix.
8758
8759 2007-04-26 Glenn Morris <rgm@gnu.org>
8760
8761 * button.el (button): Use underline if supported, else fall back
8762 to color.
8763
8764 * version.el (emacs-version): Increase to 22.1.50.
8765
8766 2007-04-25 Richard Stallman <rms@gnu.org>
8767
8768 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8769
8770 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8771
8772 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8773 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8774 pushing mark.
8775 (idlwave-current-routine): Don't push mark.
8776
8777 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8778
8779 * image-dired.el (image-dired-display-image): Derive image-type from
8780 filename rather than assuming jpeg, in case no resizing was needed.
8781
8782 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8783
8784 * custom.el (defface): Doc fix.
8785
8786 See ChangeLog.12 for earlier changes.
8787
8788 ;; Local Variables:
8789 ;; coding: iso-2022-7bit
8790 ;; add-log-time-zone-rule: t
8791 ;; End:
8792
8793 Copyright (C) 2007 Free Software Foundation, Inc.
8794
8795 This file is part of GNU Emacs.
8796
8797 GNU Emacs is free software; you can redistribute it and/or modify
8798 it under the terms of the GNU General Public License as published by
8799 the Free Software Foundation; either version 3, or (at your option)
8800 any later version.
8801
8802 GNU Emacs is distributed in the hope that it will be useful,
8803 but WITHOUT ANY WARRANTY; without even the implied warranty of
8804 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8805 GNU General Public License for more details.
8806
8807 You should have received a copy of the GNU General Public License
8808 along with GNU Emacs; see the file COPYING. If not, write to the
8809 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8810 Boston, MA 02110-1301, USA.
8811
8812 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af