]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(easy-menu-define): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-26 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4
5 2007-11-26 Simon Josefsson <simon@josefsson.org>
6
7 * net/imap.el: Move from ../gnus.
8
9 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10
11 * doc-view.el (doc-view-mode-p): New function.
12
13 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
14
15 * mail/mspools.el (rmail-get-new-mail):
16 * mail/reporter.el (mail-position-on-field, mail-text):
17 * mail/rmail.el (mail-position-on-field, mail-text-start)
18 (rmail-update-summary):
19 * mail/rmailedit.el (rmail-summary-disable)
20 (rmail-summary-enable):
21 * mail/rmailmsc.el (rmail-parse-file-inboxes)
22 (rmail-show-message):
23 * mail/rmailout.el (rmail-update-summary):
24 * mail/rmailsort.el (rmail-update-summary):
25 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
26 (dired-view-file):
27 * mail/uce.el (mail-strip-quoted-names):
28 * mail/undigest.el (rmail-update-summary):
29 * mail/unrmail.el (mail-strip-quoted-names):
30 * ediff.el (diff-latest-backup-file): Declare as functions.
31
32 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
33 (kill-to-end-of-line):
34 * obsolete/rnews.el (news-set-minor-modes): Remove non working
35 functions.
36
37 2007-11-25 Glenn Morris <rgm@gnu.org>
38
39 * eshell/esh-maint.el (top-level): Use require with NOERROR for
40 pcomplete. Don't mess with load-path.
41
42 * eshell/eshell.el (eshell-report-bug-address): Remove.
43 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
44
45 2007-11-24 Glenn Morris <rgm@gnu.org>
46
47 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
48 (appt-disp-window): Don't require electric. Simplify
49 minibuffer-avoidance code.
50 (appt-select-lowest-window): Avoid minibuffer.
51
52 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
53 (esh-mode): Require it.
54 (esh-util): Use require rather than featurep and load.
55 (eshell): No need to test if eshell-mode is bound; remove obsolete
56 reference to eshell-auto.
57 (eshell-command, eshell-command-result): Don't require esh-mode
58 now that the file does.
59 (top-level): Move provide statement to the end of the
60 file. Re-order and update commentary.
61
62 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
63
64 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
65 (vc-annotate-toggle-annotation-visibility): New command.
66 (vc-annotate-mode-map): Bind "V" to it.
67 (vc-annotate-mode-menu): Add entry for it.
68 (vc-annotate-get-time-set-line-props): New func.
69 (vc-annotate-display-autoscale)
70 (vc-annotate-display-difference): Use it.
71
72 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
73 Also, match one space at end of annotation text, after last paren.
74
75 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
76
77 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
78 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
79 `tramp-completion-mode'.
80
81 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
82
83 * vc-git.el (vc-git-show-log-entry): New func.
84
85 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
86 (vc-git-state): Use vc-git--call.
87 (vc-git-registered, vc-git-working-revision)
88 (vc-git-previous-revision, vc-git-next-revision)
89 (vc-git--run-command-string, vc-git-symbolic-commit):
90 Use vc-git--out-ok.
91
92 2007-11-24 Glenn Morris <rgm@gnu.org>
93
94 * emacs-lisp/byte-run.el (declare-function): Doc fix.
95
96 2007-11-24 Kenichi Handa <handa@m17n.org>
97
98 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
99
100 2007-11-23 David Kastrup <dak@gnu.org>
101
102 * server.el (server-process-filter): Use `command-line-args-left'
103
104 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
107
108 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
109
110 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
111 buffer if the parent buffer is in vc-dired-mode.
112
113 2007-11-23 Mark A. Hershberger <mah@everybody.org>
114
115 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
116
117 2007-11-23 Juri Linkov <juri@jurta.org>
118
119 * dired.el (dired-read-dir-and-switches): For C-x d, set the
120 value for M-n to the visited file name of the current buffer.
121 Use minibuffer-with-setup-hook to set minibuffer-default to
122 buffer-file-name inside read-file-name.
123
124 * man.el (Man-getpage-in-background): Don't disregard user option
125 `Man-width' on non-window systems. Remove test for `window-system'
126 around setting envvar "COLUMNS" depending on the value of `Man-width'.
127
128 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
129 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
130 of "--color=always".
131
132 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
135 beginning-of-defun-function.
136
137 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
138
139 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
140
141 2007-11-22 Glenn Morris <rgm@gnu.org>
142
143 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
144
145 * emacs-lisp/check-declare.el (check-declare-locate): New function.
146 (check-declare-scan): Use check-declare-locate.
147 (check-declare-verify): No longer adjust fnfile, now
148 check-declare-locate does it.
149
150 * emacs-lisp/byte-run.el (declare-function): Doc fix.
151
152 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * subr.el (posn-col-row): Make the `default-value' use explicit.
155
156 * window.el (balance-windows): Remove unused var `counter'.
157 (bw-balance-sub): Remove unused var `lastchild'.
158 (split-window-vertically): Remove unused var `switch'.
159 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
160
161 * emacs-lisp/bytecomp.el
162 (byte-compile-file-form-custom-declare-variable): Simplify.
163
164 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
165
166 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
167 Set `show-trailing-whitespace' to nil.
168
169 * dired.el (make-symbolic-link):
170 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
171 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
172 * dired-x.el (make-symbolic-link):
173 * frame.el (x-initialize-window-system):
174 * menu-bar.el (x-menu-bar-open):
175 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
176 (x-store-cut-buffer-internal):
177 * wdired.el (make-symbolic-link):
178 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
179 (x-send-client-message):
180 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
181
182 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
183
184 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
185
186 2007-11-22 Glenn Morris <rgm@gnu.org>
187
188 * dos-fns.el (int86):
189 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
190
191 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
192
193 * calendar/holidays.el (holiday-list): Add autoload cookie.
194
195 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
196 files relative to src/ directory.
197 (check-declare-verify): Handle .c files. Warn if could not find
198 an arglist to check.
199
200 * emacs-lisp/byte-run.el (declare-function): Doc fix.
201
202 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
203
204 * replace.el (occur-mode-map): Add a major mode menu with entries
205 for all occur operations.
206
207 * international/titdic-cnv.el (dos-8+3-filename):
208 * obsolete/fast-lock.el (msdos-long-file-names):
209 * frame.el (msdos-mouse-p):
210 * files.el (msdos-long-file-names, w32-long-file-name):
211 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
212 (mac-resume-apple-event, mac-font-panel-mode)
213 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
214 (mac-clear-font-name-table):
215 * term/pc-win.el (msdos-remember-default-colors)
216 (w16-set-clipboard-data, w16-get-clipboard-data):
217 * term/w32-win.el (w32-send-sys-command, w32-select-font)
218 (set-message-beep):
219 * net/browse-url.el (w32-shell-execute):
220 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
221 (w32-get-locale-info, w32-get-valid-locale-ids)
222 (w32-set-clipboard-data):
223 * dos-fns.el (int86, msdos-long-file-names):
224 * dos-w32.el (default-printer-name): Declare as functions.
225
226 2007-11-21 Jason Rumney <jasonr@gnu.org>
227
228 * emacs-lisp/byte-run.el (declare-function): Return nil.
229
230 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
233
234 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
235
236 * ps-print.el (ps-lpr-switches): Docstring fix.
237 (ps-string-list): New fun.
238 (ps-do-despool): Code fix.
239
240 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
241
242 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
243
244 2007-11-21 Glenn Morris <rgm@gnu.org>
245
246 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
247 for now. Handle define-minor-mode, and defalias (with no argument
248 checking).
249
250 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
251
252 * frame.el (msdos-mouse-p):
253 * files.el (msdos-long-file-names, w32-long-file-name):
254 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
255 (mac-resume-apple-event, mac-font-panel-mode)
256 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
257 (mac-clear-font-name-table):
258 * term/pc-win.el (msdos-remember-default-colors)
259 (w16-set-clipboard-data, w16-get-clipboard-data):
260 * term/w32-win.el (w32-send-sys-command, w32-select-font)
261 (set-message-beep):
262 * net/browse-url.el (w32-shell-execute):
263 * dos-fns.el (int86, msdos-long-file-names):
264 * dos-w32.el (default-printer-name): Undo previous change.
265
266 2007-11-21 Eli Zaretskii <eliz@gnu.org>
267
268 * international/mule-cmds.el (set-locale-environment):
269 Set default-file-name-coding-system _after_ keyboard and terminal
270 coding systems. This fixes last change.
271
272 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
273 one space after "Subject:".
274
275 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
278 in order to determine if there's a conflict.
279
280 2007-11-21 Richard Stallman <rms@gnu.org>
281
282 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
283
284 * reposition.el (reposition-window):
285 Binding C-M-l moved to bindings.el.
286
287 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
288
289 * add-log.el (add-change-log-entry-other-window):
290 Key binding C-x 4 a moved to bindings.el.
291
292 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
293 from filecache.el.
294
295 * filecache.el: Minibuffer map bindings moved to bindings.el.
296
297 2007-11-21 Jason Rumney <jasonr@gnu.org>
298
299 * international/mule-cmds.el (set-locale-environment):
300 Set default-file-name-coding-system from system defaults on Windows.
301
302 2007-11-21 Jason Rumney <jasonr@gnu.org>
303
304 * term/w32console.el: New term init file for w32 console.
305
306 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
307 (x-setup-function-keys): Likewise, replacing top-level key definitions.
308 (w32-tty-standard-colors): Move to term/w32console.el.
309
310 * term/w32-win.el (x-setup-function-keys): Remove.
311
312 * term/tty-colors.el (tty-register-default-colors): Remove special
313 case for w32.
314
315 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
316
317 * frame.el (msdos-mouse-p):
318 * generic-x.el (w32-shell-name):
319 * files.el (msdos-long-file-names, w32-long-file-name)
320 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
321 (dos-8+3-filename, vms-read-directory, view-mode-disable):
322 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
323 (mac-resume-apple-event, mac-font-panel-mode)
324 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
325 (mac-clear-font-name-table):
326 * term/pc-win.el (msdos-remember-default-colors)
327 (w16-set-clipboard-data, w16-get-clipboard-data):
328 * term/w32-win.el (w32-send-sys-command, w32-select-font)
329 (set-message-beep):
330 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
331 (w32-get-locale-info, w32-get-valid-locale-ids)
332 (w32-set-clipboard-data):
333 * help-fns.el (ad-get-advice-info):
334 * font-lock.el (fast-lock-after-fontify-buffer)
335 (fast-lock-after-unfontify-buffer, fast-lock-mode)
336 (lazy-lock-after-fontify-buffer)
337 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
338 * net/browse-url.el (w32-shell-execute):
339 * dos-fns.el (int86, msdos-long-file-names):
340 * dos-w32.el (default-printer-name): Declare as functions.
341
342 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
343
344 * textmodes/paragraphs.el (forward-sentence): Doc fix.
345 Reported by Drew Adams <drew.adams@oracle.com>.
346
347 2007-11-20 Jason Rumney <jasonr@gnu.org>
348
349 * term/w32-win.el (x-setup-function-keys): Protect against
350 multiple calls on the same terminal.
351
352 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
353
354 * term/mac-win.el (x-setup-function-keys): Only setup
355 local-function-key-map if it has not been setup already for the
356 current frame. Move the suspend-emacs processing here.
357
358 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
359
360 * progmodes/grep.el (xargs-program): New variable.
361 (grep-compute-defaults): Use it.
362 (grep-default-command): Doc fix.
363 (grep, lgrep, rgrep): Reflow docstrings.
364
365 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
366
367 * vc.el (vc-find-revision): Set the parent buffer.
368 Use when instead of if.
369
370 * progmodes/python.el (info-lookup-maybe-add-help):
371 * progmodes/ps-mode.el (doc-view-minor-mode):
372 * mail/emacsbug.el (Info-menu, Info-goto-node):
373 * emulation/viper-keym.el (viper-ex)
374 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
375 * emulation/viper-cmd.el (widget-type, widget-button-press)
376 (viper-set-hooks):
377 * emacs-lisp/tcover-unsafep.el (unsafep-function):
378 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
379 (ses-load, ses-vector-delete, ses-create-header-string)
380 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
381 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
382
383 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
386
387 2007-11-20 Glenn Morris <rgm@gnu.org>
388
389 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
390 for end of function-name. Handle define-derived-mode.
391
392 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
393
394 * progmodes/idlw-help.el: Require browse-url unconditionally, it
395 is available by default.
396 (idlwave-help-browse-url-available): Change default to t.
397
398 * emulation/edt.el (defgroup, defcustom): Remove definition.
399 (eval-when-compile): Remove.
400 (c-mark-function):
401 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
402 * textmodes/fill.el (comment-search-forward)
403 (comment-string-strip):
404 * progmodes/prolog.el (comint-mode, comint-send-string)
405 (comint-send-region, comint-send-eof):
406 * progmodes/dcl-mode.el (imenu-default-create-index-function):
407 * emulation/viper-util.el (viper-forward-Word):
408 * emulation/vi.el (c-mark-function):
409 * emulation/edt-vt100.el (vt100-wide-mode):
410 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
411
412 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
413
414 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
415 Still some tuning in case of an echoing shell.
416 (tramp-send-command): Connection property "remote-echo" is not
417 persistent; cache key is the process therefore.
418
419 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
420
421 * replace.el (map-query-replace-regexp): Doc fix (revert part of
422 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
423
424 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
425
426 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
427 * play/yow.el (doctor-ret-or-read):
428 * vc-hooks.el (vc-dired-resynch-file):
429 * vc-hg.el (log-view-get-marked):
430 * smerge-mode.el (ediff-cleanup-mess):
431 * pcvs.el (vc-editable-p, vc-checkout):
432 * pcomplete.el (comint-bol):
433 * informat.el (texinfo-format-refill):
434 * ido.el (tramp-tramp-file-p):
435 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
436 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
437 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
438 functions.
439
440 * textmodes/ispell.el (ispell-int-char): Make it a defalias
441 instead of fset.
442 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
443
444 * ido.el (ido-file-internal): Move with-no-warnings to include the
445 ffap-string-at-point call.
446
447 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
448
449 * vc-hg.el (vc-hg-revision-table): Fix last change.
450
451 2007-11-19 Martin Rudalics <rudalics@gmx.at>
452
453 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
454 clipboard-yank when the buffer is read-only.
455
456 * cus-edit.el (custom-field-keymap): Move to other Custom mode
457 keymaps such that it's before the definition of Custom-mode-menu.
458 (Custom-mode-menu): Show it for custom-field-keymap too.
459
460 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
461
462 * progmodes/gdb-ui.el: Update commentary.
463
464 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
465
466 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
467
468 2007-11-19 Glenn Morris <rgm@gnu.org>
469
470 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
471 does not exist, try adding `.el' extension. Also search for defsubsts.
472
473 * cus-edit.el (recentf-expand-file-name):
474 * dired.el (dired-relist-entry):
475 * subr.el (w32-shell-dos-semantics):
476 * emacs-lisp/bytecomp.el (compilation-forget-errors):
477 Declare as functions.
478
479 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
482 (prepare-abbrev-list-buffer): Use dolist.
483 (clear-abbrev-table): Preserve properties.
484
485 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
486
487 * textmodes/texinfmt.el (texinfo-format-printindex):
488 Collect combined indexes using texinfo-short-index-format-cmds-alist.
489 Reported on <bug-texinfo@gnu.org>.
490
491 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
492
493 * net/tramp.el (tramp-completion-reread-directory-timeout):
494 New defcustom.
495 (tramp-handle-file-name-all-completions): Flush directory contents
496 from cache regularly.
497 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
498 (tramp-open-connection-setup-interactive-shell):
499 Call `tramp-cleanup-connection' via funcall.
500
501 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
502 created when copying.
503
504 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
505
506 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
507 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
508 * eshell/esh-ext.el (eshell-external-command):
509 * eshell/esh-cmd.el (require):
510 * eshell/em-unix.el (eshell-plain-locate-behavior):
511 * eshell/em-cmpl.el (eshell-cmpl-initialize):
512 Replace eshell-under-xemacs-p with (featurep 'xemacs).
513 * eshell/esh-mode.el (characterp, char-int): Remove unused
514 conditional defaliases.
515
516 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
517 Rename from event-matches-key-specifier-p, define unconditionally.
518 (event-basic-type): Remove unused defalias.
519 (pcomplete-show-completions):
520 Use pcomplete-event-matches-key-specifier-p.
521
522 2007-11-17 Eli Zaretskii <eliz@gnu.org>
523
524 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
525 when saving esh-groups.el.
526
527 2007-11-17 Martin Rudalics <rudalics@gmx.at>
528
529 * wid-edit.el (widget-default-complete):
530 * progmodes/flymake.el (flymake-goto-file-and-line):
531 Fix typo in (doc-)string.
532
533 2007-11-17 Glenn Morris <rgm@gnu.org>
534
535 * emacs-lisp/byte-run.el (declare-function): New macro.
536 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
537 New function, byte-hunk-handler for declare-function.
538 (byte-compile-callargs-warn): Handle declared functions.
539
540 * emacs-lisp/check-declare.el: New file.
541 * Makefile.in (check-declare): New target.
542
543 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
544
545 * subr.el (process-lines): Move here from ../admin/admin.el.
546 * emacs-lisp/authors.el (authors-process-lines): Remove.
547 (authors): Use process-lines rather than authors-process-lines.
548
549 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
550 Remove these files.
551
552 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
553
554 * emacs-lisp/backquote.el (backquote):
555 Improve argument/docstring consistency.
556
557 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
558 (ring-length, ring-empty-p): Use c[ad]dr.
559 (ring-plus1): Use `1+'.
560 (ring-minus1): Use `zerop'.
561 (ring-remove): Use c[ad]dr. Use `when'.
562 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
563 (ring-ref): Use `let', not `let*'.
564 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
565 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
566 (ring-member): Simplify. Doc fix.
567 (ring-convert-sequence-to-ring): Simplify.
568
569 2007-11-17 Juri Linkov <juri@jurta.org>
570
571 * dired-aux.el (dired-create-directory): Allow creating
572 a directory of an arbitrary depth. Add a loop to find the topmost
573 nonexistent parent dir `new', and call `dired-add-file' on it.
574 Set the `PARENTS' arg of `make-directory' to t.
575
576 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
577
578 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
579 (math-build-parse-table): Get parse information from math-parse-table.
580
581 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * window.el (recenter-last-op): New var.
584 (recenter-top-bottom): New command.
585 (global-map): Bind it to C-l.
586
587 * abbrev.el (abbrev--write): Fix error in transcription from C.
588
589 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
590 (pc-select-ensure-mark): Set mark-active to a special value instead.
591 Rename from ensure-mark. Update call callers.
592 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
593 Rewrite. Update all callers.
594 (pc-selection-mode): Remove redundant var declaration.
595
596 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
597
598 * doc-view.el (doc-view-search-backward, doc-view-search):
599 Fix assignment to free variable bug.
600
601 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
602
603 * emulation/pc-select.el (pc-select-shifted-mark): New var.
604 (ensure-mark): Set it.
605 (maybe-deactivate-mark): New fun.
606 Use it everywhere instead of (setq mark-active nil).
607
608 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
609
610 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
611 Add check for XEmacs.
612
613 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
614
615 * doc-view.el (doc-view-resolution): Add missing :group.
616
617 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
618
619 * subr.el (make-variable-frame-local):
620 Fix typo in obsolescence declaration.
621
622 2007-11-16 Werner Lemberg <wl@gnu.org>
623
624 * files.el (set-auto-mode-1): Check second line for -*- if file
625 starts with '\" (which is used by man pages to identify needed
626 troff preprocessors).
627
628 2007-11-16 Glenn Morris <rgm@gnu.org>
629
630 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
631
632 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
633
634 * calc/calc-lang.el (math-oper-table): Fix typo.
635 Reduce precedence of "/" for TeX.
636
637 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
638
639 2007-11-16 Juri Linkov <juri@jurta.org>
640
641 * dired-aux.el (dired-read-shell-command-default): New function.
642 (dired-read-shell-command): Use its return value for DEFAULT arg.
643
644 * replace.el (keep-lines-read-args, occur-read-primary-args):
645 Use a list of default values for DEFAULT arg of read-from-minibuffer.
646
647 * man.el (Man-heading-regexp): Add 0-9.
648 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
649
650 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
653 (doc-view-resolution): New custom var.
654 (doc-view-pdf/ps->png): Use it.
655 (doc-view-shrink-factor): New var.
656 (doc-view-enlarge, doc-view-shrink): New commands.
657 (doc-view-mode-map): Use them.
658
659 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
660
661 * ediff-wind.el (ediff-window-setup-function):
662 * simple.el (normal-erase-is-backspace):
663 * eshell/em-unix.el (eshell/info):
664 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
665 Fix typos in docstrings.
666
667 * emulation/cua-base.el (cua--keymaps-initialized):
668 Rename from `cua--keymaps-initalized'. Callers changed.
669 (cua-highlight-region-shift-only): Doc fix.
670 (cua-paste-pop): Fix typo in docstring.
671
672 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * emulation/cua-base.el (cua--pre-command-handler-1):
675 Use input-decode-map instead of function-key-map.
676 Use event-modifiers now that it works reliably.
677
678 * vc.el (vc-diff-internal): Pop-to-buffer later.
679
680 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
681
682 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
683 did not touch them.
684
685 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
686
687 * calc/calc-menu.el: New file.
688 * calc/calc.el (calc-mode): Require calc-menu.
689
690 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
691
692 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
693
694 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
695
696 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
697 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
698 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
699 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
700 locations.
701 (gdb-info-breakpoints-custom, gdb-assembler-custom)
702 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
703 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
704
705 2007-11-13 Noah Friedman <friedman@splode.com>
706
707 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
708 bindings to remap when `calc-scan-for-dels' is non-nil.
709
710 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
713 constant forms.
714 (byte-compile-nilconstp): New function.
715 (byte-optimize-cond): Kill subsequent branches when a branch is
716 know to be taken or not taken.
717 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
718
719 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
720
721 * vc.el (vc-register): Allow registering a file passed as a
722 parameter instead of just the current buffer.
723
724 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
725
726 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
727 Check whether the output of "uname -sr" has been changed.
728
729 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
730
731 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
732 patterns from compilation-perl.el and compilation-weblint.el files.
733
734 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
735
736 * progmodes/compilation-perl.el:
737 * progmodes/compilation-weblint.el: Disable autoloads, they cause
738 a bootstrap failure.
739
740 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
741 instead of doing "cvs diff" in order to avoid accessing the repository.
742
743 2007-11-12 Kevin Ryde <user42@zip.com.au>
744
745 * progmodes/compilation-perl.el:
746 * progmodes/compilation-weblint.el: New files.
747
748 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
749
750 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
751 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
752 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
753 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
754 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
755 Rewrite in active voice.
756
757 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
758
759 * doc-view.el: Add comments about isearch support.
760
761 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
762
763 * vc.el (vc-start-entry): Fix setting the in the case the function
764 is called from vc-dired. Use when instead of if where appropriate.
765
766 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
767
768 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
769 to be a list.
770 (ps-begin-job): Error if ps-lpr-switches is not a list.
771
772 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
773
774 * faces.el (face-normalize-spec): Remove function.
775 (frame-set-background-mode): Undo last change.
776
777 2007-11-10 Jason Rumney <jasonr@gnu.org>
778
779 * w32-fns.el: Sync charset names with setup-default-fontset.
780 Append "-1" where second part missing.
781
782 2007-11-10 Juri Linkov <juri@jurta.org>
783
784 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
785 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
786
787 * custom.el (custom-note-var-changed): Remove the `interactive'
788 spec from this new non-interactive function.
789
790 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
791
792 * doc-view.el (doc-view-mode-map, doc-view-menu)
793 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
794 (doc-view-search-backward): New function.
795 (doc-view-search): Query new regexp if prefix arg is given, else
796 jump to next/previous match.
797 (doc-view-mode): Handle compressed files.
798 (jka-compr): Required for compressed files.
799
800 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
801
802 * replace.el (query-replace-show-replacement): New defcustom.
803 (perform-replace): Use `match-substitute-replacement' if
804 `query-replace-show-replacement' is non-nil.
805
806 2007-11-10 David Kastrup <dak@gnu.org>
807
808 * subr.el (match-substitute-replacement): New function.
809
810 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
811
812 * files.el (auto-mode-alist): Select org-mode for files with the
813 extension ".org".
814
815 2007-11-10 Martin Rudalics <rudalics@gmx.at>
816
817 * help.el (help-window, help-window-point-marker): New variables.
818 (help-window-select): New option.
819 (with-help-window): New macro for displaying help windows.
820 (help-window-display-message, help-window-setup-finish)
821 (help-window-setup): New functions used for setting up help windows.
822 (print-help-return-message): Reset help-window to nil.
823 (view-lossage): Use with-help-window instead of
824 with-output-to-temp-buffer and move help-window-point-marker after
825 inserted text.
826 (describe-bindings, describe-key, describe-mode): Use
827 with-help-window instead of with-output-to-temp-buffer.
828
829 * help-mode.el (help-mode): Set view-exit-action to bury the
830 buffer instead of fiddling with windows. Simplify code.
831 (help-mode-finish): When help-window eqs t set it to the selected
832 window and have with-help-window set up view-return-to-alist.
833 (help-buffer): Add autoload cookie.
834
835 * view.el (view-remove-frame-by-deleting): Change default value to t.
836 Add autoload cookie.
837 (view-exit-action, view-file, view-file-other-window)
838 (view-file-other-frame, view-buffer, view-buffer-other-window)
839 (view-buffer-other-frame): Rewrite doc strings.
840 (view-return-to-alist-update): New function to remove stale entries
841 from view-return-to-alist.
842 (view-mode-enter): Rewrite doc string and simplify code.
843 (view-mode-exit): Handle new case 'keep-frame. Don't reset
844 view-exit-action to nil. Simplify code and rewrite doc string.
845
846 * apropos.el (apropos-describe-plist):
847 * descr-text.el (describe-char):
848 * disp-table.el (describe-display-table):
849 * faces.el (list-faces-display, describe-face):
850 * facemenu.el (list-colors-display):
851 * help-fns.el (describe-function, describe-variable)
852 (describe-syntax, describe-categories):
853 Use with-help-window instead of with-output-to-temp-buffer.
854
855 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
856
857 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
858 Optimize (featurep 'emacs) to t.
859
860 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
861 New function.
862 (byte-compile-maybe-guarded): Use it to also look for bound
863 symbols inside `and' forms. Comment out non-working code that was
864 trying to avoid warnings for XEmacs code.
865
866 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
867
868 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
869 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
870 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
871 (vc-cvs-annotate-command):
872 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
873 is bound, it always is.
874
875 2007-11-10 Jason Rumney <jasonr@gnu.org>
876
877 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
878 setup here from global scope.
879
880 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
881
882 * ido.el (ido-save-history): Save the history file in UTF-8, not
883 the current filename coding system.
884
885 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * simple.el (interprogram-cut-function, interprogram-paste-function):
888 Don't make them frame-local any more.
889
890 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
891 Don't set interprogram-(cut|paste)-function on each frame.
892
893 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
894 Make them work in tty frames.
895 (interprogram-cut-function, interprogram-paste-function):
896 Set them globally.
897
898 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
899
900 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
901 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
902 (iso-iso2duden-trans-tab): Add docstring.
903
904 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * abbrev.el (define-abbrev-table): Record the variable definition.
907
908 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
909 New function.
910
911 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
912
913 * ps-print.el: Clean the code for checking suitable Emacs version.
914 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
915 (ps-print-version): New version 6.8.1.
916
917 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
918
919 * files.el (enable-local-variables): Doc fix.
920
921 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
922
923 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
924
925 2007-11-09 Sven Joachim <svenjoac@gmx.de>
926
927 * dired-aux.el (dired-copy-file-recursive):
928 Preserve directory permissions.
929
930 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
931
932 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
933 (whitespace-unload-function): New-style unload function. When run,
934 unintern `whitespace-unload-hook' and call `unload-feature' recursively
935 to stop the old hook from messing with the unloading.
936
937 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
938
939 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
940 (elp-unset-master, elp-results): Fix typos.
941 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
942 Doc fixes.
943
944 * msb.el (msb--many-menus): Remove variable.
945 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
946 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
947 (msb--toggle-menu-type): Fix typos in docstrings.
948
949 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
950 (shadow-insert-var): Doc fixes.
951 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
952 Reflow docstrings.
953 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
954
955 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
956
957 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
958 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
959 Fix typos in autoload docstrings.
960
961 2007-11-09 Richard Stallman <rms@gnu.org>
962
963 * savehist.el (savehist-save): Obey savehist-ignored-variables.
964
965 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
966
967 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
968 (gdb-var-update-handler-1): Use it.
969
970 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
971
972 * loadhist.el (unload-feature): Remove erroneous check for the
973 FEATURE-unload-function variable; check the existence of the
974 function (that's what the docstring says, and it makes more sense).
975
976 * follow.el (follow-unload-function): Add docstring.
977 (follow-unload-function): Remove variable.
978
979 * server.el (server-unload-function): Remove variable.
980 (server-unload-function): Unbind `server-edit' from `C-x #'.
981
982 * ses.el (ses-unload-function): New function.
983
984 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
985
986 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
987 (unsafep-progn, unsafep-let): Fix typos in docstrings.
988
989 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
990 before use to avoid a warning in packages that require uniquify.
991 (uniquify-unload-function): New function and var.
992
993 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
994
995 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
996 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
997 (ediff-current-diff-A, ediff-current-diff-B)
998 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
999 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1000 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1001 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1002 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1003 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1004 (ediff-setup-windows-plain-merge)
1005 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1006 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1007 * ediff-util.el (ediff-setup-keymap, )
1008 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1009 (ediff-toggle-use-toolbar, ediff-really-quit)
1010 (ediff-good-frame-under-mouse)
1011 (ediff-highlight-diff-in-one-buffer)
1012 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1013 (ediff-make-bullet-proof-overlay):
1014 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1015 (ediff-set-meta-overlay):
1016 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1017 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1018 ediff-emacs-p with their former definitions.
1019
1020 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1021 (viper-has-face-support-p, viper-inactivate-input-method)
1022 (viper-activate-input-method)
1023 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1024 * emulation/viper-mous.el (viper-multiclick-timeout)
1025 (viper-surrounding-word, viper-mouse-click-insert-word)
1026 (viper-mouse-click-search-word, viper-parse-mouse-key):
1027 * emulation/viper-macs.el (viper-char-array-to-macro):
1028 * emulation/viper.el (viper-go-away, viper-set-hooks)
1029 (viper-non-hook-settings):
1030 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1031 (viper-get-saved-cursor-color-in-insert-mode)
1032 (viper-get-saved-cursor-color-in-emacs-mode)
1033 (viper-check-version, viper-get-visible-buffer-window)
1034 (viper-file-checked-in-p, viper-set-replace-overlay)
1035 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1036 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1037 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1038 with their former definitions.
1039 (viper-eventify-list-xemacs): Only do work for XEmacs.
1040 (viper-set-unread-command-events): Only do work for Emacs.
1041 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1042 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1043 (viper-overlay-get, viper-overlay-put, viper-read-event)
1044 (viper-characterp, viper-int-to-char, viper-get-face)
1045 (viper-color-defined-p, viper-iconify): New defaliases replacing
1046 the old fsets.
1047
1048 * progmodes/fortran.el (comment-region-function)
1049 (uncomment-region-function): Pacify byte compiler.
1050
1051 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1052
1053 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1056 `process-environment'.
1057
1058 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1059
1060 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1061 match dir like "a...b".
1062
1063 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1066
1067 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * net/tramp.el (tramp-handle-substitute-in-file-name):
1070 Don't expand the remote connection identification.
1071 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1072 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1073 before calling stty.
1074
1075 * net/tramp-cache.el (tramp-cache-print)
1076 (tramp-dump-connection-properties): Fix docstring.
1077 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1078
1079 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1080
1081 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1082 remote connection identification when setting connection property.
1083
1084 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1085 "//" substitutes only in the local filename part.
1086
1087 2007-11-07 David Hansen <david.hansen@gmx.net>
1088
1089 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1090
1091 2007-11-07 Glenn Morris <rgm@gnu.org>
1092
1093 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1094 Remove superfluous concats. Move final set-buffer to
1095 non-emacs-specific code.
1096
1097 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1098
1099 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1100
1101 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1102
1103 * eshell/esh-mode.el (eshell-output-filter):
1104 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1105 Use `with-current-buffer'.
1106
1107 2007-11-07 Andreas Schwab <schwab@suse.de>
1108
1109 * server.el (server-start): Only register cleanup after server was
1110 started.
1111
1112 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1113
1114 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1115
1116 * net/tramp-cache (tramp-cache-print): Move down.
1117 (tramp-cache-list-connections): New defun.
1118
1119 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1120
1121 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * ido.el (ido-save-history): Write the history file in the current
1124 filename coding system, and add `coding' file-local variable.
1125
1126 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1127
1128 * textmodes/org.el (org-table-formula-substitute-names):
1129 Remove forgotten temporary debugging code.
1130
1131 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1132
1133 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1134 the prompt.
1135
1136 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1137
1138 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1139
1140 2007-11-05 Simon Josefsson <simon@josefsson.org>
1141
1142 * net/tls.el (tls-end-of-info): Doc fix.
1143
1144 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1145
1146 * international/utf-7.el (utf-7-imap): New coding system.
1147 (utf-7-imap-post-read-conversion): New function.
1148 (utf-7-imap-pre-write-conversion): New function.
1149
1150 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * abbrev.el (abbrev--write): Fix up typo.
1153
1154 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * abbrev.el (define-abbrev-table): Doc fix.
1157
1158 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1159
1160 * info.el (Info-revert-buffer-function): New func.
1161 (Info-mode): Arrange to use it for reverting.
1162 (Info-copy-current-node-name): Add space between filename and nodename.
1163
1164 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1167
1168 2007-11-04 Glenn Morris <rgm@gnu.org>
1169
1170 * net/tls.el: Don't require rx when compiling.
1171 (tls-end-of-info): Rewrite without using rx.
1172 (open-tls-stream): Use with-current-buffer.
1173
1174 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1175
1176 * net/tls.el: Require rx when compiling.
1177 (tls-end-of-info): New variable.
1178 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1179 matched.
1180
1181 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1182
1183 * register.el (append-to-register, prepend-to-register):
1184 Don't signal error on empty register; use the text, instead.
1185
1186 2007-11-03 Michael Olson <mwolson@gnu.org>
1187
1188 * textmodes/remember.el (remember-buffer):
1189 Use define-obsolete-function-alias rather than defalias.
1190
1191 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1192
1193 * simple.el (bad-packages-alist): Anchor semantic regexp.
1194
1195 2007-11-03 Glenn Morris <rgm@gnu.org>
1196
1197 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1198 if defined, for blank lines. Doc fix.
1199
1200 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1201 (fortran-mode): Set values for comment-region-function,
1202 uncomment-region-function and comment-insert-comment-function.
1203 (fortran-uncomment-region): New function.
1204
1205 * textmodes/nroff-mode.el (nroff-mode):
1206 Set comment-insert-comment-function rather than indent-line-function.
1207 (nroff-indent-line-function): Remove.
1208 (nroff-insert-comment-function): New function.
1209
1210 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1211
1212 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1213
1214 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1215
1216 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1217
1218 * emulation/viper-cmd.el (viper-prev-destructive-command)
1219 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1220 copy-sequence.
1221
1222 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1223 Got rid of ediff-copy-list.
1224
1225 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1226 use face-name.
1227 (ediff-test-utility, ediff-diff-mandatory-option)
1228 (ediff-reset-diff-options): Remove to simplify the mandatory option
1229 handling on Windows.
1230 (ediff-set-diff-options): Add.
1231 (ediff-diff-options): Set "--binary" option as default in some cases.
1232
1233 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1234 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1235 ediff-vc-working-revision. Require vc-hooks.
1236
1237 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1238
1239 * files.el (hack-local-variables): Fix membership tests to avoid
1240 treating all variables as safe if `enable-local-variables' is
1241 set to :safe (CVE-2007-5795).
1242
1243 2007-11-02 Glenn Morris <rgm@gnu.org>
1244
1245 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1246 if defined, do all the work of inserting a new comment.
1247
1248 * progmodes/etags.el (tags-table-mode): Disable undo.
1249
1250 * simple.el (bad-packages-alist): Revert previous change.
1251
1252 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1253
1254 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1255
1256 * obsolete/lselect.el: Do not warn about unknown functions.
1257
1258 2007-11-02 Michael Olson <mwolson@gnu.org>
1259
1260 * textmodes/remember.el (remember-buffer): Make this an alias of
1261 remember-finalize, because Org uses it.
1262
1263 2007-11-01 Michael Olson <mwolson@gnu.org>
1264
1265 * textmodes/remember.el: Improve documentation in heading.
1266 (remember-before-remember-hook): Turn into a customizable option.
1267 (remember): Document INITIAL argument.
1268 (remember-region): Remove autoload cookie. Improve docstring to
1269 mention that it is called from the *Remember* buffer, and does not
1270 have any functional overlap with the `remember' function.
1271 (remember-finalize): Remove autoload cookie. Rename from
1272 remember-buffer to emphasize that this does not have any
1273 functional overlap with the `remember' function.
1274 (remember-destroy): Remove autoload cookie.
1275 (remember-mode-map): Define and initialize in one step.
1276 (remember-mode): Improve docstring.
1277 (remember-annotation-functions): Default to just '(buffer-file-name),
1278 and don't try to take the default value from Planner.
1279
1280 2007-11-01 Glenn Morris <rgm@gnu.org>
1281
1282 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1283
1284 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1285
1286 * emacs-lisp/authors.el (authors-scan-change-log)
1287 (authors-scan-el): Don't enable local eval; enable only safe local
1288 variables, without querying.
1289
1290 * mail/footnote.el (footnote-numeric-regexp)
1291 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1292 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1293 Match multi-character footnotes.
1294
1295 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1296 (nroff-indent-line-function): New function.
1297 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1298 obsolete alias.
1299
1300 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1301
1302 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1303 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1304 (rcirc-print): Only update the line count when not marking the
1305 line as omittable.
1306 (rcirc-log-write): Specify coding system when writing logfile.
1307 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1308
1309 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1310
1311 * printing.el (printing): Fix :version, printing.el was included
1312 for in emacs-22.1.
1313 (pr-path-style, pr-path-alist, pr-txt-name)
1314 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1315 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1316 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1317 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1318 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1319 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1320 (pr-setting-database, pr-visible-entry-list)
1321 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1322 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1323
1324 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1325 top level, make it dependent on the emacs flavor.
1326
1327 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1328 Test for XEmacs not for itimer.
1329
1330 * term/sun-mouse.el:
1331 * obsolete/sun-fns.el:
1332 * obsolete/sun-curs.el: Remove files.
1333
1334 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1335
1336 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1337
1338 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1339 was given to concat.
1340
1341 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1344 used normally for goto-line. Change `g' to revert the buffer.
1345 Add redundant `r' binding for buffer-revert.
1346
1347 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1348 (mail-abbrevs-setup): Use abbrev-expand-functions.
1349 (build-mail-abbrevs): Use with-temp-buffer.
1350 (define-mail-abbrev): Simplify.
1351 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1352 Change it for use on abbrev-expand-functions.
1353 (mail-abbrev-complete-alias): Use with-syntax-table.
1354
1355 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1356
1357 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1358 directly. Fix bug in deleting temp file.
1359
1360 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1363 Merge defvar and define-abbrev-table.
1364 (def-python-skeleton): Use :case-fixed and :enable-function.
1365 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1366 Remove.
1367 (python-mode): Don't modify pre-abbrev-expand-hook.
1368
1369 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1370
1371 * ediff-util.el (ediff-file-checked-out-p)
1372 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1373
1374 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * abbrev.el (abbrev-symbol): Correct let->let*.
1377 (abbrev--before-point): Only use abbrev-start-location if before point.
1378
1379 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1382 (strokes-unload-hook): Remove function and variable.
1383 (strokes-unload-function): New-style unload function, adapted
1384 from `strokes-unload-hook'.
1385
1386 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1387 (cl-unload-hook): Remove variable.
1388 (cl-unload-function): New-style unload function, adapted
1389 from `cl-cannot-unload'.
1390
1391 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1392 (elp-unload-function): New-style unload function, adapted
1393 from `elp-unload-hook'.
1394
1395 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1396
1397 * emacs-lisp/find-func.el (find-library): Use library at
1398 point as default interactive argument.
1399
1400 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * shadowfile.el (shadow-join): Remove.
1403 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1404 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1405 (shadowfile-unload-hook): Remove function and variable.
1406 (shadowfile-unload-function): New-style unload function, adapted
1407 from `shadowfile-unload-hook'.
1408
1409 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1410
1411 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1412 only if it is bound.
1413
1414 * textmodes/reftex.el: Move autoloads for before all uses.
1415 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1416 (reftex-delete-overlay): Move to the top level with the condition
1417 in the body.
1418
1419 * progmodes/simula.el: Use when instead of if.
1420
1421 * iimage.el (iimage-locate-file): Define unconditionally.
1422
1423 * mail/mailabbrev.el (mail-abbrev-next-line):
1424 * emulation/vip.el (vip-enlarge-region, vip-line)
1425 (vip-next-line-at-bol, vip-previous-line)
1426 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
1427 Wrap with-no-warnings around uses of next-line and previous-line.
1428
1429 * ediff.el (run-ediff-from-cvs-buffer):
1430 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
1431 Remove function not used by pcl-cvs anymore.
1432 (noninteractive, generic-sc-get-latest-rev)
1433 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
1434 Delete support for long obsolete generic-sc.el.
1435
1436 2007-10-31 Glenn Morris <rgm@gnu.org>
1437
1438 * cvs-status.el: No longer require pcvs when compiling.
1439
1440 * doc-view.el (doc-view-conversion-refresh-interval)
1441 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1442 (doc-view-reset-slice): Doc fixes.
1443 (doc-view-menu): Remove deleted function doc-view-edit-doc.
1444
1445 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * help-at-pt.el (help-at-pt-unload-hook): Remove.
1448 Timers are automatically canceled by `unload-feature'.
1449
1450 * delsel.el (delsel-unload-hook): Remove function and variable.
1451 (delsel-unload-function): New-style unload function, adapted
1452 from `delsel-unload-hook'.
1453
1454 * msb.el (msb-unload-hook): Remove function and variable.
1455 (msb-unload-function): New-style unload function, adapted from
1456 `msb-unload-hook'.
1457
1458 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * desktop.el (uniquify-managed): Pacify byte compiler.
1461 (desktop-buffer-info): If the buffer name is managed by uniquify,
1462 save the base name, not the uniquified one.
1463 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1464 name in case of conflict.
1465
1466 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * doc-view.el: Use expand-file-name rather than concat.
1469 (doc-view-cache-directory): Add the UID so multiple users won't clash.
1470 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
1471 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
1472 (doc-view-toggle-display): Use an overlay over the whole buffer so as
1473 not to have to touch the buffer's content.
1474 (doc-view-initiate-display): New function, extracted from doc-view-mode.
1475 (doc-view-mode): Use it. Don't mark as a special mode.
1476 Put the page numbers in the modeline.
1477 Set up the overlay. Hide the cursor. Run the mode hook.
1478 Use after-revert-hook rather than revert-buffer-function.
1479 (doc-view-search-internal): Fix typo.
1480 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
1481 image-cache flush.
1482 (doc-view-reconvert-doc): Don't reset the whole mode.
1483 (doc-view-make-safe-dir): New function.
1484 (doc-view-current-cache-dir): Use it.
1485
1486 2007-10-30 Jason Rumney <jasonr@gnu.org>
1487
1488 * time.el (display-time-world-list): Test for zoneinfo support.
1489
1490 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
1491
1492 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
1493
1494 * net/tramp-cache.el (tramp-flush-file-function): Check also
1495 `default-directory' if `buffer-file-name' does not return a
1496 string. Added to `eshell-pre-command-hook'.
1497
1498 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * doc-view.el (doc-view-current-doc): Remove.
1501 Replace all uses by buffer-file-name.
1502 (doc-view-menu): New menu.
1503 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
1504 unused var `doc'.
1505 (doc-view-sort): Simplify.
1506 (doc-view-buffer-message): Don't change buffer-modified-p.
1507 (doc-view-mode): Change it here instead.
1508 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
1509 Don't modify the global value of revert-buffer-function.
1510
1511 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
1512 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
1513 (image-toggle-display): Take overlays into account and don't assume
1514 point-min==1.
1515
1516 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1517
1518 * vc.el (vc-annotate): Fix omission bug:
1519 Specify value for vc-sentinel-movepoint.
1520
1521 2007-10-30 Michael Olson <mwolson@gnu.org>
1522
1523 * textmodes/remember.el (remember-mode-hook)
1524 (remember-handler-functions, remember-annotation-functions):
1525 Add additional items as options, including some Org functions.
1526
1527 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
1528
1529 * doc-view.el: Remove cl-dependency.
1530 (doc-view-buffer-message): Mention new binding K.
1531 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
1532 instead of variable.
1533 (doc-view-current-cache-dir): Better cache dir naming.
1534 (doc-view-current-display): Remove variable.
1535 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1536 (doc-view-kill-proc): Set converter process to nil.
1537 (doc-view-minor-mode): New minor mode.
1538 (doc-view-minor-mode-map): New keymap.
1539 (doc-view-mode): Remove text/image switching code. Use plain defun.
1540 (doc-view-mode-map): New binding K kills converter process.
1541 Remove C-c C-e binding.
1542 (doc-view-mode-text-map): Remove keymap.
1543 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1544 d-v-display-maybe.
1545 (doc-view-previous-major-mode): New variable.
1546 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1547 (doc-view-remove-if): New function.
1548 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1549 (doc-view-toggle-display): Toggle modes instead of display styles.
1550 (doc-view-reconvert-doc): Adapt to new way of doing things.
1551
1552 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1553
1554 2007-10-30 Glenn Morris <rgm@gnu.org>
1555
1556 * dirtrack.el (dirtrack-mode): Doc fix.
1557
1558 * shell.el (shell-dirtrack-verbose, shell-mode)
1559 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1560
1561 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1562 (byte-compile-enable-warning): Doc fix.
1563
1564 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1565 suppress byte-opt warning.
1566
1567 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1568
1569 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1570 (edt-gnu-emacs19-p): Remove.
1571 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1572 (edt-xserver, edt-page-backward, edt-beginning-of-line)
1573 (edt-end-of-line-forward, edt-end-of-line-backward)
1574 (edt-one-word-forward, edt-one-word-backward, edt-character)
1575 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1576 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1577 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1578 (edt-define-key, edt-bottom-check, edt-sentence-forward)
1579 (edt-sentence-backward, edt-paragraph-forward)
1580 (edt-paragraph-backward, edt-restore-key, edt-window-top)
1581 (edt-window-bottom, edt-scroll-window-forward-line)
1582 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1583 (edt-line-to-top-of-window, edt-paragraph-backward)
1584 (edt-restore-key, edt-window-top, edt-window-bottom)
1585 (edt-scroll-window-forward-line)
1586 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1587 (edt-line-to-middle-of-window, edt-goto-percentage)
1588 (edt-display-the-time, edt-remember, edt-split-window)
1589 (edt-emulation-on, edt-emulation-off)
1590 (edt-default-emulation-setup, edt-user-emulation-setup)
1591 (edt-select-default-global-map, edt-select-user-global-map):
1592 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1593 tests.
1594
1595 * textmodes/reftex-index.el (reftex-index-selection-or-word):
1596 Use feature test instead of boundp test so it can be resolved at
1597 compile time.
1598
1599 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
1600
1601 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1604 Update all users.
1605 (abbrev-get, abbrev-put): Simplify.
1606 (define-abbrev): Don't store the `force' value in the :system property.
1607 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1608
1609 2007-10-30 Michael Olson <mwolson@gnu.org>
1610
1611 * desktop.el (desktop-minor-mode-table): Add line for ERC.
1612
1613 * textmodes/remember.el: New file that implements a mode for
1614 quickly jotting down things to remember.
1615
1616 * textmodes/remember-diary.el: A backend for remember.el that
1617 implements saving notes to a Diary file.
1618
1619 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1620
1621 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
1622 Relocate in file.
1623 (allout-doublecheck-at-and-shallower): Increase to include
1624 slightly greater depths, since yank interaction is now ok.
1625 Also, elaborate the docstring to explain the situation.
1626 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
1627 instead of concat, so we accommodate key sequences expressed as
1628 vectors as well as strings and lists.
1629 (allout-flag-region, allout-hide-by-annotation): Make the
1630 hidden-text overlays 'front-advance.
1631 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1632 (allout-aberrant-container-p, allout-on-current-heading-p)
1633 (allout-e-o-prefix-p, allout-next-heading)
1634 (allout-previous-heading, allout-goto-prefix)
1635 (allout-end-of-prefix, allout-next-sibling-leap)
1636 (allout-next-visible-heading, allout-auto-fill)
1637 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
1638 (allout-yank-processing, allout-resolve-xref)
1639 (allout-current-topic-collapsed-p, allout-hide-region-body)
1640 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
1641 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
1642 (count-trailing-whitespace-region): Preserve match data, so allout
1643 outline navigation doesn't disrupt other Emacs operations.
1644 (allout-beginning-of-line): Retreat to the beginning of the hidden
1645 text, so fields are respected (for submodes that care).
1646 (allout-end-of-line): Preserve mark activation status when jumping.
1647 (allout-open-topic): Account for opening after a child that
1648 contains a hidden trailing newline. Preserve match data.
1649 Run allout-structure-added-hook
1650 (allout-encrypt-decrypted): Preserve match data.
1651 (allout-toggle-current-subtree-exposure): Add new interactive
1652 function for toggle subtree exposure - suggested by tassilo.
1653 (move-beginning-of-line, move-end-of-line): Don't use
1654 line-move-invisible-p, it's obsolete - substitute the code, instead.
1655
1656 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1657
1658 * textmodes/flyspell.el (message-signature-separator):
1659 * longlines.el (message-indent-citation-function): Pacify byte
1660 compiler.
1661
1662 * emacs-lisp/cl-loaddefs.el:
1663 * ldefs-boot.el: Regenerate.
1664
1665 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1666 (.el.elc, compile, compile-always, compile-calc)
1667 ($(lisp)/progmodes/cc-mode.elc): Use it.
1668
1669 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1670 Only do work for XEmacs.
1671 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1672 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1673 on XEmacs.
1674 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1675 (ps-x-color-name, ps-x-color-specifier-p)
1676 (ps-x-copy-coding-system, ps-x-device-class)
1677 (ps-x-extent-end-position, ps-x-extent-face)
1678 (ps-x-extent-priority, ps-x-extent-start-position)
1679 (ps-x-face-font-instance, ps-x-find-coding-system)
1680 (ps-x-font-instance-properties, ps-x-make-color-instance)
1681 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
1682 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
1683 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
1684 (ps-generate-postscript-with-faces): Delete defaliases.
1685 (ps-face-foreground-name, ps-face-background-name)
1686 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1687 Move definitions to top level, make the body conditional on the Emacs
1688 flavor. Replace uses of deleted aliases and renamed functions.
1689 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
1690 of deleted aliases and renamed functions.
1691
1692 * calc/calc.el (calc-emacs-type-lucid): Remove.
1693 (calc-digit-map, calcDigit-start, calc-read-key)
1694 (calc-clear-unread-commands):
1695 * calc/calc-ext.el (calc-user-key-map): Replace uses of
1696 calc-emacs-type-lucid with (featurep 'xemacs)
1697
1698 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
1699 (featurep 'xemacs).
1700 (tpu-lucid-emacs19-p): Remove.
1701 (tpu-map-key): Make it a function instead of using fset. Inline
1702 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
1703 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
1704
1705 * ielm.el: Use featurep 'xemacs.
1706
1707 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
1708 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
1709 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
1710 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
1711 cperl-xemacs-p with (featurep 'xemacs).
1712 (font-lock-cache-position): Pacify byte compiler.
1713
1714 2007-10-29 Drew Adams <drew.adams@oracle.com>
1715
1716 * faces.el (read-color): New function.
1717 (face-at-point, foreground-color-at-point)
1718 (background-color-at-point): New functions.
1719
1720 2007-10-28 Richard Stallman <rms@gnu.org>
1721
1722 * net/browse-url.el (browse-url-text-xterm): Rename from
1723 browse-url-lynx-xterm and made generic.
1724 (browse-url-text-emacs): Likewise.
1725 (browse-url-text-browser): New variable.
1726 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
1727 (browse-url-text-input-field, browse-url-text-input-attempts)
1728 (browse-url-kde-program): Likewise.
1729
1730 2007-10-29 Glenn Morris <rgm@gnu.org>
1731
1732 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1733 Use mapc rather than mapcar (reinstall change deleted without log
1734 entry 2007-10-22).
1735
1736 2007-10-29 Martin Rudalics <rudalics@gmx.at>
1737
1738 * wdired.el (wdired-next-line, wdired-previous-line):
1739 Use next-line and previous-line wrapped in with-no-warnings.
1740
1741 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
1742
1743 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
1744 (rcirc-recent-quit-alist): New function.
1745 (rcirc): Print a better message when there is only one connected server.
1746 (rcirc-complete-nick): Do not update the nick table here.
1747 (rcirc-mode-map): Add M-o.
1748 (rcirc-current-line): Add variable.
1749 (rcirc-mode): Setup variables for line based omit.
1750 (rcirc-edit-multiline): Strip text properties.
1751 (rcirc-omit-responses): Add NICK.
1752 (rcirc-omit-threshold): Add variable.
1753 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
1754 Add functions.
1755 (rcirc-print): Keep track of current line. Do not fill text if
1756 `rcirc-fill-flag' is null. Only omit text if the last activity
1757 from the sender is more than `rcirc-omit-threshold' lines ago.
1758 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
1759 numbers instead of time.
1760 (rcirc-channel-nicks): Sort by line numbers instead of time.
1761 (rcirc-omit-mode): Add `...' when omitting text and recenter.
1762 (rcirc-handler-JOIN): Restore the joiners linestamp.
1763 (rcirc-maybe-remember-nick-quit): Add function.
1764 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
1765
1766 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1767
1768 * loadhist.el (unload-feature-special-hooks):
1769 Add `delete-frame-functions' and `suspend-tty-functions'.
1770
1771 * server.el (server-unload-function): Rename from `server-unload-hook'
1772 and adapt to new `unload-feature' functionality. Remove hook from
1773 `kill-buffer-hook' buffer-locally.
1774 (server-unload-hook): Remove.
1775 (server-unload-function): New var; replaces `server-unload-hook'.
1776
1777 2007-10-29 Glenn Morris <rgm@gnu.org>
1778
1779 * dirtrack.el (dirtrack-debug): Doc fix.
1780 (dirtrack-mode, dirtrack-debug-mode): New names for
1781 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
1782 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1783 Make obsolete.
1784 (dirtrack-debug-message): Only print message if
1785 dirtrack-debug-mode is non-nil. Use with-current-buffer.
1786 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
1787 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1788
1789 2007-10-28 Glenn Morris <rgm@gnu.org>
1790
1791 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1792 (byte-compile-warnings-safe-p): Handle `not'.
1793 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1794 (byte-compile-enable-warning): New functions.
1795 (byte-compile-eval-before-compile)
1796 (byte-compile-file-form-require): Use byte-compile-disable-warning.
1797 (byte-compile-close-variables): Locally bind byte-compile-warnings,
1798 but do not modify it.
1799 (byte-compile-eval, byte-compile-obsolete)
1800 (byte-compile-warn-about-unresolved-functions)
1801 (byte-compile-file-form-defvar)
1802 (byte-compile-file-form-custom-declare-variable)
1803 (byte-compile-file-form-require)
1804 (byte-compile-file-form-defmumble, byte-compile-lambda)
1805 (byte-compile-form, byte-compile-normal-call)
1806 (byte-compile-variable-ref, byte-compile-defvar)
1807 (byte-compile-make-variable-buffer-local):
1808 Use byte-compile-warning-enabled-p.
1809 * emacs-lisp/advice.el (ad-compile-function):
1810 Use byte-compile-disable-warning.
1811 * emacs-lisp/cl.el: Move local variables to end of file, and set
1812 byte-compile-warnings to `(not cl-functions)'.
1813 * emacs-lisp/cl-compat.el: Add a local variables section, and set
1814 byte-compile-warnings to `(not cl-functions)'.
1815 * emacs-lisp/cl-macs.el: Unify local variable section, and set
1816 byte-compile-warnings to `(not cl-functions)'.
1817 (cl-do-proclaim): Use byte-compile-disable-warning and
1818 byte-compile-enable-warning.
1819 * emacs-lisp/cl-seq.el: Unify local variable section, and set
1820 byte-compile-warnings to `(not cl-functions)'.
1821 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1822 Use byte-compile-disable-warning.
1823
1824 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * cus-edit.el (custom-browse-insert-prefix):
1827 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1828
1829 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * server.el (server-process-filter): Fix typo in docstring.
1832 (server-log): Reflow docstrings.
1833 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1834 (server-goto-line-column): Use `when'.
1835
1836 2007-10-28 Juri Linkov <juri@jurta.org>
1837
1838 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1839 when mouse is clicked on the isearch message.
1840 (isearch-resume): Call `isearch-update' at the end.
1841 Rename argument `search' to `string' to conform to the
1842 isearch terminology.
1843
1844 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 Rewrite abbrev.c in Elisp.
1847 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1848 (abbrev-table-get, abbrev-table-put, abbrev-get)
1849 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1850 (define-abbrev, abbrev--check-chars, define-global-abbrev)
1851 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1852 (abbrev-expansion, abbrev--before-point, expand-abbrev)
1853 (unexpand-abbrev, abbrev--write, abbrev--describe)
1854 (insert-abbrev-table-description, define-abbrev-table):
1855 New funs, largely transcribed from abbrev.c.
1856 (abbrev-with-wrapper-hook): New macro.
1857 (abbrev-table-name-list, global-abbrev-table)
1858 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1859 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1860 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1861 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1862 New vars, largely transcribed from abbrev.c.
1863 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
1864 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1865 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1866
1867 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1868
1869 * ps-print.el: Now detect if text foreground and background colors are
1870 equal and replace the foreground color by another color, so the text
1871 becomes visible. Doc fix.
1872 (ps-print-version): New version 6.8.
1873 (ps-default-fg, ps-default-bg): Docstring fix.
1874 (ps-postscript-code-directory): Fix default value code.
1875 (ps-fg-list, ps-fg-validate-p): New options.
1876 (ps-foreground-list): New var.
1877 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1878
1879 2007-10-27 Glenn Morris <rgm@gnu.org>
1880
1881 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1882 (shell-dirtrack-toggle): Mark as obsolete.
1883 (dirtrack-toggle, dirtrack-mode): No longer alias to
1884 shell-dirtrack-mode.
1885
1886 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1887
1888 * calc/calc.el (math-standard-opers): Lower the precedence
1889 of negation.
1890 * calc/calc-lang.el (math-oper-table): Lower precedence of
1891 negation for C, TeX, and eqn.
1892
1893 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1894
1895 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1896
1897 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1900 (desktop-not-loaded-hook): Fix :version tags.
1901
1902 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
1903
1904 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1905 (tramp-get-remote-tmpdir): New defun.
1906 (tramp-make-tramp-temp-file): Use it.
1907 (tramp-local-call-process): New defun. Replace all calls of
1908 `call-process' by this when appropriate.
1909 (tramp-handle-write-region): Replace calls of `file-attributes' by
1910 `tramp-compat-file-attributes'.
1911 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1912 Make the first command a `tramp-send-command' call, with let-bind
1913 of `tramp-end-of-output'.
1914 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
1915 (tramp-load-report-modules, tramp-append-tramp-buffers):
1916 Move to tramp-cmds.el.
1917
1918 * net/tramp-fish.el (tramp-fish-handle-copy-file)
1919 (tramp-fish-do-copy-or-rename-file)
1920 (tramp-fish-do-copy-or-rename-file-directly):
1921 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1922 Add parameter PRESERVE-UID-GID.
1923
1924 2007-10-27 Eli Zaretskii <eliz@gnu.org>
1925
1926 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1927 New defcustoms.
1928 (display-time-world-list): Use them as appropriate for the current
1929 value of `system-type'.
1930
1931 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1932
1933 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1934 Move (again) some variable definitions before use, define some fun
1935 aliases, no code change.
1936 (pr-version): New version 6.9.2.
1937 (pr-path-style, pr-auto-region, pr-menu-char-height)
1938 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1939 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1940 via (defvar VAR).
1941 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1942 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1943 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1944 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1945 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
1946 (pr-menu-print-item, pr-ps-printer-menu-modified)
1947 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1948 (pr-even-or-odd-alist): Vars definition moved.
1949
1950 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1951
1952 * emulation/pc-select.el (next-line-mark, next-line-nomark)
1953 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1954 around uses of previous-line and next-line.
1955
1956 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1957 New defvars.
1958
1959 * textmodes/css-mode.el (comment-continue):
1960 * net/browse-url.el (url-handler-regexp):
1961 * progmodes/idlw-help.el (idlwave-system-routines):
1962 Pacify byte-compiler.
1963
1964 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
1965 line-move-invisible-p with its former definition: invisible-p.
1966 line-move-invisible-p was removed on 2007-08-29.
1967
1968 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * files.el (kill-emacs-query-functions): Doc fix;
1971 `save-buffers-kill-emacs' is no longer bound to a key.
1972
1973 2007-10-26 Richard Stallman <rms@gnu.org>
1974
1975 * isearch-multi.el (isearch-buffers-multi): New option.
1976 (isearch-buffers-search-fun): Test it.
1977
1978 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1979 Put ps-run-clear on C-c C-l.
1980
1981 * newcomment.el (comment-styles): New style indent-or-triple.
1982 (comment-style): Make that the default.
1983 (comment-add defvar): Doc fix.
1984 (comment-add): Delete arg EXTRA.
1985 (comment-region-default): Open code call to comment-add.
1986 Handle indent-or-triple style which uses `multi-char' for INDENT.
1987
1988 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1989
1990 * eshell/em-unix.el (nil-blank-string): Doc fix.
1991
1992 2007-10-26 John Wiegley <johnw@newartisans.com>
1993
1994 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
1995 function, ensure that the third argument is turned into a nil if
1996 the string is otherwise completely empty (either no characters, or
1997 all tabs/spaces). This fixes a bug from a user who found himself
1998 unable to customize `diff-switches' and still use Eshell's diff
1999 command.
2000
2001 2007-10-26 Glenn Morris <rgm@gnu.org>
2002
2003 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2004 safe-local-variable property.
2005
2006 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2007
2008 * net/browse-url.el (browse-url-browser-function): Delete grail.
2009 (browse-url-grail): Function and variable deleted.
2010 (browse-url-browser-function): Delete IXI Mosaic.
2011 (browse-url-default-browser): Don't try IXI Mosaic.
2012 (browse-url-iximosaic): Function deleted.
2013 (browse-url-browser-function): Delete MMM.
2014 (browse-url-default-browser): Don't try MMM.
2015 (browse-url-mmm): Function deleted.
2016
2017 2007-10-26 Drew Adams <drew.adams@oracle.com>
2018
2019 * custom.el (custom-note-var-changed): New function.
2020
2021 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2022
2023 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2024 use with the definition. Remove.
2025
2026 * add-log.el (change-log-start-entry-re): New defconst.
2027 (change-log-sortable-date-at): Use it.
2028 (change-log-beginning-of-defun, change-log-end-of-defun):
2029 New functions.
2030 (change-log-mode): Use them for beginning-of-defun-function and
2031 end-of-defun-function.
2032
2033 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2034
2035 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2036 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2037 (ses-recalculate-cell): Deal with point being just beyond end of
2038 data area (why does this happen?)
2039 (ses-set-curcell): Ditto.
2040 (ses-column-letter): Handle columns beyond 702. Code written by
2041 Gareth Rees.
2042
2043 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2044
2045 * textmodes/org.el (org-agenda-get-restriction-and-command):
2046 Use `mapc' instead of `mapcar'.
2047 (org-agenda-list): Numeric prefix argument can specify the number
2048 of days.
2049 (remember-register, remember-buffer): Prevent byte compiler from
2050 complaining.
2051 (org-todo): Save and restore match data.
2052 (org-no-warnings): New macro.
2053 (org-columns-eval): Use `org-no-warnings'.
2054
2055 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2056
2057 * comint.el (comint-password-prompt-regexp):
2058 Handle `[sudo] password'-style prompt.
2059
2060 2007-10-25 Glenn Morris <rgm@gnu.org>
2061
2062 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2063 (defcustom): Doc fix.
2064
2065 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2066 Add `non_intrinsic'.
2067 (f90-constants-re): Add ieee modules.
2068 (f90-typedef-matcher, f90-typedec-matcher)
2069 (f90-imenu-type-matcher): New functions.
2070 (f90-font-lock-keywords-1): Give module procedures function-name face.
2071 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2072 Add `use, intrinsic'.
2073 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2074 Move start of `enum' blocks to separate entry.
2075 (f90-start-block-re): Fix `type', `abstract interface'.
2076 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2077 derived types.
2078 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2079 `elemental', change `enumerator'.
2080 (f90-no-block-limit): Fix `abstract interface'.
2081
2082 * progmodes/f90.el (f90-indented-comment-re)
2083 (f90-directive-comment-re, f90-break-delimiters):
2084 * progmodes/fortran.el (fortran-comment-line-start-skip)
2085 (fortran-directive-re):
2086 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2087 as safe if they are strings.
2088
2089 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * startup.el (window-system): Remove. Don't make it frame-local.
2092
2093 2007-10-24 Richard Stallman <rms@gnu.org>
2094
2095 * savehist.el (savehist-save): Omit unreadable elements.
2096
2097 * loadhist.el (unload-function-defs-list): Rename from
2098 unload-function-features-list.
2099 (unload-feature-special-hooks, unload-feature): Doc fixes.
2100
2101 * indent.el (indent-to-left-margin): If point's in the indentation,
2102 move to the end of the indentation.
2103
2104 * cus-edit.el (customize-changed-options): Make arg optional.
2105
2106 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2109
2110 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2111
2112 * textmodes/org-publish.el (org-publish-attachment): Re-install
2113 accidentally deleted change.
2114
2115 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2118
2119 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2120
2121 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2122 (Buffer-menu-mode-map): Initialize in the declaration.
2123 (Buffer-menu-mode): Define with `define-derived-mode'.
2124
2125 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2126
2127 * textmodes/org.el (org-version): Change to 5.13e.
2128 (org-agenda-file-regexp): Fix typo in docstring.
2129 (org-add-planning-info): Fix bug in parenthesis settings.
2130 (org-scan-tags): Catch the case of indirect buffers with no filename.
2131 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2132 Re-install switch to mapc, had been removed by accident.
2133 (org-columns-map): New binding `C-c C-o'.
2134 (org-columns-menu): Change menu text and added new entry.
2135 (org-columns-eval): Document the use of `next-line'.
2136 (org-columns-open-link): New function.
2137 (org-columns-follow-link): Remove function.
2138 (org-open-link-from-string): New function.
2139 (org-read-date-get-relative): Fix typo in docstring.
2140 (org-read-date-get-relative): Leading +/- is not optional.
2141 (org-agenda-get-restriction-and-command): Always resize window on
2142 first loop cycle.
2143 (org-agenda-open-link): Make sure the link abbreviations are
2144 present in the agenda buffer.
2145 (org-agenda-copy-local-variable): New function.
2146
2147 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2150
2151 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * simple.el (reindent-then-newline-and-indent): Use a `move after
2154 insert' kind of marker in the save-excursion.
2155
2156 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * textmodes/css-mode.el: Require CL.
2159 (comment-continue): Declare.
2160
2161 * subr.el (make-variable-frame-localizable): Remove.
2162 (make-variable-frame-local): Mark obsolete.
2163
2164 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2167 of the subdirs is unreadable.
2168
2169 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2172 when we are local.
2173
2174 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * progmodes/python.el (python-current-defun): Remove left-over
2177 assignment to `start'.
2178
2179 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2182 than `mapcar'; return value is not used.
2183
2184 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2185
2186 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2187 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2188
2189 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2192 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2193
2194 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2195
2196 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2197
2198 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2199
2200 * emacs-lisp/advice.el (ad-make-advised-docstring):
2201 Add ad-advice-info text property to doc string.
2202
2203 2007-10-23 Glenn Morris <rgm@gnu.org>
2204
2205 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2206 (f90-type-indent, f90-program-indent, f90-associate-indent)
2207 (f90-continuation-indent, f90-comment-region)
2208 (f90-beginning-ampersand, f90-smart-end)
2209 (f90-break-before-delimiters, f90-auto-keyword-case)
2210 (f90-leave-line-no, f90-mode-hook):
2211 Give an appropriate safe-local-variable property.
2212
2213 * progmodes/fortran.el (fortran-tab-mode-default)
2214 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2215 (fortran-structure-indent, fortran-continuation-indent)
2216 (fortran-comment-indent, fortran-comment-line-extra-indent)
2217 (fortran-comment-line-start)
2218 (fortran-minimum-statement-indent-fixed)
2219 (fortran-minimum-statement-indent-tab)
2220 (fortran-comment-indent-char, fortran-line-number-indent)
2221 (fortran-check-all-num-for-matching-do)
2222 (fortran-blink-matching-if, fortran-continuation-string)
2223 (fortran-comment-region, fortran-electric-line-number)
2224 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2225 (fortran-analyze-depth, fortran-break-before-delimiters):
2226 Give an appropriate safe-local-variable property.
2227
2228 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2229
2230 * printing.el: Move variable definitions before use.
2231 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2232
2233 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2236 (tpu-edt-off): Use it.
2237 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2238 the global-map before adding it to global-map.
2239
2240 * menu-bar.el (global-buffers-menu-map): New var.
2241 (global-map, menu-bar-update-buffers): Use it.
2242 * msb.el (msb-menu-bar-update-buffers): Use it.
2243 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2244 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2245 Use with-current-buffer.
2246
2247 2007-10-22 Juri Linkov <juri@jurta.org>
2248
2249 * isearch-multi.el: New file.
2250
2251 * isearch.el (isearch-search-string): After finding the next
2252 occurrence switch to buffer isearch-buffers-current-buffer when
2253 isearch-buffers-next-buffer-function is non-nil and
2254 isearch-buffers-current-buffer is live.
2255
2256 * add-log.el (change-log-mode): Make and set buffer-local variable
2257 isearch-buffers-next-buffer-function to change-log-next-buffer.
2258 Call isearch-buffers-minor-mode.
2259 (change-log-next-buffer): New function.
2260
2261 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2262
2263 * org-export-latex.el (org-export-latex-protect-string):
2264 Renaming of `org-latex-protect'.
2265 (org-export-latex-emphasis-alist): By default, don't protect
2266 any emphasis formatter from further conversion.
2267 (org-export-latex-tables): Honor column grouping for tables.
2268 (org-export-latex-title-command): New option.
2269 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2270 export backslash character.
2271
2272 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2273
2274 * textmodes/org.el (org-read-date-get-relative): New function.
2275 (org-agenda-file-regexp): New variable.
2276 (org-agenda-files): Allow directories in the variable.
2277 (org-agenda-get-restriction-and-command): New function.
2278 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2279 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2280 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2281 New functions.
2282 (org-entry-add-to-multivalued-property)
2283 (org-entry-remove-from-multivalued-property)
2284 (org-entry-member-in-multivalued-property): New functions.
2285 (org-remember-apply-template): Catch C-g and make sure window
2286 configuration is restored.
2287 (org-agenda-open-link): Make it work with several links in the line.
2288 (org-drawers, org-set-regexps-and-options)
2289 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2290 (org-agenda-window-frame-fractions): New option.
2291 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2292 (org-columns-cleanup-item, org-find-entry-with-id)
2293 (org-insert-columns-dblock, org-listtable-to-string)
2294 (org-dblock-write:columnview, org-columns-capture-view)
2295 (org-edit-headline): New functions.
2296 (org-agenda-to-appt): Require calendar.
2297 (org-entry-get-with-inheritance): Widen for search.
2298 (org-columns-display-here): Don't mark buffer as modified when
2299 adding space characters to accomodate column overlays.
2300 (org-export-as-html): Better formatting of tags in the toc.
2301 (org-columns-display-here): Make the ITEM column as compact as possible.
2302 (org-remember-templates): Customization interface improved.
2303 (org-export-with-property-drawer): Variable removed.
2304 (org-export-with-drawers): New option.
2305 (org-complex-heading-regexp): New variable.
2306 (org-sort-entries): Rewrite using `sort-subr'.
2307 (org-set-property): More appropriate completion during interactive use.
2308 (org-sort-entries): Allow sorting by property.
2309 (org-additional-option-like-keywords): Add more values.
2310 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2311
2312 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2313
2314 * textmodes/org.el (org-get-date-from-calendar): New function.
2315 (org-at-timestamp-p, org-timestamp-change)
2316 (org-remember-templates): First element of each entry is now a
2317 name for the template.
2318 (org-store-log-note): Check for `org-note-abort'.
2319 (org-kill-note-or-show-branches): New command.
2320 (org-fontify-priorities): New option.
2321 (org-fontify-priorities): New function.
2322 (org-cut-subtree, org-copy-subtree): New argument N to
2323 act on N sequential subtrees.
2324 (org-paste-subtree): Fix the level at which a tree is pasted.
2325 (org-fit-agenda-window): Limitations on window size removed.
2326 (org-agenda-find-same-or-today-or-agenda): Rename from
2327 `org-agenda-find-today-or-agenda'.
2328 (org-scheduled-past-days): New option.
2329 (org-agenda-scheduled-leaders)
2330 (org-agenda-deadline-leaders): New options.
2331 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2332 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2333 (org-export-with-tags, org-export-plist-vars)
2334 (org-infile-export-plist): New "tags" option.
2335 (org-use-property-inheritance): New option.
2336 (org-cached-entry-get): Use `org-use-property-inheritance'.
2337 (org-remember-apply-template): Fix typo.
2338
2339 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * net/tramp.el (tramp-find-shell)
2342 (tramp-open-connection-setup-interactive-shell): Improve sending
2343 initial commands.
2344 (tramp-action-terminal): Send debug message.
2345 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2346 (tramp-barf-if-no-shell-prompt): Insert code of
2347 `tramp-wait-for-shell-prompt'.
2348
2349 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2352
2353 * term/vt200.el (terminal-init-vt200):
2354 * term/vt201.el (terminal-init-vt201):
2355 * term/vt220.el (terminal-init-vt220):
2356 * term/vt240.el (terminal-init-vt240):
2357 * term/vt300.el (terminal-init-vt300):
2358 * term/vt320.el (terminal-init-vt320):
2359 * term/vt400.el (terminal-init-vt400):
2360 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2361
2362 * term/wyse50.el (wyse50-terminal-map): New var.
2363 (terminal-init-wyse50): Use it and input-decode-map.
2364 (enable-arrow-keys): Emasculate.
2365
2366 * term/tvi970.el (tvi970-terminal-map): New var.
2367 (terminal-init-tvi970): Use it and input-decode-map.
2368 (tvi970-keypad-numeric): Remove.
2369 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2370
2371 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2372 (terminal-init-sun): Use it and input-decode-map.
2373
2374 * term/news.el (terminal-init-news):
2375 * term/lk201.el (terminal-init-lk201):
2376 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2377
2378 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2379
2380 * complete.el (PC-expand-many-files): Remove.
2381 (PC-do-completion): Call file-expand-wildcards instead of
2382 PC-expand-many-files.
2383
2384 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2385 (PC-expand-many-files): Remove advice.
2386
2387 2007-10-22 Glenn Morris <rgm@gnu.org>
2388
2389 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
2390 Add some support for Fortran 2003 syntax:
2391 (f90-type-indent): Now also applies to `enum'.
2392 (f90-associate-indent): New user option.
2393 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2394 Add some F2003 keywords.
2395 (f90-constants-re): New constant.
2396 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2397 Interface'.
2398 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2399 `class'. Arguments for `type'/`class' may have spaces. Add a new
2400 element for functions with specified types. Add `end enum' and
2401 `select type'. Add `implicit enumerator' and `procedure'.
2402 Add `class default' and `type is', `class is'. Fix `go to' regexp.
2403 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2404 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2405 (f90-blocks-re): Add `enum' and `associate'.
2406 (f90-else-like-re): Add `class is', `type is', and `class default'.
2407 (f90-end-type-re): Add `enum'.
2408 (f90-end-associate-re, f90-typeis-re): New constants.
2409 (f90-end-block-re): Add `enum' and `associate'. Change from
2410 optional whitespace to end-of-word, to avoid `enumerator'.
2411 (f90-start-block-re): Add `select type', `abstract interface', and
2412 `enum'. Avoid `type is', and `type (sometype)'.
2413 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2414 (f90-mode): Doc fix.
2415 (f90-looking-at-select-case): Doc fix. Add `select type'.
2416 (f90-looking-at-associate): New function.
2417 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2418 Add `enum' and `abstract interface'.
2419 (f90-no-block-limit): Add `select type' and `abstract interface'.
2420 (f90-get-correct-indent, f90-calculate-indent)
2421 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
2422 (f90-indent-region, f90-match-end): Handle `associate' blocks.
2423
2424 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2425
2426 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2427 Use window-full-width-p.
2428
2429 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
2430
2431 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
2432
2433 * tooltip.el: Use featurep 'xemacs.
2434
2435 * printing.el: Move variable definitions before use, no code change.
2436
2437 2007-10-22 Juri Linkov <juri@jurta.org>
2438
2439 * simple.el (goto-history-element): Allow minibuffer-default to be
2440 a list of default values accessible by typing M-n in the minibuffer.
2441
2442 * dired-x.el (dired-guess-shell-command): Put all guesses to the
2443 minibuffer default value list instead of pushing them temporarily
2444 to the history list.
2445
2446 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2447
2448 * hexl.el (hexl-menu): New major mode menu.
2449
2450 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
2453
2454 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2455
2456 * w32-fns.el (w32-quote-process-args):
2457 * dos-w32.el (print-region-function, lpr-headers-switches)
2458 (ps-print-region-function): Pacify byte-compiler.
2459
2460 * emulation/edt-mapper.el (function-key-map):
2461 (edt-map-key): Make it a function instead of using fset.
2462 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
2463 (edt-gnu-map-key, edt-lucid-map-key): Remove.
2464 (edt-x-emacs-p): Remove.
2465 (edt-emacs-variant, edt-window-system, edt-xserver):
2466 Use featurep 'xemacs.
2467
2468 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
2469 Replace eudc-xemacs-p with its definition.
2470 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
2471 (eudc-emacs-mule-p): Remove.
2472 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
2473 eudc-xemacs-p with feature tests.
2474
2475 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
2476 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
2477 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
2478 (eudc-bob-toggle-inline-display):
2479 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
2480 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
2481
2482 * net/eudcb-ph.el (eudc-ph-open-session):
2483 Replace eudc-xemacs-mule-p with its former definition.
2484
2485 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
2486 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
2487
2488 * progmodes/vera-mode.el (vera-xemacs): Remove.
2489 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
2490
2491 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
2492 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
2493 (vhdl-speedbar-initialize, vhdl-ps-print-init)
2494 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
2495 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
2496 with (featurep 'xemacs).
2497
2498 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
2499 (save-buffer-state-x):
2500 * obsolete/fast-lock.el (fast-lock-verbose):
2501 * emulation/viper-init.el (viper-xemacs-p)
2502 (viper-cond-compile-for-xemacs-or-emacs):
2503 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
2504 * ps-print.el (case-fold-search):
2505 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
2506 * calculator.el (calculator-help): Use featurep 'xemacs.
2507
2508 * progmodes/prolog.el: Undo previous change.
2509 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
2510
2511 * progmodes/dcl-mode.el:
2512 * play/yow.el:
2513 * calendar/todo-mode.el:
2514 * calendar/cal-hebrew.el:
2515 * vc-hg.el: Undo previous change.
2516
2517 * vms-patch.el: Likewise.
2518 (print-region-function): Pacify byte-compiler.
2519
2520 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
2521
2522 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
2523 preserve-uid-gid.
2524
2525 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
2526 compatibility. It is not used, though.
2527
2528 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
2529 Require tramp-cmds.el.
2530 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
2531 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
2532 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2533 (tramp-do-copy-or-rename-file-out-of-band)
2534 (tramp-maybe-open-connection): Use `make-temp-name'. This is
2535 possible, because we don't need to create the temporary file, but
2536 we need a prefix for ssh, which has its own temporary file handling.
2537 (tramp-handle-delete-directory): Add "-f" to rmdir.
2538 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2539 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2540 a signal, in order to give the callee a chance to suppress.
2541 (tramp-handle-write-region): Set owner also in case of short
2542 track. Don't use compatibility calls for `write-region' anymore.
2543 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
2544 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2545
2546 * net/tramp-cmds.el: New file.
2547
2548 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2549 `tramp-clear-passwd'.
2550
2551 * net/trampver.el: Update release number.
2552
2553 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2554
2555 * progmodes/gud.el (gud-target-name): Move definition before use.
2556
2557 * progmodes/dcl-mode.el: Require imenu at compile time.
2558
2559 * progmodes/cc-engine.el (c-maybe-stale-found-type):
2560 Pacify byte-compiler.
2561
2562 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2563
2564 * eshell/esh-mode.el (eshell-handle-ansi-color):
2565 Require ansi-color at compile time too.
2566
2567 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2568
2569 * w32-fns.el: Require w32-vars.
2570
2571 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2572 time too.
2573
2574 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * double.el ([ignore]): Use `ignore'.
2577 (double-setup): Inline into double-mode.
2578 (double-mode): Use define-minor-mode.
2579
2580 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * textmodes/reftex.el: Move require easymenu before first use.
2583 (reftex-info): Require info at compile too.
2584
2585 * textmodes/org-publish.el (org-publish-org-to-html)
2586 (org-publish-org-to): Require org at compile time too.
2587 (org-publish-attachment): Require at compile time too.
2588
2589 * term/tty-colors.el (w32-tty-standard-colors):
2590 Pacify byte-compiler.
2591
2592 * term/pc-win.el (frame-creation-function-alist): Add to this
2593 instead of setting frame-creation-function.
2594
2595 * play/blackbox.el (bb-up, bb-down): Use forward-line.
2596
2597 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
2598
2599 * calendar/todo-mode.el: Require calendar at compile time.
2600
2601 * calendar/cal-hebrew.el: Require holidays at compile time.
2602
2603 * w32-vars.el: Provide w32-vars.
2604
2605 * term/w32-win.el: Require w32-vars.
2606 (w32-color-map): Pacify byte-compiler.
2607
2608 * loadup.el: Load w32-vars before term/w32-win.
2609
2610 2007-10-20 Juri Linkov <juri@jurta.org>
2611
2612 * textmodes/fill.el (fill-paragraph): When the region is active,
2613 don't try other `or' branches regardless of the value returned by
2614 fill-region; just return t.
2615
2616 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2617
2618 * vc.el (vc-do-command): Condition out a misleading message when
2619 running asynchronously.
2620 (vc-deduce-fileset): New argument enables using an unregistered
2621 visited file as a singleton fileset if nothing else is available.
2622 (vc-next-action): Restore file-registering behavior.
2623
2624 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2625
2626 * calc/README: Add recent news.
2627
2628 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2629
2630 * term/x-win.el (x-gtk-stock-map, icon-map-list)
2631 (x-gtk-map-stock): Delete duplicated definitions from merge.
2632
2633 * progmodes/compile.el (compilation-skip-to-next-location)
2634 (compilation-skip-threshold, compilation-skip-visited):
2635 Move definitions earlier.
2636
2637 * play/decipher.el (decipher-keypress):
2638 * play/zone.el (zone-fall-through-ws):
2639 * play/landmark.el (lm-move-down, lm-move-up):
2640 * play/handwrite.el (handwrite):
2641 * mail/mspools.el (mspools-visit-spool):
2642 * wdired.el (wdired-next-line, wdired-previous-line):
2643 * tar-mode.el (tar-subfile-save-buffer):
2644 * scroll-lock.el (scroll-lock-next-line)
2645 (scroll-lock-previous-line):
2646 * image-dired.el (image-dired-next-line)
2647 (image-dired-previous-line):
2648 * ediff-help.el (ediff-help-message-line-length):
2649 Use forward-line.
2650
2651 * smerge-mode.el (smerge-auto-refine):
2652 * diff-mode.el (diff-auto-refine): Add :group.
2653
2654 * play/yow.el: Require doctor at compile time.
2655
2656 * vmsproc.el: Provide vmsproc.
2657 (command-send-input): Use forward-line.
2658
2659 * vms-patch.el: Require ps-print and vmsproc at compile time.
2660
2661 * vc-mtn.el (log-view-message-re, log-view-file-re)
2662 (log-view-font-lock-keywords): Pacify byte-compiler.
2663
2664 * vc-hg.el: Require log-view at compile time.
2665
2666 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2667
2668 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2669
2670 2007-10-20 Glenn Morris <rgm@gnu.org>
2671
2672 * progmodes/f90.el (f90-font-lock-keywords-2)
2673 (f90-looking-at-type-like): Fix regexp typos.
2674
2675 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2676
2677 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2678 (bs-mode): Set mode-class property to special.
2679
2680 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * diff-mode.el (diff-auto-refine): New var.
2683 (diff-hunk): Use it.
2684 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
2685 (diff-refine-change): Rename from diff-fine-change. Change it.
2686 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
2687 (diff-refine-hunk): Rename from diff-fine-highlight.
2688
2689 2007-10-20 John Paul Wallington <jpw@pobox.com>
2690
2691 * help-fns.el (describe-variable-custom-version-info): New function
2692 to return variable's version or package version note.
2693 (describe-variable): Use it, display result.
2694
2695 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * smerge-mode.el (smerge-auto-refine): New var.
2698 (smerge-next, smerge-prev): Use it.
2699 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2700
2701 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2702 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2703
2704 * vc-bzr.el (vc-bzr-diff-tree):
2705 * vc-git.el (vc-git-diff-tree):
2706 * vc-hg.el (vc-hg-diff-tree):
2707 * vc-mcvs.el (vc-mcvs-diff-tree):
2708 * vc-mtn.el (vc-mtn-diff-tree):
2709 * vc-svn.el (vc-svn-diff-tree): Remove.
2710
2711 * vc-mtn.el (vc-mtn-revision-completion-table):
2712 * vc-cvs.el (vc-cvs-revision-completion-table):
2713 * vc-arch.el (vc-arch-revision-completion-table):
2714 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
2715 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
2716 Make it work when the arg is a list of files.
2717
2718 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
2721 Also `revision-completion-table' now takes a list of files.
2722 (vc-deduce-fileset): Remove unused var `regexp'.
2723 Only obey allow-directory-wildcard in dired buffers.
2724 (vc-default-diff-tree): Remove.
2725 (vc-diff-added-files): New var.
2726 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
2727 (vc-version-diff): Revert from `vc-history-diff' to the original name.
2728 Remove the `backend' arg.
2729 (vc-contains-version-controlled-file): Remove.
2730 (vc-diff): Bring it closer to the version in Emacs-22.
2731 (vc-revert): Fix typo in let-binding.
2732 (vc-default-unregister): Remove.
2733 (vc-dired-buffers-for-dir): Remove N^2 behavior.
2734
2735 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2736
2737 * textmodes/two-column.el (2C-split, 2C-merge):
2738 * textmodes/bib-mode.el (bib-find-key, mark-bib):
2739 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2740 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
2741 * progmodes/ada-xref.el (ada-get-all-references):
2742 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
2743 * emulation/vi.el (vi-previous-line-first-nonwhite)
2744 (vi-effective-range, vi-put-before):
2745 * emulation/edt.el (edt-next-line, edt-previous-line)
2746 (edt-paragraph-forward): Use forward-line.
2747
2748 * progmodes/etags.el (tags-apropos): Require apropos at compile
2749 time too.
2750
2751 * progmodes/prolog.el: Require comint when compiling.
2752 (inferior-prolog-flavor): Move defvar before use.
2753
2754 2007-10-19 Richard Stallman <rms@gnu.org>
2755
2756 * font-core.el (turn-on-font-lock-if-desired):
2757 Rename from `turn-on-font-lock-if-enabled'.
2758 Fully obey `font-lock-global-modes'.
2759
2760 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
2763 which will not affect the behavior of things like forward-word.
2764 (diff-fine-highlight): Preserve point.
2765
2766 * doc-view.el (doc-view-mode-map): Use remapping.
2767 Don't rebind C-v, M-v to their default value.
2768 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2769
2770 * smerge-mode.el: Add word-granularity refinement.
2771 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2772 (smerge-refine-weight-hack): New vars.
2773 (smerge-refine-forward): New fun.
2774 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2775 (smerge-refine-subst): Use them as well. Preserve point.
2776
2777 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2778
2779 * follow.el (follow-unload-function): New function.
2780
2781 * loadhist.el (unload-function-features-list):
2782 Rename from `unload-hook-features-list'.
2783 (unload-hook-features-list): Add as obsolete alias.
2784 (unload-feature): Use `unload-function-features-list'
2785 and new FEATURE-unload-function.
2786
2787 2007-10-19 Glenn Morris <rgm@gnu.org>
2788
2789 * bindings.el (mouse-minor-mode-menu)
2790 (minor-mode-menu-from-indicator): Move to mouse.el.
2791 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2792 Move here from bindings.el.
2793
2794 2007-10-19 Richard Stallman <rms@gnu.org>
2795
2796 * help-fns.el (describe-function-1): Don't use the advice origname
2797 if it has no function definition.
2798
2799 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2800
2801 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2802 Use `save-restriction' rather than `widen'.
2803
2804 2007-10-18 Richard Stallman <rms@gnu.org>
2805
2806 * time.el (display-time-world-time-format): Display day # not month #.
2807
2808 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2809
2810 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2811
2812 * doc-view.el: Remove version keyword.
2813 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2814 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
2815 (doc-view-ghostscript-options): Improve custom type.
2816 (doc-view-cache-directory, doc-view-conversion-buffer)
2817 (doc-view-conversion-refresh-interval): Simplify custom type.
2818
2819 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
2820
2821 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2822 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2823 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2824 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2825 Remove superfluous messages.
2826 (doc-view-mode-map): Use the image-mode scrolling commands.
2827 Don't rebind C-x k.
2828
2829 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2830
2831 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2832 Add comment about "-dSAFER".
2833
2834 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * term/xterm.el: Don't require xt-mouse.
2837 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2838 calling turn-on-xterm-mouse-tracking-on-terminal directly.
2839
2840 * xt-mouse.el: Don't change the global function-key-map anny more.
2841 (xterm-mouse-mode): Use terminal-init-xterm-hook.
2842 Don't use after-make-frame-functions now that term/xterm.el calls
2843 us directly.
2844 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2845 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
2846 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2847 Setup input-decode-map and remember that xterm-mouse-mode was
2848 enabled in this terminal.
2849 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2850 terminals where it has been enabled.
2851
2852 * faces.el (tty-create-frame-with-faces): Make sure not only
2853 tty-run-terminal-initialization but also set-locale-environment
2854 are run only once per terminal.
2855 (tty-run-terminal-initialization): Don't check if the terminal was
2856 already initted.
2857
2858 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2859 not to remove keymaps that just happen to inherit from one of ours.
2860 When setting up our keymap, make sure it won't be accidentally
2861 modified by someone else.
2862
2863 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2864
2865 * textmodes/artist.el (artist-previous-line, artist-next-line):
2866 * dired.el (dired-next-line, dired-previous-line):
2867 * progmodes/delphi.el (delphi-newline):
2868 * textmodes/org.el (org-columns-eval):
2869 Use forward-line.
2870
2871 * emerge.el (emerge-setup): Use insert-buffer-substring.
2872 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2873
2874 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2877 (adaptive-fill-function): Doc fix. Remove * from docstring.
2878
2879 2007-10-18 Tom Horsley <tom.horsley@att.net>
2880
2881 * simple.el (interprogram-paste-function): Doc fix.
2882 (current-kill): Accept list of strings as well
2883 as single string from `interprogram-paste-function'.
2884
2885 2007-10-18 Glenn Morris <rgm@gnu.org>
2886
2887 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2888
2889 2007-10-18 Drew Adams <drew.adams@oracle.com>
2890
2891 * bindings.el (mode-line-minor-mode-keymap):
2892 Add mouse-minor-mode-menu on mouse-1.
2893 (mode-line-modes): Add mouse-1 to help-echo text.
2894 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2895 New functions.
2896 (mode-line-minor-mode-help): Doc fix.
2897
2898 2007-10-17 Juri Linkov <juri@jurta.org>
2899
2900 * textmodes/fill.el (fill-paragraph-or-region): Remove function
2901 at the request of RMS.
2902 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
2903 arg `region'. Fix docstring. At the first `or' branch add call to
2904 `fill-region' if it the region is active in transient-mark-mode.
2905
2906 * bindings.el (esc-map): Bind M-q to fill-paragraph
2907 instead of fill-paragraph-or-region.
2908
2909 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2910 with fill-paragraph.
2911
2912 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2913 Fix docstring.
2914
2915 * indent.el (indent-for-tab-command): Change interactive spec from
2916 "P" to "p". Add check for interactive arg before indenting the
2917 active region.
2918
2919 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2920 Regroup.
2921
2922 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2923
2924 * emacs-lisp/find-func.el: Don't require loadhist.
2925
2926 * loadhist.el (feature-symbols, file-provides, file-requires)
2927 (file-set-intersect, file-dependents): Simplify.
2928 (unload-feature-special-hooks): Update list of special hooks.
2929
2930 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2931
2932 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2933 extensions since they can be viewed with doc-view.
2934
2935 * files.el (auto-mode-alist): Make doc-view-mode the default mode
2936 for pdf, ps and dvi files.
2937
2938 * doc-view.el: Make doc-view-mode the standard mode for viewing
2939 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2940 text and image display. Add binding C-c C-e to switch to an
2941 editing mode.
2942 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
2943 avoid security problems when rendering files from untrusted sources.
2944
2945 2007-10-17 Aaron Hawley <aaronh@garden.org>
2946
2947 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2948 position is not saved.
2949
2950 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
2951
2952 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
2953 (doc-view-ghostscript-options): Fix typo in doc string.
2954
2955 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2958 handling, so compilation-fake-loc works again.
2959
2960 * server.el (server-select-display): Nop if we do not support m-f-o-d.
2961 (server-process-filter): Revert last change.
2962
2963 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2964 behavior unrelated to filesets.
2965
2966 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * longlines.el (longlines-wrap-follows-window-size): Integer value
2969 specifies wrapping margin.
2970 (longlines-mode, longlines-window-change-function):
2971 Set window-specific wrapping margin based on the above.
2972
2973 2007-10-17 John Wiegley <johnw@newartisans.com>
2974
2975 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2976
2977 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2978
2979 * server.el (server-process-filter): Only set display if X11 is
2980 supported.
2981
2982 2007-10-17 Glenn Morris <rgm@gnu.org>
2983
2984 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2985 Tweak regexp to avoid stack overflow.
2986
2987 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * simple.el (reindent-then-newline-and-indent): Don't assume that
2990 indent-according-to-mode preserves point.
2991
2992 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2995 (bs--nth-wrapper): Simplify.
2996 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
2997 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
2998 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2999 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3000 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3001 (bs-configurations, bs-default-configuration)
3002 (bs-alternative-configuration, bs-cycle-configuration-name)
3003 (bs-string-show-always, bs-string-show-never, bs-string-current)
3004 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3005 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3006 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3007 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3008 (bs--window-config-coming-from): Revert 2006-11-09 change.
3009 (bs--restore-window-config): Keep the selected frame.
3010 (bs--track-window-changes, bs--remove-hooks): New functions.
3011 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3012 (bs--create-header): Remove.
3013 (bs--create-header-line): New function, based on `bs--create-header'.
3014 (bs--show-header): Use `bs--create-header-line'.
3015 (bs--show-with-configuration): Revert 2006-11-09 change.
3016 Don't reuse window unless it is visible on the selected frame.
3017 Restore window configuration (possibly in a different frame)
3018 before creating any window.
3019
3020 2007-10-16 Glenn Morris <rgm@gnu.org>
3021
3022 * simple.el (blink-matching-open): Don't report false errors with
3023 the `$' syntax class.
3024
3025 2007-10-16 Richard Stallman <rms@gnu.org>
3026
3027 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3028 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3029 (ad-is-advised, ad-get-advice-info-field)
3030 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3031
3032 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3035 (vc-default-working-revision): Compatibility for backends.
3036
3037 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3040 (filesets-ormap, filesets-sort-case-sensitive-flag)
3041 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3042 Fix typos in docstrings.
3043 (filesets-conditional-sort, filesets-find-or-display-file)
3044 (filesets-data-get-name, filesets-data-get-data)
3045 (filesets-data-set, filesets-cmd-query-replace-getargs)
3046 (filesets-ingroup-collect): Doc fixes.
3047
3048 2007-10-15 Sam Steingold <sds@gnu.org>
3049
3050 * mail/sendmail.el (sendmail-error-reporting-interactive)
3051 (sendmail-error-reporting-non-interactive): New variables for
3052 sendmail error reporting options to simplify support for imperfect
3053 sendmail emulators.
3054 (sendmail-send-it): Use them instead of list literals.
3055
3056 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3057
3058 * help-fns.el: Revert previous change; it creates a
3059 dependency loop between advice.el and help-fns.el.
3060
3061 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3062
3063 * help-fns.el: Require advice when compiling.
3064
3065 2007-10-14 Drew Adams <drew.adams@oracle.com>
3066
3067 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3068 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3069 (ring-next, ring-previous): New functions.
3070
3071 2007-10-14 Richard Stallman <rms@gnu.org>
3072
3073 * emacs-lisp/advice.el (documentation): Advice deleted.
3074 Doc for advised functions is now handled at C level.
3075 (ad-stop-advice, ad-start-advice): Don't enable or disable
3076 advice for `documentation'.
3077 (ad-advised-definition-docstring-regexp): Var deleted.
3078 (ad-make-advised-definition-docstring): Store orig name
3079 as text property of string.
3080 (ad-advised-definition-p): Check for text property of docstring.
3081
3082 * help-fns.el (describe-function-1): Find source of advised functions.
3083
3084 2007-10-14 Juri Linkov <juri@jurta.org>
3085
3086 * faces.el (describe-face): Allow handling a string as the face name.
3087
3088 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3089 active region in transient-mark-mode.
3090 (ispell-region): Change messages displayed at the start and end of
3091 the spell-checking to be the same.
3092
3093 * startup.el (fancy-startup-tail): Say exactly what does the button
3094 dismiss ("Dismiss this startup screen"). Use text "Never show
3095 it again" for the checkbox after this button.
3096 (fancy-startup-screen, fancy-about-screen): Put point before the
3097 first link, so the user can quickly select links with the keyboard.
3098 (normal-mouse-startup-screen): Add more useful text describing how
3099 to follow a link.
3100
3101 2007-10-14 Glenn Morris <rgm@gnu.org>
3102
3103 * progmodes/etags.el (select-tags-table): Disable undo in the
3104 `*Tags Table List*' buffer.
3105
3106 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3107
3108 * dired.el (dired-warn-writable): New face.
3109 (dired-warn-writable-face): New variable.
3110 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3111 of dired-warning-face, for group- and world-writable files.
3112
3113 2007-10-13 Richard Stallman <rms@gnu.org>
3114
3115 * files.el (directory-abbrev-alist): Doc fix.
3116
3117 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3118
3119 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3120
3121 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3122
3123 * frame.el (set-frame-configuration): Assign name parameter only
3124 if it has been set explicitly before.
3125
3126 2007-10-11 Tom Tromey <tromey@redhat.com>
3127
3128 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3129 frame is visible.
3130
3131 2007-10-10 Richard Stallman <rms@gnu.org>
3132
3133 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3134 in *Backtrace*.
3135
3136 * faces.el (face-font-selection-order): Doc fix.
3137
3138 * loadhist.el (unload-feature): Doc fix.
3139
3140 2007-10-13 Glenn Morris <rgm@gnu.org>
3141
3142 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3143 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3144 Add doc string, and an explicit COUNT argument.
3145 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3146 `inc' to search functions.
3147
3148 * faces.el (face-spec-set): When FRAME is nil, set the default for
3149 new frames (restores pre-2007-09-17 behavior). Doc fix.
3150
3151 2007-10-13 John W. Eaton <jwe@octave.org>
3152
3153 * progmodes/octave-mod.el (octave-looking-at-kw)
3154 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3155 New functions.
3156 (octave-in-defun-p, calculate-octave-indent)
3157 (octave-blink-matching-block-open, octave-beginning-of-defun)
3158 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3159 to search for regexps that contain case-sensitive keywords.
3160 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3161 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3162
3163 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3164
3165 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3166 Do not use a single clause cond.
3167
3168 * cus-start.el (all): Use test that does not match the X11 version
3169 for mac.
3170
3171 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3172
3173 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3174 BROWSE buffer.
3175
3176 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3177
3178 * cus-start.el (all): Undo previous change.
3179
3180 2007-10-13 Glenn Morris <rgm@gnu.org>
3181
3182 * woman.el (woman0-rename): Fix paren typo.
3183
3184 * mail/feedmail.el (feedmail-run-the-queue)
3185 (feedmail-look-at-queue-directory):
3186 * mail/reporter.el (reporter-dump-state):
3187 * net/eudc-hotlist.el (eudc-edit-hotlist):
3188 * net/eudc.el (eudc-display-records)
3189 (eudc-filter-duplicate-attributes)
3190 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3191 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3192 (eudc-bbdb-query-internal):
3193 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3194 * net/socks.el (socks-build-auth-list):
3195 * progmodes/cc-cmds.el (top level):
3196 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3197 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3198 (cperl-write-tags, cperl-tags-treeify):
3199 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3200 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3201 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3202 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3203 (idlwave-toolbar-remove-everywhere):
3204 * progmodes/idlwave.el (idlwave-indent-line)
3205 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3206 (idlwave-write-paths, idlwave-all-method-classes)
3207 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3208 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3209 (idlwave-complete-in-buffer):
3210 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3211 (org-fast-tag-selection):
3212 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3213 than mapcar.
3214
3215 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3216
3217 * diff-mode.el (diff-fine-change): Add :group.
3218
3219 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * cus-start.el (all): Use the same test as the 22.2 branch.
3222
3223 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * diff-mode.el (diff-current-defun): Force recomputation of
3226 change-log-default-name.
3227
3228 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3231 and some leftover logic regarding dedicated frames. If showing
3232 concise startup screen, fit window to buffer.
3233 (command-line-1): If we will be using the splash screen, use
3234 find-file instead of find-file-other-window to find additional files.
3235 Comment out unused code for coping with the old sit-for behavior.
3236
3237 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3240 `meta' modifier consistently, rather than using sometimes meta
3241 sometimes alt.
3242
3243 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3244
3245 * window.el (handle-select-window): Revert part of 2007-10-08
3246 change setting the input focus.
3247
3248 2007-10-12 Glenn Morris <rgm@gnu.org>
3249
3250 * startup.el (command-line): Do not read abbrev file in batch mode.
3251
3252 * emacs-lisp/byte-opt.el (top level):
3253 * mail/rmail.el (rmail-list-to-menu):
3254 * obsolete/hilit19.el (hilit-mode):
3255 * progmodes/cc-mode.el (c-postprocess-file-styles)
3256 (c-submit-bug-report):
3257 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3258 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3259 (reftex-access-parse-file):
3260 * textmodes/reftex-cite.el (reftex-do-citation)
3261 (reftex-insert-bib-matches):
3262 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3263 * textmodes/reftex-sel.el (reftex-select-unmark):
3264 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3265 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3266
3267 * cus-edit.el (custom-variable-menu, custom-face-menu)
3268 (custom-group-menu): Check init-file-user rather than
3269 user-init-file, in case cus-edit is loaded by site-run-file.
3270
3271 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3272
3273 * vc.el (vc-deduce-fileset): Delete unused code.
3274 (vc-next-action): Fix typos.
3275
3276 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * bs.el (bs--mark-unmark): New function.
3279 (bs-mark-current, bs-unmark-current): Use it.
3280
3281 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3282
3283 * vc.el (vc-diff):
3284 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3285 temporarily disable the check for his edge case of
3286 vc-diff (stopping it from grinding when called from $HOME), as
3287 it's calling some brittle code in vc-hooks.el.
3288 (with-vc-properties): Fix evaluation time of a macro argument.
3289 * ediff-vers.el (ediff-vc-internal):
3290 * vc-hooks.el:
3291 * loaddefs.el: Follow up on VC terminology change.
3292
3293 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * follow.el (follow-stop-intercept-process-output):
3296 Use `follow-call-process-filter' rather than `process-filter'.
3297 Simplify.
3298
3299 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3300
3301 * vc-hooks.el (vc-registered): Robustify this function a bit
3302 against filenames with no directory component.
3303
3304 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * international/characters.el: Undo unwanted and unexplained change.
3307
3308 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3309
3310 * ps-print.el: Fix the usage of :foreground and :background face
3311 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3312 (ps-print-version): New version 6.7.6.
3313 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3314 Fix code.
3315 (ps-face-foreground-color-p, ps-face-background-color-p)
3316 (ps-face-color-p): New inline funs.
3317
3318 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3319
3320 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3321 (org-complete): Use `org-additional-option-like-keywords'.
3322 (org-parse-local-options): New function.
3323
3324 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3325
3326 * textmodes/org.el (org-in-clocktable-p): New function.
3327 (org-clock-report): Only update the table at point, or insert a new one.
3328 (org-clock-goto): New function.
3329 (org-open-file): Use `start-process-shell-command' instead of
3330 `shell-command' with an ampersand.
3331 (org-deadline, org-schedule): New argument REMOVE to remove the
3332 date from the entry.
3333 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3334 argument to `org-schedule' and `org-deadline'.
3335 (org-trim): Use the correct expressions for beginning and end of
3336 the string.
3337 (org-get-cleaned-entry): Trim the string before returning it.
3338 (org-clock-find-position): New function.
3339 (org-clock-into-drawer): New option.
3340 (org-agenda-tags-column): Rename from
3341 `org-agenda-align-tags-to-column'.
3342 (org-agenda-align-tags): Allow negative values for
3343 `org-agenda-tags-column'.
3344 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3345 (org-agenda-to-appt): New optional argument FILTER.
3346 (org-completion-fallback-command): New variable.
3347 (org-complete): Use `org-completion-fallback-command'.
3348 (org-find-base-buffer-visiting): Catch the case that there is no
3349 buffer visiting the file.
3350 (org-property-or-variable-value): New function.
3351 (org-todo): Use `org-property-or-variable-value'
3352 (org-agenda-compact-blocks): New option.
3353 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3354 (org-agenda-schedule, org-agenda-deadline):
3355 Call `org-agenda-show-new-time'.
3356 (org-agenda-show-new-time): New argument PREFIX.
3357 (org-colgroup-info-to-vline-list): Fix but that cause a
3358 shift in the vertical lines.
3359 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3360 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3361 (org-indent-item): No arg in call to `org-fix-bullet-type'.
3362 (org-fix-bullet-type): Remove argument.
3363 (org-read-date): Check for am/pm twice, to catch the end time.
3364 (org-goto-map): Use `suppress-keymap'.
3365 (org-remember-apply-template): Respect the dynamically scoped
3366 selection character.
3367
3368 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3369
3370 * textmodes/org-export-latex.el (org-export-latex-protect-string):
3371 Renaming of `org-latex-protect'.
3372 (org-export-latex-emphasis-alist): By default, don't protect
3373 any emphasis formatter from further conversion.
3374 (org-export-latex-tables): Honor column grouping for tables.
3375 (org-export-latex-title-command): New option.
3376 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3377 export backslash character.
3378
3379 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * frame.el (frame-inherited-parameters): Remove unused `environment'
3382 parameter, and let server.el add `client' when needed.
3383
3384 * server.el (server-create-tty-frame)
3385 (server-create-window-system-frame): Set frame-inherited-parameters.
3386
3387 * frame.el (frame-inherited-parameters): New var.
3388 (make-frame): Use it.
3389
3390 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3391
3392 * env.el (let-environment): Remove. Unused.
3393 (read-envvar-name): Simplify.
3394 (setenv): Remove unused arg `frame'.
3395
3396 * help-fns.el (describe-variable): Add missing " " for multiline
3397 obsolescence info and missing EOL after global value.
3398
3399 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3400
3401 * add-log.el:
3402 * ediff-vers.el:
3403 * log-view.el:
3404 * pcvs.el:
3405 * vc-arch.el:
3406 * vc-bzr.el:
3407 * vc-cvs.el:
3408 * vc.el:
3409 * vc-git.el:
3410 * vc-hg.el:
3411 * vc-hooks.el:
3412 * vc-mcvs.el:
3413 * vc-mtn.el:
3414 * vc-rcs.el:
3415 * vc-sccs.el:
3416 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
3417 {find,init,next,previous,annotate-*,log}-version ->
3418 {find,init,next,previous,annotate-*,log}-revision,
3419 annotate-focus-version -> annotate-working-revision, The term
3420 'focus' is gone. The term 'revision' is now used consistently
3421 everywhere that reference to a revision ID is intended, replacing
3422 older use of 'version'.
3423
3424 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * follow.el: Change all instances of "Follow Mode" to "Follow
3427 mode" in docstrings and messages.
3428 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
3429
3430 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3431
3432 * vc.el (vc-next-action): Rewrite completely; this principal
3433 entry point now operates on a current fileset selected either
3434 explicitly via VC-Dired or implicitly by visiting a file buffer,
3435 rather than always operating on the file of the current buffer as
3436 in older versions. Rewrite the rest of the mode to match.
3437 (with-vc-properties): Rewrite to operate on a file list.
3438 (with-vc-file): vc-checkin takes a file list argument now.
3439 (vc-post-command-functions): This hook now receives a file list.
3440 (vc-do-command): Take a either a file or a file list as argument.
3441 (vc-deduce-fileset): New function for deducing a file list to
3442 operate on.
3443 (vc-next-action-on-file, vc-next-action-dired): Remove.
3444 Merge into vc-next-action.
3445 (vc-register): Adapt to the fact that vc-start-entry now takes a
3446 file list.
3447 (vc-register-with): New function.
3448 (vc-start-entry): Take a file list argument rather than a
3449 file argument.
3450 (vc-checkout): Cope with vc-start-entry taking a file list.
3451 (vc-steal-lock): Cope with with-vc-properties taking a
3452 file list.
3453 (vc-checkin): Take a file list argument rather than a file argument.
3454 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
3455 (vc-diff-internal): Rewrite for filesets.
3456 (vc-diff-sentinel): New function, tests whether changes were
3457 written into a diff buffer.
3458 (vc-diff): Rewrite for filesets.
3459 (vc-version-diff): Rewrite for filesets.
3460 (vc-print-log): Take a fileset argument.
3461 (vc-revert): Revert the entire selected fileset, not just the
3462 current buffer.
3463 (vc-rollback): Roll back the entire selected fileset, if
3464 possible. No longer accepts a prefix argument.
3465 (vc-update): Merge new changes for the entire selected
3466 fileset, not just the current buffer.
3467 (vc-revert-file): Cope with with-vc-properties taking a file list.
3468 (vc-default-dired-state-info): Add + status suffix if the file is
3469 modified.
3470 (vc-annotate-warp-version): Use the new diff machinery.
3471 (vc-log-edit): Take a file list argument rather than a file argument.
3472
3473 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
3474
3475 Sync with Tramp 2.1.11.
3476
3477 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3478 Pacify byte compiler.
3479
3480 * net/trampver.el: Update release number.
3481
3482 2007-10-09 Richard Stallman <rms@gnu.org>
3483
3484 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
3485
3486 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * follow.el: Require easymenu.
3489 (follow-mode-hook, follow-mode): Doc fixes.
3490 (follow-mode-off-hook): Mark as obsolete.
3491
3492 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3493
3494 * window.el (mouse-autoselect-window-cancel): Don't cancel for
3495 select-window or select-frame events.
3496 (handle-select-window): When autoselecting window set input
3497 focus. Restructure.
3498
3499 * frame.el (focus-follows-mouse): Move to frame.c.
3500 * cus-start.el (all): Add focus-follows-mouse.
3501
3502 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3505 activate font-locking in the *buffer-selection* buffer.
3506 (bs-show-sorted): Doc fix.
3507
3508 * bs.el (bs--get-marked-string, bs--get-modified-string)
3509 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3510 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3511 (bs--format-aux): Doc fix.
3512
3513 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3514
3515 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3516
3517 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3518
3519 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3520 (gud-gdb): New function for old M-x gdb (text command mode).
3521 (gud-gdb-command-name, gdb): Move to...
3522
3523 * progmodes/gdb-ui.el: ...here and adapt doc string.
3524 (gud-gdba-command-name, gdba): Delete.
3525
3526 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * bs.el: Don't defvar `font-lock-verbose'.
3529 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3530 (bs--get-file-name): Fix typos in docstrings.
3531 (bs--show-header): Use `dolist' instead of `mapcar'.
3532 (bs-mode): Set `show-trailing-whitespace' to nil.
3533 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3534 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3535 Doc fixes.
3536
3537 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
3538
3539 * progmodes/gud.el (pdb): Specify file for gud-break.
3540
3541 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3542
3543 * progmodes/gud.el (gdb): Make graphical mode the default and
3544 switch to text command mode if appropriate, i.e., reverse previous
3545 arrangement.
3546 (gud-gdb-marker-filter): Adapt for above change.
3547
3548 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3549 gud-minor-mode and gud-marker-filter.
3550 (gdb-fullname-regexp): New variable.
3551 (gud-gdba-marker-filter): Use it to switch to text command
3552 mode if appropriate.
3553
3554 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3555
3556 * progmodes/gud.el (gud-display-line): Find source buffer even when
3557 GUD buffer has its own frame.
3558
3559 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3560
3561 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3562
3563 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3564
3565 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3566
3567 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3568
3569 * allout.el (allout-before-change-handler): Replace got-char by
3570 goto-char.
3571
3572 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3575 Used to try and automatically enabled smerge-mode in the presence of
3576 conflicts and to call `svn resolved' when the conflicts are gone.
3577 (vc-svn-parse-status): Remember the svn-specific status.
3578
3579 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3580
3581 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3582 menu-bar-apropos-menu. All users changed.
3583 (menu-bar-help-menu): Change menu symbols to better match the text
3584 displayed by the menu.
3585
3586 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3587
3588 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3589 #, @, : and ^.
3590
3591 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3592
3593 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3594
3595 * log-view.el (log-view-mode-map): Likewise.
3596
3597 * diff-mode.el (diff-mode-shared-map): Likewise.
3598
3599 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * files.el (file-name-sans-versions): Also allow `A-Z'.
3602
3603 * vc.el: Mention all supported VC backends.
3604
3605 2007-10-08 Richard Stallman <rms@gnu.org>
3606
3607 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3608 neighbouring buttons.
3609
3610 2007-10-08 Andreas Schwab <schwab@suse.de>
3611
3612 * files.el (file-name-sans-versions): Also allow `_'.
3613
3614 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3615
3616 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3617
3618 * log-view.el (log-view-mode-map, log-view-mode-menu):
3619 Bind log-view-annotate-version.
3620 (log-view-beginning-of-defun, log-view-end-of-defun)
3621 (log-view-annotate-version): New functions.
3622 (log-view-mode): Use log-view-beginning-of-defun and
3623 log-view-end-of-defun.
3624
3625 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3628
3629 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3632 neighbouring buttons.
3633
3634 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3635 Recognize gcc's use of "note" for informational messages.
3636
3637 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3640 (css-mode): Update correspondingly.
3641
3642 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3643
3644 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3645 Signed-off-by, Acked-by and Merge.
3646
3647 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3650
3651 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * vc-mtn.el: New file.
3654
3655 * vc-hooks.el (vc-handled-backends): Add Mtn.
3656
3657 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3658
3659 * files.el (find-file, find-file-other-window)
3660 (find-file-other-frame, find-file-existing, find-file-read-only)
3661 (find-file-read-only-other-window)
3662 (find-file-read-only-other-frame)
3663 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3664
3665 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * progmodes/gud.el (gdb-ready): New variable.
3668 (gdb): Set it to nil. Set gud-running to nil here...
3669 (gud-common-init): ...instead of here.
3670
3671 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3672 Use gdb-ready. Discard input until GDB is ready to accept it.
3673
3674 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3675
3676 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3677 make it show up with eight colors.
3678
3679 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3682 diffs are concatenated with no intervening line.
3683
3684 2007-10-08 Dave Love <fx@gnu.org>
3685
3686 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3687 (python-font-lock-keywords): Update to the 2.5 version of the language.
3688 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3689 (python-backspace): Only behave funny in code.
3690 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3691 (inferior-python-mode): Add PDB prompt regexp.
3692 (python-fill-paragraph): Refine the fenced-string regexp.
3693 (python-find-imports): Handle imports spanning several lines.
3694 (python-mode): Add `class' to hideshow support.
3695
3696 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3699 Use add-log-buffer-file-name-function rather than binding
3700 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
3701 when `fi' is the ChangeLog file itself.
3702
3703 * outline.el (outline-flag-region): Use front-advance.
3704
3705 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
3706
3707 * progmodes/cperl-mode.el: Merge upstream 5.23.
3708 (cperl-where-am-i): Remove function.
3709 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3710 (cperl-sniff-for-indent): De-invert [string] and [comment].
3711 When looking for label, skip s:m:y:tr.
3712 (cperl-indent-line): Likewise.
3713 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3714 (cperl-windowed-init): Wrong `ps-print' handling.
3715 Both thanks to Chong Yidong.
3716 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3717 (cperl-find-pods-heres): If the second part of s()[] is missing,
3718 don't try to highlight delimiters...
3719
3720 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * progmodes/compile.el (compilation-get-file-structure): Complete last
3723 change by also using spec-directory in the puthash.
3724
3725 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
3726
3727 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3728 (vc-bzr-status): Fix shadowing of variable 'status'.
3729 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3730 Use `expand-file-name' instead of `concat'.
3731 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3732 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3733
3734 2007-10-08 Jason Rumney <jasonr@gnu.org>
3735
3736 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3737
3738 2007-10-08 Richard Stallman <rms@gnu.org>
3739
3740 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3741 Add `safe-local-variable' property.
3742 (lisp-body-indent): Likewise.
3743
3744 2007-10-08 Richard Stallman <rms@gnu.org>
3745
3746 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3747 Add doc string.
3748
3749 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3750
3751 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3752
3753 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3754
3755 * repeat.el (repeat): Use last-repeatable-command instead of
3756 real-last-command. Run pre- and post-command hooks for
3757 self-insertion. Update doc-string.
3758
3759 2007-10-08 Alexandre Julliard <julliard@winehq.org>
3760
3761 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3762 state of the file.
3763 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3764 (vc-git-create-repo): Fix invalid command.
3765
3766 2007-10-08 Richard Stallman <rms@gnu.org>
3767
3768 * textmodes/flyspell.el (flyspell-mode):
3769 Catch errors in flyspell-mode-on.
3770
3771 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3774
3775 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * international/encoded-kb.el (encoded-kbd-setup-display):
3778 Use input-decode-map rather than local-key-translation-map.
3779
3780 * term/rxvt.el (rxvt-alternatives-map): New map.
3781 (terminal-init-rxvt): Use it.
3782 Bind rxvt-function-map in input-decode-map.
3783
3784 * term/xterm.el (xterm-alternatives-map): New map.
3785 (terminal-init-xterm): Use it.
3786 Bind xterm-function-map in input-decode-map.
3787
3788 * term/x-win.el (x-alternatives-map): New var.
3789 (x-setup-function-keys): Use it.
3790
3791 * help-fns.el (describe-variable): Slightly change the layout of
3792 meta-info to separate it better from the docstring.
3793 Standardize insertion of extra empty lines in various circumstances.
3794
3795 * diff-mode.el (diff-hunk-style): New fun.
3796 (diff-end-of-hunk): Use it.
3797 (diff-context->unified): Use the new `apply' undo element,
3798 if applicable, so as to save undo-log space.
3799 (diff-fine-change): New face.
3800 (diff-fine-highlight-preproc): New function.
3801 (diff-fine-highlight): New command.
3802 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
3803
3804 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3805 (smerge-refine-highlight-change): Add `props' argument.
3806 (smerge-refine-subst): New function holding most of smerge-refine.
3807 (smerge-refine): Use it.
3808
3809 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
3810
3811 * vc.el (vc-default-wash-log): Remove unused code, the
3812 log washers all live in the backends now.
3813 (vc-default-comment-history): Correct for the fact
3814 that wash-log is argumentless in the new API.
3815
3816 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
3819 (tramp-maybe-send-script): Apply `member' but `memq'.
3820 (tramp-advice-file-expand-wildcards): Simplify implementation.
3821
3822 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3825
3826 * mb-depth.el (minibuf-depth-indicator-function): New variable.
3827 (minibuf-depth-setup-minibuffer): Use it.
3828
3829 2007-10-07 Glenn Morris <rgm@gnu.org>
3830
3831 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3832 version numbers.
3833
3834 2007-10-06 Juri Linkov <juri@jurta.org>
3835
3836 * textmodes/fill.el (fill-paragraph-or-region): New function.
3837
3838 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3839 instead of fill-paragraph.
3840
3841 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3842 with fill-paragraph-or-region. Suspend command is now the same
3843 `suspend-frame' on window systems and on tty.
3844
3845 * image.el (image-type): Check if image-types is bound to not fail
3846 on tty.
3847
3848 * delsel.el (delete-selection-pre-hook):
3849 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3850 is fbound to not fail on mouseless tty.
3851
3852 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
3853
3854 * net/tramp.el (top): Move loading of tramp-util.el and
3855 tramp-vc.el to tramp-compat.el.
3856 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
3857 temporary file if possible, in order to avoid a security hole.
3858 (tramp-do-copy-or-rename-file-out-of-band)
3859 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3860 with DONT-CREATE, because the connection is not setup yet.
3861 (tramp-handle-process-file): Rewrite temporary file handling.
3862 (tramp-completion-mode): New defvar.
3863 (tramp-completion-mode-p): Use it.
3864
3865 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
3866
3867 * net/tramp-fish.el (tramp-fish-handle-process-file):
3868 Rewrite temporary file handling.
3869
3870 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3871
3872 * vc.el: Workfile version -> focus version change. Port various
3873 comments from new VC to reduce the noise in the diff.
3874 Patch in the new vc-create-repo function to go with the
3875 header comment about it already present.
3876 There are no changes to existing logic in this patch.
3877 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
3878
3879 2007-10-06 Aaron Hawley <aaronh@garden.org>
3880
3881 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3882
3883 2007-10-05 Chris Moore <dooglus@gmail.com>
3884
3885 * server.el (server-kill-new-buffers): Doc fix.
3886
3887 2007-10-05 John W. Eaton <jwe@octave.org>
3888
3889 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3890 (octave-begin-keywords): Add "do".
3891 (octave-end-keywords): Remove "end".
3892 (octave-reserved-words): Add "end". Remove "all_va_args",
3893 "gplot", and 'gsplot".
3894 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3895 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
3896 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3897 "default_return_value", "define_all_return_values",
3898 "do_fortran_indexing", "empty_list_elements_ok",
3899 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3900 "ok_to_lose_imaginary_part", "prefer_column_vectors",
3901 "prefer_zero_one_indexing", "propagate_empty_matrices",
3902 "resize_on_range_error", "treat_neg_dim_as_zero",
3903 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3904 "warn_divide_by_zero", "warn_function_name_clash",
3905 "warn_missing_semicolon", "whitespace_in_literal_matrix".
3906 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3907 "crash_dumps_octave_core", "sighup_dumps_octave_core",
3908 "sigterm_dumps_octave_core".
3909 (octave-block-match-alist): Remove "end" from block-end keywords.
3910 (octave-mode): Update ftp site address.
3911
3912 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3913
3914 * vc.el: Reorder functions, no code changes.
3915
3916 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
3917
3918 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3919 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3920 the cond clauses where needed.
3921 (tramp-handle-write-region): Rearrange code for proper handling of
3922 tmpfile.
3923
3924 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3925
3926 * net/tramp.el:
3927 * net/tramp-fish.el:
3928 * net/tramp-ftp.el:
3929 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3930 `tramp-compat-make-temp-file'.
3931
3932 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3935
3936 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3939 already uses a more recent copyright version than the "current" one.
3940
3941 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3942
3943 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3944 (doc-view-insert-image): Minor aesthetical docstring changes.
3945
3946 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
3947
3948 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3949 completing filename.
3950 (doc-view-search-internal): Docstring change.
3951
3952 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
3953
3954 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
3955 (tramp-file-name-handler-alist):
3956 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
3957 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
3958 used before, creates the file already, which is not desired.
3959 (tramp-do-copy-or-rename-file-directly): Simplify handling of
3960 temporary file.
3961 (tramp-handle-insert-file-contents): Assign the result in the
3962 short track case.
3963 (tramp-handle-insert-file-contents-literally): New defun.
3964 (tramp-completion-mode-p): Revert change from 2007-09-24.
3965 Checking for `return' etc as last character is not sufficient, for
3966 example in dired-mode when entering <g> (revert-buffer) or
3967 <s> (dired-sort).
3968
3969 * net/tramp-compat.el (top): Add also compatibility code for loading
3970 appropriate timer package.
3971 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3972 order to avoid autoloading problems.
3973
3974 * net/tramp-fish.el:
3975 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
3976
3977 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3978 where the second parameter of `copy-file' or `rename-file' is a
3979 remote file but not via ftp.
3980
3981 2007-10-02 Richard Stallman <rms@gnu.org>
3982
3983 * frame.el (cursor-in-non-selected-windows): Doc fix.
3984
3985 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3986
3987 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3988 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3989
3990 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
3991
3992 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3993 when `expt' doesn't give range errors.
3994
3995 2007-10-01 Markus Triska <markus.triska@gmx.at>
3996
3997 * calc/calc-math.el (math-smallest-emacs-expt):
3998 Make the computation more robust.
3999
4000 2007-09-30 David Kastrup <dak@gnu.org>
4001
4002 * startup.el (argv): Alias for `command-line-args-left' to use as
4003 `(pop argv)' inside of --eval command sequences. Allows for
4004 passing shell commands into Emacs verbatim without need for Lisp
4005 quoting.
4006
4007 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4008 check only for changed size.
4009 (auto-revert-tail-handler): Get size from caller. If the file has
4010 shrunk, tail the whole file again (the file presumably has been
4011 rewritten).
4012
4013 * woman.el (woman-topic-all-completions, woman-mini-help):
4014 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4015 actually was being manipulated in the loop.
4016 (woman-Cyg-to-Win, woman-pre-process-region)
4017 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4018 (woman-strings, woman-special-characters, woman1-hc)
4019 (woman-change-fonts, woman-find-next-control-line):
4020 Use `match-beginning' rather than `match-string' when the result is
4021 just used as a flag.
4022
4023 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4024
4025 * net/tramp-compat.el: New file.
4026
4027 * net/tramp.el:
4028 * net/tramp-fish.el:
4029 * net/tramp-smb.el:
4030 * net/tramp-uu.el:
4031 * net/trampver.el: Move compatibility code to tramp-compat.el.
4032 Apply `mapc' instead of `mapcar' when the code needs side effects
4033 only. Move utf-8 coding cookie to the second line.
4034
4035 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4036
4037 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4038 Improve custom type.
4039 (icon-map-list): Make it customizable. Document how to disable
4040 stock icons.
4041
4042 2007-09-30 Richard Stallman <rms@gnu.org>
4043
4044 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4045
4046 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4047
4048 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4049
4050 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4053 (t-mouse-mode): New compatibility alias.
4054
4055 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4056
4057 * server.el (server-delete-client): Only delete the terminal if it
4058 is non-nil.
4059
4060 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * net/tramp.el (with-file-property, with-connection-property):
4063 Highlight as keyword.
4064 (tramp-rfn-eshadow-setup-minibuffer)
4065 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4066 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4067 (tramp-do-copy-or-rename-file-directly)
4068 (tramp-do-copy-or-rename-file-out-of-band)
4069 (tramp-handle-shell-command, tramp-get-debug-buffer)
4070 (tramp-send-command-and-read, tramp-equal-remote)
4071 (tramp-get-local-gid): Pacify byte-compiler.
4072 (tramp-handle-file-name-directory): Result shall not be expanded.
4073 (tramp-find-foreign-file-name-handler): Rewrite.
4074 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4075
4076 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4077
4078 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4079 Apply `tramp-completion-mode-p'.
4080 (tramp-fish-handle-set-file-times)
4081 (tramp-fish-handle-executable-find)
4082 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4083 (tramp-fish-retrieve-data): Pacify byte-compiler.
4084
4085 * net/tramp-gw.el (tramp-gw-basic-authentication):
4086 Call `tramp-read-passwd' with first parameter `nil'.
4087
4088 2007-09-28 Glenn Morris <rgm@gnu.org>
4089
4090 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4091 than mapcar.
4092
4093 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4094 (tex-suscript-height-minimum): New customizable variables.
4095 (tex-suscript-height): New function.
4096 (superscript, subscript): Set height using tex-suscript-height
4097 rather than fixing at 0.8.
4098 (tex-fontify-script, tex-font-script-display): Add :version tag.
4099
4100 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * progmodes/python.el (python-eldoc-function): Doc fix.
4103
4104 2007-09-27 Glenn Morris <rgm@gnu.org>
4105
4106 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4107 image if it is not in image-type-auto-detectable, or is there with
4108 a nil value.
4109
4110 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4113 connection more robust.
4114
4115 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4116
4117 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4118 Deal with the case that special &keywords are at the beginning or
4119 end of the argument list. Also add some (incomplete) support for
4120 non-standard arglists.
4121
4122 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4123
4124 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4125 (eldoc-message-commands, eldoc-current-idle-delay)
4126 (eldoc-function-argstring-format): Fix typos in docstrings.
4127
4128 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4129
4130 * calc/calc-units.el (calc-convert-units)
4131 (calc-convert-temperature): Remove unnecessary colons.
4132
4133 2007-09-26 Bastien Guerry <bzg@altern.org>
4134
4135 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4136 New function.
4137 (org-export-latex-remove-from-headlines): Name changed because of typo.
4138 (org-export-latex-quotation-marks-convention): Option removed.
4139 (org-export-latex-make-preamble): Handle the DATE option.
4140 (org-export-latex-cleaned-string): Now the only cleaning function,
4141 synched up with org.el.
4142 (org-export-latex-lists, org-export-latex-parse-list)
4143 (org-export-list-to-latex): New functions.
4144
4145 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4146
4147 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4148 (org-outline-regexp): New constant.
4149 (org-remember-handler): Throw error when the target file is not in
4150 org-mode.
4151 (org-cleaned-string-for-export): No longer call
4152 `org-export-latex-cleaned-string' with an argument.
4153 (org-get-tags): Returns now a list, not a string.
4154 (org-get-tags-string): New function.
4155 (org-archive-subtree): No need to split return of `org-get-tags'.
4156 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4157 instead of `org-get-tags'.
4158 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4159 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4160 (org-compatible-face): New argument INHERITS. Inherit from this
4161 face if possible.
4162 (org-level-1, org-level-2, org-level-3, org-level-4)
4163 (org-level-5, org-level-6, org-level-7, org-level-8)
4164 (org-special-keyword, org-drawer, org-column, org-warning)
4165 (org-archived, org-todo, org-done, org-headline-done, org-table)
4166 (org-formula, org-code, org-agenda-structure)
4167 (org-scheduled-today, org-scheduled-previously)
4168 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4169 in the new way.
4170 (org-get-heading): New argument NO-TAGS.
4171 (org-fast-tag-selection-include-todo): Made defvar instead of
4172 defcustom, feature is not deprecated.
4173 (org-remember-store-without-prompt): New default value t.
4174 (org-todo-log-states): New variable.
4175 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4176 Compute the log states.
4177 (org-goto-map): More commands copied from global map. Also bind
4178 `org-occur'.
4179 (org-goto): Made into a general lookup command.
4180 (org-get-location): Complete rewrite.
4181 (org-goto-exit-command): New variable.
4182 (org-goto-selected-point): New variable.
4183 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4184 Set the new variables.
4185 (org-paste-subtree): Whitespace insertion strategy revised.
4186 (org-remember-apply-template): Protect v-A from the possibility
4187 that v-a might be nil.
4188 (org-remember-handler): Insertion rules revised.
4189 (org-todo): Respect org-todo-log-states.
4190 (org-up-heading-safe): New function.
4191 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4192
4193 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4196 region if in transient-mark-mode.
4197
4198 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4199
4200 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4201 * calc/calc-help.el (calc-full-help):
4202 * calc/calc-misc.el (another-calc):
4203 * calc/calc-store.el (calc-var-name-map):
4204 * calc/calc-stuff.el (calc-flush-caches):
4205 * calc/calc-units.el (math-build-units-table):
4206 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4207 (calc-quit):
4208 * calendar/icalendar.el (icalendar--format-ical-event)
4209 (icalendar--convert-ical-to-diary):
4210 * emacs-lisp/authors.el (authors):
4211 * emacs-lisp/cust-print.el (custom-print-install)
4212 (custom-print-uninstall):
4213 * emacs-lisp/disass.el (disassemble-1):
4214 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4215 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4216 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4217 (elint-check-let-form, elint-check-condition-case-form)
4218 (elint-initialize):
4219 * emacs-lisp/elp.el (elp-results):
4220 * emacs-lisp/generic.el (generic-mode-internal):
4221 * emacs-lisp/re-builder.el (reb-delete-overlays):
4222 * emacs-lisp/regi.el (regi-interpret):
4223 * emacs-lisp/sregex.el (sregex--char-aux):
4224 * emulation/cua-rect.el (cua--deactivate-rectangle)
4225 (cua--highlight-rectangle, cua--rectangle-post-command):
4226 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4227 * emulation/viper-macs.el (viper-describe-kbd-macros)
4228 (viper-describe-one-macro):
4229 * emulation/viper-util.el (viper-setup-master-buffer):
4230 * emulation/viper.el (set-viper-state-in-major-mode):
4231 * international/mule-diag.el (describe-current-coding-system):
4232 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4233 * mail/emacsbug.el (report-emacs-bug):
4234 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4235 * obsolete/hilit19.el (hilit-unhighlight-region)
4236 (hilit-set-mode-patterns):
4237 * play/solitaire.el (solitaire-check, solitaire-solve):
4238 * play/zone.el (zone-pgm-rotate):
4239 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4240 * progmodes/ada-prj.el (ada-prj-display-page):
4241 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4242 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4243 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4244 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4245 * progmodes/sh-script.el (sh-make-vars-local)
4246 (sh-reset-indent-vars-to-global-values):
4247 * progmodes/sql.el (top):
4248 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4249 * progmodes/xscheme.el (top):
4250 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4251 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4252 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4253 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4254 (artist-submit-bug-report):
4255 * textmodes/flyspell.el (flyspell-delay-commands)
4256 (flyspell-deplacement-commands):
4257 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4258 (table--generate-source-cells-in-a-row, table--make-cell-map)
4259 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4260
4261 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4262
4263 * allout.el (produce-allout-mode-map, allout-process-exposed):
4264 * ansi-color.el (ansi-color-make-color-map):
4265 * autoinsert.el (auto-insert):
4266 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4267 * dired-aux.el (dired-create-files):
4268 * dired.el (dired-restore-desktop-buffer):
4269 * ediff-diff.el (ediff-setup-fine-diff-regions):
4270 * ediff-mult.el (ediff-intersect-directories)
4271 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4272 (ediff-redraw-registry-buffer):
4273 * ediff-ptch.el (ediff-fixup-patch-map):
4274 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4275 (ediff-really-quit, ediff-clear-diff-vector):
4276 * emerge.el (emerge-really-quit):
4277 * ffap.el (ffap-replace-file-component):
4278 * filecache.el (file-cache-add-directory)
4279 (file-cache-add-directory-recursively)
4280 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4281 (file-cache-delete-directory, file-cache-files-matching-internal)
4282 (file-cache-display):
4283 * files.el (cd):
4284 * find-lisp.el (find-lisp-insert-directory):
4285 * finder.el (finder-compile-keywords):
4286 * help.el (view-emacs-news):
4287 * hi-lock.el (hi-lock-write-interactive-patterns):
4288 * ido.el (ido-to-end, ido-set-matches-1):
4289 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4290 (image-dired-mark-tagged-files):
4291 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4292 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4293 * ps-print.el (ps-background, ps-begin-file)
4294 (ps-build-reference-face-lists):
4295 * simple.el (clone-buffer):
4296 * startup.el (command-line):
4297 * tempo.el (tempo-insert-template, tempo-is-user-element)
4298 (tempo-forward-mark, tempo-backward-mark):
4299 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4300
4301 2007-09-25 Glenn Morris <rgm@gnu.org>
4302
4303 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4304
4305 * view.el (view-search-no-match-lines): Add a doc string.
4306 Rewrite to simplify and work better.
4307
4308 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4309
4310 * progmodes/cc-mode.el (c-mode-base-map):
4311 Use c-indent-line-or-region instead of c-indent-line.
4312
4313 * indent.el (indent-for-tab-command): First check if the region is
4314 active.
4315
4316 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4317
4318 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4319 whitespace-rescan-timer-time is 0.
4320
4321 2007-09-24 Karl Berry <karl@gnu.org>
4322
4323 * international/mule.el (coding-system-base): Fix doc string grammar.
4324
4325 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4326
4327 * net/tramp.el (tramp-completion-mode-p): Rename from
4328 `tramp-completion-mode'. Revert logic, check `return', `newline'
4329 and such alike. Packages like Icicles tend to use other completion
4330 characters but `tab' and `space' only.
4331
4332 2007-09-24 Adam Hupp <adam@hupp.org>
4333
4334 * progmodes/python.el (run-python): Import emacs module without
4335 waiting; prevents lockup on error.
4336
4337 2007-09-23 Richard Stallman <rms@gnu.org>
4338
4339 * mail/sendmail.el (mail-bury): Delete the frame
4340 if this frame looks like it was made for this message.
4341
4342 * completion.el (completion-separator-self-insert-command)
4343 (completion-separator-self-insert-autofilling):
4344 If `self-insert-command' has been remapped, use the substitute.
4345
4346 * simple.el (copy-region-as-kill): Doc fix.
4347
4348 * textmodes/org.el (org-confirm-shell-link-function)
4349 (org-confirm-elisp-link-function): Doc fixes.
4350
4351 2007-09-23 Glenn Morris <rgm@gnu.org>
4352
4353 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4354
4355 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4356
4357 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4358
4359 * term/tvi970.el (terminal-init-tvi970): Likewise.
4360
4361 * term/sun-mouse.el (print-mouse-format): Likewise.
4362
4363 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4364 Use forward-line instead of previous-line and next-line.
4365
4366 2007-09-22 Juri Linkov <juri@jurta.org>
4367
4368 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4369
4370 * tutorial.el (tutorial--default-keys): Update standard bindings:
4371 rename `iconify-or-deiconify-frame' to `suspend-frame',
4372 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4373
4374 2007-09-22 Juri Linkov <juri@jurta.org>
4375
4376 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4377 Add help-echo to external links and to links without description.
4378 (fancy-splash-insert): Use help-echo from the 3rd element of the
4379 link specification list, or "Follow this link" if it's nil. Doc fix.
4380
4381 2007-09-22 Juri Linkov <juri@jurta.org>
4382
4383 * startup.el (command-line): Rename `inhibit-startup-message' to
4384 `inhibit-startup-screen'.
4385 (fancy-about-text): Use shorter label for "Ordering Manuals".
4386 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4387 is nil, display a line with "To start..." and 3 links to useful
4388 tasks. Display the "Dismiss" button and "Don't show this message
4389 again" only when concise is non-nil.
4390 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4391 arg `concise'. If CONCISE is non-nil, display a concise version
4392 of the splash screen in another window. Otherwise, switch to the
4393 startup buffer in the same window.
4394 (startup-echo-area-message): Change displayed binding from
4395 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4396 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4397 the GNU system".
4398 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4399 to "*GNU Emacs*".
4400 (display-about-screen): Don't check the existence of the buffer
4401 "*About GNU Emacs*".
4402 (display-splash-screen): Make alias to `display-startup-screen'.
4403 (command-line-1): Rename `inhibit-startup-message' to
4404 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4405 started with command line options "-f", "-funcall", "-e", "-eval",
4406 "-execute", "-insert", "-find-file", "-file", "-visit".
4407 Inhibit startup screen when Emacs is started with a file name only
4408 on tty (i.e. don't inhibit it when started with a file name like
4409 "emacs FILE..." on a window system).
4410 (command-line-1): Simplify logic of displaying the startup screen:
4411 if file-count > 0, then display the concise version in another
4412 window, otherwise display full version in the same window.
4413
4414 * help.el (help-map): Bind C-h C-a to about-emacs.
4415 (help-for-help-internal): Add C-a description to C-h help text.
4416
4417 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4418
4419 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4420 (checkdoc-permit-comma-termination-flag): Autoload the
4421 safe-local-variable setting.
4422
4423 * bookmark.el (bookmark-xemacsp): Remove.
4424 (bookmark-make): Don't use bookmark-xemacsp,
4425 use (featurep 'xemacs) instead.
4426
4427 * speedbar.el (speedbar-frame-mode)
4428 (speedbar-frame-reposition-smartly)
4429 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
4430 (speedbar-check-vc): Remove use of non-existent variable
4431 dframe-xemacsp, use (featurep 'xemacs) instead.
4432
4433 * indent.el (indent-for-tab-command): Indent the region if
4434 transient-mark-mode and the region is active.
4435
4436 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
4437
4438 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
4439 add inferior-octave-directory-tracker to the buffer-local value
4440 of comint-input-filter-functions.
4441
4442 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4443
4444 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
4445
4446 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
4449 on w32 frames.
4450
4451 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * startup.el (normal-top-level): Remove DISPLAY from
4454 process-environment to let it be computed dynamically in callproc.c.
4455
4456 * frame.el (frame-initialize, make-frame):
4457 * faces.el (tty-set-up-initial-frame-faces):
4458 * env.el (setenv): Don't set display-environment-variable.
4459
4460 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
4461 (server-create-tty-frame): Don't set unused `tty' property.
4462 Set `display' instead of display-environment-variable.
4463 (server-create-window-system-frame): No display-environment-variable.
4464
4465 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
4468 (rfn-eshadow-update-overlay-hook): New defvars.
4469 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
4470 Run the hooks.
4471
4472 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
4473 (tramp-rfn-eshadow-setup-minibuffer)
4474 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
4475 rfn-eshadow.el.
4476
4477 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
4478 timeout.
4479
4480 2007-09-21 Glenn Morris <rgm@gnu.org>
4481
4482 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
4483 * term/sun-mouse.el (suspend-emacstool): Remove.
4484 * term/sun.el: Remove emacstool-related code.
4485
4486 * emacs-lisp/bytecomp.el (byte-compile-warnings)
4487 (byte-compile-warnings-safe-p): Add `mapcar'.
4488 (byte-compile-warning-types): Add mapcar and make-local.
4489 (byte-compile-normal-call): Add option to suppress mapcar warning.
4490 (top-level): Use mapc rather than mapcar in eval-when-compile.
4491
4492 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
4493 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
4494 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
4495 Handle escaped parens.
4496 (latex-forward-sexp): Doc fix.
4497
4498 * eshell/esh-mode.el (eshell-output-filter-functions):
4499 Add eshell-postoutput-scroll-to-bottom.
4500
4501 * loadup.el: Remove termdev.
4502
4503 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
4504 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
4505
4506 2007-09-21 Markus Triska <markus.triska@gmx.at>
4507
4508 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
4509 `mapcar' is called for effect.
4510
4511 2007-09-21 Kevin Ryde <user42@zip.com.au>
4512
4513 * international/mule.el (sgml-html-meta-auto-coding-function):
4514 Bind `case-fold-search' to t.
4515
4516 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * termdev.el: Remove.
4519
4520 * frame.el (get-device-terminal): New function. Moved from termdev.el.
4521 (frames-on-display-list): Use it.
4522
4523 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
4524
4525 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
4526
4527 2007-09-20 Richard Stallman <rms@gnu.org>
4528
4529 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
4530
4531 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4534
4535 2007-09-20 Glenn Morris <rgm@gnu.org>
4536
4537 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4538 motion functions, rather than hard-coding "\n\n".
4539 (tex-validate-region): Check for eobp, to speed up.
4540 (tex-next-unmatched-end): Doc fix.
4541
4542 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * files.el (auto-mode-alist): Use archive-mode for .rar files.
4545
4546 * international/mule.el (auto-coding-alist): Rar archives are binary.
4547
4548 * arc-mode.el: Add basic support for Rar.
4549 (archive-find-type): Recognize Rar's signature.
4550 (archive-desummarize): New fun.
4551 (archive-summarize): Use it to restore the buffer's data in case
4552 someone wants to switch to some other major mode.
4553 (archive-resummarize): Use it as well.
4554 (archive-rar-summarize, archive-rar-extract): New functions.
4555
4556 * filesets.el: Remove spurious * in docstrings.
4557 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
4558 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4559 (filesets-ingroup-collect): Remove unused arg `depth'.
4560 (filesets-update): Remove unused arg `version'.
4561
4562 * finder.el (finder-compile-keywords): Fix up comment style.
4563 (finder-mouse-face-on-line): previous-line -> forward-line.
4564
4565 * recentf.el: Remove spurious * in docstrings.
4566 (recentf-save-list): Fix up comment style.
4567
4568 * progmodes/octave-mod.el: Remove spurious * in docstrings.
4569 (octave-mode-map): Move init into declaration and remove \t binding.
4570 (octave-mode-startup-message): Remove unused var.
4571 (octave-scan-blocks): Remove unused arg `from'.
4572 (octave-forward-block, octave-down-block, octave-up-block):
4573 Update callers.
4574
4575 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4576 (meta-mode-map): Likewise and remove \t binding.
4577
4578 * net/snmp-mode.el: Remove spurious * in docstrings.
4579 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4580 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4581 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4582 that completion accepts lists of strings.
4583 (snmp-mode-syntax-table): Move initialization into declaration.
4584 (snmp-mode-map): Likewise and remove \t binding.
4585 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4586 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4587 (snmp-indent-command): Remove.
4588
4589 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4590 binding, so tab-always-indent works right.
4591
4592 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
4593
4594 * net/browse-url.el (browse-url-elinks-new-window): New function.
4595 (browse-url-elinks): Use browse-url-elinks-new-window.
4596 Accept optional second argument `new-window'. Fix typo in doc-string.
4597 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4598 Improve error message.
4599
4600 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4601
4602 * net/browse-url.el (browse-url-url-encode-chars): Use the right
4603 parameter name in the function body.
4604 Reported by Johannes Weiner.
4605
4606 2007-09-19 Glenn Morris <rgm@gnu.org>
4607
4608 * net/socks.el (socks-open-network-stream): Signal an explicit
4609 error if the port associated with a service string can't be found.
4610
4611 * textmodes/tex-mode.el (tex-terminate-paragraph):
4612 Use backward-paragraph.
4613
4614 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * server.el (server-running-p): New function.
4617
4618 2007-09-18 Jason Rumney <jasonr@gnu.org>
4619
4620 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
4621 x-focus-frame.
4622
4623 * frame.el (select-frame-set-input-focus, select-frame-by-name):
4624 Use x-focus-frame for w32.
4625
4626 2007-09-17 David Kastrup <dak@gnu.org>
4627
4628 * textmodes/tex-mode.el (tex-verbatim-environments):
4629 Eliminate CL dependency.
4630
4631 2007-09-17 Richard Stallman <rms@gnu.org>
4632
4633 * newcomment.el (comment-add): New arg EXTRA.
4634 (comment-region-default): Pass EXTRA if not indenting lines.
4635
4636 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4637
4638 * net/browse-url.el (browse-url-url-encode-chars): New function.
4639 URL-encode some chars in a string.
4640 (browse-url-encode-url): Rewrite using the previous function.
4641 (browse-url-file-url): Use `browse-url-url-encode-chars'.
4642 (browse-url-elinks-sentinel): Fix typo.
4643 (browse-url-new-window-flag): Doc change.
4644
4645 2007-09-17 Glenn Morris <rgm@gnu.org>
4646
4647 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4648 filename from `--file-line-error', if it is available.
4649
4650 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4651
4652 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4653 TeX `--file-line-error' format.
4654
4655 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4656
4657 * xt-mouse.el: Delete add-hook calls that were moved to
4658 xterm-mouse-mode.
4659 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4660 does not work.
4661
4662 2007-09-17 Richard Stallman <rms@gnu.org>
4663
4664 * cus-face.el (custom-theme-set-faces): Undo previous change.
4665
4666 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4667
4668 2007-09-17 Glenn Morris <rgm@gnu.org>
4669
4670 * textmodes/tex-mode.el (tex-region): Simplify previous change,
4671 handling the case where the region is not in `tex-main-file'.
4672 (tex-region-1): Delete.
4673 (tex-region-header): New function, doing the header part of the
4674 old tex-region-1.
4675
4676 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * simple.el (newline): Simplify use of prefix-numeric-value.
4679 (line-move-partial): Remove unused var `ppos'.
4680 (line-move-1): Replace 9999 with most-positive-fixnum.
4681 (move-end-of-line): Use more efficient single-property search.
4682 (move-beginning-of-line): Remove unused var `start'.
4683 (blink-matching-open): Restructure in a more functional style.
4684
4685 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4686
4687 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
4688
4689 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * server.el (server-clients): Only keep procs, no properties any more.
4692 (server-client): Remove.
4693 (server-client-get, server-client-set): Remove, replace all callers by
4694 process-get and process-put resp.
4695 (server-clients-with, server-add-client, server-delete-client)
4696 (server-create-tty-frame, server-create-window-system-frame)
4697 (server-process-filter, server-execute, server-visit-files)
4698 (server-buffer-done, server-kill-buffer-query-function)
4699 (server-kill-emacs-query-function, server-switch-buffer)
4700 (server-save-buffers-kill-terminal): Update accordingly.
4701
4702 * server.el (server-with-environment): Simplify.
4703 (server-select-display, server-unselect-display): Re-add functions that
4704 seem to have been lost in the multi-tty merge.
4705 (server-eval-and-print, server-create-tty-frame)
4706 (server-create-window-system-frame, server-goto-toplevel)
4707 (server-execute, server-return-error): New functions extracted from
4708 server-process-filter.
4709 (server-execute-continuation): New functions.
4710 (server-process-filter): Restructure so that all arguments are analysed
4711 first and then acted upon in a subsequent stage. This way
4712 server-goto-toplevel can be executed later, when we know if
4713 it's necessary.
4714 Remove the "-version" and "-version-good" support.
4715
4716 2007-09-16 Drew Adams <drew.adams@oracle.com>
4717
4718 * cus-edit.el (custom-face-edit-activate): Doc fix.
4719
4720 2007-09-16 Glenn Morris <rgm@gnu.org>
4721
4722 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4723 Following cal-bahai renaming, update all instances of
4724 list-bahai-diary-entries to diary-bahai-list-entries,
4725 mark-bahai-diary-entries to diary-bahai-mark-entries,
4726 calendar-goto-bahai-date to calendar-bahai-goto-date,
4727 insert-bahai-diary-entry to diary-bahai-insert-entry,
4728 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
4729 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
4730 calendar-print-bahai-date to calendar-bahai-print-date.
4731
4732 * textmodes/tex-mode.el (tex-region): Handle the case where the
4733 region is not in `tex-main-file'. Move the old code that applies
4734 to both cases...
4735 (tex-region-1): ...to this new function.
4736
4737 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * vc.el (vc-process-sentinel): New function.
4740 (vc-exec-after): Use it instead of using ugly hackish analysis and
4741 construction of Elisp code.
4742 (vc-sentinel-movepoint): New dynamically scoped var.
4743 (vc-print-log, vc-annotate): Set it to move the user's point.
4744
4745 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4746 inhibit-modification-hooks.
4747
4748 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
4749 (calendar-bahai-print-date, calendar-bahai-goto-date)
4750 (diary-bahai-list-entries, diary-bahai-insert-entry):
4751 New names to clean up the namespace a bit more.
4752 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
4753
4754 2007-09-15 Glenn Morris <rgm@gnu.org>
4755
4756 * calendar/holidays.el (holiday-list): Rename it back to
4757 `list-holidays', but leave `holiday-list' as an alias.
4758
4759 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
4760 custom group.
4761
4762 * textmodes/css-mode.el (css): New custom group.
4763 (css-electrick-keys, css-selector, css-property)
4764 (css-indent-offset): Specify custom group.
4765
4766 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4769 (cvs-execute-single-file): Use process-file.
4770 (cvs-run-process): Use start-file-process.
4771
4772 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4775 level. Remove the hooks when turning off the mode.
4776
4777 * term/xterm.el: Require xt-mouse at compile time.
4778 (terminal-init-xterm): Turn on xterm mouse tracking for this
4779 terminal if xterm-mouse-mode is enabled.
4780
4781 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4782
4783 * term/xterm.el (xterm-function-map): Replace bindings that were
4784 deleted by the merge.
4785
4786 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
4787
4788 * play/bubbles.el (bubbles-version): Bump value to "0.5".
4789 (bubbles-mode-map): Move define-key statements here.
4790 (bubbles-game-theme-menu): Ditto.
4791 (bubbles-graphics-theme-menu): Ditto.
4792 (bubbles-menu): Ditto.
4793 (bubbles-mode): Initialize buffer-undo-list, redisplay.
4794 (bubbles--initialize): Reset buffer-undo-list, redisplay.
4795 (bubbles-plop): Set buffer-undo-list, redisplay.
4796 (bubbles-undo): Reset buffer-undo-list, redisplay.
4797 (bubbles--show-images): Take care of missing text properties.
4798
4799 2007-09-14 Glenn Morris <rgm@gnu.org>
4800
4801 * startup.el (fancy-startup-text, fancy-about-text): Fix face
4802 quoting.
4803
4804 * calendar/cal-hebrew.el, calendar/cal-menu.el
4805 * calendar/calendar.el, calendar/diary-lib.el
4806 * calendar/holidays.el: Rename all instances of
4807 list-calendar-holidays callers to calendar-list-holidays,
4808 list-holidays to holiday-list, check-calendar-holidays to
4809 calendar-check-holidays, mark-calendar-holidays to
4810 calendar-mark-holidays, and filter-visible-calendar-holidays to
4811 holiday-filter-visible-calendar.
4812
4813 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4814
4815 * term/xterm.el (xterm-function-map): Add C-M- bindings.
4816
4817 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4818
4819 * play/bubbles.el (bubbles--initialize-images): Fix bug:
4820 Use transparent background for empty cells in graphics mode.
4821
4822 2007-09-13 Jari Aalto <jari.aalto@cante.net>
4823
4824 * man.el (Man-default-man-entry): At end of line, continue looking
4825 to the next line for possible end of hyphenated command.
4826
4827 2007-09-13 Chris Moore <dooglus@gmail.com>
4828
4829 * shell.el (shell-resync-dirs): Don't move the cursor relative to
4830 the command being edited.
4831
4832 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
4833
4834 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4835
4836 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4839 C-M-S- keys.
4840
4841 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4842
4843 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4844
4845 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
4846 New argument `filename-p' to use one set of confusing chars or another.
4847 (browse-url-file-url): Use the argument.
4848 Suggested by Johannes Weiner.
4849
4850 2007-09-12 Romain Francoise <romain@orebokech.com>
4851
4852 * cus-start.el (all): Revert 2007-09-08 change.
4853
4854 2007-09-12 Aaron Hawley <aaronh@garden.org>
4855
4856 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4857 extract .Z files, since it is more common than uncompress.
4858
4859 2007-09-12 Glenn Morris <rgm@gnu.org>
4860
4861 * textmodes/org-publish.el (org-publish-org-to-html): Remove
4862 duplicate function definition.
4863
4864 2007-09-10 Chris Moore <dooglus@gmail.com>
4865
4866 * diff-mode.el (diff-sanity-check-hunk):
4867 Also accept single-line hunks.
4868
4869 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
4870
4871 * startup.el (startup-screen-inhibit-startup-screen)
4872 (pure-space-overflow-message): New vars.
4873 (fancy-splash-insert): Allow functions for face and link specs.
4874 (fancy-splash-head): Remove unused arg. Move splash text...
4875 (fancy-startup-text, fancy-about-text): ...here.
4876 (fancy-startup-tail): Rename from fancy-splash-tail.
4877 (fancy-startup-screen, fancy-about-screen): Split off from
4878 fancy-splash-screens.
4879 (display-startup-screen): New function.
4880 (display-about-screen): Rename from display-splash-screen.
4881 (command-line-1): Use concise startup screen if necessary.
4882
4883 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4884
4885 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4886 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
4887
4888 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4891 (python-font-lock-keywords): Update to the 2.5 version of the language.
4892 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4893 (python-backspace): Only behave funny in code.
4894 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4895 (inferior-python-mode): Add PDB prompt regexp.
4896 (python-fill-paragraph): Refine the fenced-string regexp.
4897 (python-find-imports): Handle imports spanning several lines.
4898 (python-mode): Add `class' to hideshow support.
4899
4900 2007-09-10 Dave Love <fx@gnu.org>
4901
4902 * outline.el (outline-4, outline-5, outline-7):
4903 Move font-lock-builtin-face down from 4 to 7 to better keep the
4904 progression of color brightness, and to better match Org-mode's faces.
4905
4906 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4907
4908 * progmodes/meta-mode.el (meta-font-lock-keywords)
4909 (font-lock-match-meta-declaration-item-and-skip-to-next)
4910 (meta-comment-indent, meta-indent-previous-line)
4911 (meta-indent-unfinished-line, meta-beginning-of-defun)
4912 (meta-end-of-defun, meta-common-initialization): Handle \f.
4913 (meta-indent-unfinished-line): Do not handle a `%' in a string as
4914 a comment-start.
4915
4916 * files.el (file-modes-char-to-who, file-modes-char-to-right)
4917 (file-modes-rights-to-number): Auxiliary functions for symbolic to
4918 numeric notation of file modes.
4919 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
4920 numeric value.
4921 (read-file-modes): New. Read either an octal value of a file mode or a
4922 symbolic value, and return its numeric value.
4923
4924 * dired-aux.el (dired-do-chmod): Change to use the built-in
4925 `set-file-modes' and the previous symbolic mode parsing functions.
4926
4927 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * textmodes/texinfo.el: Remove spurious * in docstrings.
4930 (texinfo-mode-syntax-table, texinfo-mode-map):
4931 Initialize in the declaration.
4932
4933 * tmm.el: Remove spurious * in docstrings.
4934 (tmm-prompt): Use with-current-buffer.
4935
4936 * vcursor.el: Remove spurious * in docstrings.
4937 (vcursor-map): Initialize in the declaration.
4938 (vcursor-use-vcursor-map): Use define-minor-mode.
4939 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4940
4941 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4942 Initialize in the declaration.
4943 (widget-minor-mode): Use define-minor-mode.
4944
4945 * woman.el (woman-mode-map, woman-syntax-table):
4946 Initialize in the declaration.
4947
4948 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
4949
4950 * doc-view.el: New file.
4951
4952 2007-09-09 Juri Linkov <juri@jurta.org>
4953
4954 * Makefile.in (update-authors): Add etc/ to AUTHORS.
4955
4956 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4957
4958 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4959 to "Startup screen". Fix docstring.
4960 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4961 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4962 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4963 (initial-scratch-message): Fix docstring.
4964 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4965 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4966 Add link to "Customize Startup" and set interval between links to
4967 5 spaces.
4968 (fancy-about-text): Add links "Authors" and "Contributing".
4969 (fancy-splash-head): Add text "Welcome to " on the startup screen,
4970 and "This is " on the about screen. Add link to
4971 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4972 For the about screen move emacs version to the header from
4973 `fancy-splash-tail' (as it's done already for normal about screen).
4974 (fancy-splash-tail): Insert emacs version only for startup screen.
4975 (normal-splash-screen): Remove duplicate empty lines.
4976 (normal-about-screen): Add links "Authors" and "Contributing".
4977
4978 * menu-bar.el (menu-bar-help-menu):
4979 Move "About Emacs" and "About GNU" to the end of the Help menu.
4980 Move "Emacs Psychotherapist" after "Send Bug Report...".
4981 Move "External Packages" after "Find Emacs Packages".
4982
4983 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4986 they are useless with the byte compiler.
4987 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4988 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4989 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4990 (tramp-file-name-real-host, tramp-file-name-port)
4991 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4992 defuns.
4993
4994 * net/tramp-cache.el (top): Improve error message when
4995 `tramp-persistency-file-name' is corrupted.
4996
4997 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
4998
4999 * textmodes/org.el (org-re): Also replace the :alpha: class.
5000 (org-todo-tag-alist): Variable removed.
5001 (org-todo-key-alist, org-todo-key-trigger): New variables.
5002 (org-use-fast-todo-selection): New option.
5003 (org-log-done): Docstring fixed.
5004 (org-deadline-warning-days): New default value 14.
5005 (org-edit-timestamp-down-means-later): New option.
5006 (org-tag-alist): Docstring fixed.
5007 (org-fast-tag-selection-include-todo): New option.
5008 (org-export-language-setup): New languages added.
5009 (org-set-regexps-and-options): Compute the new variables.
5010 (org-paste-subtree): Cleaning up.
5011 (org-remember-apply-template): New escape %A.
5012 (org-todo): Call fast TODO selection.
5013 (org-fast-todo-selection): New function.
5014 (org-add-log-note): Allow prefix for abort exit.
5015 (org-at-property-p, org-entry-properties)
5016 (org-columns-get-autowidth-alist): Use :alpha: class.
5017 (org-get-wdays): New function.
5018 (org-agenda-remove-date): New variable.
5019 (org-agenda-get-deadlines): Use `org-get-wdays'.
5020 (org-agenda-get-deadlines): Reverse ee before returning.
5021 (org-format-agenda-item): New argument REMOVE-RE.
5022 (org-agenda-convert-date): Baha'i calendar added.
5023 (org-infile-export-plist): Also find DATE line.
5024 (org-get-min-level): New function.
5025 (org-export-as-html, org-export-as-ascii): Use the date format.
5026 (org-shiftup, org-shiftdown): Use.
5027 `org-edit-timestamp-down-means-later'.
5028 (org-assign-fast-keys): New function.
5029
5030 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5031
5032 * cus-start.el (all): Add prefer-window-split-horizontally from
5033 window.c.
5034
5035 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5036
5037 * net/browse-url.el (browse-url-galeon): Fix last change.
5038 (top-level): Require cl when compiling.
5039
5040 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5041
5042 * textmodes/org-export-latex.el: arch-tag restored.
5043
5044 * textmodes/org-publish.el: arch-tag restored.
5045
5046 2007-09-08 Masatake YAMATO <jet@gyve.org>
5047
5048 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5049
5050 * progmodes/cc-langs.el: Support new keywords added to
5051 objective-c frontend of gcc.
5052 (c-simple-stmt-kwds): Add @throw.
5053 (c-block-stmt-2-kwds): Add @synchronized.
5054 (c-block-stmt-1-kwds): Add @finally and @try.
5055
5056 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5057
5058 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5059 (org-agenda-after-show-hook): New variable.
5060 (org-columns-compile-format)
5061 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5062 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5063 property names.
5064 (org-get-wdays): New function.
5065
5066 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5069
5070 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5071
5072 * vc-arch.el (vc-arch-checkin): Fix typo.
5073
5074 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5075
5076 * cus-face.el (custom-theme-set-faces): Set face attributes
5077 locally for each frame.
5078
5079 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5082 via font-lock-defaults.
5083
5084 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5085 derived-mode-p.
5086
5087 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5088
5089 * progmodes/autoconf.el (autoconf-definition-regexp):
5090 Handle optional square brackets around definition name.
5091
5092 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5093
5094 * net/browse-url.el (browse-url-browser-function): Add elinks.
5095 (browse-url-elinks-wrapper): New option.
5096 (browse-url-encode-url, browse-url-elinks)
5097 (browse-url-elinks-sentinel): New functions.
5098 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5099 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5100 Use new function browse-url-encode-url.
5101
5102 2007-09-07 Glenn Morris <rgm@gnu.org>
5103
5104 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5105 say if multi-tty is present.
5106
5107 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * cus-start.el (split-window-preferred-function): Add custom info.
5110
5111 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5112 (calendar-mark-holidays, calendar-list-holidays)
5113 (holiday-filter-visible-calendar): New names to clean up namespace.
5114 (filter-visible-calendar-holidays, list-calendar-holidays)
5115 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5116 Add compatibility aliases.
5117 (calendar-check-holidays, calendar-mark-holidays)
5118 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5119 (holiday-sexp): Replace append with list.
5120 (holiday-filter-visible-calendar): Replace append with push.
5121
5122 * woman.el: Remove spurious * in docstrings.
5123 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5124 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5125 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5126 (woman-write-directory-cache, woman-display-extended-fonts)
5127 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5128 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5129 (woman-mode): Use inhibit-read-only.
5130 (woman-negative-vertical-space): Use dotimes.
5131 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5132
5133 2007-09-06 Romain Francoise <romain@orebokech.com>
5134
5135 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5136 (vc-bzr-workfile-version): Use it.
5137
5138 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5139
5140 * complete.el (PC-do-completion): Don't try to treat
5141 empty string as an abbreviation.
5142
5143 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5144
5145 * help-fns.el (describe-variable): Keep doc's text properties.
5146
5147 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5148
5149 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5150 instead of a file.
5151
5152 2007-09-06 Glenn Morris <rgm@gnu.org>
5153
5154 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5155 (checkdoc-minor-mode): Allow user to specify lighter via
5156 checkdoc-minor-mode-string.
5157
5158 2007-09-05 Richard Stallman <rms@gnu.org>
5159
5160 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5161 Several items removed, simplified, or put on one line.
5162 (fancy-about-text): Add substantial contents, part of startup text.
5163 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5164 (normal-splash-screen): Call normal-mouse-startup-screen,
5165 normal-no-mouse-startup-screen, or normal-about-screen.
5166 (normal-mouse-startup-screen): New fn, broken out, shortened.
5167 (normal-no-mouse-startup-screen): New fn, broken out.
5168 (normal-about-screen): New function, contents all new.
5169
5170 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5171
5172 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5173
5174 2007-09-05 Glenn Morris <rgm@gnu.org>
5175
5176 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5177 is bound.
5178
5179 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5180
5181 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5182 in doc string.
5183
5184 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 * server.el (server-start, server-unload-hook): Undo previous change.
5187
5188 * xt-mouse.el: Undo previous change.
5189
5190 2007-09-04 Juri Linkov <juri@jurta.org>
5191
5192 * startup.el (fancy-about-text): New variable.
5193 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5194 (fancy-current-text, fancy-splash-stop-time)
5195 (fancy-splash-outer-buffer): Remove variables.
5196 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5197 `startup' and use it to conditionally display different texts for
5198 Startup and About screens. Don't display Help commands on the About
5199 screen.
5200 (fancy-splash-screens-1): Remove function and move its content to
5201 `fancy-splash-screens' to the part that dislpays the About screen.
5202 (exit-splash-screen): Don't treat specially exiting from
5203 alternating screens.
5204 (fancy-splash-screens): Rename argument `static' to `startup'.
5205 Fix docstring. Remove code for displaying alternating screens.
5206 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5207 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5208 for `inhibit-read-only'.
5209 (normal-splash-screen): Rename argument `static' to `startup'.
5210 Fix docstring. Use argument `startup' to conditionally display
5211 different texts for Startup and About screens. Don't display Help
5212 commands on the About screen. Remove `unwind-protect' `sit-for'
5213 delay and `kill-buffer' after it.
5214 (display-startup-echo-area-message): Remove call to
5215 `use-fancy-splash-screens-p' because image.el is preloaded and
5216 doesn't display "Loading image... done".
5217 (display-splash-screen): Rename argument `static' to `startup'.
5218 Fix docstring.
5219
5220 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5221
5222 * server.el (server-start, server-unload-hook):
5223 suspend-tty-functions has been renamed to suspend-tty-hook.
5224
5225 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5226 resume-tty-hook.
5227
5228 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5229
5230 * loadup.el: Fix merge problem, only load "button" once.
5231
5232 2007-09-03 Glenn Morris <rgm@gnu.org>
5233
5234 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5235 "Working file:" as the prefix, for the sake of
5236 log-view-current-file.
5237
5238 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5239
5240 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5241 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5242 if the selected frames is in
5243 xterm-modify-other-keys-terminal-list.
5244 (xterm-turn-off-modify-other-keys): Add an optional frame
5245 parameter. Only turn off modify-other-keys if FRAME is in
5246 xterm-modify-other-keys-terminal-list.
5247 (xterm-remove-modify-other-keys): New function.
5248 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5249 Add the selected frame to xterm-modify-other-keys-terminal-list.
5250
5251 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5252
5253 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5254 (icon-map-list): New variable.
5255 (x-gtk-map-stock): Use icon-map-list.
5256
5257 2007-09-02 Romain Francoise <romain@orebokech.com>
5258
5259 * log-view.el (log-view-current-file): Balance parens.
5260
5261 2007-09-02 Glenn Morris <rgm@gnu.org>
5262
5263 * comint.el (comint-mode): Don't set scroll-conservatively.
5264
5265 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5266 non-command arguments.
5267
5268 * log-view.el (log-view-current-file): Give a more explicit error
5269 if log-view-file-re fails to find a match.
5270
5271 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5272
5273 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5274 Fix bug: Don't expand top-level file name more than once.
5275 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5276
5277 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * server.el (server-process-filter): Don't display the splash screen.
5280 It's annoying enough on the initial screen and becomes positively
5281 obnoxious here.
5282
5283 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5286 Change naming to use "avl-tree--" for internal functions.
5287
5288 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5289
5290 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5291 the merge.
5292 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5293 (provide): Move to the end of file.
5294
5295 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5296
5297 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5298
5299 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5300 New variable. List of exceptions for the duplicated word rule.
5301 (flyspell-mark-duplications-flag): Mention it.
5302 (flyspell-word): Treat it.
5303
5304 * files.el (create-file-buffer): If the filename sans directory starts
5305 with spaces, remove them.
5306
5307 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5308
5309 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5310 (x-gtk-map-stock): Use two directory elements when matching
5311 file name.
5312
5313 2007-08-31 James Wright <james@chumsley.org>
5314
5315 * eshell/em-unix.el (eshell/info): New function.
5316
5317 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * frame.el (frame-initialize, make-frame):
5320 * server.el (server-process-filter):
5321 * faces.el (tty-set-up-initial-frame-faces): Don't set
5322 term-environment-variable since it's not used any more.
5323
5324 * env.el (setenv): Don't treat $TERM specially.
5325
5326 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5327 stated otherwise, subprocesses do not send back escape sequences
5328 corresponding to the terminal from which Emacs was started.
5329
5330 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5331
5332 * calculator.el: Require cl for compilation.
5333
5334 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5335
5336 * outline.el (outline-font-lock-levels): Comment out unused var.
5337 (outline-font-lock-face): Wrap around face list to handle any
5338 nesting depth gracefully.
5339
5340 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5343 `set-file-times'.
5344
5345 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5346
5347 * textmodes/org.el (org-export-visible): Fix drawers before export.
5348 (org-do-sort): Allow sorting by priority.
5349 (org-agenda-files): Ignore non-existing files.
5350 (org-agenda-skip-unavailable-files): New variable.
5351 (org-ellipsis): All a face as value.
5352 (org-mode): Interprete the face value of `org-ellipsis'.
5353 (org-archive-save-context-info): New option.
5354 (org-archive-subtree): Store context info in archived entry.
5355 (org-fast-tag-selection-can-set-todo-state): New variable.
5356 (org-fast-tag-selection): Allow setting TODO states through this
5357 interface.
5358 (org-cycle): Docstring updated.
5359 (org-todo-keyword-faces): New option.
5360 (org-get-todo-face): New function.
5361 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5362 Use `org-get-todo-face'.
5363 (org-switch-to-buffer-other-window): New function.
5364 (org-table-edit-field, org-table-show-reference)
5365 (org-table-edit-formulas, org-add-log-note)
5366 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5367 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5368 `switch-to-buffer-other-window' to make sure that the temporary
5369 windows show up on the current frame.
5370 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
5371 (org-get-entries-from-diary, org-replace-region-by-html):
5372 Don't allow pop-up frames.
5373 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5374 Fix problems with time-of-day.
5375 (org-export-get-title-from-subtree): New function.
5376 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5377 with listing items that are DONE.
5378 (org-change-tag-in-region): New command.
5379 (org-agenda-skip-scheduled-if-done)
5380 (org-agenda-skip-deadline-if-done): Docstring clarified.
5381 (org-mode): Hide drawers on startup.
5382 (org-get-todo-face): New function.
5383 (org-todo-keyword-faces): New option.
5384 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5385 (org-remove-keyword-keys): New function.
5386
5387 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5388
5389 * progmodes/grep.el (grep-find-ignored-directories):
5390 Add monotone _MTN bookkeeping directory in workspaces.
5391 Add RCS control directory. List items in alphabetical order.
5392
5393 * progmodes/grep.el (grep-files-aliases): Add cc alias.
5394 Sort items in alphabetical order. Fix parens.
5395
5396 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5397
5398 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5399 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5400 (vc-hg-pull): New functions.
5401 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5402
5403 * term/mac-win.el: Don't require url, only autoloaded url
5404 functions are used in this file.
5405
5406 2007-08-29 Andreas Schwab <schwab@suse.de>
5407
5408 * shell.el (shell): Return correct value from interactive spec.
5409
5410 2007-08-29 Glenn Morris <rgm@gnu.org>
5411
5412 * version.el (emacs-version): Increase to 23.0.50.
5413
5414 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5415
5416 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5417
5418 2007-08-29 Juri Linkov <juri@jurta.org>
5419
5420 * loadup.el: Add "button" loading after "faces" and move "startup"
5421 to load after "button".
5422
5423 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5424
5425 * loadup.el: Load term/mac-win on a Mac using Carbon.
5426
5427 * term/mac-win.el: Provide mac-win.
5428 (mac-initialized): New variable.
5429 (mac-initialize-window-system): New function. Move global setup here.
5430 (handle-args-function-alist, frame-creation-function-alist):
5431 (window-system-initialization-alist): Add mac entries.
5432 (x-setup-function-keys): New function containing all the
5433 top level function key definitions.
5434
5435 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
5436
5437 * env.el (read-envvar-name): Don't consider the environment frame param.
5438
5439 * env.el (setenv):
5440 * frame.el (frame-initialize, make-frame):
5441 * faces.el (tty-set-up-initial-frame-faces):
5442 * server.el (server-process-filter): Set
5443 display-environment-variable and term-environment-variable.
5444
5445 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
5446
5447 2007-08-29 Jason Rumney <jasonr@gnu.org>
5448
5449 * loadup.el: Only load term/x-win when X is compiled in.
5450 Load term/w32-win and dependencies on windows-nt.
5451
5452 * term/w32-win.el: Reorder to match x-win.el more closely.
5453 Provide w32-win. Don't throw error when global window-system not w32.
5454 (internal-face-interactive): Remove obsolete function.
5455 (x-setup-function-keys): Use local-function-key-map.
5456 (w32-initialized): New variable.
5457 (w32-initialize-window-system): Set it.
5458 Move more global setup here.
5459 (x-setup-function-keys): New function.
5460 (w32-initialize-window-system): Move non function key global setup here.
5461 (x-cut-buffer-max): Remove.
5462 (w32-initialize-window-system): New function.
5463 (handle-args-function-alist, frame-creation-function-alist):
5464 (window-system-initialization-alist): Add w32 entries.
5465
5466 2007-08-29 David Kastrup <dak@gnu.org>
5467
5468 * env.el (getenv): Pass frame to getenv-internal.
5469
5470 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5471
5472 * version.el (emacs-version): Show if multi-tty is present.
5473
5474 * loadup.el: Delay loading env; mule-conf gets confused by cl
5475 during bootstrap. Also load termdev and term/x-win.
5476
5477 * bindings.el (mode-line-client): New variable.
5478 (help-echo): Add it to the default mode-line format.
5479
5480 * cus-start.el: Remove bogus window-system reference from GTK test.
5481
5482 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
5483 (ebrowse-electric-position-mode-map):
5484 * ebuff-menu.el (electric-buffer-menu-mode-map):
5485 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
5486 not `suspend-emacs'.
5487
5488 * ediff-wind.el (ediff-setup-windows-automatic): New function.
5489 (ediff-window-setup-function): Use it as default.
5490
5491 * files.el (save-buffers-kill-terminal): New function.
5492 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
5493
5494 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
5495 and `with-selected-frame'.
5496
5497 * help-fns.el (describe-variable): Describe frame-local variables
5498 correctly.
5499
5500 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
5501 display support.
5502 (normal-erase-is-backspace-setup-frame): New function.
5503
5504 * subr.el (with-selected-frame): New function.
5505 (read-quoted-char): Use terminal-local binding of
5506 local-function-key-map instead of function-key-map.
5507
5508 * talk.el (talk): New function.
5509 (talk-handle-delete-frame): New function.
5510 (talk-add-display): Open a new frame only if FRAME was not a frame.
5511
5512 * termdev.el: New file.
5513
5514 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
5515 * term/x-win.el: Don't bind f10.
5516 * tmm.el: Remove autoload binding for f10.
5517
5518 * international/encoded-kb.el (encoded-kbd-setup-display): Use
5519 `set-input-meta-mode'. Fix broken condition before set-input-mode.
5520 Store the saved input method as a terminal parameter. Add keymap
5521 parameter. Use it instead of changing key-translation-map directly.
5522 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
5523 Remove.
5524 (encoded-kbd-setup-display): New function.
5525
5526 * international/mule-cmds.el (set-locale-environment): Fix getenv
5527 call. Use save-buffers-kill-terminal. Ignore window-system; always
5528 set the keyboard coding system. Add DISPLAY parameter.
5529 (set-display-table-and-terminal-coding-system): Add DISPLAY
5530 parameter. Pass it to set-terminal-coding-system.
5531
5532 * international/mule.el (keyboard-coding-system): Test for
5533 encoded-kbd-setup-display, not encoded-kbd-mode.
5534 (set-terminal-coding-system, set-keyboard-coding-system): Add
5535 DISPLAY parameter.
5536 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5537
5538 * term/README: Update.
5539
5540 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5541
5542 * term/x-win.el (x-setup-function-keys): New function. Move
5543 function-key-map tweaks here. Protect against multiple calls on
5544 the same terminal. Use terminal-local binding of
5545 local-function-key-map instead of function-key-map.
5546 (x-initialize-window-system): Make a copy of pure list. Pass a
5547 frame getenv.
5548
5549 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5550 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5551 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5552 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5553 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5554 local-function-key-map instead of function-key-map.
5555
5556 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5557 `substitute-key-definition' and `define-key' calls against
5558 multiple execution. Use terminal-local binding of
5559 local-function-key-map instead of function-key-map. Pass a frame
5560 to getenv.
5561
5562 * edmacro.el (edmacro-format-keys):
5563 * emulation/cua-base.el (cua--pre-command-handler):
5564 * isearch.el (isearch-other-meta-char):
5565 * xt-mouse.el: Use terminal-local binding of
5566 local-function-key-map instead of function-key-map.
5567
5568 * fringe.el (set-fringe-mode): Simplify and fix using
5569 `modify-all-frames-parameters'.
5570 * scroll-bar.el (set-scroll-bar-mode): Ditto.
5571 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
5572 check before calling `tool-bar-setup'.
5573 (tool-bar-setup): New variable.
5574 (tool-bar-setup): Use it to guard against multiple calls. Add
5575 optional frame parameter, and select that frame before adding items.
5576 (toggle-tool-bar-mode-from-frame): New function.
5577
5578 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5579 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5580 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5581 "Tool-bar" toggles to reflect the state of the current frame.
5582 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5583
5584 * env.el: Require cl for byte compilation (for `block' and `return').
5585 (environment, setenv-internal): New functions.
5586 (let-environment): New macro.
5587 (setenv, getenv): Add optional terminal parameter. Update docs.
5588 (setenv): Use setenv-internal. Always set process-environment.
5589 Handle `local-environment-variables'.
5590 (read-envvar-name, setenv, getenv): Use frame parameters
5591 to store the local environment, not terminal parameters. Include
5592 `process-environment' as well.
5593
5594 * faces.el (tty-run-terminal-initialization): New function.
5595 (tty-create-frame-with-faces): Use it. Set up faces and
5596 background mode only after the terminal has been initialized.
5597 Call terminal-init-*. Don't load the initialization file more
5598 than once. Call set-locale-environment.
5599 (frame-set-background-mode): Handle the 'background-mode terminal
5600 parameter.
5601 (tty-find-type): New function.
5602 (x-create-frame-with-faces): Remove bogus check for
5603 first frame. Call `tool-bar-setup'. Don't make frame visible
5604 until we are done setting up all its parameters. Call
5605 x-setup-function-keys.
5606
5607 * frame.el (make-frame): Always inherit 'environment and 'client
5608 parameters. Set up the 'environment frame parameter, when needed.
5609 Also inherit 'client parameter. Don't override explicitly
5610 specified values with inherited ones. Add 'terminal frame
5611 parameter. Append window-system-default-frame-alist to parameters
5612 before calling frame-creation-function.
5613 (frame-initialize): Copy the environment from the initial frame.
5614 (window-system-default-frame-alist): Enhance doc string.
5615 (frame-notice-user-settings): Don't put 'tool-bar-lines in
5616 `default-frame-alist' when initial frame is on a tty.
5617 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
5618 Remove specified parameters from `window-system-default-frame-alist'.
5619 (make-frame-on-tty, framep-on-display, suspend-frame):
5620 Extend doc string, update parameter names.
5621 (frames-on-display-list): Use terminal-id to get the display id.
5622 (frame-notice-user-settings): Extend to apply
5623 settings in `window-system-default-frame-alist' as well.
5624 (terminal-id, terminal-parameters, terminal-parameter)
5625 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
5626 (delete-frame-functions): Add to `delete-frame-functions' hook.
5627 (blink-cursor-mode): Adapt blink-cursor-mode default
5628 value from startup.el.
5629 (make-frame-on-display): Protect condition on x-initialized when
5630 x-win.el is not loaded. Update doc.
5631 (suspend-frame): Use display-controlling-tty-p to decide between
5632 suspend-emacs and suspend-tty.
5633 (frames-on-display-list): Update for display ids.
5634 (framep-on-display): Ditto.
5635 (suspend-frame): Use display-name, not frame-tty-name.
5636 (selected-terminal): New function.
5637
5638 * server.el: Use `device' instead of `display' or `display-id' in
5639 variable and client parameter names.
5640 (server-select-display): Remove (unused).
5641 (server-tty-live-p, server-handle-delete-tty): Remove.
5642 (server-unquote-arg, server-quote-arg, server-buffer-clients):
5643 Update docs.
5644 (server-getenv-from, server-with-environment, server-send-string)
5645 (server-save-buffers-kill-terminal): New functions.
5646 (server-delete-client): Handle quits in kill-buffer. Don't kill
5647 modified buffers. Add extra logging. Delete frames after
5648 deleting the tty. Clear 'client parameter before deleting a frame.
5649 Use delete-display, not delete-tty.
5650 (server-visit-files): Don't set `server-existing-buffer' if the
5651 buffer already has other clients. Return list of buffers
5652 created. Update doc. Don't set client-record when nowait.
5653 (server-handle-delete-frame): Delete the client if this was its
5654 last frame. Check that the frame is alive. Remove bogus comment.
5655 Add note on possible race condition. Delete tty clients, if needed.
5656 (server-handle-suspend-tty): Use server-send-string. Kill the
5657 client in case of errors from process-send-string. Use the display
5658 parameter.
5659 (server-unload-hook): Remove obsolete delete-tty hook.
5660 (server-start): Ask before restarting if the old server still has
5661 clients. Add feedback messages. Remove obsolete delete-tty hook.
5662 (server-process-filter): Use server-send-string. Accept `-dir'
5663 command. Switch to *scratch* immediately after creating the frame,
5664 before evaluating any -evals. Protect `display-splash-screen'
5665 call in a condition-case. Explain why. Call
5666 `display-startup-echo-area-message' before
5667 `display-splash-screen'. Don't display the splash screen when no
5668 frame was created. Show the Emacs splash screen and startup echo
5669 area message. Display the *scratch* buffer by default. Store the
5670 local environment in a frame (not terminal) parameter. Do not try
5671 to decode environment strings. Fix reference to the 'display
5672 frame parameter. Change syntax of environment variables. Put
5673 environment into terminal parameters, not client parameters. Use
5674 a dummy client with --no-wait's X frames. In `-position LINE'
5675 handler, don't ruin the request string until the line number is
5676 extracted. Log opened files. Handle -current-frame command.
5677 Don't create frames when it is given. Don't bind X frames to the
5678 client when we are in -no-wait mode. Set locale environment
5679 variables from client while creating tty frames. Disable call to
5680 configure-display-for-locale. When processing -position command,
5681 don't change the request string until the parameters are
5682 extracted. Don't try to create an X frame when Emacs does not
5683 support it. Improve logging. Temporarily set ncurses-related
5684 environment variables to those of the client while creating a new
5685 tty frame. Select buffers opened by nowait clients, don't leave
5686 them buried under others. Set the display parameter, and use it
5687 when appropriate.
5688
5689 * startup.el (display-startup-echo-area-message): Handle
5690 `inhibit-startup-echo-area-message' here.
5691 (command-line-1): Moved from here.
5692 (fancy-splash-screens): Use `overriding-local-map' instead of
5693 `overriding-terminal-local-map' for now; the latter doesn't work
5694 right, it looses keypresses to another terminal. Use
5695 `overriding-terminal-local-map' to set up keymap. Install a
5696 `delete-frame-functions' hook to catch `delete-frame' events.
5697 Ignore `select-window' events to cope better with
5698 `focus-follows-mouse'. Don't switch back to the original buffer
5699 if the splash frame has been killed. Restore previous buffer, even
5700 if it's *scratch*.
5701 (normal-splash-screen): Don't let-bind `mode-line-format'; it
5702 changes the global binding - setq it instead. Use
5703 `save-buffers-kill-terminal'.
5704 (display-splash-screen): Don't do anything if the splash screen is
5705 already displayed elsewhere.
5706 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
5707 (command-line): Replace duplicated code with a call to
5708 tty-run-terminal-initialization. Don't load the terminal
5709 initialization file more than once. Remove call to nonexistent
5710 function `set-locale-translation-file-name'.
5711
5712 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
5713 parameters.
5714 (xterm-mouse-position-function, xterm-mouse-event): Update.
5715 (xterm-mouse-mode): Don't depend on current value of window-system.
5716 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5717 Update for multi-tty.
5718 (turn-on-xterm-mouse-tracking-on-terminal)
5719 (turn-off-xterm-mouse-tracking-on-terminal)
5720 (xterm-mouse-handle-delete-frame): New functions.
5721 (delete-frame-functions, after-make-frame-functions)
5722 (suspend-tty-functions, resume-tty-functions): Install extra hooks
5723 for multi-tty.
5724
5725 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * simple.el (invisible-p): Remove: implemented in C now.
5728 (line-move-invisible-p): Remove obsolete alias.
5729
5730 2007-08-28 Juri Linkov <juri@jurta.org>
5731
5732 * image-mode.el (image-type): New variable.
5733 (image-mode): Set default major mode name to "Image[text]".
5734 (image-minor-mode): Change LIGHTER to display image-type in the
5735 mode line.
5736 (image-minor-mode): Set default image-type to "text".
5737 (image-toggle-display): After switching to text mode, set
5738 image-type to "text" and major mode name to "Image[text]".
5739 After switching to image mode, set image-type to actual image
5740 type, and add image type to major mode name. Let-bind the same
5741 variable names as arguments of `image-type' and `create-image'.
5742 Bind `type' to the result of `image-type' and use it as arg
5743 of `create-image' to not determine the image type twice.
5744
5745 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
5746
5747 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
5748 (tramp-set-file-uid-gid, tramp-get-local-uid)
5749 (tramp-get-local-gid): New defuns.
5750 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
5751 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
5752 Improve fast track.
5753 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
5754 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
5755 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
5756 (tramp-handle-write-region): Improve fast track.
5757 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
5758 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
5759 be nil.
5760
5761 2007-08-28 Ivan Kanis <apple@kanis.eu>
5762
5763 * time.el: New feature to display several time zones in a buffer.
5764 (display-time-world-mode, display-time-world-display)
5765 (display-time-world, display-time-world-timer): New functions.
5766 (display-time-world-list, display-time-world-time-format)
5767 (display-time-world-buffer-name, display-time-world-timer-enable)
5768 (display-time-world-timer-second, display-time-world-mode-map):
5769 New variables.
5770
5771 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5772
5773 * term/x-win.el (x-gtk-stock-map): New variable.
5774 (x-gtk-map-stock): New function.
5775
5776 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5777 prev/next-node.
5778
5779 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5780
5781 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5782
5783 2007-08-28 Glenn Morris <rgm@gnu.org>
5784
5785 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
5786
5787 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5788
5789 * progmodes/modula2.el (m2-definition, m2-module):
5790 Don't use previous-line. Reported by T. V. Raman.
5791
5792 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5793
5794 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5795 argument to tool-bar-mode call.
5796
5797 2007-08-27 Glenn Morris <rgm@gnu.org>
5798
5799 * diff-mode.el (diff-find-file-name): Only accept regular files,
5800 to rule out /dev/null, directories, etc.
5801
5802 * vc-svn.el (vc-svn-diff): If the repository version of all the
5803 files is the same as the specified OLDVERS, do a local diff.
5804
5805 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5808 of buffers in uniquify-managed.
5809
5810 * simple.el (invisible-p): Rename from text-invisible-p.
5811 Update callers.
5812
5813 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5816 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5817 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5818 (cperl-etags-goto-tag-location): Use new style backquotes.
5819
5820 * net/browse-url.el: Remove spurious * in custom docstrings.
5821 (browse-url-filename-alist): Use new-style backquote.
5822
5823 * emacs-lisp/backquote.el (backquote-unquote-symbol)
5824 (backquote-splice-symbol): Clarify they're not new-style unquotes.
5825
5826 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5827 (\,@): Backslash the , and ,@ which are not new-style unquotes.
5828
5829 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5830
5831 * net/socks.el (socks-username/password-auth-filter):
5832 Remove unused vars `state' and `desired-len'.
5833 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5834 (socks-wait-for-state-change): Use new-style backquotes.
5835
5836 * pcvs.el (cvs-mode-status): Fix long-standing typo.
5837
5838 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5839 backquotes after each `read' rather than once per buffer.
5840
5841 * dframe.el: Remove spurious * in custom docstrings.
5842 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5843 (dframe-xemacs20p): Remove, inline at the sole use point.
5844 (defface): Don't defvar the face, don't use old-style backquote.
5845 (defcustom): Don't use old-style backquote.
5846 (dframe-frame-parameter, dframe-mouse-event-p):
5847 Make it obvious that it's always defined.
5848 (dframe-popup-kludge): New function to replace
5849 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5850 (dframe-frame-mode, dframe-set-timer-internal)
5851 (dframe-mouse-set-point): Remove use of with-no-warnings from
5852 XEmacs-specific code.
5853 (dframe-set-timer-internal): Fix very old bug with
5854 post-command-idle-hook.
5855
5856 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5857
5858 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5859
5860 * emacs-lisp/avl-tree.el: New file.
5861
5862 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5863
5864 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5865 was used.
5866
5867 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
5868
5869 * complete.el (PC-do-completion): Make RET accept a non-unique but
5870 complete expansion again.
5871
5872 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
5873
5874 * eshell/esh-opt.el (eshell-eval-using-options):
5875 Add debug declaration.
5876
5877 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5878
5879 * log-view.el (log-view-toggle-mark-entry): Add docstring.
5880 (log-view-get-marked): Likewise.
5881
5882 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5883 (vc-delete-automatic-version-backups): Likewise.
5884
5885 * vc.el (vc-dired-buffers-for-dir): Likewise.
5886
5887 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5888
5889 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5890 safe-local-variable setting.
5891 * progmodes/perl-mode.el (perl-indent-level): Likewise.
5892
5893 * log-view.el (log-view-marked-list): Delete variable.
5894 (log-view-mode): Don't use it.
5895 (log-view-toggle-mark-entry): Likewise, simplify.
5896 (log-view-current-tag): Don't return properties.
5897 (log-view-get-marked): New function.
5898
5899 2007-08-25 Alexandre Julliard <julliard@winehq.org>
5900
5901 * vc-git.el (vc-git-mode-line-string): New function.
5902
5903 2007-08-25 Alan Mackenzie <acm@muc.de>
5904
5905 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5906 new language variable.
5907
5908 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5909 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5910 "extern" etc., rather than BOI. Fix addition of spurious
5911 syntactic-symbol 'defun-block-intro, replacing it with
5912 'innamespace, etc.
5913
5914 2007-08-25 Juri Linkov <juri@jurta.org>
5915
5916 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5917
5918 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5919 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5920 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5921
5922 * image.el (image-type-header-regexps): Use more complex regexp for svg.
5923 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5924 (image-type-auto-detectable): Add (svg . maybe).
5925
5926 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5927 to treat it like .tgz.
5928
5929 * calendar/cal-bahai.el: Add file coding cookie.
5930
5931 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
5932
5933 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5934 Don't behave differently when executed via M-x. Add doc string.
5935
5936 * sort.el (sort-fold-case, sort-numeric-base): Mark as
5937 safe-local-variable.
5938
5939 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
5940
5941 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5942 the default value.
5943 (math-calendar-tzinfo): New variable.
5944 (math-get-calendar-tzinfo): New function.
5945 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5946 to get information when zone is nil.
5947
5948 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5949
5950 * log-view.el (log-view-toggle-mark-entry): New function.
5951 (log-view-mode-map): Bind it.
5952 (log-view-marked-list): New variable.
5953 (log-view-mode): Make it local.
5954
5955 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5956
5957 * play/zone.el (zone-pgm-rat-race): New func.
5958 (zone-programs): Add `zone-pgm-rat-race'.
5959
5960 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5963 a list.
5964
5965 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5966
5967 * progmodes/hideshow.el (hs-match-data): Delete alias.
5968 (hs-hide-block-at-point, hs-find-block-beginning)
5969 (hs-show-block): Use `match-data' directly.
5970
5971 2007-08-24 Martin Rudalics <rudalics@gmx.at>
5972
5973 * format.el (format-alist): Fix typo in doc-string.
5974
5975 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
5976
5977 * net/tramp.el (tramp-local-host-p): New defun.
5978 (tramp-handle-file-local-copy, tramp-handle-write-region):
5979 Implement fast track when being on the local host.
5980 (tramp-file-name-handler): Don't set "started" property. It shall
5981 be reserved for the "ftp" method.
5982 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5983
5984 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
5985 (tramp-ftp-file-name-handler): Set "started" property.
5986
5987 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5988
5989 * files.el (backup-buffer-copy): Don't wrap delete in
5990 condition-case, only try to delete if file exists.
5991
5992 2007-08-24 Glenn Morris <rgm@gnu.org>
5993
5994 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5995
5996 * startup.el (tutorial-directory): Set with eval-at-startup so it
5997 gets the right value in an installed Emacs.
5998
5999 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6000
6001 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6002 (eldoc-highlight-function-argument): Use it.
6003
6004 2007-08-23 Masatake YAMATO <jet@gyve.org>
6005
6006 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6007 name of parameters in document body.
6008
6009 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6012 (byte-compile-output-as-comment): Use with-current-buffer rather than
6013 a weird set-buffer&prog1 combination.
6014
6015 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6016 test so as to optimise cases where the `progn's result is constant.
6017
6018 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6019
6020 * locate.el (locate-get-file-positions):
6021 Use line-beginning-position and line-end-position.
6022
6023 2007-08-23 John Wiegley <johnw@newartisans.com>
6024
6025 * calendar/cal-bahai.el: Added in the diacriticals that were
6026 missing for many of the month names.
6027
6028 2007-08-22 Jason Rumney <jasonr@gnu.org>
6029
6030 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6031
6032 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6035
6036 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6037
6038 * dabbrev.el (dabbrev--progress-reporter): New variable.
6039 (dabbrev--scanning-message): Delete func.
6040 (dabbrev--find-expansion): Use a progress reporter
6041 instead of dabbrev--scanning-message.
6042
6043 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6044
6045 * comint.el (comint-exec-1): Raise an error if
6046 `start-file-process' does not return a process object.
6047
6048 * shell.el (shell): Prompt for `default-directory' if it is a
6049 remote file name, and if called with a prefix arg.
6050
6051 2007-08-22 Sam Steingold <sds@gnu.org>
6052
6053 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6054
6055 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6056
6057 * textmodes/org-export-latex.el: New file.
6058
6059 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6060
6061 * textmodes/org.el (org-agenda-skip): Allow a form for
6062 `org-agenda-skip-function'.
6063 (org-agenda-redo): Re-use local settings.
6064 (org-agenda): Store local settings.
6065 (org-agenda-deadline-faces): New option.
6066 (org-agenda-deadline-face): New function.
6067 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6068 entries on their due date.
6069 (org-agenda-get-timestamps): No longer handle the due dates of
6070 schedules and deadline items.
6071 (org-insert-link-global, org-open-at-point-global): New commands.
6072 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6073 :for-ascii parameter.
6074 (org-skip-comments): Function removed.
6075 (org-cleaned-string-for-export): Handle special table lines.
6076 (org-global-properties): New option.
6077 (org-entry-get-with-inheritance): Check global properties.
6078 (org-local-properties): New variable.
6079 (org-set-regexps-and-options): Find the #+PROPERTY line.
6080 (org-link-types): Change type into variable (was constant).
6081 (org-make-link-regexps): New function.
6082 (org-link-re-with-space, org-link-re-with-space2)
6083 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6084 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6085 these regular expressions happens now in the function
6086 `org-make-link-regexps'.
6087 (org-store-link): Call the functions in
6088 `org-store-link-functions'.
6089 (org-add-link-type): New function.
6090 (org-store-link-functions): New variable.
6091 (org-activate-tags): Force matches to be in headlines.
6092 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6093 (org-columns-display-here): Make sure this works in a narrowed
6094 buffer by checking for point-min.
6095 (org-columns-display-here): Make the rest of the line intangible,
6096 so that point never can be there.
6097 (org-cleaned-string-for-export): Use `with-current-buffer'.
6098 (org-replace-region-by-html): Use `with-current-buffer'.
6099 (org-unfontify-region, org-do-occur, org-columns-display-here)
6100 (org-columns-remove-overlays, org-columns-quit)
6101 (org-columns-edit-value, org-columns-next-allowed-value)
6102 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6103 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6104 (org-agenda-todo, org-agenda-change-all-lines)
6105 (org-agenda-align-tags, org-agenda-priority)
6106 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6107 (org-agenda-show-new-time, org-cleaned-string-for-export)
6108 (org-export-grab-title-from-buffer)
6109 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6110 instead of `buffer-read-only'.
6111 (org-export-as-html): Set `coding-system-for-write'.
6112 (org-remember-store-without-prompt): New option.
6113 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6114 (org-beginning-of-line): Also treat C-a special in items.
6115 (org-table-convert-refs-to-rc): Fixed problem with column
6116 reference after "..".
6117 (org-columns-compute): Don't mark buffer modified because of text
6118 properties.
6119 (org-batch-store-agenda-views): Use the variable
6120 `default-directory', not the function.
6121 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6122 (org-clock-out-when-done): New option.
6123 (org-html-entities): Added HTML entities for smileys.
6124
6125 2007-08-22 Glenn Morris <rgm@gnu.org>
6126
6127 * image.el (create-image): Doc fix.
6128
6129 * startup.el (tutorial-directory): New constant.
6130 (fancy-splash-text): Tutorials now in tutorial-directory.
6131 * tutorial.el (help-with-tutorial): Tutorials now in
6132 tutorial-directory.
6133
6134 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6135
6136 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6137 otherwise.
6138 (tramp-get-remote-path): New defun. Replace occurrences of
6139 `tramp-default-remote-path' by this function.
6140 (tramp-set-remote-path): Move most of the code to
6141 `tramp-get-remote-path'.
6142 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6143 existing directories, this is done already in
6144 `tramp-get-remote-path'.
6145
6146 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6147
6148 * image-file.el (image-file-name-extensions): Add "svg".
6149 * image.el (image-type-header-regexps): Add svg entry.
6150
6151 2007-08-22 Glenn Morris <rgm@gnu.org>
6152
6153 * files.el (backup-buffer-copy): Check backup directory is
6154 writable, to avoid infloop deleting old backup.
6155
6156 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6157 movemail related variables.
6158 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6159 will now be set before this is called.
6160
6161 2007-08-21 Juri Linkov <juri@jurta.org>
6162
6163 * delsel.el (delete-selection-pre-hook):
6164 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6165 instead of checking last-command.
6166
6167 2007-08-21 Juri Linkov <juri@jurta.org>
6168
6169 * loadup.el: Preload "button".
6170
6171 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6174 Add previous-line and next-line.
6175
6176 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6177 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6178
6179 * vc-hooks.el (vc-menu-entry): New var.
6180 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6181 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6182 (vc-menu-map): Declare and initialize in one step.
6183 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6184
6185 * menu-bar.el (vc-menu-map): Don't setup any more.
6186 Instead, just create the proper spot in the menu.
6187
6188 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * smerge-mode.el (smerge-resolve): New arg `safe'.
6191 (smerge-resolve-all, smerge-batch-resolve): New function.
6192 (smerge-refine): Make sure `diff' returns the expected result.
6193 (smerge-parsep-re): New const.
6194 (smerge-mode): Use it to adjust paragraph-separate.
6195
6196 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6197 Correctly match / regexp matchers as first char on a line when
6198 fontifying only that line.
6199
6200 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6201
6202 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6205 (vc-bzr-registered): Don't redundantly protect against
6206 file-error. Actually use the format-specific code.
6207 (vc-bzr-buffer-nonblank-p): Remove.
6208 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6209
6210 2007-08-20 Juri Linkov <juri@jurta.org>
6211
6212 * startup.el (fancy-splash-text): Change multiple tabs into one
6213 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6214 and "Recover Crashed Session").
6215 (fancy-splash-screens): Set tab-width to 22.
6216 (normal-splash-screen): Replace literal tabs with \t and
6217 fix whitespace. Remove "Useful File menu items" section (with
6218 "Exit Emacs" and "Recover Crashed Session").
6219
6220 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6221
6222 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6223 extracted from `eval-last-sexp-1'.
6224 (eval-last-sexp-1): Call `preceding-sexp'.
6225
6226 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6227
6228 * vc-rcs.el (vc-rcs-annotate-command):
6229 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6230 Add back :vc-annotate-prefix propertization.
6231
6232 2007-08-20 Andreas Schwab <schwab@suse.de>
6233
6234 * mail/rmail.el (rmail-autodetect): Doc fix.
6235
6236 2007-08-19 Juri Linkov <juri@jurta.org>
6237
6238 * startup.el (normal-splash-screen): Add more links.
6239
6240 2007-08-19 Juri Linkov <juri@jurta.org>
6241
6242 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6243 because it's common to both types of splash screen: fancy and normal.
6244 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6245 (exit-splash-screen): Rename from `fancy-splash-quit'.
6246 Use `quit-window' instead of `kill-buffer'.
6247 (fancy-splash-head): Use make-button to insert GNU image link.
6248 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6249 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6250 (normal-splash-screen): Put "Browse manuals" on the same line with
6251 "Emacs manual". Remove descriptions from "Useful tasks" and put
6252 all links in two columns on two lines.
6253
6254 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6255
6256 * emulation/viper.el (viper-remove-hooks): Remove some additional
6257 viper hooks when the user calls viper-go-away.
6258 (viper-go-away): Restore the default of default-major-mode.
6259 Save the value of default-major-mode before vaperization.
6260
6261 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6262
6263 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6264
6265 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6266 buffer for which file is created.
6267
6268 2007-08-19 Glenn Morris <rgm@gnu.org>
6269
6270 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6271 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6272 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6273 shadow files messing up the compilation.
6274
6275 2007-08-18 Glenn Morris <rgm@gnu.org>
6276
6277 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6278 string. Also apply eldoc-argument-case in the help-split-fundoc
6279 case. Adapt for changed behavior of eldoc-function-argstring,
6280 eldoc-function-argstring-format, and
6281 eldoc-highlight-function-argument.
6282 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6283 just call eldoc-docstring-format-sym-doc in that case.
6284 (eldoc-function-argstring): Change the behavior. Now it converts
6285 an argument list to a string.
6286 (eldoc-function-argstring-format): Change the behavior. Now it
6287 applies `eldoc-argument-case' to a string.
6288
6289 * progmodes/scheme.el (scheme-mode-variables): Set
6290 font-lock-comment-start-skip.
6291
6292 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6293
6294 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6295 set-syntax-table from here to ...
6296 (ada-mode): ... here. Do not change global value of
6297 comment-multi-line. Call new function
6298 ada-initialize-syntax-table-properties and add new function
6299 ada-handle-syntax-table-properties to font-lock-mode-hook.
6300 (ada-deactivate-properties, ada-initialize-properties): Replace
6301 by new functions ...
6302 (ada-handle-syntax-table-properties)
6303 (ada-initialize-syntax-table-properties)
6304 (ada-set-syntax-table-properties): ... to set up syntax-table
6305 properties uniformly, independently from whether font-lock-mode
6306 is enabled or not. Handle read-only buffers and do not change
6307 undo-list when setting syntax-table properties.
6308 (ada-after-change-function): Use ada-set-syntax-table-properties.
6309
6310 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6311
6312 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6313 (meta-indent-current-nesting): Use a computation of the nesting
6314 instead.
6315 (meta-indent-current-indentation): Indentation is given according
6316 to nesting and if the previous line was finished or not.
6317 (meta-indent-unfinished-line): Tell if the current line ends with
6318 a finished expression.
6319 (meta-indent-looking-at-code): Like `looking-at', but checks if
6320 the point is in a string before.
6321 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6322 done in the nesting function.
6323 (meta-indent-in-string-p): Tell if the current point is in a
6324 string.
6325 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6326 previous functions.
6327
6328 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6329
6330 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6331 (copyright-update-year, copyright-update)
6332 (copyright-fix-years): Use it.
6333
6334 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6335
6336 * emacs-lisp/copyright.el (copyright-update-year):
6337 Fix bug: Handle nil copyright-limit.
6338
6339 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6340
6341 * calc/calc-units.el (math-standard-units): Give exact
6342 conversion for tsp.
6343
6344 * calc/calc.el (math-bignum-digit-length): Compute the
6345 appropriate value.
6346
6347 * calc/calc-bin.el (math-bignum-logb-digit-size)
6348 (math-bignum-digit-power-of-two):
6349 * calc/calc-comb.el (math-small-factorial-table):
6350 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6351 (math-approx-gamma-const):
6352 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6353 (math-besY1, math-bernoulli-b-cache):
6354 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6355 Remove `eval-when-compile's.
6356
6357 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6358
6359 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
6360 (cperl-find-pods-heres): Fix an error when typing expressions like
6361 `s{a}{b}'.
6362
6363 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6364
6365 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
6366 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6367 a special case (there's no build number).
6368
6369 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6370
6371 * completion.el (symbol-under-point, symbol-before-point)
6372 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
6373
6374 2007-08-17 Glenn Morris <rgm@gnu.org>
6375
6376 * progmodes/compile.el (compilation-get-file-structure): Make use
6377 of the directory part when checking for an existing entry, to
6378 handle files with same basename in different directories.
6379
6380 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6381
6382 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6383
6384 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6385
6386 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
6387 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6388 (ps-paragraph-spacing): Docstring fix.
6389
6390 2007-08-16 Glenn Morris <rgm@gnu.org>
6391
6392 * ps-print.el (ps-font-size): Doc fix.
6393
6394 2007-08-16 Richard Stallman <rms@gnu.org>
6395
6396 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6397
6398 2007-08-15 Juri Linkov <juri@jurta.org>
6399
6400 * startup.el (initialization): Change parent group from `internal'
6401 to `environment'.
6402 (initial-buffer-choice): New variable.
6403 (command-line): Revert 2007-07-02 change that sets
6404 buffer-offer-save in *scratch* and enables auto-save in it.
6405 (fancy-splash-text): Add links to existing items. Add new items
6406 with links for useful tasks. Move information about Control-g to
6407 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6408 (fancy-splash-keymap): New variable.
6409 (fancy-splash-last-input-event): Remove variable.
6410 (fancy-splash-insert): Add processing of `:link' element.
6411 (fancy-splash-head): Replace "Type Control-l to begin editing"
6412 with "Type `q' to exit".
6413 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6414 (fancy-splash-default-action, fancy-splash-special-event-action):
6415 Remove functions.
6416 (fancy-splash-quit): New function.
6417 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6418 `static' and reverse the condition of its usage. Don't preserve
6419 original values of `minor-mode-map-alist',
6420 `emulation-mode-map-alists', `special-event-map'.
6421 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6422 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6423 Remove processing of special events. Use local key map
6424 `fancy-splash-keymap'. Set buffer to read-only.
6425 (normal-splash-screen): Rename input arg from `hide-on-input' to
6426 `static' and reverse the condition of its usage.
6427 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6428 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6429 Add links to existing items. Add new items with links for useful
6430 tasks. Use local key map `fancy-splash-keymap'.
6431 (display-splash-screen): Rename input arg from `hide-on-input' to
6432 `static'.
6433 (about-emacs): Add alias to display-splash-screen.
6434 (command-line-1): Use `initial-buffer-choice'.
6435
6436 * menu-bar.el (menu-bar-help-menu):
6437 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
6438 item to about-emacs instead of display-splash-screen.
6439
6440 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6441
6442 * calc/calc-units.el (math-standard-units): Update values.
6443 Put in exact, rational values when possible.
6444 (math-unit-prefixes): Replace floats with powers of ten.
6445 (math-standard-units-systems): Replace floats with integers.
6446 (math-make-unit-string): Remove extra spaces in output.
6447
6448 2007-08-15 Glenn Morris <rgm@gnu.org>
6449
6450 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
6451 sloppier, for the sake of GNU Mailman.
6452 (rmail-digest-rfc1153): Initialize `result' correctly.
6453
6454 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6455
6456 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
6457 in the mail title. Suggested by Reiner Steib.
6458
6459 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
6460
6461 * calc/calc-aent.el (calc-do-quick-calc): Add binary
6462 representation of integers to the list of outputs.
6463
6464 2007-08-14 Glenn Morris <rgm@gnu.org>
6465
6466 * simple.el (bad-packages-alist): New constant.
6467 (bad-package-check): New function. Together, these two add elements
6468 to `after-load-alist' to check for problematic external packages.
6469 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
6470
6471 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6472
6473 * calc/calc-units.el (math-get-standard-units)
6474 (math-get-units, math-make-unit-string)
6475 (math-get-default-units, math-put-default-units): New functions.
6476 (math-default-units-table): New variable.
6477 (calc-convert-units, calc-convert-temperature): Add machinery
6478 to supply default values.
6479
6480 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
6483 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
6484 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
6485 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
6486
6487 * emulation/tpu-extras.el: Remove spurious * in docstrings.
6488 Put its autoloads into tpu-edt.el rather than loaddefs.el.
6489 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
6490 Make into a proper minor-mode.
6491 (tpu-backward-char, tpu-next-line, tpu-previous-line)
6492 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
6493 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
6494 (tpu-set-cursor-free, tpu-set-cursor-bound):
6495 Delegate to tpu-cursor-free-mode.
6496 (tpu-next-line, tpu-previous-line, tpu-forward-line)
6497 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
6498 Use line-move or forward-line instead of next-line-internal.
6499
6500 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
6501
6502 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
6503
6504 2007-08-12 Richard Stallman <rms@gnu.org>
6505
6506 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
6507 (cvs-execute-single-file): Use new name split-string-and-unquote.
6508 (cvs-header-msg): Use new name combine-and-quote-strings.
6509
6510 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
6511
6512 * progmodes/gud.el (gud-common-init): Use new name
6513 split-string-and-unquote.
6514
6515 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
6516 in javac regexp.
6517
6518 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
6519 combine-and-quote-strings and split-string-and-unquote.
6520
6521 * subr.el (combine-and-quote-strings): Rename from strings->string.
6522 (split-string-and-unquote): Rename from string->strings.
6523
6524 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
6527 to buffer-local settings.
6528
6529 * emacs-lisp/backquote.el (backquote-delay-process): New function.
6530 (backquote-process): Add internal arg `level'. Use the two to
6531 correctly handle nested backquotes.
6532
6533 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
6534
6535 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6536 (vc-bzr-state-words): Add "kind changed" state word.
6537 (vc-bzr-status): New function. Return Bzr idea of file status,
6538 which is different from VC's.
6539 (vc-bzr-state): Use vc-bzr-status.
6540 (vc-workfile-unchanged-p): Use vc-bzr-status.
6541 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6542 (vc-dired-state): Process "kind changed" state word.
6543
6544 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6547
6548 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6549 Move from vc-default-find-file-not-found-hook.
6550
6551 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * man.el: Remove spurious * in docstrings.
6554 Merge defvars and toplevel setq-defaults.
6555 (Man-highlight-references0): Limit=nil rather than point-max.
6556 (Man-mode-map): Move initialization into the declaration.
6557 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6558 (Man-view-header-file): Use expand-file-name rather than concat.
6559 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6560
6561 * man.el (Man-next-section): Make sure we do not move backward.
6562
6563 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * files.el (auto-mode-alist): Use the purecopied text (duh!).
6566
6567 2007-08-08 Glenn Morris <rgm@gnu.org>
6568
6569 * Replace `iff' in doc-strings and comments.
6570
6571 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6572
6573 * dired.el (dired-pop-to-buffer):
6574 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6575 * calendar/calendar.el (generate-calendar-window):
6576 * progmodes/compile.el (compilation-set-window-height):
6577 * textmodes/two-column.el (2C-two-columns, 2C-merge):
6578 Use window-full-width-p instead of comparing frame-width and
6579 window-width.
6580
6581 * progmodes/compile.el (compilation-find-buffer): Remove extra
6582 argument in call to compilation-buffer-internal-p.
6583
6584 2007-08-07 Tom Tromey <tromey@redhat.com>
6585
6586 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6587 Add safe-local-variable property.
6588
6589 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * image-mode.el (image-toggle-display): Use image-refresh.
6592
6593 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
6594
6595 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6596 unofficial version.
6597 (vc-bzr-command): Remove redundant setting of process-connection-type.
6598 (vc-bzr-admin-checkout-format-file): Add autoload.
6599 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6600 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6601 (vc-bzr-registered): Compare dirstate format tag with known good
6602 value, abort parsing if match fails. Warn user in docstring.
6603 (vc-bzr-workfile-version): Case for different Bzr branch formats.
6604 See bzrlib/branch.py in Bzr sources.
6605 (vc-bzr-diff): First argument FILES may be a string rather than a list.
6606 (vc-bzr-shell-command): Remove in favor of
6607 vc-bzr-command-discarding-stderr.
6608 (vc-bzr-command-discarding-stderr): New function.
6609
6610 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
6611
6612 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
6613 program, and return nil.
6614 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6615 (vc-bzr-state): Look for path names relative to the repository
6616 root after status keyword.
6617 (vc-bzr-file-name-relative): New function.
6618 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
6619 depend on it.
6620 (vc-bzr-admin-dirname, ...-checkout-format-file)
6621 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
6622 files that we now parse directly for speed.
6623 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
6624 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
6625 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
6626 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
6627 Bzr warnings, so we must discard it.
6628 (vc-bzr-workfile-version): Speedup counting lines from
6629 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
6630 if that file doesn't exist.
6631 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
6632 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
6633 to `vc-directory-exclusion-list'.
6634 (vc-bzr-shell-command): New function.
6635
6636 2007-08-06 Tom Tromey <tromey@redhat.com>
6637
6638 * diff-mode.el (diff-unified->context, diff-reverse-direction)
6639 (diff-fixup-modifs): Typo in docstring.
6640
6641 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
6644 count-screen-lines.
6645 (tpu-edt-off): Disable relevant pieces of advice.
6646
6647 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6648 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
6649 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6650 redefining the function.
6651 (tpu-set-scroll-margins): Activate the pieces of advice.
6652
6653 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6654
6655 * help.el (resize-temp-buffer-window): Use window-full-width-p
6656 instead of comparing frame-width and window-width.
6657
6658 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
6659
6660 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6661 optional quotes around files in NEED-UPDATE . REMOVED case.
6662
6663 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6664 (ada-treat-cmd-string): Improve error message.
6665 (ada-do-file-completion): Call `ada-require-project-file', so
6666 project variables are set properly.
6667 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6668 (ada-gnatfind-buffer-name): New constant.
6669 (ada-find-any-references): Use new constant. Set buffer name
6670 properly in compilation-start. Toggle read-only properly.
6671 (ada-find-in-src-path): Fix spelling error in docstring.
6672
6673 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6674 by zero error.
6675
6676 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6679
6680 2007-08-12 Richard Stallman <rms@gnu.org>
6681
6682 * progmodes/sh-script.el (sh): Delete group `unix'.
6683
6684 * progmodes/gud.el (gud): Change to group `processes'.
6685
6686 2007-08-11 Glenn Morris <rgm@gnu.org>
6687
6688 * progmodes/compile.el (compilation-buffer-name): Don't check
6689 compilation-arguments. It is superfluous, and the variable isn't
6690 even set when this function is called.
6691
6692 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6693
6694 * term/mac-win.el (mac-ae-reopen-application): New function.
6695 (mac-apple-event-map): Bind "reopen application" Apple event to it.
6696
6697 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
6700 take tex-font-script-display into account.
6701 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
6702 cell to a list of 2 elements to simplify the unfontify code.
6703
6704 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6705
6706 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
6707 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
6708 ps-print-color-p is neither nil nor black-white. Reported by Christian
6709 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6710
6711 2007-08-08 Andreas Schwab <schwab@suse.de>
6712
6713 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
6714 self-insert-command, not self-insert.
6715
6716 2007-08-08 Glenn Morris <rgm@gnu.org>
6717
6718 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
6719 argument optional, for backwards compatibility, and only highlight
6720 args when present. Fix symbol name typo (doc/args).
6721
6722 * help-mode.el (help-make-xrefs): Search for symbol constituents,
6723 rather than just `-'.
6724
6725 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
6726
6727 * calc/calc-units.el (calc-convert-temperature):
6728 Use `/' to create fractions.
6729
6730 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
6731
6732 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
6733 global matching.
6734 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
6735 ERROR-BUFFER more robust. Display output.
6736 (tramp-file-name-handler): Add a connection property when we found
6737 a foreign file name handler. This allows backends like ftp to
6738 profit also from usr/host name completion based on connection
6739 cache.
6740 (tramp-send-command-and-read): Search for trash after the regexp
6741 until eol only. In XEmacs, there is a problem with \n.
6742
6743 * net/tramp-cache.el (top): Read persistent connection history
6744 when cache is empty.
6745
6746 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
6747
6748 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
6749 resulting output.
6750
6751 2007-08-07 Sam Steingold <sds@gnu.org>
6752
6753 * progmodes/compile.el (compilation-start): Pass nil as startfile
6754 to comint-exec.
6755
6756 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * longlines.el (longlines-decoded): New variable.
6759 (longlines-mode): Avoid encoding or decoding the buffer twice.
6760
6761 2007-08-07 Martin Rudalics <rudalics@gmx.at>
6762
6763 * format.el (format-insert-file): Make sure that at most one undo
6764 entry is recorded for the insertion. Inhibit point-motion and
6765 modification hooks around call to insert-file-contents.
6766
6767 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6770 Select the buffer's window before moving point.
6771
6772 2007-08-07 Richard Stallman <rms@gnu.org>
6773
6774 * term.el (term): Remove parent group `unix'.
6775
6776 * simple.el (default-indent-new-line): New function.
6777 It calls comment-line-break-function if there are comments.
6778 (do-auto-fill): Use that.
6779
6780 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
6781
6782 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6783 (PC-do-completion): Add "acronym completion" for symbols and
6784 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6785
6786 2007-08-06 Sam Steingold <sds@gnu.org>
6787
6788 * mouse.el (mouse-buffer-menu): Pass mode-name through
6789 format-mode-line because it may be a list,
6790 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6791
6792 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
6793
6794 * printing.el (pr-update-menus): Docstring fix.
6795
6796 2007-08-06 Jason Rumney <jasonr@gnu.org>
6797
6798 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6799
6800 * vc-hooks.el (vc-call): Add doc string.
6801
6802 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
6803
6804 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6805 process-filter.
6806
6807 2007-08-06 Kenichi Handa <handa@m17n.org>
6808
6809 * international/quail.el: Wrap (require 'help-mode) by
6810 eval-when-compile.
6811 (quail-help-init): New function.
6812 (quail-help): Call quail-help-init.
6813 (quail-store-decode-map-key): Change it to a function.
6814
6815 2007-08-05 Jason Rumney <jasonr@gnu.org>
6816
6817 * vc.el (vc-rollback): Add norevert argument back.
6818 (vc-revert-buffer): Add back as obsolete alias.
6819
6820 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
6821
6822 * term.el: Honor term-default-fg-color and term-default-bg-color
6823 settings when modifying term-current-face.
6824 (term-default-fg-color, term-default-bg-color): Initialize from
6825 default term-current-face.
6826 (term-mode, term-reset-terminal): Set term-current-face with
6827 term-default-fg-color and term-default-bg-color.
6828 (term-handle-colors-array): term-current-face has term-default-fg-color
6829 and term-default-bg-color after reset escape sequence.
6830 (term-handle-colors-array): Set term-current-color with
6831 term-default-fg/bg-color instead of ansi-term-color-vector when the
6832 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6833
6834 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6835
6836 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
6837 (math-nlfit-givens): Let bind free variables.
6838
6839 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
6840
6841 * printing.el: Require lpr and ps-print when loading printing package.
6842 Reported by Glenn Morris <rgm@gnu.org>.
6843
6844 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
6845
6846 * files.el (set-auto-mode): Handle also remote files wrt
6847 `auto-mode-alist'.
6848
6849 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
6850
6851 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6852 curves and plotting.
6853
6854 * calc/calc-nlfit.el: New file.
6855
6856 2007-08-04 Glenn Morris <rgm@gnu.org>
6857
6858 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6859 zero, not nil, when the library is first loaded. Check for a file
6860 that has been modified on disk.
6861
6862 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6863 Remove duplicate defvar preventing initialization.
6864 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6865
6866 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6869 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6870 may match up to 4 lines.
6871 (diff-beginning-of-file-and-junk): Rewrite.
6872
6873 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6874
6875 * printing.el: Evaluate require only during compilation.
6876 (pr-version): New version 6.9.1.
6877 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6878 (pr-global-menubar): Fix code.
6879
6880 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
6881
6882 * term.el (term-erase-in-display): Fix case when point is not at
6883 the beginning of the line.
6884
6885 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6886
6887 * calc/calc-ext.el (math-get-value, math-get-sdev)
6888 (math-contains-sdev): New functions.
6889
6890 * calc/calc-graph.el (calc-graph-format-data)
6891 (calc-graph-add-curve): Check for error forms.
6892 (calc-graph-set-styles): Add option for error forms.
6893
6894 2007-08-03 Miles Bader <miles@gnu.org>
6895
6896 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6897 backend names for new backends to `Git', `Hg', and `Bzr'.
6898 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6899 not `HG'.
6900 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6901 name, not `GIT'.
6902 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6903 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6904
6905 2007-08-03 Richard Stallman <rms@gnu.org>
6906
6907 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6908 to update deleted flag.
6909
6910 * cus-edit.el (customize-apropos, customize-apropos-options)
6911 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6912
6913 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6914
6915 * startup.el (fancy-splash-head, startup-echo-area-message):
6916 Change message text.
6917
6918 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6919 All callers use line-move.
6920
6921 * progmodes/compile.el (compilation-find-buffer): Return current
6922 buffer immediately if suitable.
6923 (compile, compilation-buffer-name, compilation-start): Doc fixes.
6924
6925 2007-08-03 Daiki Ueno <ueno@unixuser.org>
6926
6927 * faces.el (face-normalize-spec): New function.
6928 (frame-set-background-mode): Normalize face-spec before calling
6929 face-spec-match-p.
6930
6931 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * server.el (server-window): Add switch-to-buffer-other-frame option.
6934
6935 2007-08-03 Glenn Morris <rgm@gnu.org>
6936
6937 * cus-edit.el (customize-apropos): Make the error message indicate
6938 what kind of thing the user was trying to customize.
6939
6940 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6941
6942 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6943 Fix off-by-one error in previous change.
6944
6945 2007-08-03 Drew Adams <drew.adams@oracle.com>
6946
6947 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6948 Make buffer writable.
6949
6950 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6951
6952 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6953 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
6954 Use native Emacs functions, when appropriate.
6955
6956 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6957 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * vc.el: Document new VC operation `extra-menu'.
6960
6961 * vc-hooks.el (vc-default-extra-menu): New function.
6962
6963 * menu-bar.el (menu-bar-vc-filter): New function.
6964 (menu-bar-tools-menu): Use it as a filter.
6965
6966 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
6967
6968 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6969
6970 2007-08-01 Glenn Morris <rgm@gnu.org>
6971
6972 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6973 strings.
6974 (fortran-tab-mode-default): Remove needless autoload.
6975 (fortran-tab-mode-string): Add help-echo and mouse properties, and
6976 mark as risky.
6977 (fortran-line-length): New buffer-local variable, safe if integer.
6978 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6979 Change from variables to constants.
6980 (fortran-font-lock-syntactic-keywords): Delete as a variable,
6981 replace with a new function definition.
6982 (fortran-mode): Use fortran-line-length, and
6983 fortran-font-lock-syntactic-keywords as a function. Add a
6984 hack-local-variables-hook function.
6985 (fortran-line-length, fortran-hack-local-variables): New functions.
6986 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6987 Use fortran-line-length rather than 72.
6988 (fortran-window-create-momentarily): Doc fix.
6989
6990 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
6991
6992 * cus-edit.el (custom-group-value-create, custom-goto-parent):
6993 Fix parent groups link.
6994
6995 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
6996
6997 * progmodes/python.el (python-current-defun): Adjust to never fall
6998 into infinite loop.
6999
7000 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7003
7004 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7005
7006 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7007 (copyright-fix-years, copyright): Correctly handle the case where
7008 copyright-limit is nil.
7009
7010 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7011
7012 * progmodes/python.el (run-python): Fix path separator under w32.
7013
7014 2007-07-30 Richard Stallman <rms@gnu.org>
7015
7016 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7017 Treat non-break space as whitespace in Lisp.
7018
7019 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * vc.el (vc-dired-hook): Use inhibit-read-only.
7022
7023 * progmodes/compile.el (compilation-forget-errors):
7024 Reset compilation-auto-jump-to-next.
7025
7026 2007-07-30 Michael Olson <mwolson@gnu.org>
7027
7028 * cus-edit.el (custom-group-save): Fix void function definition
7029 error. Thanks to Zhang Wei for the report.
7030
7031 * ps-print.el: Check in trivial changes to the autoloads section
7032 caused by the build process. These autoloads really ought to be
7033 placed in a separate file, methinks.
7034
7035 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * calendar/calendar.el (calendar-mode): Make sure
7038 displayed-(month|year) are set.
7039 (calendar-basic-setup): Display buffer before adjusting window sizes.
7040 (generate-calendar-window): Use inhibit-read-only. Simplify.
7041 Generate buffer and set displayed-month and displayed-year before
7042 calling update-calendar-mode-line.
7043
7044 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7045
7046 * net/tramp.el:
7047 * net/tramp-uu.el:
7048 * net/trampver.el: Use utf-8 encoding with coding cookie.
7049
7050 * net/tramp-cache.el:
7051 * net/tramp-fish.el:
7052 * net/tramp-ftp.el:
7053 * net/tramp-gw.el:
7054 * net/tramp-smb.el: Remove coding cookie.
7055
7056 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7057 Flush buffer file-name's file property.
7058 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7059
7060 * net/trampver.el: Update release number.
7061
7062 2007-07-29 Juri Linkov <juri@jurta.org>
7063
7064 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7065 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7066 when major-mode is not dired-mode.
7067 (dired-toggle-read-only): New function.
7068 (dired-recursive-deletes): Remove obsolete comments about old
7069 default value.
7070 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7071
7072 * wdired.el (wdired-exit): New function.
7073 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7074
7075 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * cus-edit.el (customize-read-group): New fun.
7078 (customize-group-other-window, customize-face-other-window):
7079 Prompt before delegating to customize-(group|face).
7080 Bind pop-up-windows rather than use the other-window argument.
7081 (customize-group, customize-face): Prompt from the interactive spec.
7082 Remove args `prompt-for-group' and `other-window'.
7083
7084 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7085 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7086 last change.
7087
7088 2007-07-28 Masatake YAMATO <jet@gyve.org>
7089
7090 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7091 Use backend name as the menu label. Suggested by David Kastrup.
7092
7093 2007-07-28 Alan Mackenzie <acm@muc.de>
7094
7095 Fix problem with modes derived from CC Mode:
7096 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7097 macro to cc-langs.
7098 (c-init-language-vars-for): Remove call to above macro.
7099 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7100 been moved to here.
7101 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7102
7103 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7104
7105 * net/trampver.el: Fix the `coding' cookie.
7106
7107 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7108
7109 * vc-git.el (vc-git-print-log): Support both the old single file
7110 interface and the new one.
7111
7112 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7113
7114 * bindings.el (mode-line-remote): Use updated %@ construct.
7115
7116 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7119 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7120 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7121 (diary-list-bahai-entries, diary-bahai-mark-entries)
7122 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7123 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7124 New names to clean up namespace.
7125 (list-bahai-diary-entries, mark-bahai-diary-entries)
7126 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7127 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7128 Add compatibility aliases.
7129
7130 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7131
7132 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7133 (calendar-scroll-left-three-months)
7134 (calendar-scroll-right-three-months): Clean up namespace.
7135 (scroll-calendar-left, scroll-calendar-right)
7136 (scroll-calendar-left-three-months)
7137 (scroll-calendar-right-three-months): Add compatibility aliases.
7138
7139 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7140 Behave like mouse-scroll-calendar-* when used from the mouse.
7141
7142 * calendar/cal-menu.el (cal-menu-scroll-menu)
7143 (cal-menu-global-mouse-menu):
7144 * calendar/calendar.el (calendar-mode-map):
7145 Use new calendar-scroll-* names.
7146 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7147 Remove. Use calendar-scroll-* directly instead.
7148
7149 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7152 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7153 (ad-make-advised-definition, ad-cache-id-verification-code):
7154 Use commandp and interactive-form instead.
7155
7156 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7157
7158 * vc-git.el: Relicense to GPLv3 or later.
7159 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7160
7161 * vc-hooks.el (vc-handled-backends): Add GIT.
7162
7163 * vc.el (vc-directory-exclusion-list): Add .git.
7164
7165 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7166
7167 * vc-git.el (vc-git-revision-table)
7168 (vc-git-revision-completion-table): New functions.
7169
7170 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7171
7172 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7173 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7174 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7175 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7176 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7177 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7178 New command actions for EPS header and EPS footer.
7179
7180 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7181 footer. Fix some problems with one-or-more, zero-or-more and
7182 alternative constructions generation. Some log messages
7183 implementation. Doc fix.
7184 (ebnf-version): New version 4.4.
7185 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7186 (ebnf-eps-footer, ebnf-log): New options.
7187 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7188 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7189 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7190 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7191 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7192 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7193 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7194 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7195 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7196 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7197 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7198 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7199 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7200 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7201 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7202 (ebnf-except-dimension, ebnf-alternative-dimension)
7203 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7204 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7205 message fun.
7206 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7207 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7208 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7209 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7210 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7211 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7212 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7213 compatibility with Emacs 20 & 21.
7214 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7215 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7216 (ebnf-basic-empty-height): New vars.
7217 (ebnf-prologue): Fix PostScript code.
7218 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7219 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7220 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7221 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7222
7223 2007-07-25 Glenn Morris <rgm@gnu.org>
7224
7225 * Relicense all FSF files to GPLv3 or later.
7226
7227 * COPYING: Switch to GPLv3.
7228
7229 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7232 Replace it with another one which disables undo before calling
7233 erase-buffer and then turns it back on if needed.
7234
7235 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7236
7237 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7238
7239 2007-07-24 Glenn Morris <rgm@gnu.org>
7240
7241 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7242 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7243 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7244 (cal-tex-cursor-week, cal-tex-cursor-week2)
7245 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7246 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7247 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7248 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7249
7250 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * calendar/calendar.el (calendar-mode-map): Move initialization
7253 into declaration. Add menu bindings (used to be done in cal-menu).
7254 (calendar-mode): Don't add an activate-menubar-hook.
7255
7256 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7257 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7258 can be used on the menu entries.
7259 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7260 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7261 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7262 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7263 (calendar-flatten, cal-menu-update): Remove.
7264 (calendar-mouse-insert-hebrew-diary-entry)
7265 (calendar-mouse-insert-islamic-diary-entry)
7266 (calendar-mouse-insert-bahai-diary-entry):
7267 Remove (fold into cal-menu-diary-menu).
7268 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7269 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7270 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7271 (calendar-mouse-view-diary-entries): Minor simplifications.
7272 (calendar-event-to-date): Use with-current-buffer.
7273
7274 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7275
7276 * add-log.el (change-log-redate): Remove (not needed anymore and
7277 doesn't appear to work).
7278
7279 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * frame.el: Use mapc and dolist instead of mapcar where possible.
7282 (close-display-connection): New command.
7283
7284 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7285
7286 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7287 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7288
7289 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7290
7291 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7292
7293 * ps-mule.el: Doc fix.
7294 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7295 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7296
7297 2007-07-25 Glenn Morris <rgm@gnu.org>
7298
7299 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7300 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7301 (cal-tex-daily-end, cal-tex-hook)
7302 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7303 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7304 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7305 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7306 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7307 (cal-tex-day-prefix, cal-tex-day-name-format)
7308 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7309 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7310 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7311 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7312 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7313 etc, rather than \bf.
7314 (cal-tex-mini-calendar): Fix typos in previous change.
7315 (cal-tex-latexify-list): Remove inner let binding.
7316 (cal-tex-end-document, cal-tex-banner): Use multi-line
7317 cal-tex-comment.
7318 (cal-tex-comment): Handle embedded newlines.
7319 (cal-tex-LaTeXify-string): Use substring-no-properties.
7320
7321 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7322
7323 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7324 Add support for the Maden build tool.
7325
7326 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7327
7328 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7329
7330 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7333
7334 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7335
7336 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7337 C-x C-q.
7338
7339 * vc-git.el (vc-git-print-log): Fix previous change.
7340
7341 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * window.el (save-selected-window): Minor optimization.
7344 (bw-adjust-window): If operation failed, try with a smaller delta.
7345 (window-fixed-size-p): New function.
7346 (window-area-factor): New var.
7347 (balance-windows-area): New command.
7348
7349 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7350 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7351 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7352 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7353 (ps-mule-begin-job): Use dolist.
7354
7355 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7356
7357 * subr.el (start-file-process-shell-command)
7358 (process-file-shell-command): New defuns.
7359
7360 * progmodes/compile.el (compilation-start):
7361 Apply `start-file-process-shell-command'.
7362
7363 2007-07-24 Alexandre Julliard <julliard@winehq.org>
7364
7365 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7366
7367 2007-07-24 Alan Mackenzie <acm@muc.de>
7368
7369 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7370 Initialise byte-compile-unresolved-functions before rather than
7371 after a compilation.
7372 (byte-compile-unresolved-functions): Amplify doc string.
7373
7374 2007-07-24 Glenn Morris <rgm@gnu.org>
7375
7376 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7377
7378 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7379 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7380 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7381 (cal-tex-cursor-week, cal-tex-cursor-week2)
7382 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7383 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7384 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7385 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7386
7387 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7388 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7389 (cal-tex-day-name-format, cal-tex-cal-one-month)
7390 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7391 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7392 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7393 (cal-tex-list-holidays, cal-tex-cursor-year)
7394 (cal-tex-cursor-year-landscape, cal-tex-year)
7395 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7396 (cal-tex-cursor-month, cal-tex-insert-days)
7397 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7398 (cal-tex-first-blank-p, cal-tex-cursor-week)
7399 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7400 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7401 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7402 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7403 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7404 (cal-tex-latexify-list, cal-tex-previous-month)
7405 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7406 modernization, including using dotimes rather than
7407 calendar-for-loop.
7408 (cal-tex-LaTeX-subst-list): Remove `@'.
7409 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7410 Use \textit and \textbf rather than \em and \it.
7411
7412 * calendar/cal-bahai.el (list-bahai-diary-entries)
7413 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7414 * calendar/cal-islam.el (list-islamic-diary-entries)
7415 * calendar/calendar.el (generate-calendar, generate-calendar-month)
7416 * calendar/diary-lib.el (diary-list-entries)
7417 (mark-calendar-date-pattern): Use `dotimes' rather than
7418 `calendar-for-loop'.
7419
7420 * calendar/calendar.el (calendar-for-loop): Doc fix.
7421
7422 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
7425 underlying file is uptodate.
7426
7427 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
7428
7429 * replace.el (perform-replace): Use isearch-no-upper-case-p.
7430
7431 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * vc-hooks.el (vc-mode-line-map): New const.
7434 (vc-mode-line): Use it.
7435
7436 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7437
7438 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
7439 (vc-git-unregister): New functions.
7440 (vc-git-find-version): Use the result of ls-files as a parameter
7441 for cat-file.
7442
7443 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
7444
7445 * net/tramp.el (tramp-perl-file-attributes)
7446 (tramp-perl-directory-files-and-attributes)
7447 (tramp-handle-file-attributes-with-stat)
7448 (tramp-handle-directory-files-and-attributes-with-stat)
7449 (tramp-convert-file-attributes): Handle huge file sizes.
7450
7451 2007-07-23 Juri Linkov <juri@jurta.org>
7452
7453 * isearch.el (isearch-message-function): New variable.
7454 (isearch-update, isearch-search): Use it.
7455
7456 * simple.el (goto-history-element): New function created from
7457 next-history-element.
7458 (next-history-element): Most code moved to goto-history-element.
7459 Call goto-history-element with (- minibuffer-history-position n).
7460 (previous-history-element): Call goto-history-element with (+
7461 minibuffer-history-position n).
7462 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
7463 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
7464 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
7465 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
7466 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
7467 (minibuffer-history-isearch-pop-state): New functions.
7468
7469 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7470
7471 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
7472 Also, if FILE is a list, return non-nil if any of its elements
7473 should stay local. Update docstring.
7474
7475 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
7478 change by reverting a small part.
7479
7480 2007-07-23 Richard Stallman <rms@gnu.org>
7481
7482 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
7483
7484 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
7487 handling it. Use vc-git-command.
7488 (vc-git-find-version, vc-git-diff-tree): New functions.
7489 (vc-git-revert): Use vc-git-command.
7490 (vc-git--run-command): Delete.
7491
7492 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7493
7494 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
7495
7496 2007-07-20 Kenichi Handa <handa@m17n.org>
7497
7498 * international/utf-8.el (utf-8-post-read-conversion):
7499 Temporarily bind utf-8-compose-scripts to nil while running
7500 *-compose-region functions.
7501
7502 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7503
7504 * vc-git.el: Update status.
7505 (vc-directory-exclusion-list): Use eval-after-load.
7506
7507 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
7508
7509 * bindings.el (mode-line-remote): New variable.
7510 (help-echo): Add to default values of mode-line-format.
7511
7512 * files.el: Mark mode-line-remote as risky.
7513
7514 2007-07-22 Juri Linkov <juri@jurta.org>
7515
7516 * isearch.el (isearch-edit-string): Save old point and
7517 isearch-other-end to old-point and old-other-end before reading
7518 the search string from minibuffer. After exiting minibuffer set
7519 point to old-other-end if point and the search direction is the
7520 same as before reading the search string.
7521 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
7522 to isearch-other-end. Instead of isearch-search-and-update call
7523 three functions isearch-search, isearch-push-state and isearch-update.
7524
7525 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
7528 deal with multiple file arguments.
7529 (vc-git-print-log): Deal with multiple file arguments.
7530
7531 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7534 diff-refine-hunk. Adjust users.
7535 (diff-unified-hunk-p, diff-splittable-p): New functions.
7536 (diff-mode-menu): Use it to disable Split when it doesn't work.
7537
7538 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7539
7540 * diff-mode.el (diff-mode-menu): New entries.
7541
7542 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7545 if applicable, so as to save undo-log space.
7546
7547 * diff-mode.el (diff-find-file-name): Add arg `batch'.
7548
7549 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7550 (diff-file-kill): Use it.
7551 (diff-beginning-of-hunk): Add arg `try-harder' using it.
7552 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7553 Use it so they find the hunk even when we're in the file header.
7554
7555 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7556
7557 * vc-git.el (vc-git-revision-granularity, vc-git-root)
7558 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
7559 (vc-git-create-repo): New functions.
7560 (vc-git-registered): New autoloaded function definition.
7561 (vc-git-registered): Use vc-git-root.
7562 (vc-git-responsible-p): New defalias.
7563 (vc-git-annotate-extract-revision-at-line): Uncomment.
7564 (vc-git-print-log): Add the file name to the log.
7565 (vc-git-log-view-mode): New derived mode.
7566 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
7567
7568 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7569
7570 * progmodes/grep.el (grep-compute-defaults): Keep default values.
7571
7572 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
7573
7574 * textmodes/reftex.el (reftex-access-parse-file): Create parse
7575 file in a way that does not interfere with recentf mode.
7576 (reftex-access-parse-file): Do not risk destroying an existing
7577 buffer.
7578
7579 2007-07-22 Alexandre Julliard <julliard@winehq.org>
7580
7581 * vc-git.el: New file.
7582
7583 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * textmodes/tex-mode.el (tex-font-script-display): Change default.
7586
7587 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7588
7589 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7590 for branches and new files.
7591
7592 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7593 local-map handling ...
7594 (vc-mode-line): ... here. Improve handling of help-echo.
7595
7596 * vc.el (mode-line-string): Document help-echo usage.
7597
7598 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7599
7600 Sync with Tramp 2.1.10.
7601
7602 * net/tramp.el (tramp-get-ls-command): Fix typo.
7603
7604 * net/trampver.el: Update release number.
7605
7606 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7607
7608 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
7609
7610 * term/x-win.el (x-handle-no-bitmap-icon): New function.
7611
7612 2007-07-22 Martin Rudalics <rudalics@gmx.at>
7613
7614 * add-log.el (change-log-fill-parenthesized-list): New function.
7615 (change-log-indent): Call change-log-fill-parenthesized-list.
7616 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
7617 Have lines with leading asterisk start a paragraph.
7618
7619 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7620
7621 * calc/calc-math.el (math-emacs-precision)
7622 (math-largest-emacs-expt, math-smallest-emacs-expt):
7623 New variables.
7624 (math-use-emacs-fn): New function.
7625 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
7626 appropriate.
7627
7628 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7629
7630 * image-dired.el (image-dired-sane-db-file): New func.
7631 (image-dired-write-tags, image-dired-remove-tag)
7632 (image-dired-list-tags, image-dired-write-comments)
7633 (image-dired-get-comment, image-dired-mark-tagged-files)
7634 (image-dired-create-gallery-lists): Call new func.
7635 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
7636
7637 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7638
7639 * vc-hg.el (vc-hg-dir-state): Fix loop.
7640 (vc-hg-print-log): Fix expected return value for vc-hg-command.
7641 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
7642 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7643 (vc-hg-revert): Likewise.
7644 (vc-hg-revision-table, vc-hg-revision-completion-table): New
7645 functions.
7646
7647 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * add-log.el (change-log-resolve-conflict): Don't lose data if the
7650 merge fails.
7651
7652 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7653
7654 * progmodes/compile.el (compilation-auto-jump-to-first-error):
7655 Add group and version.
7656
7657 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * add-log.el (add-log-file-name): Use file-relative-name.
7660 (add-change-log-entry): Delay reading
7661 add-log-(full-name|mailing-address) to after we've switched to the
7662 ChangeLog buffer so we get the right value.
7663 (add-change-log-entry, add-log-current-defun, change-log-merge):
7664 Use derived-mode-p rather than checking major-mode directly.
7665
7666 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7667 name for buffer-file-name if it refers to a directory.
7668
7669 * vc-arch.el (vc-arch-diff): Fix last change.
7670
7671 * progmodes/compile.el (compilation-start): Remember the original
7672 directory in a buffer-local compilation-directory.
7673 (compile): Set the global value of compilation-directory.
7674 (recompile): Use compilation-directory even in the compilation buffer.
7675
7676 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7677
7678 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7679
7680 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7681
7682 * ps-print.el: Problem with foreground and background color when
7683 printing a buffer with and without faces. Reported by Christian
7684 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7685 (ps-print-version): New version 6.7.5.
7686 (ps-default-fg): Change default value to nil, so black color is used
7687 when a face does not specify a foreground color.
7688 (ps-default-bg): Change default value to nil, so white color is used
7689 for background color.
7690 (ps-begin-job): Fix code.
7691
7692 2007-07-20 Eli Zaretskii <eliz@gnu.org>
7693
7694 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
7695 in $(INSTALL_DIR)/lisp/ if they already exist.
7696
7697 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
7698
7699 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
7700 in $(INSTALL_DIR)/lisp/ if they already exist.
7701
7702 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * progmodes/vera-mode.el (vera-re-search-forward)
7705 (vera-re-search-backward): Remove use of store-match-data.
7706 (vera-mode-map): Move initialization into declaration.
7707
7708 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
7709 (flymake-find-buildfile): Use locate-dominating-file.
7710
7711 * vc.el (vc-delistify): Use mapconcat.
7712 (vc-do-command): Minor simplification.
7713 (vc-expand-dirs): Use push.
7714
7715 * vc-mcvs.el (vc-mcvs-create-repo):
7716 * vc-cvs.el (vc-cvs-create-repo): Remove.
7717
7718 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
7719 directory and the root as well.
7720
7721 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7722
7723 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
7724 instead of a file.
7725
7726 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
7727 (vc-hg-registered): Replace if with when.
7728 (vc-hg-state): Deal with nonexistent files and handle removed files.
7729 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
7730 (vc-hg-checkout): Re-enable.
7731 (vc-hg-create-repo): Fix typos.
7732 (vc-hg-print-log): Fix for multiple files.
7733 (vc-hg-workfile-unchanged-p): New function.
7734
7735 * vc.el: Fix typo.
7736 (vc-print-log): Fix call to print-log.
7737 (vc-default-comment-history): Likewise.
7738 (vc-directory-exclusion-list): Add .hg and .bzr.
7739 (vc-diff-internal): Pass a list instead of a file.
7740
7741 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
7742
7743 * vc-bzr.el (vc-bzr-create-repo): New function.
7744
7745 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
7748 `file' from which to start the search.
7749
7750 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
7751
7752 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
7753 having a single file argument to having a list of files as the
7754 first argument.
7755
7756 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * files.el (locate-dominating-file): New function.
7759
7760 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
7761
7762 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
7763 (grep-compute-defaults): Use it.
7764
7765 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * uniquify.el: Docstring fixes.
7768
7769 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
7770
7771 * vc.el (revision-granularity, create-repo): Document new vc
7772 backend properties.
7773 (vc-rollback): Renamed from vc-cancel-version. Update
7774 references. Pass a list instead of a file.
7775 (vc-revert): Renamed from vc-revert-buffer. Update references.
7776 (vc-delistify, vc-expand-dirs): New functions.
7777 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7778 of files instead of a single file.
7779 (vc-position-context, vc-resync-window, vc-diff-internal)
7780 (vc-print-log): Pass a list instead of a file.
7781
7782 * vc-hooks.el (vc-stay-local-p, vc-backend)
7783 (vc-backend-subdirectory-name): Work on a file list, not a single
7784 file.
7785 (vc-workfile-version): Update docstring.
7786 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7787 vc-revert instead of vc-revert-buffer.
7788 (vc-prefix-map): Likewise. Bind vc-update.
7789
7790 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7791 (vc-svn-wash-log): New functions.
7792 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7793 (vc-svn-command): Deal with a list of files, not a single file.
7794
7795 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7796 (vc-rcs-wash-log): New functions.
7797 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7798 Deal with a list of files, not a single file.
7799 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7800
7801 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7802 functions.
7803 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7804 list of files, not a single file.
7805
7806 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7807 New functions.
7808 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7809 (vc-mcvs-diff): Deal with a list of files, not a single file.
7810
7811 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7812 functions.
7813 (vc-hg-print-log): Deal with a list of files, not a single file.
7814 (vc-hg-diff-tree): New function, replace defalias with the same
7815 name.
7816 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7817 FILES to denote that it is a file list, not a single file.
7818
7819 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7820 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7821 a single file.
7822 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7823 that it is a file list, not a single file.
7824 (vc-cvs-diff): Likewise. Simplify.
7825
7826 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7827 Deal with a list of files, not a single file.
7828
7829 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7830 (vc-bzr-print-log): Update FILE parameter name to denote that it
7831 is a file list, not a single file.
7832 (vc-bzr-diff): Likewise. Use the car of files.
7833
7834 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7837 (follow-delete-other-windows-and-split, follow-recenter)
7838 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7839 (follow-redisplay, follow-estimate-first-window-start)
7840 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7841 Fix typos in docstrings.
7842
7843 2007-07-18 Martin Rudalics <rudalics@gmx.at>
7844
7845 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7846 avoid that filling introduces lines with a single asterisk.
7847
7848 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7849 avoid incorrect kmacro-ring-empty-p messages.
7850 Reported by Michael Schierl <schierlm@gmx.de>.
7851
7852 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7853
7854 * vc.el: Add more info about the vc-registered function.
7855
7856 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7857
7858 * files.el (file-remote-p): Introduce optional parameter
7859 IDENTIFICATION.
7860
7861 * recentf.el (recentf-keep-default-predicate): Adapt call of
7862 `file-remote-p'.
7863
7864 * progmodes/grep.el (grep-probe): Use `process-file'.
7865 (grep-compute-defaults): Handle variables host specific.
7866
7867 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
7868 parameter IDENTIFICATION.
7869
7870 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7871 parameter IDENTIFICATION.
7872 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
7873 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7874 Add entry for `set-file-times'.
7875 (tramp-do-copy-or-rename-file-via-buffer)
7876 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7877 (tramp-handle-unhandled-file-name-directory): Rewrite.
7878 (tramp-convert-file-attributes): Add error handling when inode is
7879 extraordinary big.
7880 (tramp-get-inode): Change parameter from FILE to VEC.
7881 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7882 is nil. This is according to the specification. Goto (point-max)
7883 when ready.
7884 (tramp-handle-shell-command): Rewrite completely, using
7885 `process-file' and `start-file-process'.
7886 (tramp-methods, tramp-find-shell)
7887 (tramp-open-connection-setup-interactive-shell)
7888 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7889 var. Reported by Steve Youngs <steve@sxemacs.org>.
7890
7891 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7892 entry for `set-file-times'. Rename `start-process' into
7893 `start-file-process'. Remove `call-process' entry.
7894 (tramp-fish-handle-set-file-times): New defun.
7895 (tramp-fish-handle-executable-find): Use `process-file'.
7896 (tramp-fish-handle-process-file): New defun. Replaces
7897 `tramp-fish-handle-call-process'.
7898 (tramp-fish-do-copy-or-rename-file-directly): Use
7899 `set-file-times'.
7900 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7901
7902 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7903 `tramp-get-inode' parameter.
7904
7905 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7908 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
7909 nowadays, and by the time Emacs-23 comes out, nobody will even remember
7910 it has ever existed.
7911
7912 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7913
7914 * vc.el: Undo previous change.
7915
7916 2007-07-16 Eli Zaretskii <eliz@gnu.org>
7917
7918 * makefile.w32-in (clean): Don't delete *~.
7919
7920 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * textmodes/tex-mode.el (tex-verbatim-environments):
7923 Add safe-local-variable property.
7924 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7925 when starting font-lock rather than when loading tex-mode.el.
7926
7927 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7928 whole $( rather than just the $. Rename from sh-quoted-subshell.
7929 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7930
7931 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7932
7933 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7934 bookmark-alist. Instead, if not sorting, simply return it.
7935 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7936 for its return value, not for its side effect.
7937
7938 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7939 case of alignment under a constant symbol, find and consider
7940 the sexp actually at indentation to be the "last sexp".
7941
7942 2007-07-16 Drew Adams <drew.adams@oracle.com>
7943
7944 * mouse.el (mouse-yank-secondary): Better error message if no
7945 secondary selection.
7946
7947 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7948
7949 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7950
7951 * term/xterm.el (xterm-turn-on-modify-other-keys)
7952 (xterm-turn-off-modify-other-keys): New functions.
7953 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7954 terminal supports it.
7955
7956 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7957
7958 * bookmark.el (bookmark-show-all-annotations):
7959 Make sure each inserted annotation ends with newline.
7960
7961 2007-07-15 Richard Stallman <rms@gnu.org>
7962
7963 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
7964
7965 * tutorial.el (tutorial--find-changed-keys):
7966 Handle C-x specially like ESC.
7967
7968 2007-07-15 Aaron Hawley <aaronh@garden.org>
7969
7970 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
7971
7972 2007-07-15 Juri Linkov <juri@jurta.org>
7973
7974 * delsel.el (delete-selection-pre-hook):
7975 * emulation/cua-base.el (cua-paste): Before a yank command,
7976 check also whether last-command is one of mouse-save-then-kill,
7977 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7978
7979 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
7980
7981 * recentf.el (recentf-keep-default-predicate): New defun.
7982 (recentf-keep): Use it as initial value.
7983
7984 2007-07-15 Karl Fogel <kfogel@red-bean.com>
7985
7986 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7987 thus restoring bookmark bindings to three slots under C-x r. See
7988 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7989
7990 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7991
7992 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
7993
7994 2007-07-15 Jason Rumney <jasonr@gnu.org>
7995
7996 * w32-fns.el (set-default-process-coding-system): Use dos line ends
7997 for input to cmdproxy on all versions of Windows.
7998 Use dos line ends for input to plink.
7999
8000 * comint.el (comint-simple-send): Concat newline before sending.
8001 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8002
8003 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8006 safe-local-variable setting.
8007
8008 2007-07-14 David Kastrup <dak@gnu.org>
8009
8010 * emacs-lisp/advice.el (defadvice): Doc fix.
8011
8012 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8013
8014 * subr.el (when, unless): Doc fix.
8015
8016 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8017
8018 * replace.el (match): Use yellow1 instead of yellow.
8019
8020 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8021 red.
8022
8023 * pcvs-info.el (cvs-unknown): Likewise.
8024
8025 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8026
8027 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8028 (install): Use them to copy all *.el files before *.elc.
8029
8030 2007-07-13 Drew Adams <drew.adams@oracle.com>
8031
8032 * bookmark.el (bookmark-jump-other-window): New function.
8033 (bookmark-map): Bind it to "o".
8034
8035 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8036 and its thread contains discussion about this change.
8037 The original patch was slightly tweaked by Karl Fogel
8038 <kfogel@red-bean.com> before committing.
8039
8040 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8041
8042 * bookmark.el: Shorten some comments to fit within 80 lines.
8043
8044 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8045
8046 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8047 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8048 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8049 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8050
8051 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8052
8053 * textmodes/org.el: Bug fixes.
8054 (org-end-of-line): Move to end of line if in headline without tags.
8055
8056 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * vc-hooks.el: Remove spurious * in docstrings.
8059 (vc-handled-backends): Add BZR.
8060
8061 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8062
8063 2007-07-12 Davis Herring <herring@lanl.gov>
8064
8065 * desktop.el (desktop-buffer-info, desktop-save):
8066 Use `desktop-dirname' instead of `dirname'.
8067
8068 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8069
8070 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8071
8072 * progmodes/python.el (python-which-func-length-limit): New var.
8073 (python-which-func): New function.
8074 (python-current-defun): Add optional `length-limit' and try to fit
8075 computed function name to that length.
8076 (python-mode): Hook `python-which-func' up.
8077
8078 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8079
8080 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8081
8082 * comint.el (comint-dynamic-complete-as-filename):
8083 Use read-file-name-completion-ignore-case.
8084
8085 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * comint.el (comint-dynamic-list-filename-completions):
8088 Use read-file-name-completion-ignore-case.
8089
8090 * vc-cvs.el: Require CL.
8091 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8092 New functions to provide completion of revision names.
8093
8094 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8095 (vc-cvs-annotate-first-line-re): New const.
8096 (vc-cvs-annotate-process-filter): New fun.
8097 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8098
8099 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8100
8101 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8102 (eldoc-print-current-symbol-info): Adjust for changed helper
8103 function signatures.
8104 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8105 `eldoc-highlight-function-argument'.
8106 (eldoc-highlight-function-argument): New function.
8107 (eldoc-get-var-docstring): Format documentation with
8108 `font-lock-variable-name-face'.
8109 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8110 where suited.
8111 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8112 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8113
8114 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8115
8116 * progmodes/compile.el (compilation-start): `start-process' must
8117 still be redefined when calling `start-process-shell-command'.
8118
8119 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8120 remote file name, prepend its remote part to the filename.
8121 (gud-common-init): When `default-directory' is a remote file name,
8122 make the filename relative to it.
8123 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8124
8125 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8126
8127 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8128 mouse binding and a tooltip.
8129
8130 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * menu-bar.el (vc-menu-map): New defalias.
8133
8134 2007-07-10 Richard Stallman <rms@gnu.org>
8135
8136 * emacs-lisp/lisp-mode.el (eval-defun):
8137 Explain special handling of `defface'.
8138
8139 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8140
8141 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8142
8143 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8144
8145 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8148
8149 * vc-arch.el (vc-arch-complete): Remove.
8150 (vc-arch-revision-completion-table): Use complete-with-action.
8151
8152 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8153 (complete-with-action): New function.
8154 (dynamic-completion-table): Use it.
8155
8156 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8157
8158 * comint.el (make-comint, make-comint-in-buffer)
8159 (comint-exec-1): Replace `start-process' by `start-file-process'.
8160
8161 * progmodes/compile.el (compilation-start): Revert redefining
8162 `start-process'.
8163
8164 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8167 with EOLs when generating MD5 checksums.
8168
8169 * follow.el: Don't change the global map from the follow-mode-map
8170 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8171 XEmacs code.
8172 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8173 since `follow-mode' should be used instead for that.
8174
8175 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8176 (easy-menu-do-define): Use it.
8177 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8178
8179 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8180 (compilation-auto-jump-to-next): New vars.
8181 (compilation-auto-jump): New function.
8182 (compilation-error-properties): Use them to jump to first error.
8183 (compilation-start): Set the var if requested.
8184
8185 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8186 duplicates without also removing entries from other directories.
8187
8188 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8189
8190 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8191 Remember span as default.
8192 (org-columns-edit-value): Rename from `org-column-edit'.
8193 (org-columns-display-here-title): Rename from
8194 `org-overlay-columns-title'.
8195 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8196 (org-columns-get-autowidth-alist): Rename from
8197 `org-get-columns-autowidth-alist'.
8198 (org-columns-display-here): Rename from `org-overlay-columns'.
8199 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8200 (org-columns-quit): Rename from `org-column-quit'.
8201 (org-columns-show-value): Rename from `org-column-show-value'.
8202 (org-columns-content, org-columns-widen)
8203 (org-columns-next-allowed-value)
8204 (org-columns-edit-allowed, org-columns-store-format)
8205 (org-columns-uncompile-format, org-columns-redo)
8206 (org-columns-edit-attributes, org-delete-property)
8207 (org-set-property, org-columns-update)
8208 (org-columns-compute, org-columns-eval)
8209 (org-columns-not-in-agenda, org-columns-compute-all)
8210 (org-property-next-allowed-value)
8211 (org-columns-compile-format)
8212 (org-fill-paragraph-experimental)
8213 (org-string-to-number, org-property-action)
8214 (org-columns-move-left, org-columns-new)
8215 (org-column-number-to-string)
8216 (org-property-previous-allowed-value)
8217 (org-at-property-p, org-columns-delete)
8218 (org-columns-previous-allowed-value)
8219 (org-columns-move-right, org-columns-narrow)
8220 (org-property-get-allowed-values)
8221 (org-verify-version, org-column-string-to-number)
8222 (org-delete-property-globally): New functions.
8223 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8224 (org-columns-overlays): Rename from `org-column-overlays'.
8225 (org-columns-map): Rename from `org-column-map'.
8226 (org-columns-current-maxwidths): Rename from
8227 `org-current-columns-maxwidths'.
8228 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8229 (org-previous-header-line-format)
8230 (org-columns-inhibit-recalculation)
8231 (org-columns-top-level-marker): New variables.
8232 (org-columns-default-format): Rename from `org-default-columns-format'.
8233 (org-property-re): New constant.
8234
8235 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8236
8237 * subr.el (looking-at-p, string-match-p): New functions.
8238
8239 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8240
8241 * textmodes/tex-mode.el (tex-fontify-script)
8242 (tex-font-script-display): New variables to make display of
8243 superscripts and subscripts customizable.
8244 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8245
8246 2007-07-09 Richard Stallman <rms@gnu.org>
8247
8248 * isearch.el (isearch-edit-string): Call to isearch-push-state
8249 after the search.
8250
8251 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8252
8253 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8254 to 1 as enlarge-window uses the value to resize/shrink windows other
8255 than WINDOW if needed.
8256
8257 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8258
8259 * cus-start.el (file-coding-system-alist): Fix custom type.
8260
8261 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8262
8263 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8264 modified.
8265 (longlines-auto-wrap, longlines-window-change-function):
8266 Remove unnecessary calls to set-buffer-modified-p.
8267
8268 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8269
8270 * cus-start.el (file-coding-system-alist): Fix custom type.
8271
8272 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8275 (vc-cvs-checkout): Remove last arg now unused; simplify.
8276
8277 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8278
8279 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8280
8281 * net/tramp.el:
8282 * net/tramp-ftp.el:
8283 * net/tramp-smb.el:
8284 * net/tramp-uu.el:
8285 * net/trampver.el: Migrate to Tramp 2.1.
8286
8287 * net/tramp-cache.el:
8288 * net/tramp-fish.el:
8289 * net/tramp-gw.el: New Tramp packages.
8290
8291 * net/tramp-util.el:
8292 * net/tramp-vc.el: Removed.
8293
8294 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8295 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8296
8297 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8298
8299 * progmodes/compile.el (compilation-start): Redefine
8300 `start-process' temporarily when `default-directory' is remote.
8301 Remove case of synchronous compilation, this won't happen ever.
8302 (compilation-setup): Make local variable `comint-file-name-prefix'
8303 for remote compilation.
8304
8305 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8306
8307 * novice.el (disabled-command-function): Fit window to buffer to
8308 make last line visible.
8309 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8310
8311 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8312 when handling the terminating event.
8313
8314 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8315
8316 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8317 (math-bignum-digit-length): Change to optimal value.
8318
8319 * calc/calc-bin.el (math-bignum-logb-digit-size)
8320 (math-bignum-digit-power-of-two): Evaluate when compiled.
8321
8322 * calc/calc-comb.el (math-small-factorial-table)
8323 (math-init-random-base, math-prime-test): Remove unnecessary calls
8324 to `math-read-number-simple'.
8325
8326 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8327 (math-approx-gamma-const): Add docstrings.
8328
8329 * calc/calc-forms.el (math-julian-date-beginning)
8330 (math-julian-date-beginning-int): New constants.
8331 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8332 Use the new constants.
8333
8334 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8335
8336 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8337 Add docstrings.
8338
8339 2007-07-07 Tom Tromey <tromey@redhat.com>
8340
8341 * vc.el (vc-annotate): Jump to line and output message only after the
8342 process is really all done.
8343
8344 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * vc.el (vc-exec-after): Don't move point from the sentinel.
8347 Forcefully read all the remaining text in the pipe upon process exit.
8348 (vc-annotate-display-autoscale, vc-annotate-lines):
8349 Don't stop at the first unrecognized line.
8350 (vc-annotate-display-select): Run autoscale after the process is done
8351 since it depends on the whole result.
8352
8353 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8354
8355 * term/w32-win.el (menu-bar-open): New function.
8356 Bind <f10> to it.
8357
8358 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
8359
8360 * simple.el (start-file-process): New defun.
8361
8362 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * files.el (find-file-confirm-nonexistent-file): Rename from
8365 find-file-confirm-inexistent-file. Update users.
8366
8367 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8368 format of autoload block where the file's time-stamp is replaced by its
8369 MD5 checksum.
8370 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8371 time-stamp for secondary autoloads files.
8372 (update-directory-autoloads): Remove duplicate entries.
8373 Use time-less-p for time-stamps, as done in autoload-find-destination.
8374
8375 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8376
8377 * calc/calc.el (math-read-number): Replace number by variable.
8378 (math-read-number-simple): Properly parse small integers.
8379
8380 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8381
8382 * vc.el: Fix doc for the checkout function.
8383
8384 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8385
8386 * vc-hg.el (vc-hg-root): New function.
8387 (vc-hg-registered): Use it.
8388 (vc-hg-diff-tree): New defalias.
8389 (vc-hg-responsible-p): Likewise.
8390 (vc-hg-checkout): Comment out, not needed.
8391 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8392 (vc-hg-find-version, vc-hg-next-version): New functions.
8393
8394 2007-07-06 Andreas Schwab <schwab@suse.de>
8395
8396 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8397 dynamic bindings around the evaluation of the expression.
8398 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8399
8400 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8403 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8404 Use run-hooks rather than run-mode-hooks.
8405
8406 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8407
8408 * calc/calc-comb.el (math-random-digit): Rename to
8409 `math-random-three-digit-number'.
8410 (math-random-digits): Don't depend on representation of integer.
8411
8412 * calc/calc-bin.el (math-bignum-logb-digit-size)
8413 (math-bignum-digit-power-of-two): New constants.
8414 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8415 (math-not-bignum, math-clip-bignum): Use the constants
8416 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8417 instead of their values.
8418 (math-clip): Use math-small-integer-size instead of its value.
8419
8420 * calc/calc.el (math-add-bignum): Replace number by constant.
8421
8422 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * wid-edit.el (widget-documentation-string-value-create):
8425 Insert indentation spaces.
8426
8427 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8428
8429 * emacs-lisp/byte-opt.el: Revert last change.
8430
8431 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8432
8433 * vc-hooks.el (vc-handled-backends): Add HG.
8434
8435 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
8436
8437 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * complete.el (PC-do-complete-and-exit): Add support for the new
8440 `confirm-only' confirmation mode.
8441
8442 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8443
8444 * cus-edit.el (custom-commands): New variable.
8445 (custom-tool-bar-map): New variable. Initialize using
8446 `custom-commands'.
8447 (custom-mode): Use `custom-tool-bar-map'.
8448 (custom-buffer-create-internal): Insert action buttons only if
8449 tool bar is not used. Use `custom-commands'.
8450 (Custom-help, custom-command-apply): New function.
8451 (custom-command-apply, Custom-set, Custom-save)
8452 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
8453 Use `custom-command-apply' instead of duplicating code.
8454 (customize-group-other-window): Call `customize-group' instead of
8455 duplicating code.
8456 (customize-face-other-window): Call `customize-face' instead of
8457 duplicating code.
8458 (customize-group, customize-face): Add optional args for opening
8459 in another window.
8460 (custom-variable-tag): Don't inherit `variable-pitch' face.
8461 (custom-group-tag): Inherit `variable-pitch' face.
8462 (custom-variable-value-create): Set documentation indentation.
8463 (custom-group-value-create): Make group name a link, instead of
8464 using an extra "go to group" button.
8465 (custom-prompt-variable, custom-group-set, custom-group-save)
8466 (custom-group-reset-current, custom-group-reset-saved)
8467 (custom-group-reset-standard): Minor cleanup.
8468
8469 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8470
8471 * Makefile.in (bootstrap-prepare): When copying from
8472 ldefs-boot.el, make sure loaddefs.el is writeable.
8473
8474 (bootstrap-prepare): Make $(lisp)/ps-print.el
8475 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
8476
8477 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8478
8479 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
8480 only caller, and delete.
8481 (vc-hg-state): Deal with exceptions and only parse the output on
8482 successful return.
8483 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
8484 caller, and delete.
8485 (vc-hg-workfile-version): Deal with exceptions and only parse the
8486 output on successful return.
8487 (vc-hg-revert): New function.
8488
8489 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
8490
8491 * calculator.el (calculator-expt): Use more cases to determine
8492 the value.
8493
8494 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8495
8496 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
8497 file names.
8498
8499 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8500
8501 * calculator.el (calculator-expt, calculator-integer-p):
8502 New functions.
8503 (calculator-fact): Check to see if the factorial will be too
8504 large before computing it.
8505 (calculator-initial-operators): Use `calculator-expt' to
8506 compute "^".
8507 (calculator-mode): Mention that results which are too large
8508 will return inf.
8509 * calc/calc-comb.el (math-small-factorial-table): Replace list
8510 by vector.
8511
8512 2007-07-03 David Kastrup <dak@gnu.org>
8513
8514 * shell.el: On request of the authors, remove their addresses for
8515 the sake of bug reports, and add the developer list address as
8516 maintainer information.
8517
8518 2007-07-03 Richard Stallman <rms@gnu.org>
8519
8520 * files.el (make-directory): Doc fix.
8521 (find-file-confirm-inexistent-file): Make it a defcustom.
8522 Make nil the default.
8523
8524 2007-07-02 Richard Stallman <rms@gnu.org>
8525
8526 * startup.el (command-line): Set buffer-offer-save in *scratch*
8527 and enable auto-save in it.
8528
8529 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8530
8531 * textmodes/org.el (orgstruct-mode-map): New variable.
8532 (orgstruct-mode): New minor mode.
8533 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8534 (orgstruct-make-binding, org-context-p, org-get-local-variables)
8535 (org-run-like-in-org-mode): New functions.
8536 (org-cycle-list-bullet): New command.
8537 (org-special-properties, org-property-start-re)
8538 (org-property-end-re): New constants.
8539 (org-with-point-at): New macro.
8540 (org-get-property-block, org-entry-properties, org-entry-get)
8541 (org-entry-delete, org-entry-get-with-inheritance)
8542 (org-entry-put, org-buffer-property-keys): New functions.
8543 (org-insert-property-drawer): New command.
8544 (org-entry-property-inherited-from): New variable.
8545 (org-column): New face.
8546 (org-column-overlays, org-current-columns-fmt)
8547 (org-current-columns-maxwidths, org-column-map): New variables.
8548 (org-column-menu): New menu.
8549 (org-new-column-overlay, org-overlay-columns)
8550 (org-overlay-columns-title, org-remove-column-overlays)
8551 (org-column-show-value, org-column-quit, org-column-edit):
8552 New functions.
8553 (org-columns, org-agenda-columns): New commands.
8554 (org-get-columns-autowidth-alist): New functions.
8555 (org-properties): New customize group.
8556 (org-default-columns-format): New option.
8557 (org-priority): Realign tags after changing priority.
8558 (org-preserve-lc): New macro.
8559 (org-update-checkbox-count): Catch case when there is no headline.
8560 (org-agenda-quit): Remove any column overlays.
8561 (org-beginning-of-item-list): Fixed bug when non-item line is
8562 indented too deep.
8563 (org-cached-props): New variable.
8564 (org-cached-entry-get): New function.
8565 (org-make-tags-matcher): Handle property matches.
8566 (org-table-recalculate): Swap evaluation order: Field formula
8567 first, then column formulas, but don't allow them to overwrite the
8568 field formulas.
8569 (org-table-eval-formula): New argument untouchable.
8570 (org-table-put-field-property): New function.
8571
8572 2007-07-02 Martin Rudalics <rudalics@gmx.at>
8573
8574 * help-mode.el (help-make-xrefs): Skip spaces too when
8575 skipping tabs.
8576
8577 * ffap.el (dired-at-point-prompter): Improve prompt in
8578 list-directory case.
8579
8580 2007-07-01 Richard Stallman <rms@gnu.org>
8581
8582 * files.el (find-file-visit-truename): Fix safe-local-variable value.
8583
8584 2007-07-01 Richard Stallman <rms@gnu.org>
8585
8586 * cus-start.el (max-mini-window-height): Added.
8587
8588 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8589
8590 * complete.el (partial-completion-mode): Remove advice of
8591 read-file-name-internal.
8592 (PC-do-completion): Rebind minibuffer-completion-table.
8593 (PC-read-file-name-internal): New function doing what
8594 read-file-name-internal advice did.
8595
8596 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
8597
8598 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8599 property on a few symbols.
8600 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8601 (byte-optimize-lapcode): Remove bindings that are not referenced
8602 and certainly will not effect through dynamic scoping.
8603
8604 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * files.el (find-file-confirm-inexistent-file): New var.
8607 (find-file, find-file-other-window, find-file-other-frame)
8608 (find-file-read-only, find-file-read-only-other-window)
8609 (find-file-read-only-other-frame): Use it.
8610
8611 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8614
8615 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
8616
8617 * generic-x.el (generic-define-mswindows-modes)
8618 (generic-define-unix-modes, apache-log-generic-mode)
8619 (bat-generic-mode-keymap, java-manifest-generic-mode)
8620 (show-tabs-generic-mode): Fix typos in docstrings.
8621
8622 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
8623
8624 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
8625 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
8626 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
8627 (rcirc-print): Never ignore messages from ourself.
8628
8629 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
8632 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
8633
8634 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8635
8636 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
8637 replace-regexp-in-string.
8638
8639 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * emacs-lisp/cl.el: Set edebug and indentation before loading
8642 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
8643
8644 2007-06-28 Andreas Schwab <schwab@suse.de>
8645
8646 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8647 $(lisp)/subdirs.el.
8648
8649 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8652 the speedbar frame if nil; that deletes the current frame or
8653 causes an error if it is the only frame.
8654 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8655
8656 2007-06-28 Kevin Ryde <user42@zip.com.au>
8657
8658 * textmodes/nroff-mode.el: Groff \# comments.
8659 (nroff-mode-syntax-table): \# comment intro,
8660 plain # as punct per global table.
8661 (nroff-font-lock-keywords): Add # as a single char escape.
8662 (nroff-mode): In comment-start-skip, match \#.
8663
8664 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8667 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8668 point-min == 1.
8669
8670 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
8671
8672 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8673 Rename and move to...
8674
8675 * subr.el (strings->string, string->strings): ...here.
8676
8677 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8678 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8679
8680 * progmodes/gud.el (gud-common-init): Call string->strings instead
8681 of split-string.
8682
8683 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
8684
8685 * dired-aux.el: Remove `dired-call-process'.
8686 (dired-check-process): Call `process-file'.
8687
8688 * wdired.el (wdired-do-perm-changes): Call `process-file'.
8689
8690 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
8691 `ange-ftp-process-file'.
8692
8693 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
8696
8697 * emacs-lisp/cl-extra.el:
8698 * emacs-lisp/cl-seq.el:
8699 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
8700 Add autoload cookies on all defs autoloaded manually in cl.el.
8701
8702 * emacs-lisp/cl-loaddefs.el: New file.
8703
8704 * textmodes/texinfmt.el (texinfo-raisesections-alist)
8705 (texinfo-lowersections-alist): Merge definition and declaration.
8706 (texinfo-start-of-header, texinfo-end-of-header): Remove.
8707 (texinfo-format-syntax-table): Merge init into declaration.
8708 (texinfo-format-parse-line-args, texinfo-format-parse-args)
8709 (texinfo-format-parse-defun-args, texinfo-format-node)
8710 (texinfo-push-stack, texinfo-multitable-widths)
8711 (texinfo-define-info-enclosure, texinfo-alias)
8712 (texinfo-format-defindex, batch-texinfo-format): Use push.
8713 (texinfo-footnote-number): Remove duplicate declaration.
8714
8715 * ps-print.el: Update with auto-generated autoloads.
8716
8717 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
8718
8719 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
8722 relative to current dir for file-local settings.
8723 (autoload-generate-file-autoloads): Add `outfile' arg.
8724 (update-directory-autoloads): Use it to directly call
8725 autoload-generate-file-autoloads instead of going through
8726 update-file-autoloads so we avoid redundant searches and so we can know
8727 the set of buffers changed so we can save them all.
8728
8729 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
8730 rather than throwing `up-to-date'.
8731 (autoload-generate-file-autoloads): Adjust correspondingly.
8732 (update-file-autoloads): Be careful to let-bind
8733 autoload-modified-buffers and adjust to new calling conventions.
8734 (autoload-modified-buffers): Make it a dynamically scoped var.
8735 (update-directory-autoloads): Use file-relative-name instead of
8736 autoload-trim-file-name.
8737 (autoload-insert-section-header): Don't use autoload-trim-file-name
8738 since the file is already relative now.
8739 (autoload-trim-file-name): Remove.
8740
8741 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
8742 (vc-arch-complete, vc-arch--version-completion-table)
8743 (vc-arch-revision-completion-table): New functions to provide
8744 completion of revision names.
8745 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
8746 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
8747 to let the user trim the revlib.
8748
8749 * vc.el: Add new VC operation `revision-completion-table'.
8750 (vc-default-revision-completion-table): New function.
8751 (vc-version-diff, vc-version-other-window): Use it to provide
8752 completion of revision names if the backend provides it.
8753
8754 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
8755
8756 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
8757 of newer .svn/entries.
8758
8759 2007-06-25 David Kastrup <dak@gnu.org>
8760
8761 * calc/calc-poly.el (math-padded-polynomial)
8762 (math-partial-fractions): Add some function comments.
8763
8764 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8767 Make `outbuf' optional.
8768 (update-file-autoloads): Use it.
8769
8770 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8773 (autoload-find-destination): Keep it uptodate.
8774 (autoload-save-buffers): New fun.
8775 (update-file-autoloads): Use it. Re-add the "up to date" message.
8776
8777 * emacs-lisp/autoload.el: Refactor for upcoming changes.
8778 (autoload-find-destination): New function extracted from
8779 update-file-autoloads.
8780 (update-file-autoloads): Use it.
8781 (autoload-generate-file-autoloads): New function extracted from
8782 generate-file-autoloads. Use file-relative-name. Delay computation of
8783 output-start to the first cookie. Remove done-any, replaced by
8784 output-start.
8785 (generate-file-autoloads): Use it.
8786
8787 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8788
8789 * calc/calc-comb.el (math-init-random-base, math-prime-test):
8790 Use math-read-number-simple to insert constants.
8791 (math-prime-test): Redo calculation of sum.
8792
8793 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8794
8795 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
8796 math-scale-bignum-3.
8797 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8798 math-bignum-digit-size.
8799 (math-isqrt-small): Add another possible initial guess.
8800
8801 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8802
8803 * textmodes/bibtex.el (bibtex-entry-format): New options
8804 `whitespace', `braces', and `string'.
8805 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8806 (bibtex-field-braces-opt, bibtex-field-strings-opt)
8807 (bibtex-cite-matcher-alist): New variables.
8808 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8809 (bibtex-flash-head): Use blink-matching-delay.
8810 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8811 (bibtex-format-entry, bibtex-reformat): Handle new options of
8812 bibtex-entry-format.
8813 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8814 New functions.
8815 (bibtex-complete-internal): Do not display messages while
8816 minibuffer is used. Do not leave around a completions buffer
8817 that is out of date.
8818 (bibtex-copy-summary-as-kill): New optional arg.
8819 (bibtex-font-lock-url): New optional arg no-button.
8820 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8821 (bibtex-url): Allow multiple URLs per entry.
8822
8823 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * emacs-lisp/autoload.el (autoload-generated-file): New function.
8826 (update-file-autoloads, update-directory-autoloads): Use it.
8827 (autoload-file-load-name): New function.
8828 (generate-file-autoloads, update-file-autoloads): Use it.
8829 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8830 (generate-file-autoloads): If the autoloaded form is malformed,
8831 indicate the problem with a warning instead of aborting.
8832
8833 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8834
8835 * simple.el (next-error-recenter): Accept `(4)' as well;
8836 also, specify `integer' instead of `number'.
8837
8838 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8839
8840 * ls-lisp.el (insert-directory): If an invalid regexp error is
8841 thrown, try using FILE as a literal file name, not a wildcard.
8842
8843 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
8844
8845 * ruler-mode.el (ruler-mode): Prevent clobbering the original
8846 `header-line-format' when reentering ruler mode.
8847
8848 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8849
8850 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
8851 FILE exists as a file.
8852
8853 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8854
8855 * calc/calc.el (math-bignum-digit-length)
8856 (math-bignum-digit-size, math-small-integer-size):
8857 New constants.
8858 (math-normalize, math-bignum-big, math-make-float)
8859 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8860 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
8861 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
8862 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8863 (math-quotient, math-div-bignum, math-div-bignum-digit)
8864 (math-div-bignum-part, math-format-bignum-decimal)
8865 (math-read-bignum): Use math-bignum-digit-length,
8866 math-bignum-digit-size and math-small-integer-size.
8867
8868 * calc/calc-ext.el (math-fixnum-big): Use the variable
8869 math-bignum-digit-size.
8870
8871 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 * log-view.el (log-view-mode-menu): New menu.
8874
8875 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8878 differently.
8879
8880 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8881 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8882
8883 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8884
8885 * vc-hg.el (vc-hg-print-log): Insert the file name.
8886 (vc-hg-log-view-mode): Fontify the file name.
8887
8888 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8889
8890 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8891 (calcFunc-julian): Fix incorrect number used in calculations.
8892
8893 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
8894
8895 * simple.el (next-error-recenter): New defcustom.
8896 (next-error, next-error-internal): Recenter if specified,
8897 immediately prior to running `next-error-hook'.
8898
8899 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8900 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8901
8902 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8903
8904 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8905
8906 * calc/calc-comb.el (math-small-factorial-table): New variable.
8907 (calcFunc-fact): Use `math-small-factorial-table'.
8908
8909 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8910 initial values.
8911 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
8912 New variables to use in caches.
8913
8914 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8915 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
8916
8917 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
8918 (math-bernoulli-b-cache): Use math-read-number-simple to insert
8919 bignums.
8920
8921 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8922 New variables to use in caches.
8923
8924 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8925
8926 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
8927
8928 * vc-hg.el (vc-hg-log-view-mode): New mode.
8929
8930 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
8931
8932 * calc/calc.el (math-read-number-simple): New function.
8933
8934 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
8937 (vera-font-lock-match-item): Fix doc string.
8938 (vera-in-comment-p): Remove unused function.
8939 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
8940 use `syntax-ppss'.
8941 (vera-forward-syntactic-ws): Fix argument order.
8942 (vera-prepare-search): Use `with-syntax-table'.
8943 (vera-indent-line): Fix doc string.
8944 (vera-electric-tab): Fix doc string.
8945 (vera-expand-abbrev): Define alias instead of using `fset'.
8946 (vera-comment-uncomment-region): Use `comment-start-skip'.
8947
8948 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
8949
8950 * textmodes/org.el (org-export-with-footnotes): New option.
8951 (org-export-as-html): Fix replacement bug for XEmacs.
8952 (org-agenda-default-appointment-duration): New option.
8953
8954 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8955
8956 * vc-hg.el: Add to do items.
8957 (vc-hg-diff): Add support for comparing different revisions.
8958 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8959 (vc-hg-annotate-extract-revision-at-line)
8960 (vc-hg-previous-version, vc-hg-checkin): New functions.
8961 (vc-hg-annotate-re): New constant.
8962
8963 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8964
8965 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
8966
8967 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8970 buffer-local value of log-view-*-re if applicable.
8971
8972 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8973 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8974 (vc-bzr-command*): Remove both (incompatible) versions.
8975 (vc-bzr-do-command*): Remove.
8976 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8977 Remove by folding into its only caller vc-bzr-command.
8978 (vc-bzr-command): Always set the environment, even when ineffective.
8979 (vc-bzr-version): Minor fix up.
8980 (vc-bzr-admin-dirname): New var.
8981 (vc-bzr-bzr-dir): Remove.
8982 (vc-bzr-root-dir): New fun.
8983 (vc-bzr-registered): Use it. Add an autoloaded version.
8984 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8985 (vc-bzr-view-log-function): Remove.
8986 (vc-bzr-log-view-mode): New major mode to replace it.
8987 (vc-bzr-print-log): Only activate the old hack if needed.
8988
8989 * vc.el (vc-default-log-view-mode): New function.
8990 (vc-print-log): Add new `log-view-mode' VC operation.
8991
8992 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
8993
8994 * ido.el (ido-find-file-in-dir): Don't signal an error for
8995 empty directories.
8996
8997 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8998
8999 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9000 directory where the desktop file was found, as the docstring says.
9001 (desktop-kill): Use `read-directory-name'.
9002
9003 2007-06-20 Alan Mackenzie <acm@muc.de>
9004
9005 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9006 When removing lines, also remove the \n. Correction of patch of
9007 2007-04-21.
9008
9009 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9010
9011 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9012 event is not a cons cell. Do not unread drag-mouse-1 events.
9013 Select right window in check whether space was stolen from
9014 window above.
9015
9016 * help-mode.el (help-make-xrefs): Adjust position of new forward
9017 button.
9018
9019 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9020
9021 * vc-bzr.el (vc-bzr-with-process-environment)
9022 (vc-bzr-std-process-invocation): New macros.
9023 (vc-bzr-command, vc-bzr-command*): Use them.
9024 (vc-bzr-with-c-locale): Remove.
9025 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9026 (vc-bzr-buffer-nonblank-p): New function.
9027 (vc-bzr-state-words): New const.
9028 (vc-bzr-state): Look for `bzr status' keywords in output.
9029 Display everything else as a warning message to the user.
9030 Fix status report with bzr >= 0.15.
9031
9032 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9033
9034 * vc-hg.el (vc-hg-global-switches): Simplify.
9035 (vc-hg-state): Handle more states.
9036 (vc-hg-diff): Fix doc-string.
9037 (vc-hg-register): New function.
9038 (vc-hg-checkout): Likewise.
9039
9040 2007-06-20 Reto Zimmermann <reto@gnu.org>
9041
9042 * progmodes/vera-mode.el: New file.
9043
9044 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9045
9046 * calc/calc.el (calc-multiplication-has-precendence):
9047 New variable.
9048 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9049 New functions.
9050 (math-expr-opers): Define using math-standard-ops rather than
9051 math-standard-opers.
9052 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9053 equal the function math-standard-ops rather than the variable
9054 math-standard-opers.
9055 (calc-algebraic-entry): Let math-expr-opers equal
9056 math-standard-ops or math-expr-ops, as appropriate.
9057 (math-expr-read-level, math-read-factor): Let math-expr-opers
9058 equal math-expr-ops.
9059 * calc/calc-embed.el (calc-embedded-finish-edit):
9060 Let math-expr-opers equal the function math-standard-ops
9061 rather than the variable math-standard-opers.
9062 * calc/calc-ext.el (math-read-plain-expr)
9063 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9064 function math-standard-ops rather than the variable
9065 math-standard-opers.
9066 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9067 Let math-expr-opers equal the function math-standard-ops rather
9068 than the variable math-standard-opers.
9069 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9070 equal the function math-standard-ops rather than the variable
9071 math-standard-opers.
9072 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9073 equal the function math-standard-ops rather than the variable
9074 math-standard-opers.
9075 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9076 math-expr-ops.
9077
9078 2007-06-19 Ivan Kanis <apple@kanis.eu>
9079
9080 * vc-hg.el: New file.
9081
9082 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9085 with font-lock-multiline.
9086
9087 2007-06-17 Glenn Morris <rgm@gnu.org>
9088
9089 * lpr.el (lpr-page-header-switches): Move %s to separate element
9090 for correct quoting. Doc fix.
9091
9092 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9095 than setting sgml-xml-mode.
9096 (sgml-mode, html-mode): Set sgml-xml-mode.
9097 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9098 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9099 (sgml-electric-tag-pair-before-change-function)
9100 (sgml-electric-tag-pair-flush-overlays): New functions.
9101 (sgml-electric-tag-pair-mode): New minor mode.
9102 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9103 (sgml-calculate-indent): Use assoc-string.
9104
9105 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9106
9107 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9108 chars before the "@" in an email address. Andreas Roehler noticed
9109 this problem.
9110
9111 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9112
9113 * thingatpt.el: Add support for email addresses (`email').
9114 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9115 (thing-at-point-email-regexp): New variable.
9116 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9117 properties on this symbol, with lambda forms for values.
9118
9119 2007-06-15 Masatake YAMATO <jet@gyve.org>
9120
9121 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9122
9123 * vc.el (vc-dired-hook): Check the backend returned from
9124 `vc-responsible-backend' can really handle `subdir'.
9125
9126 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9127
9128 * wid-edit.el (widget-add-documentation-string-button):
9129 Fix handling of documentation indent.
9130
9131 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9132
9133 * mb-depth.el: New file.
9134
9135 2007-06-15 Masatake YAMATO <jet@gyve.org>
9136
9137 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9138
9139 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9140
9141 * wid-edit.el (widget-default-create): Move ?h handling here...
9142 (widget-default-format-handler): ...from here.
9143 (widget-docstring, widget-add-documentation-string-button): New funs.
9144 (documentation-string): Add :visibility-widget property.
9145 (widget-documentation-string-value-create): Use it.
9146
9147 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9148 (custom-buffer-create-internal): Simplify message.
9149 (custom-variable-tag): Reduce height to normal.
9150 (custom-variable-value-create, custom-face-value-create)
9151 (custom-visibility): New widget.
9152 (custom-visibility): New face.
9153 (custom-group-value-create):
9154 Call widget-add-documentation-string-button, using `custom-visibility'.
9155
9156 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9159 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9160 change. Apparently the "warning even if the group is implicit" is
9161 a feature rather than a bug.
9162
9163 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9164
9165 * emulation/viper.el (viper-describe-key-ad)
9166 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9167 Compile them conditionally.
9168 (viper-version): Belated version change.
9169
9170 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * follow.el (follow-all-followers, follow-generic-filter):
9173 * pcomplete.el (pcomplete-restore-windows):
9174 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9175 (x-dnd-drop-data):
9176 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9177 * progmodes/python.el (python-complete-symbol):
9178 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9179
9180 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9181
9182 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9183 around bright and dim regexps. Make sure bright and dim matches
9184 use word anchors. Send text through rcirc-markup functions.
9185 (rcirc-url-regexp): Add single quote character.
9186 (rcirc-connect): Write logs to disk on auto-save-hook.
9187 Make server a non-optional argument.
9188 (rcirc-log-alist): New variable.
9189 (rcirc-log-directory): Make customizable.
9190 (rcirc-log-flag): New customizable variable.
9191 (rcirc-log): New function.
9192 (rcirc-print): Use above function.
9193 (rcirc-log-write): New function.
9194 (rcirc-generate-new-buffer-name): Strip text properties.
9195 (rcirc-switch-to-buffer-function): Remove variable.
9196 (rcirc-last-non-irc-buffer): Remove variable.
9197 (rcirc-non-irc-buffer): Add function.
9198 (rcirc-next-active-buffer): Use above function.
9199 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9200 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9201 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9202 (rcirc-omit-mode): Add minor-mode.
9203 (rcirc-mode-map): Change C-c C-o binding.
9204 (rcirc-mode): Clear mode-line-process. Use a custom
9205 fill-paragraph-function. Set up buffer-invisibility-spec.
9206 (rcirc-response-formats): Remove timestamp code.
9207 (rcirc-omit-responses): Add variable.
9208 (rcirc-print): Don't put the overlay arrow on potentially omitted
9209 lines. Log line to disk. Record activity for private messages
9210 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9211 (rcirc-jump-to-first-unread-line): Print message if there is no
9212 unread text.
9213 (rcirc-clear-unread): New function.
9214 (rcirc-markup-text-functions): Add variable.
9215 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9216 (rcirc-debug): Don't mess with window configuration.
9217 (rcirc-send-message): Send message before printing locally.
9218 Add SILENT argument, do not print message if non-nil.
9219 (rcirc-visible-buffers): New function and variable.
9220 (rcirc-window-configuration-change-1): Add function.
9221 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9222 server buffer.
9223 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9224 (rcirc-fill-paragraph): Add function.
9225 (rcirc-record-activity, rcirc-window-configuration-change-1):
9226 Only update the activity string if it has actually changed.
9227 (rcirc-update-activity-string): Remove padding characters from the
9228 mode-line string.
9229 (rcirc-disconnect-buffer): New function to be called when a
9230 channel is parted or the user quits.
9231 (rcirc-server-name): Warn when the server-name hasn't been set.
9232 (rcirc-window-configuration-change): Postpone work until
9233 post-command-hook.
9234 (rcirc-window-configuration-change-1): Update mode-line and
9235 overlay arrows here.
9236 (rcirc-authenticate): Fixc hanserv identification.
9237 (rcirc-default-server): Remove variable.
9238 (rcirc): Connect according to rcirc-connections.
9239 (rcirc-connections): Add variable.
9240 (rcirc-startup-channels-alist): Remove variable.
9241 (rcirc-startup-channels): Remove function.
9242
9243 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9246
9247 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9248
9249 * term/xterm.el (terminal-init-xterm): Escape parens in character
9250 constants.
9251
9252 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9255 Use [:alpha:] and [:alnum:] where applicable.
9256 (sh-quoted-subshell): Rewrite to correctly
9257 handle nested mixes of `...' and $(...).
9258 (sh-apply-quoted-subshell): Remove.
9259 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9260
9261 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9262
9263 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9264
9265 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9266 previous change.
9267
9268 2007-06-12 Tom Tromey <tromey@redhat.com>
9269
9270 * subr.el (user-emacs-directory): New defconst.
9271 * cmuscheme.el (scheme-start-file):
9272 * shell.el (shell):
9273 * completion.el (save-completions-file-name):
9274 * custom.el (custom-theme-directory):
9275 * term/x-win.el (emacs-session-filename):
9276 * filesets.el (filesets-menu-cache-file):
9277 * thumbs.el (thumbs-thumbsdir):
9278 * server.el (server-auth-dir):
9279 * image-dired.el (image-dired-dir):
9280 (image-dired-db-file):
9281 (image-dired-temp-image-file):
9282 (image-dired-gallery-dir):
9283 (image-dired-temp-rotate-image-file):
9284 * play/gamegrid.el (gamegrid-user-score-file-directory):
9285 * savehist.el (savehist-file):
9286 * tutorial.el (tutorial--saved-dir):
9287 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9288
9289 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9290
9291 * scroll-lock.el (scroll-lock-mode): Doc fix.
9292
9293 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9294
9295 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9296
9297 * ediff-init.el: Doc strings.
9298
9299 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9302 (byte-compile-file): Bind it.
9303 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9304 group argument is provided implicitly.
9305 (byte-compile-format-warn, byte-compile-from-buffer)
9306 (byte-compile-insert-header): Don't hardcode point-min==1.
9307 (byte-compile-file-form-require): Remove unused var old-load-list.
9308 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9309
9310 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9311
9312 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9313 Display error messages.
9314 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9315 Get rid of cl.el dependencies.
9316
9317 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9318 New variable.
9319 (viper-activate-input-method-action)
9320 (viper-inactivate-input-method-action):
9321 Use viper-suppress-input-method-change-message.
9322
9323 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9324 for C-s, C-r.
9325
9326 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9327 Use viper-replace-overlay-cursor-color instead of
9328 viper-replace-overlay-cursor-color.
9329 (viper-sit-for-short): Use sit-for with 3 arguments.
9330
9331 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9332 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9333 to gud-mode.
9334
9335 * ediff-mult.el (ediff-meta-buffer-brief-message)
9336 (ediff-meta-buffer-verbose-message): New variables.
9337 (ediff-meta-buffer-message): Variable deleted.
9338 (ediff-verbose-help-enabled): New variable.
9339 (ediff-toggle-verbose-help-meta-buffer): New function.
9340 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9341 message options.
9342
9343 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9344 (ediff-fixup-patch-map): Improve heuristic.
9345
9346 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9349 (log-view-font-lock-keywords): Simplify.
9350 (log-view-current-file, log-view-current-tag): Simplify.
9351
9352 2007-06-12 Sam Steingold <sds@gnu.org>
9353
9354 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9355
9356 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
9357
9358 * desktop.el (desktop-load-locked-desktop): New option.
9359 (desktop-read): Use it.
9360 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9361 Use `when'.
9362
9363 2007-06-12 Davis Herring <herring@lanl.gov>
9364
9365 * desktop.el (desktop-save-mode-off): New function.
9366 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9367 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9368 (desktop-claim-lock, desktop-release-lock): New functions.
9369 (desktop-kill): Tell `desktop-save' that this is the last save.
9370 Release the lock afterwards.
9371 (desktop-buffer-info): New function.
9372 (desktop-save): Use it. Run `desktop-save-hook' where the doc
9373 says to. Detect conflicts, and manage the lock.
9374 (desktop-read): Detect conflicts. Manage the lock.
9375
9376 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9379
9380 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9381 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
9382 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
9383 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9384 keysyms rather than byte sequences.
9385 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9386
9387 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9390 half-activated, forcefully activate it completely.
9391
9392 2007-06-11 Richard Stallman <rms@gnu.org>
9393
9394 * cus-edit.el (custom-variable-type): Doc fix.
9395
9396 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9399 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9400 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9401 different possible cases for \'.
9402
9403 * complete.el (PC-bindings): Don't bind things already bound in the
9404 parent keymap.
9405
9406 * textmodes/bibtex-style.el: New file.
9407
9408 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9409
9410 * vc-bzr.el: New file.
9411
9412 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * vc-svn.el (vc-svn-program): New var.
9415 (vc-svn-command): Use it.
9416
9417 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * server.el (server-switch-buffer): Remove redundant check.
9420
9421 2007-06-10 Martin Rudalics <rudalics@gmx.at>
9422
9423 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9424 Match against file-name-nondirectory.
9425 Fix text on user customization variables.
9426 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
9427
9428 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9429
9430 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
9431
9432 2007-06-09 Davis Herring <herring@lanl.gov>
9433
9434 * desktop.el (desktop-minor-mode-table): Doc fix.
9435
9436 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * textmodes/css-mode.el (css-navigation-syntax-table):
9439 Use set-char-table-range so it also works in the unicode branch.
9440
9441 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
9442
9443 * help-mode.el (help-xref-forward-stack)
9444 (help-xref-stack-forward-item, help-forward-label): New variables.
9445 (help-forward): New button type.
9446 (help-setup-xref): Initialise help-xref-forward-stack.
9447 (help-make-xrefs): Add forward button, if appropriate.
9448 (help-xref-go-back): Push item on forward stack.
9449 (help-xref-go-forward, help-go-forward): New functions.
9450
9451 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
9452
9453 * dired.el (dired-mode-map): Remove spurious separator.
9454
9455 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9456
9457 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
9458
9459 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9460 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
9461
9462 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
9463
9464 * textmodes/org.el: Version number fixed.
9465
9466 2007-06-07 Glenn Morris <rgm@gnu.org>
9467
9468 * version.el (emacs-copyright): New constant.
9469 * startup.el (fancy-splash-tail): Use emacs-copyright.
9470 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
9471
9472 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
9473 `make-local'.
9474 (byte-compile-warnings-safe-p): Add `make-local'.
9475 (byte-compile-make-variable-buffer-local):
9476 Allow byte-compile-warnings to suppress this warning.
9477
9478 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
9479 format of "menu" description.
9480 (tutorial--find-changed-keys): Describe the specific menu a
9481 command is in.
9482
9483 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
9484 Rewrite compatibility functions to silence byte-compiler.
9485
9486 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9487
9488 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
9489 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
9490
9491 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
9492
9493 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
9494
9495 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9496
9497 * progmodes/ebrowse.el (ebrowse-member-table):
9498 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
9499 (org-batch-agenda-csv): Fix typos in docstrings.
9500
9501 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9502
9503 * international/mule-cmds.el (toggle-enable-multibyte-characters)
9504 (sort-coding-systems, search-unencodable-char): Doc fixes.
9505 (coding-system-change-eol-conversion, set-default-coding-systems)
9506 (prefer-coding-system, find-multibyte-characters, princ-list)
9507 (leim-list-entry-regexp, set-input-method, locale-language-names)
9508 (input-method-exit-on-first-char, exit-language-environment-hook)
9509 (locale-charset-language-names): Fix typos in docstrings.
9510
9511 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9512
9513 * pgg.el (pgg-sign-region, pgg-sign):
9514 * ses.el (ses-call-printer):
9515 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
9516 * textmodes/org.el (org-cycle): Fix typos in docstrings.
9517
9518 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
9519
9520 * textmodes/org.el (org-export-region-as-html)
9521 (org-replace-region-by-html, org-number-to-letters)
9522 (org-table-fedit-finish, org-normalize-color)
9523 (org-table-fedit-ref-right, org-date-to-gregorian)
9524 (org-table-fedit-move, org-table-convert-refs-to-rc)
9525 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
9526 (org-write-agenda, org-colgroup-info-to-vline-list)
9527 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
9528 (org-indent-line-function, org-export-as-html-to-buffer)
9529 (org-store-agenda-views, org-update-mode-line)
9530 (org-find-if, org-delete-all)
9531 (org-table-fedit-convert-buffer, org-emphasize)
9532 (org-uniquify, org-table-fedit-lisp-indent)
9533 (org-table-fedit-scroll, org-get-todo-sequence-head)
9534 (org-table-fedit-scroll-down, org-table-fedit-line-down)
9535 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9536 (org-table-fedit-toggle-coordinates, org-dvipng-color)
9537 (org-table-fedit-line-up, org-table-fedit-ref-down)
9538 (org-table-formula-from-user, org-mode-flyspell-verify)
9539 (org-cycle-show-empty-lines, org-ctrl-c-ret)
9540 (org-table-formula-to-user, org-diary-to-ical-string)
9541 (orgtbl-export, org-table-fedit-post-command)
9542 (org-closed-in-range, org-shiftcontrolright)
9543 (org-table-convert-refs-to-an, org-table-hline-and-move)
9544 (org-table-formula-less-p, org-format-table-ascii)
9545 (org-agenda-get-sexps, org-shift-refpart)
9546 (org-diary-sexp-entry, org-time-string-to-absolute)
9547 (org-table-show-reference, org-letters-to-number)
9548 (org-fix-agenda-info, org-table-fedit-ref-up)
9549 (org-table-fedit-shift-reference, org-table-fedit-abort)
9550 (org-closest-date, org-shiftcontrolleft)
9551 (org-at-heading-or-item-p, org-rematch-and-replace)
9552 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9553 New functions.
9554 (org-table-edit-scroll-down, org-finish-edit-formulas)
9555 (org-table-edit-next-field, org-abort-edit-formulas)
9556 (org-font-lock-level, org-export-find-first-heading-line)
9557 (org-table-edit-line-down, org-table-edit-backward-field)
9558 (org-edit-formula-lisp-indent, org-table-edit-move)
9559 (org-check-log-option, org-this-word)
9560 (org-table-edit-line-up, org-table-edit-formulas-post-command)
9561 (org-agenda-file-to-end, org-expand-file-name)
9562 (org-fake-empty-table-line, org-table-edit-scroll)
9563 (org-toggle-log-option, org-show-reference): Function removed.
9564 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9565 New defsubsts.
9566 (org-unmodified, org-batch-store-agenda-views)
9567 (org-batch-agenda-csv): New macro.
9568 (org-agenda-export): New customization group.
9569 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9570 (org-highest-priority, org-agenda-exporter-settings)
9571 (org-log-done-with-time, org-replace-disputed-keys)
9572 (org-format-latex-header, org-export-table-header-tags)
9573 (org-cycle-separator-lines, org-export-table-data-tags)
9574 (org-icalendar-include-sexps)
9575 (org-empty-line-terminates-plain-lists)
9576 (org-log-repeat, org-special-ctrl-a)
9577 (org-table-use-standard-references, org-disputed-keys)
9578 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9579 (org-agenda-export-html-style): New option.
9580 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
9581 (org-CUA-compatible): Option removed.
9582 (org-agenda-structure, org-sexp-date): New face.
9583 (org-todo-keywords-for-agenda, org-not-done-keywords)
9584 (org-planning-or-clock-line-re, org-agenda-name)
9585 (org-table-colgroup-info, org-todo-sets)
9586 (constants-unit-system, org-clock-mode-line-entry)
9587 (org-mode-line-timer, org-table-current-begin-pos)
9588 (org-todo-keywords-1, org-mode-line-string)
9589 (org-table-clean-did-remove-column, org-table-fedit-map)
9590 (org-clock-heading, org-table-buffer-is-an)
9591 (org-agenda-info, org-done-keywords)
9592 (org-done-keywords-for-agenda, org-todo-heads)
9593 (org-todo-kwd-alist, org-clock-start-time): New variable.
9594 (org-todo-kwd-priority-p, org-edit-formulas-map)
9595 (org-repeat-re, org-todo-kwd-max-priority)
9596 (org-version, org-done-string)
9597 (org-table-clean-did-remove-column-1, org-disputed-keys):
9598 Remove variables.
9599 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
9600 (org-ts-lengths): Constant removed.
9601 (org-follow-gnus-link): Don't ask how many articles to read.
9602 (org-export-find-first-export-line): Rename from
9603 `org-export-find-first-heading'.
9604 Use `org-export-skip-text-before-1st-heading'.
9605 (org-table-fedit-post-command): Rename from
9606 `org-table-edit-formulas-post-command'.
9607 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9608 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9609 (org-table-fedit-lisp-indent): Rename from
9610 `org-edit-formula-lisp-indent'.
9611 (org-table-show-reference): Rename from `org-show-reference'.
9612 (org-table-store-formulas): Use `org-table-formula-less-p'.
9613 (org-table-edit-formulas): Position cursor to current field equation.
9614 (org-update-checkbox-count, org-hide-archived-subtrees)
9615 (org-timestamp-up-day, org-timestamp-down-day)
9616 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9617 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
9618 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
9619 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
9620 Let `org-on-heading-p' also check for invisible heading.
9621 (org-read-date): Match am/pm times.
9622 (org-eval-in-calendar): Fix default date in prompt.
9623
9624 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
9627 "ChangeLog.a" entries, giving the latter lower priority.
9628
9629 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
9630
9631 * faces.el (face-id): If the argument is a face alias,
9632 return the ID of the target face.
9633
9634 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
9635
9636 * net/socks.el (top): Remove unnecessary copyright line.
9637
9638 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * longlines.el (longlines-auto-wrap): Handle argument correctly.
9641
9642 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
9643
9644 * net/socks.el: New file, taken from w3 repository.
9645 (top): Update Copyright. Don't load cl.el.
9646 (all): Replace `case' by `cond', `string-to-int' by
9647 `string-to-number', and `process-kill-without-query' by
9648 `set-process-query-on-exit-flag'.
9649 (socks-char-int): Remove defalias and all occurrences.
9650
9651 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9654 Fix typos in docstrings.
9655 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9656 (compilation-finish-function): Fix typo in obsolescence declaration.
9657
9658 2007-06-03 Sam Steingold <sds@gnu.org>
9659
9660 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9661 handle unending automatic recompilation of changed files (`omake -P').
9662 (compilation-loop): VISITED is now 5th CDR.
9663 (compilation-next-error-function): Set TIMESTAMP.
9664
9665 2007-06-03 Sam Steingold <sds@gnu.org>
9666
9667 * files.el (kill-buffer-ask): New function.
9668 (kill-some-buffers): Use it.
9669 (kill-matching-buffers): New user command.
9670
9671 2007-06-01 David Kastrup <dak@gnu.org>
9672
9673 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9674 Change default to `top'.
9675
9676 2007-05-31 Richard Stallman <rms@gnu.org>
9677
9678 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9679
9680 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * textmodes/css-mode.el: New file.
9683
9684 2007-05-30 Michael Olson <mwolson@gnu.org>
9685
9686 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
9687 died and we are trying to send a signal to it. The program using
9688 tq.el should periodically check to see whether the process has
9689 died and react appropriately -- this is not the responsibility of
9690 tq.el, and is consistent with the rest of the tq.el source code.
9691
9692 2007-05-29 Martin Rudalics <rudalics@gmx.at>
9693
9694 * textmodes/table.el (table--point-entered-cell-function)
9695 (table--point-left-cell-function):
9696 Bind `inhibit-point-motion-hooks' to t.
9697
9698 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9699
9700 * emacs-lisp/rx.el (rx): Doc fix.
9701
9702 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
9703
9704 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
9705
9706 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
9707
9708 Sync with Tramp 2.0.56.
9709
9710 * net/tramp.el:
9711 * net/tramp-ftp.el:
9712 * net/tramp-smb.el:
9713 * net/tramp-util.el:
9714 * net/tramp-vc.el:
9715 Don't load cl.el, because that pollutes the namespace. Replace cl
9716 macros by their implementations where necessary. Requested by
9717 Richard Stallman <rms@gnu.org>.
9718
9719 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
9720 doesn't exist.
9721 (with-parsed-tramp-file-name): Protect debug spec during compilation.
9722 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
9723 (tramp-file-name-p, tramp-file-name-multi-method)
9724 (tramp-file-name-method, tramp-file-name-user)
9725 (tramp-file-name-host, tramp-file-name-localname): New defuns,
9726 replacing defstruct `tramp-file-name'.
9727 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
9728 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
9729 Apply `vector' instead of `make-tramp-file-name'.
9730 (tramp-handle-make-auto-save-file-name):
9731 Apply `tramp-temporary-file-directory' for compatibility reasons.
9732 (tramp-completion-mode): Use `natnump' instead of `wholenump'
9733 because of XEmacs.
9734 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
9735 started.
9736
9737 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
9738
9739 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
9740
9741 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9742
9743 * log-edit.el (log-edit-changelog-paragraph): Return point-max
9744 as the end of the ChangeLog paragraph when it ends without a line
9745 termination.
9746
9747 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
9748
9749 * net/webjump.el (webjump-sample-sites):
9750 Add simple Wikipedia query.
9751
9752 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
9755 compatibility code.
9756
9757 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
9758 (copyright-update-year): Use it.
9759
9760 * edmacro.el (edmacro-format-keys): Use current-active-maps.
9761
9762 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
9763 Add indentation and debugging info. Fix up comment convention.
9764
9765 * cus-dep.el (custom-make-dependencies): Simplify.
9766
9767 * composite.el (compose-region, decompose-region):
9768 Use inhibit-read-only and restore-buffer-modified-p.
9769
9770 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9771 (xterm-mouse-event): Use it.
9772
9773 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
9774
9775 * bs.el (bs-cycle-previous): Don't modify the cycle list until
9776 `switch-to-buffer' has returned succesfully.
9777 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
9778 window is dedicated (it could iconify the frame).
9779
9780 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
9781
9782 * vc-hooks.el (vc-find-root): Fix file attribute test.
9783
9784 2007-05-24 Richard Stallman <rms@gnu.org>
9785
9786 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9787 Don't let opoint be nil.
9788 (flyspell-emacs-popup): Explicit error if no dialogs.
9789
9790 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
9791
9792 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9793 (image-next-line, image-previous-line, image-scroll-up)
9794 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9795 New functions.
9796 (image-mode-map): Remap motion commands.
9797 (image-mode-text-map): New keymap for viewing images as text.
9798 (image-mode): Use image-mode-map.
9799 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9800
9801 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * textmodes/fill.el (canonically-space-region): Make the second arg
9804 a marker if it's not already the case.
9805
9806 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9807
9808 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9809 (tar-get-descriptor): Handle type 55, an extended pax header.
9810
9811 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9814 to confuse outline-minor-mode.
9815
9816 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9817
9818 * tar-mode.el (tar-file-name-handler): New function.
9819 (tar-extract): Bind file-name-handler-alist to it to force
9820 find-buffer-file-type-coding-system behave as if the file being
9821 extracted existed. Use last-coding-system-used to force
9822 buffer-file-coding-system to what decode-coding-region actually
9823 used to decode the file.
9824
9825 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9826
9827 * progmodes/compile.el (compilation-handle-exit):
9828 `compilation-finish-function' may change the current buffer.
9829
9830 2007-05-22 Richard Stallman <rms@gnu.org>
9831
9832 * files.el (set-auto-mode): Doc fix.
9833
9834 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9835
9836 * help-fns.el (find-source-lisp-file): New function.
9837 (describe-function-1): Use find-source-lisp-file to find source
9838 file in compile tree.
9839
9840 2007-05-22 Eli Zaretskii <eliz@gnu.org>
9841
9842 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9843
9844 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * emacs-lisp/easy-mmode.el (define-minor-mode)
9847 (easy-mmode-define-navigation): Fix typos in docstrings.
9848
9849 2007-05-22 Glenn Morris <rgm@gnu.org>
9850
9851 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
9852
9853 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
9854
9855 * mail/mail-extr.el (mail-extract-address-components):
9856 Recognize non-ASCII characters except for NBSP as words.
9857
9858 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
9859
9860 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9861 (rcirc-print): Handle `window-width'.
9862 (rcirc-buffer-maximum-lines): Doc fix.
9863
9864 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * image-mode.el (image-toggle-display): Don't clear image cache.
9867 Only use filename in image spec if the file is readable.
9868 Call image-refresh.
9869
9870 * image.el (image-type-from-file-name, image-type): Simplify.
9871 (image-type-auto-detected-p): Don't scan auto-mode-alist.
9872
9873 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9874 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9875
9876 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9877
9878 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9879 is an error.
9880
9881 * term/linux.el (terminal-init-linux): Don't signal an error
9882 if gpm isn't running.
9883
9884 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9885
9886 * t-mouse.el: Reduce to a minor-mode macro call.
9887 (t-mouse-mode): Remove the lighter.
9888
9889 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
9890
9891 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
9892
9893 * files.el (auto-mode-alist): Change the regexp so that
9894 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9895
9896 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * Version 22.1 released.
9899
9900 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9903 changes.
9904
9905 2007-05-19 Kevin Ryde <user42@zip.com.au>
9906
9907 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9908
9909 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9910
9911 * textmodes/sgml-mode.el: Revert last change.
9912
9913 2007-05-18 Richard Stallman <rms@gnu.org>
9914
9915 * simple.el (push-mark): Doc fix.
9916
9917 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
9918
9919 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
9920 tpu-global-map.
9921 (tpu-original-global-map): Variable deleted.
9922 (tpu-control-keys-map): New keymap variable.
9923 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
9924 setting keymapping directly.
9925 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
9926 tpu-global-map.
9927 (tpu-edt-on): Activate the tpu-global-map.
9928 (tpu-edt-off): Deactivate the tpu-global-map.
9929
9930 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
9931
9932 * textmodes/ispell.el (ispell-get-word): Return markers
9933 for start and end positions.
9934 (ispell-word): Assume END is a marker.
9935
9936 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9937
9938 * printing.el: Group together all XEmacs/Emacs definitions.
9939 (pr-version): New version 6.9.
9940 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9941 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9942 (pr-menu-bind): Fix code.
9943 (pr-e-frame-char-height, pr-e-frame-char-width)
9944 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9945 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9946 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9947 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9948 (pr-x-event-y-pixel): Aliases eliminated.
9949 (pr-xemacs-global-menubar): Macro moved.
9950 (current-menubar, current-mouse-event, zmacs-region-stays)
9951 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9952 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9953 Vars moved.
9954 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9955 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9956 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9957 (pr-menu-set-utility-title, pr-even-or-odd-pages)
9958 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9959 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9960 moved.
9961
9962 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
9963
9964 * textmodes/sgml-mode.el (sgml-tag):
9965 Fix bug: Call sgml-transformation-function.
9966
9967 2007-05-17 Martin Rudalics <rudalics@gmx.at>
9968
9969 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9970 modified flag of buffer. Use `inhibit-modification-hooks'.
9971
9972 2007-05-16 Richard Stallman <rms@gnu.org>
9973
9974 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9975
9976 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * files.el (magic-mode-alist, magic-fallback-mode-alist):
9979 Move the *ml, Postscript, and XmCD entries to the fallback part.
9980
9981 * files.el (magic-fallback-mode-alist):
9982 Rename from file-start-mode-alist.
9983
9984 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9985
9986 * progmodes/compile.el (compilation-handle-exit): Quote first
9987 argument of `run-hook-with-args'.
9988
9989 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
9990
9991 * buff-menu.el (Buffer-menu-sort-column):
9992 * dabbrev.el (dabbrev-upcase-means-case-search):
9993 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9994 * info.el (Info-current-subfile):
9995 * ls-lisp.el (ls-lisp-verbosity):
9996 * msb.el (msb-menu-cond):
9997 * pcvs.el (cvs-dired-use-hook):
9998 * simple.el (set-mark-command-repeat-pop):
9999 * time.el (display-time-24hr-format, display-time-mail-file):
10000 Doc fixes.
10001
10002 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10003 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10004
10005 * view.el (view-inhibit-help-message): Fix typo in docstring.
10006 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10007
10008 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10009
10010 * textmodes/ispell.el (ispell-start-process): Defend against bad
10011 default-directory.
10012
10013 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10014
10015 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10016 content-transfer-encoding _last_, because it's its position that
10017 we need as value of base64-header-field-end.
10018
10019 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * files.el (mode-require-final-newline, require-final-newline)
10022 (enable-local-variables, enable-local-eval): Doc fixes.
10023
10024 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10025
10026 * ps-print.el: Use default color when foreground or background color
10027 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10028 (ps-print-version): New version 6.7.4.
10029 (ps-rgb-color): New argument. Use default color when color is
10030 unspecified.
10031 (ps-begin-job): Fix code.
10032
10033 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * longlines.el (longlines-mode): Make longlines-auto-wrap
10036 buffer-local. Add hooks unconditionally.
10037 (longlines-auto-wrap): Toggle wrapping.
10038 (longlines-after-change-function)
10039 (longlines-post-command-function): Check longlines-auto-wrap.
10040
10041 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10042
10043 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10044 (xterm-mouse-translate): Use it.
10045
10046 2007-05-10 Richard Stallman <rms@gnu.org>
10047
10048 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10049 (iso-cvt-write-only): Likewise.
10050
10051 * emacs-lisp/easy-mmode.el (define-minor-mode):
10052 Fix generated doc string.
10053
10054 * startup.el (fancy-splash-text): Add URL of guided tour.
10055 Adjust horizontal and vertical whitespace.
10056
10057 * progmodes/compile.el (compilation-handle-exit):
10058 Use run-hook-with-args to run compilation-finish-functions.
10059
10060 * files.el (file-start-mode-alist): New variable.
10061 (magic-mode-regexp-match-limit): Doc fix.
10062 (set-auto-mode): Handle file-start-mode-alist.
10063 A little cleanup of structure.
10064
10065 * dabbrev.el (dabbrev-eliminate-newlines):
10066 Renamed from dabbrev--eliminate-newlines. All uses changed.
10067
10068 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10069
10070 * man.el (Man-next-section): Don't consider the last line of the page
10071 as being part of any section.
10072
10073 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10076 can take any number of values.
10077
10078 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10081 to the list of citation commands.
10082
10083 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10086
10087 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10088
10089 * progmodes/python.el (python-font-lock-keywords)
10090 (python-open-block-statement-p, python-mode): Add support for the new
10091 "with" keyword.
10092
10093 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10096 the exact opposite of diff-goto-source.
10097
10098 * emacs-lisp/advice.el (ad-special-forms): Remove.
10099 (ad-special-form-p): Use subr-arity.
10100
10101 * newcomment.el (comment-search-forward): Make sure we search forward.
10102 (comment-enter-backward): Try and distinguish the non-matching case at
10103 EOB from the non-matching case with a missing comment-end-skip for
10104 a 2-char comment ender.
10105 (comment-choose-indent): New function extracted from comment-indent.
10106 Improve the alignment algorithm.
10107 (comment-indent): Use it.
10108
10109 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10110 XML style Processing Instructions.
10111 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10112 (sgml-calculate-indent): Handle `pi' context.
10113
10114 * vc.el: Ensure that update-changelog issues an error when used with
10115 a backend that does not implement it.
10116 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10117 Remove `backend' argument. Use expand-file-name.
10118 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10119
10120 * progmodes/python.el (python-end-of-block): Revert last change.
10121 (python-end-of-statement): Make sure we move *forward*.
10122
10123 2007-05-08 Richard Stallman <rms@gnu.org>
10124
10125 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10126 Don't include non-self-insert commands in the exception for `-'.
10127
10128 2007-05-08 David Reitter <david.reitter@gmail.com>
10129
10130 * progmodes/python.el (python-guess-indent): Check non-nullness
10131 before comparing indent against the 2..8 interval.
10132
10133 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10134
10135 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10136 available.
10137
10138 2007-05-06 Richard Stallman <rms@gnu.org>
10139
10140 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10141
10142 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10145 rather than storing their value in the revert-buffer function.
10146
10147 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10148
10149 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10150 when disabling t-mouse-mode.
10151
10152 2007-05-01 Davis Herring <herring@lanl.gov>
10153
10154 * calendar/timeclock.el: Update version number.
10155 (timeclock-modeline-display): Mention timeclock-use-display-time
10156 in explanatory message.
10157 (timeclock-in): Fix non-interactive workday specifications.
10158 (timeclock-log): Don't kill the log buffer if it already existed.
10159 Suppress warnings when finding the log. Don't check for a nil
10160 project twice. Run hooks after killing the buffer (if applicable).
10161 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10162 was geometric). All uses changed.
10163 (timeclock-generate-report): Support prefix argument.
10164
10165 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10166
10167 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10168 disconnections.
10169
10170 2007-05-01 Romain Francoise <romain@orebokech.com>
10171
10172 * dired-x.el: Revert 2007-04-06 change.
10173
10174 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10175
10176 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10177
10178 2007-04-29 Richard Stallman <rms@gnu.org>
10179
10180 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10181
10182 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10185 than 1.
10186
10187 2007-04-28 Richard Stallman <rms@gnu.org>
10188
10189 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10190
10191 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10192
10193 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10194 don't put stop on toolbar.
10195
10196 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10199
10200 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10201
10202 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10203 instead of $(lisp)/mh-e.
10204
10205 2007-04-28 Glenn Morris <rgm@gnu.org>
10206
10207 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10208 (image-dired-cmd-create-temp-image-options): Replace option
10209 +profile "*" with -strip.
10210
10211 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10212
10213 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10214 Use window-start and window-end.
10215
10216 2007-04-27 Andreas Schwab <schwab@suse.de>
10217
10218 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10219
10220 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10221
10222 * textmodes/fill.el (fill-paragraph): Doc fix.
10223
10224 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10225
10226 * locate.el (locate-in-alternate-database): Doc fix.
10227
10228 2007-04-26 Glenn Morris <rgm@gnu.org>
10229
10230 * button.el (button): Use underline if supported, else fall back
10231 to color.
10232
10233 * version.el (emacs-version): Increase to 22.1.50.
10234
10235 2007-04-25 Richard Stallman <rms@gnu.org>
10236
10237 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10238
10239 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10240
10241 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10242 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10243 pushing mark.
10244 (idlwave-current-routine): Don't push mark.
10245
10246 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10247
10248 * image-dired.el (image-dired-display-image): Derive image-type from
10249 filename rather than assuming jpeg, in case no resizing was needed.
10250
10251 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10252
10253 * custom.el (defface): Doc fix.
10254
10255 See ChangeLog.12 for earlier changes.
10256
10257 ;; Local Variables:
10258 ;; coding: iso-2022-7bit
10259 ;; add-log-time-zone-rule: t
10260 ;; End:
10261
10262 Copyright (C) 2007 Free Software Foundation, Inc.
10263
10264 This file is part of GNU Emacs.
10265
10266 GNU Emacs is free software; you can redistribute it and/or modify
10267 it under the terms of the GNU General Public License as published by
10268 the Free Software Foundation; either version 3, or (at your option)
10269 any later version.
10270
10271 GNU Emacs is distributed in the hope that it will be useful,
10272 but WITHOUT ANY WARRANTY; without even the implied warranty of
10273 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10274 GNU General Public License for more details.
10275
10276 You should have received a copy of the GNU General Public License
10277 along with GNU Emacs; see the file COPYING. If not, write to the
10278 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10279 Boston, MA 02110-1301, USA.
10280
10281 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af