Initial merge of nxml
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8cd39fb3
MH
12007-11-23 Mark A. Hershberger <mah@everybody.org>
2
3 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for
4 now.
5
b3acb094
JL
62007-11-23 Juri Linkov <juri@jurta.org>
7
8 * dired.el (dired-read-dir-and-switches): For C-x d, set the
9 value for M-n to the visited file name of the current buffer.
10 Use minibuffer-with-setup-hook to set minibuffer-default to
11 buffer-file-name inside read-file-name.
12
13 * man.el (Man-getpage-in-background): Don't disregard user option
14 `Man-width' on non-window systems. Remove test for `window-system'
15 around setting envvar "COLUMNS" depending on the value of `Man-width'.
16
17 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
18 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
19 of "--color=always".
20
50bfa18a
SM
212007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
24 beginning-of-defun-function.
25
47b1ca26
RS
262007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
27
28 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
29
e3e72162
GM
302007-11-22 Glenn Morris <rgm@gnu.org>
31
d0a3b8c2
GM
32 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
33
e3e72162
GM
34 * emacs-lisp/check-declare.el (check-declare-locate): New function.
35 (check-declare-scan): Use check-declare-locate.
36 (check-declare-verify): No longer adjust fnfile, now
37 check-declare-locate does it.
38
39 * emacs-lisp/byte-run.el (declare-function): Doc fix.
40
2546bcdd
SM
412007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
42
e31d2d89
SM
43 * subr.el (posn-col-row): Make the `default-value' use explicit.
44
693b2fe2
SM
45 * window.el (balance-windows): Remove unused var `counter'.
46 (bw-balance-sub): Remove unused var `lastchild'.
47 (split-window-vertically): Remove unused var `switch'.
48 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
49
2546bcdd
SM
50 * emacs-lisp/bytecomp.el
51 (byte-compile-file-form-custom-declare-variable): Simplify.
52
967c6c49
JB
532007-11-22 Juanma Barranquero <lekktu@gmail.com>
54
d1a3873f
JB
55 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
56 Set `show-trailing-whitespace' to nil.
57
967c6c49
JB
58 * dired.el (make-symbolic-link):
59 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
60 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
61 * dired-x.el (make-symbolic-link):
62 * frame.el (x-initialize-window-system):
63 * menu-bar.el (x-menu-bar-open):
64 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
65 (x-store-cut-buffer-internal):
66 * wdired.el (make-symbolic-link):
67 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
68 (x-send-client-message):
69 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
70
d2ea6863
JD
712007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
72
73 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
74
9769d49f
GM
752007-11-22 Glenn Morris <rgm@gnu.org>
76
77 * dos-fns.el (int86):
78 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
79
80 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
81
82 * calendar/holidays.el (holiday-list): Add autoload cookie.
83
84 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
85 files relative to src/ directory.
d5cf82de
GM
86 (check-declare-verify): Handle .c files. Warn if could not find
87 an arglist to check.
9769d49f
GM
88
89 * emacs-lisp/byte-run.el (declare-function): Doc fix.
90
73e6adaa
DN
912007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
92
85ea5b19
DN
93 * replace.el (occur-mode-map): Add a major mode menu with entries
94 for all occur operations.
95
73e6adaa
DN
96 * international/titdic-cnv.el (dos-8+3-filename):
97 * obsolete/fast-lock.el (msdos-long-file-names):
98 * frame.el (msdos-mouse-p):
65c5f027 99 * files.el (msdos-long-file-names, w32-long-file-name):
73e6adaa
DN
100 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
101 (mac-resume-apple-event, mac-font-panel-mode)
102 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
103 (mac-clear-font-name-table):
104 * term/pc-win.el (msdos-remember-default-colors)
105 (w16-set-clipboard-data, w16-get-clipboard-data):
106 * term/w32-win.el (w32-send-sys-command, w32-select-font)
107 (set-message-beep):
108 * net/browse-url.el (w32-shell-execute):
109 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
110 (w32-get-locale-info, w32-get-valid-locale-ids)
111 (w32-set-clipboard-data):
112 * dos-fns.el (int86, msdos-long-file-names):
113 * dos-w32.el (default-printer-name): Declare as functions.
114
c2ca78bc
JR
1152007-11-21 Jason Rumney <jasonr@gnu.org>
116
117 * emacs-lisp/byte-run.el (declare-function): Return nil.
118
b6ddf8d7
SM
1192007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
122
9b1d7c34
VJL
1232007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
124
125 * ps-print.el (ps-lpr-switches): Docstring fix.
126 (ps-string-list): New fun.
127 (ps-do-despool): Code fix.
128
b541ccb4
JB
1292007-11-21 Juanma Barranquero <lekktu@gmail.com>
130
131 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
132
2ae3bb85
GM
1332007-11-21 Glenn Morris <rgm@gnu.org>
134
135 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
136 for now. Handle define-minor-mode, and defalias (with no argument
137 checking).
138
99c71516
DN
1392007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
140
141 * frame.el (msdos-mouse-p):
6a1f4398 142 * files.el (msdos-long-file-names, w32-long-file-name):
99c71516
DN
143 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
144 (mac-resume-apple-event, mac-font-panel-mode)
145 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
146 (mac-clear-font-name-table):
147 * term/pc-win.el (msdos-remember-default-colors)
148 (w16-set-clipboard-data, w16-get-clipboard-data):
149 * term/w32-win.el (w32-send-sys-command, w32-select-font)
150 (set-message-beep):
151 * net/browse-url.el (w32-shell-execute):
152 * dos-fns.el (int86, msdos-long-file-names):
153 * dos-w32.el (default-printer-name): Undo previous change.
154
d4aa48db 1552007-11-21 Eli Zaretskii <eliz@gnu.org>
6fee106e 156
b6ddf8d7
SM
157 * international/mule-cmds.el (set-locale-environment):
158 Set default-file-name-coding-system _after_ keyboard and terminal
d4aa48db 159 coding systems. This fixes last change.
6fee106e 160
d4aa48db
MB
161 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
162 one space after "Subject:".
6fee106e 163
d4aa48db 1642007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 165
d4aa48db
MB
166 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
167 in order to determine if there's a conflict.
6fee106e 168
d4aa48db 1692007-11-21 Richard Stallman <rms@gnu.org>
6fee106e 170
d4aa48db 171 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
6fee106e 172
d4aa48db
MB
173 * reposition.el (reposition-window):
174 Binding C-M-l moved to bindings.el.
6fee106e 175
d4aa48db 176 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
6fee106e 177
d4aa48db
MB
178 * add-log.el (add-change-log-entry-other-window):
179 Key binding C-x 4 a moved to bindings.el.
6fee106e 180
d4aa48db
MB
181 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
182 from filecache.el.
6fee106e 183
d4aa48db 184 * filecache.el: Minibuffer map bindings moved to bindings.el.
6fee106e 185
d4aa48db 1862007-11-21 Jason Rumney <jasonr@gnu.org>
6fee106e 187
d4aa48db
MB
188 * international/mule-cmds.el (set-locale-environment):
189 Set default-file-name-coding-system from system defaults on Windows.
6fee106e 190
2101ea1a
JR
1912007-11-21 Jason Rumney <jasonr@gnu.org>
192
193 * term/w32console.el: New term init file for w32 console.
194
195 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
196 (x-setup-function-keys): Likewise, replacing top-level key definitions.
197 (w32-tty-standard-colors): Move to term/w32console.el.
198
199 * term/w32-win.el (x-setup-function-keys): Remove.
200
201 * term/tty-colors.el (tty-register-default-colors): Remove special
202 case for w32.
203
e8ffb999
DN
2042007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
205
206 * frame.el (msdos-mouse-p):
207 * generic-x.el (w32-shell-name):
208 * files.el (msdos-long-file-names, w32-long-file-name)
6a1f4398
JB
209 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
210 (dos-8+3-filename, vms-read-directory, view-mode-disable):
e8ffb999
DN
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 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
220 (w32-get-locale-info, w32-get-valid-locale-ids)
221 (w32-set-clipboard-data):
222 * help-fns.el (ad-get-advice-info):
223 * font-lock.el (fast-lock-after-fontify-buffer)
224 (fast-lock-after-unfontify-buffer, fast-lock-mode)
225 (lazy-lock-after-fontify-buffer)
226 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
227 * net/browse-url.el (w32-shell-execute):
228 * dos-fns.el (int86, msdos-long-file-names):
229 * dos-w32.el (default-printer-name): Declare as functions.
230
3644f786
JB
2312007-11-21 Juanma Barranquero <lekktu@gmail.com>
232
233 * textmodes/paragraphs.el (forward-sentence): Doc fix.
234 Reported by Drew Adams <drew.adams@oracle.com>.
235
8281b9f9
JR
2362007-11-20 Jason Rumney <jasonr@gnu.org>
237
238 * term/w32-win.el (x-setup-function-keys): Protect against
239 multiple calls on the same terminal.
240
202c09a8
DN
2412007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
242
243 * term/mac-win.el (x-setup-function-keys): Only setup
244 local-function-key-map if it has not been setup already for the
3644f786 245 current frame. Move the suspend-emacs processing here.
202c09a8 246
1571d112
JB
2472007-11-20 Juanma Barranquero <lekktu@gmail.com>
248
249 * progmodes/grep.el (xargs-program): New variable.
250 (grep-compute-defaults): Use it.
251 (grep-default-command): Doc fix.
252 (grep, lgrep, rgrep): Reflow docstrings.
253
6d00e226
DN
2542007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
255
48b43130
DN
256 * vc.el (vc-find-revision): Set the parent buffer.
257 Use when instead of if.
258
6d00e226
DN
259 * progmodes/python.el (info-lookup-maybe-add-help):
260 * progmodes/ps-mode.el (doc-view-minor-mode):
261 * mail/emacsbug.el (Info-menu, Info-goto-node):
262 * emulation/viper-keym.el (viper-ex)
263 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
264 * emulation/viper-cmd.el (widget-type, widget-button-press)
265 (viper-set-hooks):
266 * emacs-lisp/tcover-unsafep.el (unsafep-function):
267 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
268 (ses-load, ses-vector-delete, ses-create-header-string)
269 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1571d112 270 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
6d00e226 271
77fdc5c3
SM
2722007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
275
82b3ac7a
GM
2762007-11-20 Glenn Morris <rgm@gnu.org>
277
278 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
279 for end of function-name. Handle define-derived-mode.
280
153ef845
DN
2812007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
282
283 * progmodes/idlw-help.el: Require browse-url unconditionally, it
284 is available by default.
285 (idlwave-help-browse-url-available): Change default to t.
286
287 * emulation/edt.el (defgroup, defcustom): Remove definition.
288 (eval-when-compile): Remove.
289 (c-mark-function):
290 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
291 * textmodes/fill.el (comment-search-forward)
292 (comment-string-strip):
293 * progmodes/prolog.el (comint-mode, comint-send-string)
294 (comint-send-region, comint-send-eof):
295 * progmodes/dcl-mode.el (imenu-default-create-index-function):
296 * emulation/viper-util.el (viper-forward-Word):
297 * emulation/vi.el (c-mark-function):
298 * emulation/edt-vt100.el (vt100-wide-mode):
299 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
300
8950769a
MA
3012007-11-19 Michael Albinus <michael.albinus@gmx.de>
302
303 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
304 Still some tuning in case of an echoing shell.
305 (tramp-send-command): Connection property "remote-echo" is not
306 persistent; cache key is the process therefore.
307
d8f1d2f3
JB
3082007-11-19 Juanma Barranquero <lekktu@gmail.com>
309
310 * replace.el (map-query-replace-regexp): Doc fix (revert part of
311 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
312
004a00f4
DN
3132007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
314
315 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
316 * play/yow.el (doctor-ret-or-read):
317 * vc-hooks.el (vc-dired-resynch-file):
318 * vc-hg.el (log-view-get-marked):
319 * smerge-mode.el (ediff-cleanup-mess):
320 * pcvs.el (vc-editable-p, vc-checkout):
321 * pcomplete.el (comint-bol):
322 * informat.el (texinfo-format-refill):
323 * ido.el (tramp-tramp-file-p):
324 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
39da3b68 325 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
004a00f4
DN
326 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
327 functions.
328
329 * textmodes/ispell.el (ispell-int-char): Make it a defalias
330 instead of fset.
331 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
332
333 * ido.el (ido-file-internal): Move with-no-warnings to include the
334 ffap-string-at-point call.
335
39da3b68 336 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
004a00f4
DN
337
338 * vc-hg.el (vc-hg-revision-table): Fix last change.
339
34cf517c
MR
3402007-11-19 Martin Rudalics <rudalics@gmx.at>
341
342 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
343 clipboard-yank when the buffer is read-only.
344
345 * cus-edit.el (custom-field-keymap): Move to other Custom mode
346 keymaps such that it's before the definition of Custom-mode-menu.
347 (Custom-mode-menu): Show it for custom-field-keymap too.
348
cb07a30c
NR
3492007-11-19 Nick Roberts <nickrob@snap.net.nz>
350
351 * progmodes/gdb-ui.el: Update commentary.
352
282e1e37
DN
3532007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
354
39da3b68 355 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
282e1e37 356
db283402
GM
3572007-11-19 Glenn Morris <rgm@gnu.org>
358
359 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
360 does not exist, try adding `.el' extension. Also search for defsubsts.
361
362 * cus-edit.el (recentf-expand-file-name):
363 * dired.el (dired-relist-entry):
364 * subr.el (w32-shell-dos-semantics):
365 * emacs-lisp/bytecomp.el (compilation-forget-errors):
366 Declare as functions.
367
0b281d03
SM
3682007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
371 (prepare-abbrev-list-buffer): Use dolist.
372 (clear-abbrev-table): Preserve properties.
373
71f89cd9
JL
3742007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
375
0b281d03
SM
376 * textmodes/texinfmt.el (texinfo-format-printindex):
377 Collect combined indexes using texinfo-short-index-format-cmds-alist.
71f89cd9
JL
378 Reported on <bug-texinfo@gnu.org>.
379
b50dd0d2
MA
3802007-11-18 Michael Albinus <michael.albinus@gmx.de>
381
0b281d03
SM
382 * net/tramp.el (tramp-completion-reread-directory-timeout):
383 New defcustom.
b50dd0d2
MA
384 (tramp-handle-file-name-all-completions): Flush directory contents
385 from cache regularly.
0b281d03
SM
386 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
387 (tramp-open-connection-setup-interactive-shell):
388 Call `tramp-cleanup-connection' via funcall.
b50dd0d2
MA
389
390 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
391 created when copying.
392
a3269bc4
DN
3932007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
394
395 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
0b281d03 396 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
a3269bc4
DN
397 * eshell/esh-ext.el (eshell-external-command):
398 * eshell/esh-cmd.el (require):
399 * eshell/em-unix.el (eshell-plain-locate-behavior):
0b281d03
SM
400 * eshell/em-cmpl.el (eshell-cmpl-initialize):
401 Replace eshell-under-xemacs-p with (featurep 'xemacs).
39da3b68 402 * eshell/esh-mode.el (characterp, char-int): Remove unused
a3269bc4
DN
403 conditional defaliases.
404
0b281d03
SM
405 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
406 Rename from event-matches-key-specifier-p, define unconditionally.
a3269bc4
DN
407 (event-basic-type): Remove unused defalias.
408 (pcomplete-show-completions):
409 Use pcomplete-event-matches-key-specifier-p.
410
4e60b1b6
EZ
4112007-11-17 Eli Zaretskii <eliz@gnu.org>
412
413 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
414 when saving esh-groups.el.
415
48b0e82e
MR
4162007-11-17 Martin Rudalics <rudalics@gmx.at>
417
418 * wid-edit.el (widget-default-complete):
419 * progmodes/flymake.el (flymake-goto-file-and-line):
420 Fix typo in (doc-)string.
421
f772cd18
GM
4222007-11-17 Glenn Morris <rgm@gnu.org>
423
424 * emacs-lisp/byte-run.el (declare-function): New macro.
425 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
426 New function, byte-hunk-handler for declare-function.
427 (byte-compile-callargs-warn): Handle declared functions.
428
429 * emacs-lisp/check-declare.el: New file.
430 * Makefile.in (check-declare): New target.
431
2e49e9f7
GM
432 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
433
f772cd18
GM
434 * subr.el (process-lines): Move here from ../admin/admin.el.
435 * emacs-lisp/authors.el (authors-process-lines): Remove.
436 (authors): Use process-lines rather than authors-process-lines.
437
c4c0510a
GM
438 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
439 Remove these files.
440
efb67a5e
JB
4412007-11-17 Juanma Barranquero <lekktu@gmail.com>
442
443 * emacs-lisp/backquote.el (backquote):
444 Improve argument/docstring consistency.
445
446 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
447 (ring-length, ring-empty-p): Use c[ad]dr.
448 (ring-plus1): Use `1+'.
449 (ring-minus1): Use `zerop'.
450 (ring-remove): Use c[ad]dr. Use `when'.
451 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
452 (ring-ref): Use `let', not `let*'.
453 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
454 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
455 (ring-member): Simplify. Doc fix.
456 (ring-convert-sequence-to-ring): Simplify.
457
934b4968
JL
4582007-11-17 Juri Linkov <juri@jurta.org>
459
460 * dired-aux.el (dired-create-directory): Allow creating
461 a directory of an arbitrary depth. Add a loop to find the topmost
462 nonexistent parent dir `new', and call `dired-add-file' on it.
463 Set the `PARENTS' arg of `make-directory' to t.
464
b2e7f0f0
JB
4652007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
466
467 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
b6ddf8d7 468 (math-build-parse-table): Get parse information from math-parse-table.
b2e7f0f0 469
e85c6b7c
SM
4702007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
471
de8ebf62
SM
472 * window.el (recenter-last-op): New var.
473 (recenter-top-bottom): New command.
474 (global-map): Bind it to C-l.
475
d548715c
SM
476 * abbrev.el (abbrev--write): Fix error in transcription from C.
477
e85c6b7c
SM
478 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
479 (pc-select-ensure-mark): Set mark-active to a special value instead.
480 Rename from ensure-mark. Update call callers.
481 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
482 Rewrite. Update all callers.
483 (pc-selection-mode): Remove redundant var declaration.
484
da99b369
DN
4852007-11-16 Tassilo Horn <tassilo@member.fsf.org>
486
e85c6b7c
SM
487 * doc-view.el (doc-view-search-backward, doc-view-search):
488 Fix assignment to free variable bug.
da99b369 489
de299ed7
SM
4902007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
491
492 * emulation/pc-select.el (pc-select-shifted-mark): New var.
493 (ensure-mark): Set it.
494 (maybe-deactivate-mark): New fun.
efb67a5e 495 Use it everywhere instead of (setq mark-active nil).
de299ed7 496
9efa445f
DN
4972007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
498
efb67a5e
JB
499 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
500 Add check for XEmacs.
9efa445f
DN
501
502 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
503
504 * doc-view.el (doc-view-resolution): Add missing :group.
505
c4569608
JB
5062007-11-16 Juanma Barranquero <lekktu@gmail.com>
507
508 * subr.el (make-variable-frame-local):
509 Fix typo in obsolescence declaration.
510
dddb4597
WL
5112007-11-16 Werner Lemberg <wl@gnu.org>
512
513 * files.el (set-auto-mode-1): Check second line for -*- if file
514 starts with '\" (which is used by man pages to identify needed
515 troff preprocessors).
516
78a4e22e
GM
5172007-11-16 Glenn Morris <rgm@gnu.org>
518
519 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
520
e6059429
JB
5212007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
522
523 * calc/calc-lang.el (math-oper-table): Fix typo.
524 Reduce precedence of "/" for TeX.
525
526 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
527
7dc5b46d
JL
5282007-11-16 Juri Linkov <juri@jurta.org>
529
530 * dired-aux.el (dired-read-shell-command-default): New function.
531 (dired-read-shell-command): Use its return value for DEFAULT arg.
532
533 * replace.el (keep-lines-read-args, occur-read-primary-args):
534 Use a list of default values for DEFAULT arg of read-from-minibuffer.
535
536 * man.el (Man-heading-regexp): Add 0-9.
537 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
538
05477667
SM
5392007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
542 (doc-view-resolution): New custom var.
543 (doc-view-pdf/ps->png): Use it.
544 (doc-view-shrink-factor): New var.
545 (doc-view-enlarge, doc-view-shrink): New commands.
546 (doc-view-mode-map): Use them.
547
ec5741dc
JB
5482007-11-15 Juanma Barranquero <lekktu@gmail.com>
549
550 * ediff-wind.el (ediff-window-setup-function):
551 * simple.el (normal-erase-is-backspace):
552 * eshell/em-unix.el (eshell/info):
553 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
554 Fix typos in docstrings.
555
556 * emulation/cua-base.el (cua--keymaps-initialized):
557 Rename from `cua--keymaps-initalized'. Callers changed.
558 (cua-highlight-region-shift-only): Doc fix.
559 (cua-paste-pop): Fix typo in docstring.
560
e75e6cc8
SM
5612007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
562
f2c232a2
SM
563 * emulation/cua-base.el (cua--pre-command-handler-1):
564 Use input-decode-map instead of function-key-map.
565 Use event-modifiers now that it works reliably.
566
4befebc1
SM
567 * vc.el (vc-diff-internal): Pop-to-buffer later.
568
58da34c7
SM
569 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
570
e75e6cc8
SM
571 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
572 did not touch them.
573
3fad8aaa
JB
5742007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
575
576 * calc/calc-menu.el: New file.
577 * calc/calc.el (calc-mode): Require calc-menu.
578
f31d0424
JB
5792007-11-14 Juanma Barranquero <lekktu@gmail.com>
580
581 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
582
8e813bab
NR
5832007-11-14 Nick Roberts <nickrob@snap.net.nz>
584
585 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
586 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
587 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
588 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
589 locations.
590 (gdb-info-breakpoints-custom, gdb-assembler-custom)
591 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
592 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
593
84b4b70d
NF
5942007-11-13 Noah Friedman <friedman@splode.com>
595
596 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
597 bindings to remap when `calc-scan-for-dels' is non-nil.
598
d8947b79
DN
5992007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
602 constant forms.
603 (byte-compile-nilconstp): New function.
604 (byte-optimize-cond): Kill subsequent branches when a branch is
605 know to be taken or not taken.
e75e6cc8 606 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
d8947b79 607
30a308aa
DN
6082007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
609
610 * vc.el (vc-register): Allow registering a file passed as a
611 parameter instead of just the current buffer.
612
e42c6bbc
MA
6132007-11-12 Michael Albinus <michael.albinus@gmx.de>
614
e75e6cc8
SM
615 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
616 Check whether the output of "uname -sr" has been changed.
e42c6bbc 617
ddab7705
VJL
6182007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
619
620 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
621 patterns from compilation-perl.el and compilation-weblint.el files.
622
2e7a8a21
DN
6232007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
624
2dea72ab
DN
625 * progmodes/compilation-perl.el:
626 * progmodes/compilation-weblint.el: Disable autoloads, they cause
627 a bootstrap failure.
628
2e7a8a21 629 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
e75e6cc8 630 instead of doing "cvs diff" in order to avoid accessing the repository.
2e7a8a21 631
4cbf3aa7
VJL
6322007-11-12 Kevin Ryde <user42@zip.com.au>
633
634 * progmodes/compilation-perl.el:
635 * progmodes/compilation-weblint.el: New files.
636
dcb3ea40
JB
6372007-11-11 Juanma Barranquero <lekktu@gmail.com>
638
639 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
640 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
641 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
642 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
643 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
644 Rewrite in active voice.
645
34065e5e
JL
6462007-11-11 Tassilo Horn <tassilo@member.fsf.org>
647
648 * doc-view.el: Add comments about isearch support.
649
c27f56ee
DN
6502007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
651
652 * vc.el (vc-start-entry): Fix setting the in the case the function
dcb3ea40 653 is called from vc-dired. Use when instead of if where appropriate.
c27f56ee 654
3bcc60cf 6552007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6fee106e 656
dcb3ea40
JB
657 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
658 to be a list.
3bcc60cf 659 (ps-begin-job): Error if ps-lpr-switches is not a list.
6fee106e 660
a457417e 6612007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6fee106e 662
a457417e
MB
663 * faces.el (face-normalize-spec): Remove function.
664 (frame-set-background-mode): Undo last change.
6fee106e 665
3bcc60cf
VJL
6662007-11-10 Jason Rumney <jasonr@gnu.org>
667
668 * w32-fns.el: Sync charset names with setup-default-fontset.
669 Append "-1" where second part missing.
670
06f5c483
JL
6712007-11-10 Juri Linkov <juri@jurta.org>
672
673 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
674 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
675
676 * custom.el (custom-note-var-changed): Remove the `interactive'
677 spec from this new non-interactive function.
678
7baca0fa
JL
6792007-11-10 Tassilo Horn <tassilo@member.fsf.org>
680
681 * doc-view.el (doc-view-mode-map, doc-view-menu)
682 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
683 (doc-view-search-backward): New function.
684 (doc-view-search): Query new regexp if prefix arg is given, else
685 jump to next/previous match.
686 (doc-view-mode): Handle compressed files.
687 (jka-compr): Required for compressed files.
688
7abe68aa
JL
6892007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
690
691 * replace.el (query-replace-show-replacement): New defcustom.
692 (perform-replace): Use `match-substitute-replacement' if
693 `query-replace-show-replacement' is non-nil.
694
6952007-11-10 David Kastrup <dak@gnu.org>
696
697 * subr.el (match-substitute-replacement): New function.
698
303c8351
CD
6992007-11-10 Carsten Dominik <dominik@science.uva.nl>
700
701 * files.el (auto-mode-alist): Select org-mode for files with the
702 extension ".org".
703
aa13a094
MR
7042007-11-10 Martin Rudalics <rudalics@gmx.at>
705
706 * help.el (help-window, help-window-point-marker): New variables.
707 (help-window-select): New option.
708 (with-help-window): New macro for displaying help windows.
709 (help-window-display-message, help-window-setup-finish)
710 (help-window-setup): New functions used for setting up help windows.
711 (print-help-return-message): Reset help-window to nil.
712 (view-lossage): Use with-help-window instead of
713 with-output-to-temp-buffer and move help-window-point-marker after
714 inserted text.
715 (describe-bindings, describe-key, describe-mode): Use
716 with-help-window instead of with-output-to-temp-buffer.
717
718 * help-mode.el (help-mode): Set view-exit-action to bury the
719 buffer instead of fiddling with windows. Simplify code.
720 (help-mode-finish): When help-window eqs t set it to the selected
721 window and have with-help-window set up view-return-to-alist.
722 (help-buffer): Add autoload cookie.
723
724 * view.el (view-remove-frame-by-deleting): Change default value to t.
725 Add autoload cookie.
726 (view-exit-action, view-file, view-file-other-window)
727 (view-file-other-frame, view-buffer, view-buffer-other-window)
728 (view-buffer-other-frame): Rewrite doc strings.
729 (view-return-to-alist-update): New function to remove stale entries
730 from view-return-to-alist.
731 (view-mode-enter): Rewrite doc string and simplify code.
732 (view-mode-exit): Handle new case 'keep-frame. Don't reset
733 view-exit-action to nil. Simplify code and rewrite doc string.
734
735 * apropos.el (apropos-describe-plist):
736 * descr-text.el (describe-char):
737 * disp-table.el (describe-display-table):
738 * faces.el (list-faces-display, describe-face):
739 * facemenu.el (list-colors-display):
740 * help-fns.el (describe-function, describe-variable)
741 (describe-syntax, describe-categories):
742 Use with-help-window instead of with-output-to-temp-buffer.
743
fe1919ab
DN
7442007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
745
dcb3ea40
JB
746 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
747 Optimize (featurep 'emacs) to t.
70f41945 748
dcb3ea40
JB
749 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
750 New function.
70f41945
DN
751 (byte-compile-maybe-guarded): Use it to also look for bound
752 symbols inside `and' forms. Comment out non-working code that was
753 trying to avoid warnings for XEmacs code.
754
fe1919ab
DN
755 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
756
757 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
758 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
759 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
760 (vc-cvs-annotate-command):
761 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
762 is bound, it always is.
763
1adf362d
JR
7642007-11-10 Jason Rumney <jasonr@gnu.org>
765
766 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
767 setup here from global scope.
768
d725608c
JB
7692007-11-10 Juanma Barranquero <lekktu@gmail.com>
770
771 * ido.el (ido-save-history): Save the history file in UTF-8, not
772 the current filename coding system.
773
c7e36bd9
SM
7742007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
775
5015055e
SM
776 * simple.el (interprogram-cut-function, interprogram-paste-function):
777 Don't make them frame-local any more.
778
a3ee6f08
SM
779 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
780 Don't set interprogram-(cut|paste)-function on each frame.
781
c7e36bd9
SM
782 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
783 Make them work in tty frames.
784 (interprogram-cut-function, interprogram-paste-function):
785 Set them globally.
786
aa58f006
JB
7872007-11-09 Juanma Barranquero <lekktu@gmail.com>
788
789 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
790 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
791 (iso-iso2duden-trans-tab): Add docstring.
792
b7c76a30
SM
7932007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
794
4eebd7fe
SM
795 * abbrev.el (define-abbrev-table): Record the variable definition.
796
b7c76a30
SM
797 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
798 New function.
799
4a6789f7
VJL
8002007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
801
d54ad496
VJL
802 * ps-print.el: Clean the code for checking suitable Emacs version.
803 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4a6789f7
VJL
804 (ps-print-version): New version 6.8.1.
805
d355b270
JB
8062007-11-09 Juanma Barranquero <lekktu@gmail.com>
807
808 * files.el (enable-local-variables): Doc fix.
809
c12ecb0a 8102007-11-09 Nick Roberts <nickrob@snap.net.nz>
9d2185d1 811
c12ecb0a 812 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
6fee106e 813
c12ecb0a 8142007-11-09 Sven Joachim <svenjoac@gmx.de>
6fee106e 815
c12ecb0a
MB
816 * dired-aux.el (dired-copy-file-recursive):
817 Preserve directory permissions.
6fee106e 818
c12ecb0a 8192007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 820
c12ecb0a
MB
821 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
822 (whitespace-unload-function): New-style unload function. When run,
823 unintern `whitespace-unload-hook' and call `unload-feature' recursively
824 to stop the old hook from messing with the unloading.
6fee106e 825
c12ecb0a 8262007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 827
c12ecb0a
MB
828 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
829 (elp-unset-master, elp-results): Fix typos.
830 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
831 Doc fixes.
6fee106e 832
c12ecb0a
MB
833 * msb.el (msb--many-menus): Remove variable.
834 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
835 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
836 (msb--toggle-menu-type): Fix typos in docstrings.
6fee106e 837
c12ecb0a
MB
838 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
839 (shadow-insert-var): Doc fixes.
840 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
841 Reflow docstrings.
842 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
6fee106e 843
c12ecb0a 8442007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 845
c12ecb0a
MB
846 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
847 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
848 Fix typos in autoload docstrings.
6fee106e 849
c12ecb0a 8502007-11-09 Richard Stallman <rms@gnu.org>
6fee106e 851
c12ecb0a 852 * savehist.el (savehist-save): Obey savehist-ignored-variables.
6fee106e 853
c12ecb0a 8542007-11-09 Nick Roberts <nickrob@snap.net.nz>
6fee106e 855
c12ecb0a
MB
856 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
857 (gdb-var-update-handler-1): Use it.
6fee106e 858
c12ecb0a 8592007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 860
c12ecb0a
MB
861 * loadhist.el (unload-feature): Remove erroneous check for the
862 FEATURE-unload-function variable; check the existence of the
863 function (that's what the docstring says, and it makes more sense).
6fee106e 864
c12ecb0a
MB
865 * follow.el (follow-unload-function): Add docstring.
866 (follow-unload-function): Remove variable.
6fee106e 867
c12ecb0a
MB
868 * server.el (server-unload-function): Remove variable.
869 (server-unload-function): Unbind `server-edit' from `C-x #'.
6fee106e 870
c12ecb0a 871 * ses.el (ses-unload-function): New function.
6fee106e 872
c12ecb0a 8732007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 874
c12ecb0a
MB
875 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
876 (unsafep-progn, unsafep-let): Fix typos in docstrings.
6fee106e 877
c12ecb0a
MB
878 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
879 before use to avoid a warning in packages that require uniquify.
880 (uniquify-unload-function): New function and var.
6fee106e 881
e83d1fe8
DN
8822007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
883
884 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
885 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
886 (ediff-current-diff-A, ediff-current-diff-B)
887 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
888 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
889 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
890 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
891 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
892 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
893 (ediff-setup-windows-plain-merge)
894 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
895 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
896 * ediff-util.el (ediff-setup-keymap, )
897 (ediff-toggle-wide-display, ediff-toggle-multiframe)
898 (ediff-toggle-use-toolbar, ediff-really-quit)
899 (ediff-good-frame-under-mouse)
900 (ediff-highlight-diff-in-one-buffer)
901 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
902 (ediff-make-bullet-proof-overlay):
903 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
904 (ediff-set-meta-overlay):
905 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
906 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
907 ediff-emacs-p with their former definitions.
908
909 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
910 (viper-has-face-support-p, viper-inactivate-input-method)
911 (viper-activate-input-method)
912 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
913 * emulation/viper-mous.el (viper-multiclick-timeout)
914 (viper-surrounding-word, viper-mouse-click-insert-word)
915 (viper-mouse-click-search-word, viper-parse-mouse-key):
916 * emulation/viper-macs.el (viper-char-array-to-macro):
917 * emulation/viper.el (viper-go-away, viper-set-hooks)
918 (viper-non-hook-settings):
919 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
920 (viper-get-saved-cursor-color-in-insert-mode)
921 (viper-get-saved-cursor-color-in-emacs-mode)
922 (viper-check-version, viper-get-visible-buffer-window)
923 (viper-file-checked-in-p, viper-set-replace-overlay)
924 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
925 (viper-check-minibuffer-overlay, viper-read-key-sequence)
926 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
927 with their former definitions.
928 (viper-eventify-list-xemacs): Only do work for XEmacs.
929 (viper-set-unread-command-events): Only do work for Emacs.
930 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
931 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
932 (viper-overlay-get, viper-overlay-put, viper-read-event)
933 (viper-characterp, viper-int-to-char, viper-get-face)
934 (viper-color-defined-p, viper-iconify): New defaliases replacing
935 the old fsets.
936
937 * progmodes/fortran.el (comment-region-function)
938 (uncomment-region-function): Pacify byte compiler.
939
d355b270 940 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
e83d1fe8 941
67932d94
MA
9422007-11-08 Michael Albinus <michael.albinus@gmx.de>
943
944 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
945 `process-environment'.
946
661192e6
VJL
9472007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
948
949 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
950 match dir like "a...b".
951
f56f00fa
SM
9522007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
955
b08104a0
MA
9562007-11-07 Michael Albinus <michael.albinus@gmx.de>
957
f56f00fa
SM
958 * net/tramp.el (tramp-handle-substitute-in-file-name):
959 Don't expand the remote connection identification.
b08104a0
MA
960 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
961 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
962 before calling stty.
963
964 * net/tramp-cache.el (tramp-cache-print)
965 (tramp-dump-connection-properties): Fix docstring.
39da3b68 966 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
b08104a0
MA
967
968 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
969
970 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
971 remote connection identification when setting connection property.
972
973 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
974 "//" substitutes only in the local filename part.
975
53afc686
GM
9762007-11-07 David Hansen <david.hansen@gmx.net>
977
978 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
979
c74e901d
GM
9802007-11-07 Glenn Morris <rgm@gnu.org>
981
982 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
983 Remove superfluous concats. Move final set-buffer to
984 non-emacs-specific code.
985
6ffadbb8
GM
9862007-11-07 Rob Riepel <riepel@networking.stanford.edu>
987
988 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
989
dafac6f3
GM
9902007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
991
992 * eshell/esh-mode.el (eshell-output-filter):
993 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
994 Use `with-current-buffer'.
995
1d515b42
AS
9962007-11-07 Andreas Schwab <schwab@suse.de>
997
998 * server.el (server-start): Only register cleanup after server was
999 started.
1000
726f0272
MA
10012007-11-06 Michael Albinus <michael.albinus@gmx.de>
1002
1003 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1004
1005 * net/tramp-cache (tramp-cache-print): Move down.
1006 (tramp-cache-list-connections): New defun.
1007
1008 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1009
77e81232
JB
10102007-11-06 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * ido.el (ido-save-history): Write the history file in the current
1013 filename coding system, and add `coding' file-local variable.
1014
dfdaf4ee
CD
10152007-11-06 Carsten Dominik <dominik@science.uva.nl>
1016
b5729367
JB
1017 * textmodes/org.el (org-table-formula-substitute-names):
1018 Remove forgotten temporary debugging code.
dfdaf4ee 1019
bdbeca7b
MA
10202007-11-05 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1023 the prompt.
1024
59d97623
TTN
10252007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1026
1027 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1028
45374a15
SJ
10292007-11-05 Simon Josefsson <simon@josefsson.org>
1030
1031 * net/tls.el (tls-end-of-info): Doc fix.
1032
543a1ac4
KH
10332007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1034
1035 * international/utf-7.el (utf-7-imap): New coding system.
1036 (utf-7-imap-post-read-conversion): New function.
1037 (utf-7-imap-pre-write-conversion): New function.
1038
e486b005
SM
10392007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * abbrev.el (abbrev--write): Fix up typo.
1042
f57a9512
JB
10432007-11-04 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * abbrev.el (define-abbrev-table): Doc fix.
1046
e56f84d7
TTN
10472007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1048
1049 * info.el (Info-revert-buffer-function): New func.
1050 (Info-mode): Arrange to use it for reverting.
f0815137 1051 (Info-copy-current-node-name): Add space between filename and nodename.
e56f84d7 1052
1449012d
SM
10532007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1056
cd6db47c
GM
10572007-11-04 Glenn Morris <rgm@gnu.org>
1058
1059 * net/tls.el: Don't require rx when compiling.
1060 (tls-end-of-info): Rewrite without using rx.
1061 (open-tls-stream): Use with-current-buffer.
1062
10632007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1064
1065 * net/tls.el: Require rx when compiling.
1066 (tls-end-of-info): New variable.
1067 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1068 matched.
1069
c81f72ce
TTN
10702007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1071
1072 * register.el (append-to-register, prepend-to-register):
1073 Don't signal error on empty register; use the text, instead.
1074
6159985a
MO
10752007-11-03 Michael Olson <mwolson@gnu.org>
1076
1449012d
SM
1077 * textmodes/remember.el (remember-buffer):
1078 Use define-obsolete-function-alias rather than defalias.
6159985a 1079
7796ee61
GM
10802007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1081
1082 * simple.el (bad-packages-alist): Anchor semantic regexp.
1083
7a05f2bd
GM
10842007-11-03 Glenn Morris <rgm@gnu.org>
1085
1086 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1087 if defined, for blank lines. Doc fix.
1088
1089 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1090 (fortran-mode): Set values for comment-region-function,
1091 uncomment-region-function and comment-insert-comment-function.
1092 (fortran-uncomment-region): New function.
1093
1449012d
SM
1094 * textmodes/nroff-mode.el (nroff-mode):
1095 Set comment-insert-comment-function rather than indent-line-function.
7a05f2bd
GM
1096 (nroff-indent-line-function): Remove.
1097 (nroff-insert-comment-function): New function.
1098
8ef97aec 10992007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
d779c510
JB
1100
1101 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1102
11032007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1104
1105 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1106
1107 * emulation/viper-cmd.el (viper-prev-destructive-command)
1108 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1109 copy-sequence.
1110
1111 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1112 Got rid of ediff-copy-list.
1113
1114 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1115 use face-name.
39da3b68 1116 (ediff-test-utility, ediff-diff-mandatory-option)
d779c510
JB
1117 (ediff-reset-diff-options): Remove to simplify the mandatory option
1118 handling on Windows.
1119 (ediff-set-diff-options): Add.
cfe80861 1120 (ediff-diff-options): Set "--binary" option as default in some cases.
d779c510
JB
1121
1122 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
cfe80861
JB
1123 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1124 ediff-vc-working-revision. Require vc-hooks.
d779c510 1125
3020ee92
RF
11262007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1127
1128 * files.el (hack-local-variables): Fix membership tests to avoid
1129 treating all variables as safe if `enable-local-variables' is
c5eb76e4 1130 set to :safe (CVE-2007-5795).
3020ee92 1131
05db920d
GM
11322007-11-02 Glenn Morris <rgm@gnu.org>
1133
b9b4d12c
GM
1134 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1135 if defined, do all the work of inserting a new comment.
1136
5ec19a11
GM
1137 * progmodes/etags.el (tags-table-mode): Disable undo.
1138
05db920d
GM
1139 * simple.el (bad-packages-alist): Revert previous change.
1140
8b1e0dff
DN
11412007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1142
1143 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1144
1145 * obsolete/lselect.el: Do not warn about unknown functions.
1146
246a4316
MO
11472007-11-02 Michael Olson <mwolson@gnu.org>
1148
1149 * textmodes/remember.el (remember-buffer): Make this an alias of
1150 remember-finalize, because Org uses it.
1151
174a72ea
MO
11522007-11-01 Michael Olson <mwolson@gnu.org>
1153
77210f1e
MO
1154 * textmodes/remember.el: Improve documentation in heading.
1155 (remember-before-remember-hook): Turn into a customizable option.
174a72ea
MO
1156 (remember): Document INITIAL argument.
1157 (remember-region): Remove autoload cookie. Improve docstring to
1158 mention that it is called from the *Remember* buffer, and does not
1159 have any functional overlap with the `remember' function.
1160 (remember-finalize): Remove autoload cookie. Rename from
1161 remember-buffer to emphasize that this does not have any
1162 functional overlap with the `remember' function.
1163 (remember-destroy): Remove autoload cookie.
80f0c18f 1164 (remember-mode-map): Define and initialize in one step.
869dc290 1165 (remember-mode): Improve docstring.
209dc81c
JB
1166 (remember-annotation-functions): Default to just '(buffer-file-name),
1167 and don't try to take the default value from Planner.
174a72ea 1168
56dad874
GM
11692007-11-01 Glenn Morris <rgm@gnu.org>
1170
8aafd651
GM
1171 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1172
50c44633
GM
1173 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1174
68013cfa
GM
1175 * emacs-lisp/authors.el (authors-scan-change-log)
1176 (authors-scan-el): Don't enable local eval; enable only safe local
1177 variables, without querying.
1178
56dad874
GM
1179 * mail/footnote.el (footnote-numeric-regexp)
1180 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1181 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1182 Match multi-character footnotes.
1183
a9d8037f
GM
1184 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1185 (nroff-indent-line-function): New function.
1186 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1187 obsolete alias.
1188
683b7dc6
GM
11892007-11-01 Ryan Yeske <rcyeske@gmail.com>
1190
1191 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1192 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1193 (rcirc-print): Only update the line count when not marking the
1194 line as omittable.
1195 (rcirc-log-write): Specify coding system when writing logfile.
1196 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1197
399f21c1
DN
11982007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1199
6a2c788e
DN
1200 * printing.el (printing): Fix :version, printing.el was included
1201 for in emacs-22.1.
1202 (pr-path-style, pr-path-alist, pr-txt-name)
1203 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1204 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1205 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1206 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1207 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1208 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1209 (pr-setting-database, pr-visible-entry-list)
1210 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
209dc81c 1211 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
6a2c788e 1212
399f21c1
DN
1213 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1214 top level, make it dependent on the emacs flavor.
1215
1216 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1217 Test for XEmacs not for itimer.
1218
1219 * term/sun-mouse.el:
1220 * obsolete/sun-fns.el:
1221 * obsolete/sun-curs.el: Remove files.
1222
209dc81c 1223 * term/sun.el (select-previous-complex-command): Remove obsolete code.
399f21c1 1224
bce6be12
RS
12252007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1226
1227 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1228 was given to concat.
1229
dcbb251e
SM
12302007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1231
7656fe61
SM
1232 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1233 used normally for goto-line. Change `g' to revert the buffer.
1234 Add redundant `r' binding for buffer-revert.
1235
dcbb251e
SM
1236 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1237 (mail-abbrevs-setup): Use abbrev-expand-functions.
1238 (build-mail-abbrevs): Use with-temp-buffer.
1239 (define-mail-abbrev): Simplify.
1240 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1241 Change it for use on abbrev-expand-functions.
1242 (mail-abbrev-complete-alias): Use with-syntax-table.
1243
3412f35d
MA
12442007-10-31 Michael Albinus <michael.albinus@gmx.de>
1245
1246 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1247 directly. Fix bug in deleting temp file.
1248
c01b9971
SM
12492007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1252 Merge defvar and define-abbrev-table.
1253 (def-python-skeleton): Use :case-fixed and :enable-function.
1254 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1255 Remove.
1256 (python-mode): Don't modify pre-abbrev-expand-hook.
1257
8ac56013
DN
12582007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1259
1260 * ediff-util.el (ediff-file-checked-out-p)
1261 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1262
2b86bfb1
SM
12632007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * abbrev.el (abbrev-symbol): Correct let->let*.
1266 (abbrev--before-point): Only use abbrev-start-location if before point.
1267
26e96680
JB
12682007-10-31 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1271 (strokes-unload-hook): Remove function and variable.
1272 (strokes-unload-function): New-style unload function, adapted
1273 from `strokes-unload-hook'.
1274
1275 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1276 (cl-unload-hook): Remove variable.
1277 (cl-unload-function): New-style unload function, adapted
1278 from `cl-cannot-unload'.
1279
1280 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1281 (elp-unload-function): New-style unload function, adapted
1282 from `elp-unload-hook'.
1283
c896ea95
VJL
12842007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1285
26e96680 1286 * emacs-lisp/find-func.el (find-library): Use library at
c896ea95
VJL
1287 point as default interactive argument.
1288
32f389a4
JB
12892007-10-31 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * shadowfile.el (shadow-join): Remove.
1292 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1293 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1294 (shadowfile-unload-hook): Remove function and variable.
1295 (shadowfile-unload-function): New-style unload function, adapted
1296 from `shadowfile-unload-hook'.
1297
91dd4dc4
DN
12982007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1299
1300 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1301 only if it is bound.
1302
1303 * textmodes/reftex.el: Move autoloads for before all uses.
1304 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1305 (reftex-delete-overlay): Move to the top level with the condition
1306 in the body.
1307
1308 * progmodes/simula.el: Use when instead of if.
1309
1310 * iimage.el (iimage-locate-file): Define unconditionally.
1311
1312 * mail/mailabbrev.el (mail-abbrev-next-line):
1313 * emulation/vip.el (vip-enlarge-region, vip-line)
1314 (vip-next-line-at-bol, vip-previous-line)
1315 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
1316 Wrap with-no-warnings around uses of next-line and previous-line.
1317
1318 * ediff.el (run-ediff-from-cvs-buffer):
32f389a4
JB
1319 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
1320 Remove function not used by pcl-cvs anymore.
91dd4dc4
DN
1321 (noninteractive, generic-sc-get-latest-rev)
1322 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
1323 Delete support for long obsolete generic-sc.el.
1324
8fa07e4f
GM
13252007-10-31 Glenn Morris <rgm@gnu.org>
1326
1327 * cvs-status.el: No longer require pcvs when compiling.
1328
1329 * doc-view.el (doc-view-conversion-refresh-interval)
1330 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1331 (doc-view-reset-slice): Doc fixes.
1332 (doc-view-menu): Remove deleted function doc-view-edit-doc.
1333
0bbaf7b4
JB
13342007-10-31 Juanma Barranquero <lekktu@gmail.com>
1335
1336 * help-at-pt.el (help-at-pt-unload-hook): Remove.
1337 Timers are automatically canceled by `unload-feature'.
1338
1339 * delsel.el (delsel-unload-hook): Remove function and variable.
1340 (delsel-unload-function): New-style unload function, adapted
1341 from `delsel-unload-hook'.
1342
1343 * msb.el (msb-unload-hook): Remove function and variable.
1344 (msb-unload-function): New-style unload function, adapted from
1345 `msb-unload-hook'.
1346
13472007-10-30 Juanma Barranquero <lekktu@gmail.com>
93c5a976
JB
1348
1349 * desktop.el (uniquify-managed): Pacify byte compiler.
1350 (desktop-buffer-info): If the buffer name is managed by uniquify,
1351 save the base name, not the uniquified one.
1352 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1353 name in case of conflict.
1354
c17587fe
SM
13552007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * doc-view.el: Use expand-file-name rather than concat.
1358 (doc-view-cache-directory): Add the UID so multiple users won't clash.
1359 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
1360 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
1361 (doc-view-toggle-display): Use an overlay over the whole buffer so as
1362 not to have to touch the buffer's content.
1363 (doc-view-initiate-display): New function, extracted from doc-view-mode.
1364 (doc-view-mode): Use it. Don't mark as a special mode.
1365 Put the page numbers in the modeline.
1366 Set up the overlay. Hide the cursor. Run the mode hook.
1367 Use after-revert-hook rather than revert-buffer-function.
1368 (doc-view-search-internal): Fix typo.
1369 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
1370 image-cache flush.
1371 (doc-view-reconvert-doc): Don't reset the whole mode.
1372 (doc-view-make-safe-dir): New function.
1373 (doc-view-current-cache-dir): Use it.
1374
36d4b145
JR
13752007-10-30 Jason Rumney <jasonr@gnu.org>
1376
1377 * time.el (display-time-world-list): Test for zoneinfo support.
1378
a7580c1c
MA
13792007-10-30 Michael Albinus <michael.albinus@gmx.de>
1380
1381 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
1382
1383 * net/tramp-cache.el (tramp-flush-file-function): Check also
1384 `default-directory' if `buffer-file-name' does not return a
1385 string. Added to `eshell-pre-command-hook'.
1386
1a59edfc
SM
13872007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1388
f4c75497
SM
1389 * doc-view.el (doc-view-current-doc): Remove.
1390 Replace all uses by buffer-file-name.
1391 (doc-view-menu): New menu.
1392 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
1393 unused var `doc'.
1394 (doc-view-sort): Simplify.
1395 (doc-view-buffer-message): Don't change buffer-modified-p.
1396 (doc-view-mode): Change it here instead.
1397 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
1398 Don't modify the global value of revert-buffer-function.
1399
1a59edfc
SM
1400 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
1401 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
1402 (image-toggle-display): Take overlays into account and don't assume
1403 point-min==1.
1404
01823b77
TTN
14052007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1406
1407 * vc.el (vc-annotate): Fix omission bug:
1408 Specify value for vc-sentinel-movepoint.
1409
e0628060
MO
14102007-10-30 Michael Olson <mwolson@gnu.org>
1411
1412 * textmodes/remember.el (remember-mode-hook)
f4c75497
SM
1413 (remember-handler-functions, remember-annotation-functions):
1414 Add additional items as options, including some Org functions.
e0628060 1415
5b549c31
GM
14162007-10-30 Tassilo Horn <tassilo@member.fsf.org>
1417
1418 * doc-view.el: Remove cl-dependency.
1419 (doc-view-buffer-message): Mention new binding K.
1420 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
1421 instead of variable.
1422 (doc-view-current-cache-dir): Better cache dir naming.
1423 (doc-view-current-display): Remove variable.
1424 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1425 (doc-view-kill-proc): Set converter process to nil.
1426 (doc-view-minor-mode): New minor mode.
1427 (doc-view-minor-mode-map): New keymap.
1428 (doc-view-mode): Remove text/image switching code. Use plain defun.
1429 (doc-view-mode-map): New binding K kills converter process.
1430 Remove C-c C-e binding.
1431 (doc-view-mode-text-map): Remove keymap.
1432 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1433 d-v-display-maybe.
1434 (doc-view-previous-major-mode): New variable.
1435 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1436 (doc-view-remove-if): New function.
1437 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1438 (doc-view-toggle-display): Toggle modes instead of display styles.
1439 (doc-view-reconvert-doc): Adapt to new way of doing things.
1440
1441 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1442
2799e7a0
GM
14432007-10-30 Glenn Morris <rgm@gnu.org>
1444
370d4074 1445 * dirtrack.el (dirtrack-mode): Doc fix.
b5729367 1446
370d4074
GM
1447 * shell.el (shell-dirtrack-verbose, shell-mode)
1448 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1449
2799e7a0
GM
1450 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1451 (byte-compile-enable-warning): Doc fix.
1452
1453 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1454 suppress byte-opt warning.
1455
4ea0e84a
DN
14562007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1457
1458 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1459 (edt-gnu-emacs19-p): Remove.
1460 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1461 (edt-xserver, edt-page-backward, edt-beginning-of-line)
1462 (edt-end-of-line-forward, edt-end-of-line-backward)
1463 (edt-one-word-forward, edt-one-word-backward, edt-character)
1464 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1465 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1466 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1467 (edt-define-key, edt-bottom-check, edt-sentence-forward)
1468 (edt-sentence-backward, edt-paragraph-forward)
1469 (edt-paragraph-backward, edt-restore-key, edt-window-top)
1470 (edt-window-bottom, edt-scroll-window-forward-line)
1471 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1472 (edt-line-to-top-of-window, edt-paragraph-backward)
1473 (edt-restore-key, edt-window-top, edt-window-bottom)
1474 (edt-scroll-window-forward-line)
1475 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1476 (edt-line-to-middle-of-window, edt-goto-percentage)
1477 (edt-display-the-time, edt-remember, edt-split-window)
1478 (edt-emulation-on, edt-emulation-off)
1479 (edt-default-emulation-setup, edt-user-emulation-setup)
1480 (edt-select-default-global-map, edt-select-user-global-map):
1481 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1482 tests.
1483
1a59edfc
SM
1484 * textmodes/reftex-index.el (reftex-index-selection-or-word):
1485 Use feature test instead of boundp test so it can be resolved at
4ea0e84a
DN
1486 compile time.
1487
39da3b68 1488 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4ea0e84a 1489
79415279
SM
14902007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1493 Update all users.
1494 (abbrev-get, abbrev-put): Simplify.
1495 (define-abbrev): Don't store the `force' value in the :system property.
1496 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1497
f2168a4c
MO
14982007-10-30 Michael Olson <mwolson@gnu.org>
1499
1500 * desktop.el (desktop-minor-mode-table): Add line for ERC.
1501
15f3eb73
MO
1502 * textmodes/remember.el: New file that implements a mode for
1503 quickly jotting down things to remember.
1504
1505 * textmodes/remember-diary.el: A backend for remember.el that
1506 implements saving notes to a Diary file.
1507
2a1408fd
DN
15082007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1509
1a59edfc 1510 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2a1408fd 1511 Relocate in file.
1a59edfc 1512 (allout-doublecheck-at-and-shallower): Increase to include
0bbaf7b4
JB
1513 slightly greater depths, since yank interaction is now ok.
1514 Also, elaborate the docstring to explain the situation.
1a59edfc 1515 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2a1408fd
DN
1516 instead of concat, so we accommodate key sequences expressed as
1517 vectors as well as strings and lists.
1a59edfc 1518 (allout-flag-region, allout-hide-by-annotation): Make the
2a1408fd 1519 hidden-text overlays 'front-advance.
0bbaf7b4 1520 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1a59edfc
SM
1521 (allout-aberrant-container-p, allout-on-current-heading-p)
1522 (allout-e-o-prefix-p, allout-next-heading)
1523 (allout-previous-heading, allout-goto-prefix)
1524 (allout-end-of-prefix, allout-next-sibling-leap)
1525 (allout-next-visible-heading, allout-auto-fill)
1526 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
1527 (allout-yank-processing, allout-resolve-xref)
1528 (allout-current-topic-collapsed-p, allout-hide-region-body)
1529 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
1530 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
1531 (count-trailing-whitespace-region): Preserve match data, so allout
0bbaf7b4 1532 outline navigation doesn't disrupt other Emacs operations.
1a59edfc 1533 (allout-beginning-of-line): Retreat to the beginning of the hidden
2a1408fd 1534 text, so fields are respected (for submodes that care).
0bbaf7b4 1535 (allout-end-of-line): Preserve mark activation status when jumping.
1a59edfc 1536 (allout-open-topic): Account for opening after a child that
0bbaf7b4
JB
1537 contains a hidden trailing newline. Preserve match data.
1538 Run allout-structure-added-hook
1a59edfc
SM
1539 (allout-encrypt-decrypted): Preserve match data.
1540 (allout-toggle-current-subtree-exposure): Add new interactive
2a1408fd 1541 function for toggle subtree exposure - suggested by tassilo.
1a59edfc 1542 (move-beginning-of-line, move-end-of-line): Don't use
39da3b68 1543 line-move-invisible-p, it's obsolete - substitute the code, instead.
2a1408fd 1544
6546555e
DN
15452007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1546
fc5e09b3
DN
1547 * textmodes/flyspell.el (message-signature-separator):
1548 * longlines.el (message-indent-citation-function): Pacify byte
1549 compiler.
1550
1551 * emacs-lisp/cl-loaddefs.el:
1552 * ldefs-boot.el: Regenerate.
1553
1554 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1555 (.el.elc, compile, compile-always, compile-calc)
1556 ($(lisp)/progmodes/cc-mode.elc): Use it.
1557
b5729367
JB
1558 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1559 Only do work for XEmacs.
c9b3d6a5
DN
1560 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1561 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1562 on XEmacs.
1563 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1564 (ps-x-color-name, ps-x-color-specifier-p)
1565 (ps-x-copy-coding-system, ps-x-device-class)
1566 (ps-x-extent-end-position, ps-x-extent-face)
1567 (ps-x-extent-priority, ps-x-extent-start-position)
1568 (ps-x-face-font-instance, ps-x-find-coding-system)
1569 (ps-x-font-instance-properties, ps-x-make-color-instance)
1570 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
1571 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
1572 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
1573 (ps-generate-postscript-with-faces): Delete defaliases.
1574 (ps-face-foreground-name, ps-face-background-name)
b5729367
JB
1575 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1576 Move definitions to top level, make the body conditional on the Emacs
0bbaf7b4 1577 flavor. Replace uses of deleted aliases and renamed functions.
c9b3d6a5
DN
1578 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
1579 of deleted aliases and renamed functions.
1580
6546555e
DN
1581 * calc/calc.el (calc-emacs-type-lucid): Remove.
1582 (calc-digit-map, calcDigit-start, calc-read-key)
1583 (calc-clear-unread-commands):
1584 * calc/calc-ext.el (calc-user-key-map): Replace uses of
1585 calc-emacs-type-lucid with (featurep 'xemacs)
1586
1587 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
1588 (featurep 'xemacs).
1589 (tpu-lucid-emacs19-p): Remove.
1590 (tpu-map-key): Make it a function instead of using fset. Inline
1591 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
1592 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
1593
1594 * ielm.el: Use featurep 'xemacs.
1595
1596 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
1597 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
1598 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
1599 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
1600 cperl-xemacs-p with (featurep 'xemacs).
1601 (font-lock-cache-position): Pacify byte compiler.
1602
d9774611
RS
16032007-10-29 Drew Adams <drew.adams@oracle.com>
1604
1605 * faces.el (read-color): New function.
1606 (face-at-point, foreground-color-at-point)
1607 (background-color-at-point): New functions.
1608
16092007-10-28 Richard Stallman <rms@gnu.org>
1610
b5729367 1611 * net/browse-url.el (browse-url-text-xterm): Rename from
d9774611
RS
1612 browse-url-lynx-xterm and made generic.
1613 (browse-url-text-emacs): Likewise.
1614 (browse-url-text-browser): New variable.
b5729367 1615 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
d9774611
RS
1616 (browse-url-text-input-field, browse-url-text-input-attempts)
1617 (browse-url-kde-program): Likewise.
1618
4194f0a4
GM
16192007-10-29 Glenn Morris <rgm@gnu.org>
1620
1621 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1622 Use mapc rather than mapcar (reinstall change deleted without log
1623 entry 2007-10-22).
1624
e9283e70
MR
16252007-10-29 Martin Rudalics <rudalics@gmx.at>
1626
7b54abdd
JB
1627 * wdired.el (wdired-next-line, wdired-previous-line):
1628 Use next-line and previous-line wrapped in with-no-warnings.
e9283e70 1629
a0a5c583
GM
16302007-10-29 Ryan Yeske <rcyeske@gmail.com>
1631
7b54abdd 1632 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
a0a5c583
GM
1633 (rcirc-recent-quit-alist): New function.
1634 (rcirc): Print a better message when there is only one connected server.
1635 (rcirc-complete-nick): Do not update the nick table here.
1636 (rcirc-mode-map): Add M-o.
1637 (rcirc-current-line): Add variable.
1638 (rcirc-mode): Setup variables for line based omit.
1639 (rcirc-edit-multiline): Strip text properties.
1640 (rcirc-omit-responses): Add NICK.
1641 (rcirc-omit-threshold): Add variable.
1642 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
1643 Add functions.
1644 (rcirc-print): Keep track of current line. Do not fill text if
1645 `rcirc-fill-flag' is null. Only omit text if the last activity
1646 from the sender is more than `rcirc-omit-threshold' lines ago.
1647 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
1648 numbers instead of time.
1649 (rcirc-channel-nicks): Sort by line numbers instead of time.
1650 (rcirc-omit-mode): Add `...' when omitting text and recenter.
1651 (rcirc-handler-JOIN): Restore the joiners linestamp.
1652 (rcirc-maybe-remember-nick-quit): Add function.
1653 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
1654
08446d5e
JB
16552007-10-29 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * loadhist.el (unload-feature-special-hooks):
1658 Add `delete-frame-functions' and `suspend-tty-functions'.
1659
1660 * server.el (server-unload-function): Rename from `server-unload-hook'
1661 and adapt to new `unload-feature' functionality. Remove hook from
1662 `kill-buffer-hook' buffer-locally.
1663 (server-unload-hook): Remove.
1664 (server-unload-function): New var; replaces `server-unload-hook'.
1665
042be1d3
GM
16662007-10-29 Glenn Morris <rgm@gnu.org>
1667
1668 * dirtrack.el (dirtrack-debug): Doc fix.
1669 (dirtrack-mode, dirtrack-debug-mode): New names for
1670 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
1671 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1672 Make obsolete.
1673 (dirtrack-debug-message): Only print message if
1674 dirtrack-debug-mode is non-nil. Use with-current-buffer.
1675 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
1676 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1677
cf637a34
GM
16782007-10-28 Glenn Morris <rgm@gnu.org>
1679
1680 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1681 (byte-compile-warnings-safe-p): Handle `not'.
1682 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1683 (byte-compile-enable-warning): New functions.
1684 (byte-compile-eval-before-compile)
1685 (byte-compile-file-form-require): Use byte-compile-disable-warning.
1686 (byte-compile-close-variables): Locally bind byte-compile-warnings,
1687 but do not modify it.
1688 (byte-compile-eval, byte-compile-obsolete)
1689 (byte-compile-warn-about-unresolved-functions)
1690 (byte-compile-file-form-defvar)
1691 (byte-compile-file-form-custom-declare-variable)
1692 (byte-compile-file-form-require)
1693 (byte-compile-file-form-defmumble, byte-compile-lambda)
1694 (byte-compile-form, byte-compile-normal-call)
1695 (byte-compile-variable-ref, byte-compile-defvar)
1696 (byte-compile-make-variable-buffer-local):
1697 Use byte-compile-warning-enabled-p.
1698 * emacs-lisp/advice.el (ad-compile-function):
1699 Use byte-compile-disable-warning.
bdf5c7d9
GM
1700 * emacs-lisp/cl.el: Move local variables to end of file, and set
1701 byte-compile-warnings to `(not cl-functions)'.
cf637a34
GM
1702 * emacs-lisp/cl-compat.el: Add a local variables section, and set
1703 byte-compile-warnings to `(not cl-functions)'.
1704 * emacs-lisp/cl-macs.el: Unify local variable section, and set
1705 byte-compile-warnings to `(not cl-functions)'.
1706 (cl-do-proclaim): Use byte-compile-disable-warning and
1707 byte-compile-enable-warning.
1708 * emacs-lisp/cl-seq.el: Unify local variable section, and set
1709 byte-compile-warnings to `(not cl-functions)'.
1710 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1711 Use byte-compile-disable-warning.
1712
a7f58f4b
DN
17132007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1714
1715 * cus-edit.el (custom-browse-insert-prefix):
1716 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1717
c48254fb
JB
17182007-10-28 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * server.el (server-process-filter): Fix typo in docstring.
1721 (server-log): Reflow docstrings.
1722 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1723 (server-goto-line-column): Use `when'.
1724
72a69d7f
JL
17252007-10-28 Juri Linkov <juri@jurta.org>
1726
1727 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1728 when mouse is clicked on the isearch message.
1729 (isearch-resume): Call `isearch-update' at the end.
1730 Rename argument `search' to `string' to conform to the
1731 isearch terminology.
1732
e047f448
SM
17332007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 Rewrite abbrev.c in Elisp.
1736 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1737 (abbrev-table-get, abbrev-table-put, abbrev-get)
1738 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1739 (define-abbrev, abbrev--check-chars, define-global-abbrev)
1740 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1741 (abbrev-expansion, abbrev--before-point, expand-abbrev)
1742 (unexpand-abbrev, abbrev--write, abbrev--describe)
1743 (insert-abbrev-table-description, define-abbrev-table):
1744 New funs, largely transcribed from abbrev.c.
1745 (abbrev-with-wrapper-hook): New macro.
1746 (abbrev-table-name-list, global-abbrev-table)
1747 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1748 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1749 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1750 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1751 New vars, largely transcribed from abbrev.c.
1752 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
1753 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1754 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1755
ccae01a6
VJL
17562007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1757
1758 * ps-print.el: Now detect if text foreground and background colors are
c48254fb 1759 equal and replace the foreground color by another color, so the text
ccae01a6
VJL
1760 becomes visible. Doc fix.
1761 (ps-print-version): New version 6.8.
1762 (ps-default-fg, ps-default-bg): Docstring fix.
1763 (ps-postscript-code-directory): Fix default value code.
1764 (ps-fg-list, ps-fg-validate-p): New options.
1765 (ps-foreground-list): New var.
1766 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1767
2161a8ac
GM
17682007-10-27 Glenn Morris <rgm@gnu.org>
1769
1770 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1771 (shell-dirtrack-toggle): Mark as obsolete.
1772 (dirtrack-toggle, dirtrack-mode): No longer alias to
1773 shell-dirtrack-mode.
1774
ecaf7186
JB
17752007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1776
1777 * calc/calc.el (math-standard-opers): Lower the precedence
1778 of negation.
1779 * calc/calc-lang.el (math-oper-table): Lower precedence of
1780 negation for C, TeX, and eqn.
1781
f83fb05a
DN
17822007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1783
1784 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1785
8f3f313d
JB
17862007-10-27 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1789 (desktop-not-loaded-hook): Fix :version tags.
1790
a4aeb9a4
MA
17912007-10-27 Michael Albinus <michael.albinus@gmx.de>
1792
1793 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1794 (tramp-get-remote-tmpdir): New defun.
1795 (tramp-make-tramp-temp-file): Use it.
1796 (tramp-local-call-process): New defun. Replace all calls of
1797 `call-process' by this when appropriate.
1798 (tramp-handle-write-region): Replace calls of `file-attributes' by
1799 `tramp-compat-file-attributes'.
1800 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1801 Make the first command a `tramp-send-command' call, with let-bind
1802 of `tramp-end-of-output'.
1803 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
f14ee802
JB
1804 (tramp-load-report-modules, tramp-append-tramp-buffers):
1805 Move to tramp-cmds.el.
a4aeb9a4
MA
1806
1807 * net/tramp-fish.el (tramp-fish-handle-copy-file)
1808 (tramp-fish-do-copy-or-rename-file)
1809 (tramp-fish-do-copy-or-rename-file-directly):
1810 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1811 Add parameter PRESERVE-UID-GID.
1812
dca2168c
EZ
18132007-10-27 Eli Zaretskii <eliz@gnu.org>
1814
1815 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1816 New defcustoms.
1817 (display-time-world-list): Use them as appropriate for the current
1818 value of `system-type'.
1819
ebe4c710
VJL
18202007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1821
1822 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1823 Move (again) some variable definitions before use, define some fun
1824 aliases, no code change.
1825 (pr-version): New version 6.9.2.
1826 (pr-path-style, pr-auto-region, pr-menu-char-height)
1827 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1828 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1829 via (defvar VAR).
1830 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1831 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1832 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1833 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1834 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
ccae01a6 1835 (pr-menu-print-item, pr-ps-printer-menu-modified)
ebe4c710
VJL
1836 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1837 (pr-even-or-odd-alist): Vars definition moved.
1838
72229917
DN
18392007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1840
3fe5c37a
DN
1841 * emulation/pc-select.el (next-line-mark, next-line-nomark)
1842 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1843 around uses of previous-line and next-line.
1844
f14ee802
JB
1845 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1846 New defvars.
3fe5c37a
DN
1847
1848 * textmodes/css-mode.el (comment-continue):
1849 * net/browse-url.el (url-handler-regexp):
f14ee802
JB
1850 * progmodes/idlw-help.el (idlwave-system-routines):
1851 Pacify byte-compiler.
3fe5c37a 1852
72229917 1853 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
f14ee802
JB
1854 line-move-invisible-p with its former definition: invisible-p.
1855 line-move-invisible-p was removed on 2007-08-29.
72229917 1856
6daab4ed
JB
18572007-10-26 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * files.el (kill-emacs-query-functions): Doc fix;
1860 `save-buffers-kill-emacs' is no longer bound to a key.
1861
9097e8af
RS
18622007-10-26 Richard Stallman <rms@gnu.org>
1863
1864 * isearch-multi.el (isearch-buffers-multi): New option.
1865 (isearch-buffers-search-fun): Test it.
1866
1867 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1868 Put ps-run-clear on C-c C-l.
1869
1870 * newcomment.el (comment-styles): New style indent-or-triple.
1871 (comment-style): Make that the default.
1872 (comment-add defvar): Doc fix.
1873 (comment-add): Delete arg EXTRA.
1874 (comment-region-default): Open code call to comment-add.
1875 Handle indent-or-triple style which uses `multi-char' for INDENT.
1876
622ce662
JB
18772007-10-26 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * eshell/em-unix.el (nil-blank-string): Doc fix.
1880
4990598e
JW
18812007-10-26 John Wiegley <johnw@newartisans.com>
1882
1883 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
622ce662 1884 function, ensure that the third argument is turned into a nil if
4990598e
JW
1885 the string is otherwise completely empty (either no characters, or
1886 all tabs/spaces). This fixes a bug from a user who found himself
1887 unable to customize `diff-switches' and still use Eshell's diff
1888 command.
1889
6a831405
GM
18902007-10-26 Glenn Morris <rgm@gnu.org>
1891
1892 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1893 safe-local-variable property.
1894
66dc1ca2
RS
18952007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1896
1897 * net/browse-url.el (browse-url-browser-function): Delete grail.
1898 (browse-url-grail): Function and variable deleted.
1899 (browse-url-browser-function): Delete IXI Mosaic.
1900 (browse-url-default-browser): Don't try IXI Mosaic.
1901 (browse-url-iximosaic): Function deleted.
1902 (browse-url-browser-function): Delete MMM.
1903 (browse-url-default-browser): Don't try MMM.
1904 (browse-url-mmm): Function deleted.
1905
19062007-10-26 Drew Adams <drew.adams@oracle.com>
1907
1908 * custom.el (custom-note-var-changed): New function.
1909
0bde6a03
DN
19102007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
1911
1912 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
622ce662 1913 use with the definition. Remove.
0bde6a03
DN
1914
1915 * add-log.el (change-log-start-entry-re): New defconst.
1916 (change-log-sortable-date-at): Use it.
622ce662
JB
1917 (change-log-beginning-of-defun, change-log-end-of-defun):
1918 New functions.
0bde6a03
DN
1919 (change-log-mode): Use them for beginning-of-defun-function and
1920 end-of-defun-function.
1921
4eb3897c
JY
19222007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1923
1924 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5aec60df 1925 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4eb3897c
JY
1926 (ses-recalculate-cell): Deal with point being just beyond end of
1927 data area (why does this happen?)
1928 (ses-set-curcell): Ditto.
1929 (ses-column-letter): Handle columns beyond 702. Code written by
1930 Gareth Rees.
1931
35a5d294
CD
19322007-10-25 Carsten Dominik <dominik@science.uva.nl>
1933
5aec60df
JB
1934 * textmodes/org.el (org-agenda-get-restriction-and-command):
1935 Use `mapc' instead of `mapcar'.
35a5d294
CD
1936 (org-agenda-list): Numeric prefix argument can specify the number
1937 of days.
1938 (remember-register, remember-buffer): Prevent byte compiler from
1939 complaining.
89be04af 1940 (org-todo): Save and restore match data.
429f0457
CD
1941 (org-no-warnings): New macro.
1942 (org-columns-eval): Use `org-no-warnings'.
35a5d294 1943
b68769f2
GM
19442007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
1945
1946 * comint.el (comint-password-prompt-regexp):
1947 Handle `[sudo] password'-style prompt.
1948
19492007-10-25 Glenn Morris <rgm@gnu.org>
1950
1951 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1952 (defcustom): Doc fix.
1953
1954 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1955 Add `non_intrinsic'.
1956 (f90-constants-re): Add ieee modules.
1957 (f90-typedef-matcher, f90-typedec-matcher)
1958 (f90-imenu-type-matcher): New functions.
1959 (f90-font-lock-keywords-1): Give module procedures function-name face.
1960 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
1961 Add `use, intrinsic'.
1962 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1963 Move start of `enum' blocks to separate entry.
1964 (f90-start-block-re): Fix `type', `abstract interface'.
1965 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1966 derived types.
1967 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1968 `elemental', change `enumerator'.
1969 (f90-no-block-limit): Fix `abstract interface'.
1970
1971 * progmodes/f90.el (f90-indented-comment-re)
1972 (f90-directive-comment-re, f90-break-delimiters):
1973 * progmodes/fortran.el (fortran-comment-line-start-skip)
1974 (fortran-directive-re):
1975 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1976 as safe if they are strings.
1977
70b8d0a4
SM
19782007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * startup.el (window-system): Remove. Don't make it frame-local.
1981
fdc90613 19822007-10-24 Richard Stallman <rms@gnu.org>
6fee106e 1983
fdc90613 1984 * savehist.el (savehist-save): Omit unreadable elements.
6fee106e 1985
1a59edfc 1986 * loadhist.el (unload-function-defs-list): Rename from
fdc90613
MB
1987 unload-function-features-list.
1988 (unload-feature-special-hooks, unload-feature): Doc fixes.
6fee106e 1989
fdc90613
MB
1990 * indent.el (indent-to-left-margin): If point's in the indentation,
1991 move to the end of the indentation.
6fee106e 1992
fdc90613 1993 * cus-edit.el (customize-changed-options): Make arg optional.
6fee106e 1994
fdc90613 19952007-10-24 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1996
fdc90613 1997 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
6fee106e 1998
5656d1bf
DN
19992007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2000
2001 * textmodes/org-publish.el (org-publish-attachment): Re-install
2002 accidentally deleted change.
2003
d1886efb
SM
20042007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2007
392225ee
JB
20082007-10-24 Juanma Barranquero <lekktu@gmail.com>
2009
2010 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2011 (Buffer-menu-mode-map): Initialize in the declaration.
2012 (Buffer-menu-mode): Define with `define-derived-mode'.
2013
e6fc6b48
CD
20142007-10-24 Carsten Dominik <dominik@science.uva.nl>
2015
d1886efb
SM
2016 * textmodes/org.el (org-version): Change to 5.13e.
2017 (org-agenda-file-regexp): Fix typo in docstring.
2018 (org-add-planning-info): Fix bug in parenthesis settings.
392225ee 2019 (org-scan-tags): Catch the case of indirect buffers with no filename.
e6fc6b48 2020 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
d1886efb 2021 Re-install switch to mapc, had been removed by accident.
e6fc6b48 2022 (org-columns-map): New binding `C-c C-o'.
d1886efb
SM
2023 (org-columns-menu): Change menu text and added new entry.
2024 (org-columns-eval): Document the use of `next-line'.
e6fc6b48 2025 (org-columns-open-link): New function.
d1886efb 2026 (org-columns-follow-link): Remove function.
e6fc6b48 2027 (org-open-link-from-string): New function.
d1886efb 2028 (org-read-date-get-relative): Fix typo in docstring.
e6fc6b48
CD
2029 (org-read-date-get-relative): Leading +/- is not optional.
2030 (org-agenda-get-restriction-and-command): Always resize window on
2031 first loop cycle.
2032 (org-agenda-open-link): Make sure the link abbreviations are
2033 present in the agenda buffer.
2034 (org-agenda-copy-local-variable): New function.
2035
0b8dce84
SM
20362007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2039
eb3d6c67
SM
20402007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * simple.el (reindent-then-newline-and-indent): Use a `move after
2043 insert' kind of marker in the save-excursion.
2044
fdc90613 20452007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2046
fdc90613
MB
2047 * textmodes/css-mode.el: Require CL.
2048 (comment-continue): Declare.
6fee106e 2049
fdc90613
MB
2050 * subr.el (make-variable-frame-localizable): Remove.
2051 (make-variable-frame-local): Mark obsolete.
6fee106e 2052
fdc90613 20532007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2054
fdc90613
MB
2055 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2056 of the subdirs is unreadable.
6fee106e 2057
3bde9f24
MA
20582007-10-23 Michael Albinus <michael.albinus@gmx.de>
2059
2060 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2061 when we are local.
2062
d720f96e
SM
20632007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * progmodes/python.el (python-current-defun): Remove left-over
2066 assignment to `start'.
2067
368851a5
JB
20682007-10-23 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2071 than `mapcar'; return value is not used.
2072
700fb4ba
DN
20732007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2076 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2077
de4032e9
JB
20782007-10-23 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2081 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2082
657e8332
DN
20832007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2084
de4032e9 2085 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
657e8332 2086
5eceba81
JB
20872007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2088
2089 * emacs-lisp/advice.el (ad-make-advised-docstring):
2090 Add ad-advice-info text property to doc string.
2091
a4430c3a
GM
20922007-10-23 Glenn Morris <rgm@gnu.org>
2093
b404cf7b
GM
2094 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2095 (f90-type-indent, f90-program-indent, f90-associate-indent)
2096 (f90-continuation-indent, f90-comment-region)
2097 (f90-beginning-ampersand, f90-smart-end)
2098 (f90-break-before-delimiters, f90-auto-keyword-case)
2099 (f90-leave-line-no, f90-mode-hook):
2100 Give an appropriate safe-local-variable property.
2101
a4430c3a
GM
2102 * progmodes/fortran.el (fortran-tab-mode-default)
2103 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2104 (fortran-structure-indent, fortran-continuation-indent)
2105 (fortran-comment-indent, fortran-comment-line-extra-indent)
2106 (fortran-comment-line-start)
2107 (fortran-minimum-statement-indent-fixed)
2108 (fortran-minimum-statement-indent-tab)
2109 (fortran-comment-indent-char, fortran-line-number-indent)
2110 (fortran-check-all-num-for-matching-do)
2111 (fortran-blink-matching-if, fortran-continuation-string)
2112 (fortran-comment-region, fortran-electric-line-number)
2113 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2114 (fortran-analyze-depth, fortran-break-before-delimiters):
2115 Give an appropriate safe-local-variable property.
2116
32707f05
DN
21172007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2118
2119 * printing.el: Move variable definitions before use.
2120 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2121
fdc90613 21222007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2123
fdc90613
MB
2124 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2125 (tpu-edt-off): Use it.
2126 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2127 the global-map before adding it to global-map.
6fee106e 2128
fdc90613
MB
2129 * menu-bar.el (global-buffers-menu-map): New var.
2130 (global-map, menu-bar-update-buffers): Use it.
2131 * msb.el (msb-menu-bar-update-buffers): Use it.
2132 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2133 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
6fee106e 2134 Use with-current-buffer.
6fee106e 2135
73b27641
JL
21362007-10-22 Juri Linkov <juri@jurta.org>
2137
2138 * isearch-multi.el: New file.
2139
2140 * isearch.el (isearch-search-string): After finding the next
2141 occurrence switch to buffer isearch-buffers-current-buffer when
2142 isearch-buffers-next-buffer-function is non-nil and
2143 isearch-buffers-current-buffer is live.
2144
2145 * add-log.el (change-log-mode): Make and set buffer-local variable
2146 isearch-buffers-next-buffer-function to change-log-next-buffer.
2147 Call isearch-buffers-minor-mode.
2148 (change-log-next-buffer): New function.
2149
69c2d914
JW
21502007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2151
01823b77 2152 * org-export-latex.el (org-export-latex-protect-string):
1a59edfc 2153 Renaming of `org-latex-protect'.
01823b77 2154 (org-export-latex-emphasis-alist): By default, don't protect
1a59edfc
SM
2155 any emphasis formatter from further conversion.
2156 (org-export-latex-tables): Honor column grouping for tables.
69c2d914 2157 (org-export-latex-title-command): New option.
1a59edfc
SM
2158 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2159 export backslash character.
69c2d914 2160
03f3cf35
JW
21612007-10-22 Carsten Dominik <dominik@science.uva.nl>
2162
93137d49 2163 * textmodes/org.el (org-read-date-get-relative): New function.
03f3cf35
JW
2164 (org-agenda-file-regexp): New variable.
2165 (org-agenda-files): Allow directories in the variable.
2166 (org-agenda-get-restriction-and-command): New function.
2167 (org-agenda): Use `org-agenda-get-restriction-and-command'.
8b296cdd 2168 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
03f3cf35
JW
2169 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2170 New functions.
2171 (org-entry-add-to-multivalued-property)
2172 (org-entry-remove-from-multivalued-property)
2173 (org-entry-member-in-multivalued-property): New functions.
2174 (org-remember-apply-template): Catch C-g and make sure window
2175 configuration is restored.
8b296cdd 2176 (org-agenda-open-link): Make it work with several links in the line.
03f3cf35 2177 (org-drawers, org-set-regexps-and-options)
8b296cdd 2178 (org-get-current-options): Add support for a DRAWERS in-buffer option.
03f3cf35
JW
2179 (org-agenda-window-frame-fractions): New option.
2180 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2181 (org-columns-cleanup-item, org-find-entry-with-id)
2182 (org-insert-columns-dblock, org-listtable-to-string)
2183 (org-dblock-write:columnview, org-columns-capture-view)
2184 (org-edit-headline): New functions.
2185 (org-agenda-to-appt): Require calendar.
2186 (org-entry-get-with-inheritance): Widen for search.
2187 (org-columns-display-here): Don't mark buffer as modified when
2188 adding space characters to accomodate column overlays.
2189 (org-export-as-html): Better formatting of tags in the toc.
8b296cdd 2190 (org-columns-display-here): Make the ITEM column as compact as possible.
03f3cf35
JW
2191 (org-remember-templates): Customization interface improved.
2192 (org-export-with-property-drawer): Variable removed.
2193 (org-export-with-drawers): New option.
2194 (org-complex-heading-regexp): New variable.
2195 (org-sort-entries): Rewrite using `sort-subr'.
8b296cdd 2196 (org-set-property): More appropriate completion during interactive use.
03f3cf35 2197 (org-sort-entries): Allow sorting by property.
8b296cdd
JB
2198 (org-additional-option-like-keywords): Add more values.
2199 (org-sort-entries-or-items): Rename from `org-sort-entries'.
03f3cf35
JW
2200
22012007-10-22 Carsten Dominik <dominik@science.uva.nl>
2202
93137d49 2203 * textmodes/org.el (org-get-date-from-calendar): New function.
03f3cf35
JW
2204 (org-at-timestamp-p, org-timestamp-change)
2205 (org-remember-templates): First element of each entry is now a
2206 name for the template.
2207 (org-store-log-note): Check for `org-note-abort'.
2208 (org-kill-note-or-show-branches): New command.
2209 (org-fontify-priorities): New option.
2210 (org-fontify-priorities): New function.
2211 (org-cut-subtree, org-copy-subtree): New argument N to
2212 act on N sequential subtrees.
2213 (org-paste-subtree): Fix the level at which a tree is pasted.
2214 (org-fit-agenda-window): Limitations on window size removed.
8b296cdd
JB
2215 (org-agenda-find-same-or-today-or-agenda): Rename from
2216 `org-agenda-find-today-or-agenda'.
03f3cf35
JW
2217 (org-scheduled-past-days): New option.
2218 (org-agenda-scheduled-leaders)
2219 (org-agenda-deadline-leaders): New options.
2220 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2221 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2222 (org-export-with-tags, org-export-plist-vars)
2223 (org-infile-export-plist): New "tags" option.
2224 (org-use-property-inheritance): New option.
2225 (org-cached-entry-get): Use `org-use-property-inheritance'.
8b296cdd 2226 (org-remember-apply-template): Fix typo.
03f3cf35 2227
7e780ff1
MA
22282007-10-22 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * net/tramp.el (tramp-find-shell)
2231 (tramp-open-connection-setup-interactive-shell): Improve sending
2232 initial commands.
2233 (tramp-action-terminal): Send debug message.
8b296cdd 2234 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
7e780ff1
MA
2235 (tramp-barf-if-no-shell-prompt): Insert code of
2236 `tramp-wait-for-shell-prompt'.
2237
4cbe2739
SM
22382007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2239
916e6880
SM
2240 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2241
4cbe2739
SM
2242 * term/vt200.el (terminal-init-vt200):
2243 * term/vt201.el (terminal-init-vt201):
2244 * term/vt220.el (terminal-init-vt220):
2245 * term/vt240.el (terminal-init-vt240):
2246 * term/vt300.el (terminal-init-vt300):
2247 * term/vt320.el (terminal-init-vt320):
2248 * term/vt400.el (terminal-init-vt400):
2249 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2250
2251 * term/wyse50.el (wyse50-terminal-map): New var.
2252 (terminal-init-wyse50): Use it and input-decode-map.
2253 (enable-arrow-keys): Emasculate.
2254
2255 * term/tvi970.el (tvi970-terminal-map): New var.
2256 (terminal-init-tvi970): Use it and input-decode-map.
2257 (tvi970-keypad-numeric): Remove.
2258 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2259
2260 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2261 (terminal-init-sun): Use it and input-decode-map.
2262
2263 * term/news.el (terminal-init-news):
2264 * term/lk201.el (terminal-init-lk201):
2265 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2266
e4a7fe73 22672007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
da3e76dc
JB
2268
2269 * complete.el (PC-expand-many-files): Remove.
2270 (PC-do-completion): Call file-expand-wildcards instead of
2271 PC-expand-many-files.
2272
2273 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2274 (PC-expand-many-files): Remove advice.
2275
d4654cff
GM
22762007-10-22 Glenn Morris <rgm@gnu.org>
2277
2278 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5ab33946
GM
2279 Add some support for Fortran 2003 syntax:
2280 (f90-type-indent): Now also applies to `enum'.
2281 (f90-associate-indent): New user option.
2282 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2283 Add some F2003 keywords.
2284 (f90-constants-re): New constant.
2285 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2286 Interface'.
2287 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2288 `class'. Arguments for `type'/`class' may have spaces. Add a new
2289 element for functions with specified types. Add `end enum' and
4cbe2739
SM
2290 `select type'. Add `implicit enumerator' and `procedure'.
2291 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5ab33946
GM
2292 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2293 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2294 (f90-blocks-re): Add `enum' and `associate'.
2295 (f90-else-like-re): Add `class is', `type is', and `class default'.
2296 (f90-end-type-re): Add `enum'.
2297 (f90-end-associate-re, f90-typeis-re): New constants.
2298 (f90-end-block-re): Add `enum' and `associate'. Change from
2299 optional whitespace to end-of-word, to avoid `enumerator'.
2300 (f90-start-block-re): Add `select type', `abstract interface', and
2301 `enum'. Avoid `type is', and `type (sometype)'.
2302 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2303 (f90-mode): Doc fix.
2304 (f90-looking-at-select-case): Doc fix. Add `select type'.
e4a7fe73 2305 (f90-looking-at-associate): New function.
5ab33946
GM
2306 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2307 Add `enum' and `abstract interface'.
2308 (f90-no-block-limit): Add `select type' and `abstract interface'.
2309 (f90-get-correct-indent, f90-calculate-indent)
2310 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
602d8678 2311 (f90-indent-region, f90-match-end): Handle `associate' blocks.
d4654cff 2312
ca03b5a9
GM
23132007-10-22 Martin Rudalics <rudalics@gmx.at>
2314
2315 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2316 Use window-full-width-p.
2317
46447ab3
DN
23182007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
2319
2320 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
2321
2322 * tooltip.el: Use featurep 'xemacs.
2323
602d8678 2324 * printing.el: Move variable definitions before use, no code change.
46447ab3 2325
b38fc7f1
JL
23262007-10-22 Juri Linkov <juri@jurta.org>
2327
2328 * simple.el (goto-history-element): Allow minibuffer-default to be
2329 a list of default values accessible by typing M-n in the minibuffer.
2330
5420b514
JL
2331 * dired-x.el (dired-guess-shell-command): Put all guesses to the
2332 minibuffer default value list instead of pushing them temporarily
2333 to the history list.
2334
fdc90613 23352007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 2336
fdc90613 2337 * hexl.el (hexl-menu): New major mode menu.
6fee106e 2338
538a93d8
SM
23392007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
2342
3cd79f62
DN
23432007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2344
538a93d8 2345 * w32-fns.el (w32-quote-process-args):
200fe89b
DN
2346 * dos-w32.el (print-region-function, lpr-headers-switches)
2347 (ps-print-region-function): Pacify byte-compiler.
2348
f8246027 2349 * emulation/edt-mapper.el (function-key-map):
538a93d8
SM
2350 (edt-map-key): Make it a function instead of using fset.
2351 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
f8246027
DN
2352 (edt-gnu-map-key, edt-lucid-map-key): Remove.
2353 (edt-x-emacs-p): Remove.
538a93d8 2354 (edt-emacs-variant, edt-window-system, edt-xserver):
f8246027
DN
2355 Use featurep 'xemacs.
2356
2357 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
2358 Replace eudc-xemacs-p with its definition.
2359 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
2360 (eudc-emacs-mule-p): Remove.
2361 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
2362 eudc-xemacs-p with feature tests.
2363
2364 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
2365 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
2366 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
538a93d8
SM
2367 (eudc-bob-toggle-inline-display):
2368 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
2369 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
f8246027 2370
538a93d8
SM
2371 * net/eudcb-ph.el (eudc-ph-open-session):
2372 Replace eudc-xemacs-mule-p with its former definition.
f8246027
DN
2373
2374 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
538a93d8 2375 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
f8246027 2376
538a93d8
SM
2377 * progmodes/vera-mode.el (vera-xemacs): Remove.
2378 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
f8246027
DN
2379
2380 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
2381 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
2382 (vhdl-speedbar-initialize, vhdl-ps-print-init)
2383 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
2384 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
2385 with (featurep 'xemacs).
2386
2387 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
538a93d8
SM
2388 (save-buffer-state-x):
2389 * obsolete/fast-lock.el (fast-lock-verbose):
f8246027 2390 * emulation/viper-init.el (viper-xemacs-p)
538a93d8
SM
2391 (viper-cond-compile-for-xemacs-or-emacs):
2392 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
2393 * ps-print.el (case-fold-search):
2394 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
f8246027
DN
2395 * calculator.el (calculator-help): Use featurep 'xemacs.
2396
3cd79f62 2397 * progmodes/prolog.el: Undo previous change.
538a93d8 2398 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3cd79f62
DN
2399
2400 * progmodes/dcl-mode.el:
2401 * play/yow.el:
2402 * calendar/todo-mode.el:
2403 * calendar/cal-hebrew.el:
2404 * vc-hg.el: Undo previous change.
538a93d8 2405
3cd79f62
DN
2406 * vms-patch.el: Likewise.
2407 (print-region-function): Pacify byte-compiler.
2408
5b2e628f
MA
24092007-10-21 Michael Albinus <michael.albinus@gmx.de>
2410
2411 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
2412 preserve-uid-gid.
2413
2414 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
2415 compatibility. It is not used, though.
2416
9c13938d
MA
2417 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
2418 Require tramp-cmds.el.
2419 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
2420 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
2421 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2422 (tramp-do-copy-or-rename-file-out-of-band)
2423 (tramp-maybe-open-connection): Use `make-temp-name'. This is
2424 possible, because we don't need to create the temporary file, but
538a93d8 2425 we need a prefix for ssh, which has its own temporary file handling.
9c13938d
MA
2426 (tramp-handle-delete-directory): Add "-f" to rmdir.
2427 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2428 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2429 a signal, in order to give the callee a chance to suppress.
2430 (tramp-handle-write-region): Set owner also in case of short
2431 track. Don't use compatibility calls for `write-region' anymore.
2432 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
2433 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2434
2435 * net/tramp-cmds.el: New file.
2436
2437 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2438 `tramp-clear-passwd'.
2439
2440 * net/trampver.el: Update release number.
2441
2f42c75f
DN
24422007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2443
2444 * progmodes/gud.el (gud-target-name): Move definition before use.
2445
2446 * progmodes/dcl-mode.el: Require imenu at compile time.
2447
538a93d8
SM
2448 * progmodes/cc-engine.el (c-maybe-stale-found-type):
2449 Pacify byte-compiler.
2f42c75f 2450
538a93d8 2451 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2f42c75f 2452
538a93d8
SM
2453 * eshell/esh-mode.el (eshell-handle-ansi-color):
2454 Require ansi-color at compile time too.
2f42c75f 2455
ba63d441 2456 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2f42c75f
DN
2457
2458 * w32-fns.el: Require w32-vars.
2459
2460 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2461 time too.
2462
c46f60a8
SM
24632007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2464
538a93d8 2465 * double.el ([ignore]): Use `ignore'.
c46f60a8
SM
2466 (double-setup): Inline into double-mode.
2467 (double-mode): Use define-minor-mode.
2468
729f1525
DN
24692007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2470
2471 * textmodes/reftex.el: Move require easymenu before first use.
2472 (reftex-info): Require info at compile too.
2473
2474 * textmodes/org-publish.el (org-publish-org-to-html)
2475 (org-publish-org-to): Require org at compile time too.
2476 (org-publish-attachment): Require at compile time too.
2477
c46f60a8
SM
2478 * term/tty-colors.el (w32-tty-standard-colors):
2479 Pacify byte-compiler.
729f1525
DN
2480
2481 * term/pc-win.el (frame-creation-function-alist): Add to this
2482 instead of setting frame-creation-function.
2483
2484 * play/blackbox.el (bb-up, bb-down): Use forward-line.
2485
c46f60a8 2486 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
729f1525
DN
2487
2488 * calendar/todo-mode.el: Require calendar at compile time.
2489
3b0664df 2490 * calendar/cal-hebrew.el: Require holidays at compile time.
729f1525
DN
2491
2492 * w32-vars.el: Provide w32-vars.
2493
2494 * term/w32-win.el: Require w32-vars.
2495 (w32-color-map): Pacify byte-compiler.
2496
ba63d441 2497 * loadup.el: Load w32-vars before term/w32-win.
729f1525 2498
64b53a1f
JL
24992007-10-20 Juri Linkov <juri@jurta.org>
2500
2501 * textmodes/fill.el (fill-paragraph): When the region is active,
2502 don't try other `or' branches regardless of the value returned by
2503 fill-region; just return t.
2504
e0752dd7
ER
25052007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2506
2507 * vc.el (vc-do-command): Condition out a misleading message when
2508 running asynchronously.
ccd9fab6 2509 (vc-deduce-fileset): New argument enables using an unregistered
675007bc 2510 visited file as a singleton fileset if nothing else is available.
ccd9fab6 2511 (vc-next-action): Restore file-registering behavior.
e0752dd7 2512
437806ed
JB
25132007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2514
2515 * calc/README: Add recent news.
2516
97546017
DN
25172007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2518
2519 * term/x-win.el (x-gtk-stock-map, icon-map-list)
2520 (x-gtk-map-stock): Delete duplicated definitions from merge.
2521
97546017 2522 * progmodes/compile.el (compilation-skip-to-next-location)
ba63d441
JB
2523 (compilation-skip-threshold, compilation-skip-visited):
2524 Move definitions earlier.
97546017 2525
d5d1f5fd 2526 * play/decipher.el (decipher-keypress):
97546017
DN
2527 * play/zone.el (zone-fall-through-ws):
2528 * play/landmark.el (lm-move-down, lm-move-up):
2529 * play/handwrite.el (handwrite):
2530 * mail/mspools.el (mspools-visit-spool):
2531 * wdired.el (wdired-next-line, wdired-previous-line):
2532 * tar-mode.el (tar-subfile-save-buffer):
2533 * scroll-lock.el (scroll-lock-next-line)
2534 (scroll-lock-previous-line):
2535 * image-dired.el (image-dired-next-line)
2536 (image-dired-previous-line):
ba63d441
JB
2537 * ediff-help.el (ediff-help-message-line-length):
2538 Use forward-line.
97546017
DN
2539
2540 * smerge-mode.el (smerge-auto-refine):
2541 * diff-mode.el (diff-auto-refine): Add :group.
2542
2543 * play/yow.el: Require doctor at compile time.
2544
2545 * vmsproc.el: Provide vmsproc.
2546 (command-send-input): Use forward-line.
2547
2548 * vms-patch.el: Require ps-print and vmsproc at compile time.
2549
2550 * vc-mtn.el (log-view-message-re, log-view-file-re)
2551 (log-view-font-lock-keywords): Pacify byte-compiler.
2552
2553 * vc-hg.el: Require log-view at compile time.
2554
dce693f8
ER
25552007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2556
2557 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2558
dd026a6a
GM
25592007-10-20 Glenn Morris <rgm@gnu.org>
2560
2561 * progmodes/f90.el (f90-font-lock-keywords-2)
2562 (f90-looking-at-type-like): Fix regexp typos.
2563
1dd743c9
JB
25642007-10-19 Juanma Barranquero <lekktu@gmail.com>
2565
74a6d927 2566 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5c742460 2567 (bs-mode): Set mode-class property to special.
74a6d927 2568
2659df68
SM
25692007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * diff-mode.el (diff-auto-refine): New var.
2572 (diff-hunk): Use it.
2573 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
2574 (diff-refine-change): Rename from diff-fine-change. Change it.
2575 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
2576 (diff-refine-hunk): Rename from diff-fine-highlight.
2577
83ea5543
JPW
25782007-10-20 John Paul Wallington <jpw@pobox.com>
2579
2580 * help-fns.el (describe-variable-custom-version-info): New function
2581 to return variable's version or package version note.
2582 (describe-variable): Use it, display result.
2583
54a2247d
SM
25842007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2daf4bc6
SM
2586 * smerge-mode.el (smerge-auto-refine): New var.
2587 (smerge-next, smerge-prev): Use it.
2588 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2589
cc349341
SM
2590 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2591 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2592
54a2247d
SM
2593 * vc-bzr.el (vc-bzr-diff-tree):
2594 * vc-git.el (vc-git-diff-tree):
2595 * vc-hg.el (vc-hg-diff-tree):
2596 * vc-mcvs.el (vc-mcvs-diff-tree):
2597 * vc-mtn.el (vc-mtn-diff-tree):
2598 * vc-svn.el (vc-svn-diff-tree): Remove.
2599
844b90ae
SM
2600 * vc-mtn.el (vc-mtn-revision-completion-table):
2601 * vc-cvs.el (vc-cvs-revision-completion-table):
2602 * vc-arch.el (vc-arch-revision-completion-table):
87d1a48e 2603 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
9f11ce4e 2604 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
844b90ae 2605 Make it work when the arg is a list of files.
a44d450b 2606
a7192ddb
SM
26072007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
2610 Also `revision-completion-table' now takes a list of files.
2611 (vc-deduce-fileset): Remove unused var `regexp'.
2612 Only obey allow-directory-wildcard in dired buffers.
2613 (vc-default-diff-tree): Remove.
2614 (vc-diff-added-files): New var.
2615 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
2616 (vc-version-diff): Revert from `vc-history-diff' to the original name.
2617 Remove the `backend' arg.
2618 (vc-contains-version-controlled-file): Remove.
2619 (vc-diff): Bring it closer to the version in Emacs-22.
2620 (vc-revert): Fix typo in let-binding.
2621 (vc-default-unregister): Remove.
2622 (vc-dired-buffers-for-dir): Remove N^2 behavior.
2623
7caf6803
DN
26242007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2625
2626 * textmodes/two-column.el (2C-split, 2C-merge):
2627 * textmodes/bib-mode.el (bib-find-key, mark-bib):
2628 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2629 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
2630 * progmodes/ada-xref.el (ada-get-all-references):
2631 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
2632 * emulation/vi.el (vi-previous-line-first-nonwhite)
2633 (vi-effective-range, vi-put-before):
2634 * emulation/edt.el (edt-next-line, edt-previous-line)
2635 (edt-paragraph-forward): Use forward-line.
2636
2637 * progmodes/etags.el (tags-apropos): Require apropos at compile
2638 time too.
2639
2640 * progmodes/prolog.el: Require comint when compiling.
2641 (inferior-prolog-flavor): Move defvar before use.
2642
35a46c5c
RS
26432007-10-19 Richard Stallman <rms@gnu.org>
2644
2645 * font-core.el (turn-on-font-lock-if-desired):
a7192ddb 2646 Rename from `turn-on-font-lock-if-enabled'.
35a46c5c
RS
2647 Fully obey `font-lock-global-modes'.
2648
cd62539f
SM
26492007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2650
8872469d
SM
2651 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
2652 which will not affect the behavior of things like forward-word.
2653 (diff-fine-highlight): Preserve point.
2654
eb8d0216
SM
2655 * doc-view.el (doc-view-mode-map): Use remapping.
2656 Don't rebind C-v, M-v to their default value.
2657 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2658
cd62539f
SM
2659 * smerge-mode.el: Add word-granularity refinement.
2660 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2661 (smerge-refine-weight-hack): New vars.
2662 (smerge-refine-forward): New fun.
2663 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2664 (smerge-refine-subst): Use them as well. Preserve point.
2665
d66d6ac0
JB
26662007-10-19 Juanma Barranquero <lekktu@gmail.com>
2667
fc779383
JB
2668 * follow.el (follow-unload-function): New function.
2669
d66d6ac0
JB
2670 * loadhist.el (unload-function-features-list):
2671 Rename from `unload-hook-features-list'.
2672 (unload-hook-features-list): Add as obsolete alias.
2673 (unload-feature): Use `unload-function-features-list'
2674 and new FEATURE-unload-function.
2675
7e4e9c66
GM
26762007-10-19 Glenn Morris <rgm@gnu.org>
2677
2678 * bindings.el (mouse-minor-mode-menu)
2679 (minor-mode-menu-from-indicator): Move to mouse.el.
2680 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
d66d6ac0 2681 Move here from bindings.el.
7e4e9c66 2682
07894d42
RS
26832007-10-19 Richard Stallman <rms@gnu.org>
2684
2685 * help-fns.el (describe-function-1): Don't use the advice origname
2686 if it has no function definition.
2687
bd316474
KY
26882007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2689
2690 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2691 Use `save-restriction' rather than `widen'.
2692
658dcd47
RS
26932007-10-18 Richard Stallman <rms@gnu.org>
2694
2695 * time.el (display-time-world-time-format): Display day # not month #.
2696
c9a9a5e3
RS
26972007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2698
9a905782
RS
2699 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2700
c9a9a5e3
RS
2701 * doc-view.el: Remove version keyword.
2702 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2703 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
2704 (doc-view-ghostscript-options): Improve custom type.
2705 (doc-view-cache-directory, doc-view-conversion-buffer)
2706 (doc-view-conversion-refresh-interval): Simplify custom type.
2707
d27180ec
RS
27082007-10-18 Tassilo Horn <tassilo@member.fsf.org>
2709
2710 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2711 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2712 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
d66d6ac0
JB
2713 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2714 Remove superfluous messages.
2715 (doc-view-mode-map): Use the image-mode scrolling commands.
2716 Don't rebind C-x k.
414dd971 2717
6a658a30
RS
27182007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2719
2720 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2721 Add comment about "-dSAFER".
2722
1bb5ab89
SM
27232007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2724
4387d9f4
SM
2725 * term/xterm.el: Don't require xt-mouse.
2726 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2727 calling turn-on-xterm-mouse-tracking-on-terminal directly.
2728
af020a04
SM
2729 * xt-mouse.el: Don't change the global function-key-map anny more.
2730 (xterm-mouse-mode): Use terminal-init-xterm-hook.
2731 Don't use after-make-frame-functions now that term/xterm.el calls
2732 us directly.
2733 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2734 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
2735 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2736 Setup input-decode-map and remember that xterm-mouse-mode was
2737 enabled in this terminal.
2738 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2739 terminals where it has been enabled.
2740
8782c744
SM
2741 * faces.el (tty-create-frame-with-faces): Make sure not only
2742 tty-run-terminal-initialization but also set-locale-environment
2743 are run only once per terminal.
2744 (tty-run-terminal-initialization): Don't check if the terminal was
2745 already initted.
2746
1bb5ab89
SM
2747 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2748 not to remove keymaps that just happen to inherit from one of ours.
2749 When setting up our keymap, make sure it won't be accidentally
2750 modified by someone else.
2751
cb7bddf6
TTN
27522007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2753
2754 * textmodes/artist.el (artist-previous-line, artist-next-line):
e82a724f 2755 * dired.el (dired-next-line, dired-previous-line):
e73ea842
TTN
2756 * progmodes/delphi.el (delphi-newline):
2757 * textmodes/org.el (org-columns-eval):
cb7bddf6
TTN
2758 Use forward-line.
2759
de3cc816
TTN
2760 * emerge.el (emerge-setup): Use insert-buffer-substring.
2761 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2762
3e4dfbb6
JB
27632007-10-18 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2766 (adaptive-fill-function): Doc fix. Remove * from docstring.
2767
27682007-10-18 Tom Horsley <tom.horsley@att.net>
d4cb4833
GM
2769
2770 * simple.el (interprogram-paste-function): Doc fix.
2771 (current-kill): Accept list of strings as well
2772 as single string from `interprogram-paste-function'.
2773
4fbd8ec3
GM
27742007-10-18 Glenn Morris <rgm@gnu.org>
2775
2776 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2777
fe1afc9b
GM
27782007-10-18 Drew Adams <drew.adams@oracle.com>
2779
2780 * bindings.el (mode-line-minor-mode-keymap):
2781 Add mouse-minor-mode-menu on mouse-1.
2782 (mode-line-modes): Add mouse-1 to help-echo text.
2783 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2784 New functions.
2785 (mode-line-minor-mode-help): Doc fix.
2786
8dd4830b
JL
27872007-10-17 Juri Linkov <juri@jurta.org>
2788
2789 * textmodes/fill.el (fill-paragraph-or-region): Remove function
2790 at the request of RMS.
2791 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
2792 arg `region'. Fix docstring. At the first `or' branch add call to
2793 `fill-region' if it the region is active in transient-mark-mode.
2794
2795 * bindings.el (esc-map): Bind M-q to fill-paragraph
2796 instead of fill-paragraph-or-region.
2797
2798 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2799 with fill-paragraph.
2800
2801 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2802 Fix docstring.
2803
2804 * indent.el (indent-for-tab-command): Change interactive spec from
2805 "P" to "p". Add check for interactive arg before indenting the
2806 active region.
2807
2808 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2809 Regroup.
2810
b5307e9c
JB
28112007-10-17 Juanma Barranquero <lekktu@gmail.com>
2812
77f698ef
JB
2813 * emacs-lisp/find-func.el: Don't require loadhist.
2814
b5307e9c
JB
2815 * loadhist.el (feature-symbols, file-provides, file-requires)
2816 (file-set-intersect, file-dependents): Simplify.
2817 (unload-feature-special-hooks): Update list of special hooks.
2818
640602f7
RS
28192007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2820
2821 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2822 extensions since they can be viewed with doc-view.
2823
2824 * files.el (auto-mode-alist): Make doc-view-mode the default mode
2825 for pdf, ps and dvi files.
2826
2827 * doc-view.el: Make doc-view-mode the standard mode for viewing
2828 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2829 text and image display. Add binding C-c C-e to switch to an
2830 editing mode.
2831 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
b5307e9c 2832 avoid security problems when rendering files from untrusted sources.
640602f7 2833
57581fcc
VJL
28342007-10-17 Aaron Hawley <aaronh@garden.org>
2835
2836 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2837 position is not saved.
2838
4b378e75
RS
28392007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
2840
2841 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
2842 (doc-view-ghostscript-options): Fix typo in doc string.
2843
17f3909f
SM
28442007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2845
77041513
SM
2846 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2847 handling, so compilation-fake-loc works again.
2848
1a4a884c
SM
2849 * server.el (server-select-display): Nop if we do not support m-f-o-d.
2850 (server-process-filter): Revert last change.
2851
17f3909f
SM
2852 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2853 behavior unrelated to filesets.
2854
cdbd4b4b
CY
28552007-10-17 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * longlines.el (longlines-wrap-follows-window-size): Integer value
2858 specifies wrapping margin.
17f3909f
SM
2859 (longlines-mode, longlines-window-change-function):
2860 Set window-specific wrapping margin based on the above.
cdbd4b4b 2861
902fa837
CY
28622007-10-17 John Wiegley <johnw@newartisans.com>
2863
2864 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2865
8a3a4fd3
DN
28662007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 * server.el (server-process-filter): Only set display if X11 is
2869 supported.
2870
f3523b17
GM
28712007-10-17 Glenn Morris <rgm@gnu.org>
2872
17f3909f
SM
2873 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2874 Tweak regexp to avoid stack overflow.
f3523b17 2875
4144e15e
SM
28762007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * simple.el (reindent-then-newline-and-indent): Don't assume that
2879 indent-according-to-mode preserves point.
2880
e749f576
JB
28812007-10-16 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2884 (bs--nth-wrapper): Simplify.
2885 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
2886 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
2887 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2888 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
2889 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
2890 (bs-configurations, bs-default-configuration)
2891 (bs-alternative-configuration, bs-cycle-configuration-name)
2892 (bs-string-show-always, bs-string-show-never, bs-string-current)
2893 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
2894 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
2895 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
2896 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
2897 (bs--window-config-coming-from): Revert 2006-11-09 change.
2898 (bs--restore-window-config): Keep the selected frame.
2899 (bs--track-window-changes, bs--remove-hooks): New functions.
2900 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2901 (bs--create-header): Remove.
2902 (bs--create-header-line): New function, based on `bs--create-header'.
2903 (bs--show-header): Use `bs--create-header-line'.
2904 (bs--show-with-configuration): Revert 2006-11-09 change.
2905 Don't reuse window unless it is visible on the selected frame.
2906 Restore window configuration (possibly in a different frame)
2907 before creating any window.
2908
bf825c62
GM
29092007-10-16 Glenn Morris <rgm@gnu.org>
2910
2911 * simple.el (blink-matching-open): Don't report false errors with
2912 the `$' syntax class.
2913
745dc723
RS
29142007-10-16 Richard Stallman <rms@gnu.org>
2915
2916 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2917 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2918 (ad-is-advised, ad-get-advice-info-field)
2919 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2920
6e5d0e9e
SM
29212007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * vc-hooks.el (vc-workfile-version): Compatibility alias.
2924 (vc-default-working-revision): Compatibility for backends.
2925
095aa9cd
JB
29262007-10-15 Juanma Barranquero <lekktu@gmail.com>
2927
2928 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2929 (filesets-ormap, filesets-sort-case-sensitive-flag)
2930 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2931 Fix typos in docstrings.
2932 (filesets-conditional-sort, filesets-find-or-display-file)
2933 (filesets-data-get-name, filesets-data-get-data)
2934 (filesets-data-set, filesets-cmd-query-replace-getargs)
2935 (filesets-ingroup-collect): Doc fixes.
2936
78205dab
SS
29372007-10-15 Sam Steingold <sds@gnu.org>
2938
2939 * mail/sendmail.el (sendmail-error-reporting-interactive)
2940 (sendmail-error-reporting-non-interactive): New variables for
2941 sendmail error reporting options to simplify support for imperfect
2942 sendmail emulators.
2943 (sendmail-send-it): Use them instead of list literals.
2944
0c2ab389
JB
29452007-10-15 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * help-fns.el: Revert previous change; it creates a
2948 dependency loop between advice.el and help-fns.el.
2949
20beebfe
JB
29502007-10-15 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * help-fns.el: Require advice when compiling.
2953
0fbd1f76
RS
29542007-10-14 Drew Adams <drew.adams@oracle.com>
2955
2956 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2957 (ring-insert+extend, ring-remove+insert+extend, ring-member)
2958 (ring-next, ring-previous): New functions.
2959
72a20032
RS
29602007-10-14 Richard Stallman <rms@gnu.org>
2961
2962 * emacs-lisp/advice.el (documentation): Advice deleted.
2963 Doc for advised functions is now handled at C level.
72a20032
RS
2964 (ad-stop-advice, ad-start-advice): Don't enable or disable
2965 advice for `documentation'.
2966 (ad-advised-definition-docstring-regexp): Var deleted.
2967 (ad-make-advised-definition-docstring): Store orig name
2968 as text property of string.
2969 (ad-advised-definition-p): Check for text property of docstring.
2970
2971 * help-fns.el (describe-function-1): Find source of advised functions.
2972
09723615
JL
29732007-10-14 Juri Linkov <juri@jurta.org>
2974
2975 * faces.el (describe-face): Allow handling a string as the face name.
2976
2977 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2978 active region in transient-mark-mode.
2979 (ispell-region): Change messages displayed at the start and end of
2980 the spell-checking to be the same.
2981
2982 * startup.el (fancy-startup-tail): Say exactly what does the button
2983 dismiss ("Dismiss this startup screen"). Use text "Never show
2984 it again" for the checkbox after this button.
2985 (fancy-startup-screen, fancy-about-screen): Put point before the
2986 first link, so the user can quickly select links with the keyboard.
2987 (normal-mouse-startup-screen): Add more useful text describing how
2988 to follow a link.
2989
9099b373
GM
29902007-10-14 Glenn Morris <rgm@gnu.org>
2991
2992 * progmodes/etags.el (select-tags-table): Disable undo in the
2993 `*Tags Table List*' buffer.
2994
2140d97e
EZ
29952007-10-13 Eli Zaretskii <eliz@gnu.org>
2996
2997 * dired.el (dired-warn-writable): New face.
2998 (dired-warn-writable-face): New variable.
2999 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3000 of dired-warning-face, for group- and world-writable files.
3001
b2529d56
MB
30022007-10-13 Richard Stallman <rms@gnu.org>
3003
3004 * files.el (directory-abbrev-alist): Doc fix.
3005
30062007-10-13 Jari Aalto <jari.aalto@cante.net>
3007
3008 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3009
30102007-10-12 Martin Rudalics <rudalics@gmx.at>
3011
3012 * frame.el (set-frame-configuration): Assign name parameter only
3013 if it has been set explicitly before.
3014
30152007-10-11 Tom Tromey <tromey@redhat.com>
3016
3017 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3018 frame is visible.
3019
30202007-10-10 Richard Stallman <rms@gnu.org>
3021
3022 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3023 in *Backtrace*.
3024
3025 * faces.el (face-font-selection-order): Doc fix.
3026
3027 * loadhist.el (unload-feature): Doc fix.
3028
d1b38156
GM
30292007-10-13 Glenn Morris <rgm@gnu.org>
3030
3031 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3032 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3033 Add doc string, and an explicit COUNT argument.
3034 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3035 `inc' to search functions.
3036
3037 * faces.el (face-spec-set): When FRAME is nil, set the default for
3038 new frames (restores pre-2007-09-17 behavior). Doc fix.
3039
a584f30f
GM
30402007-10-13 John W. Eaton <jwe@octave.org>
3041
3042 * progmodes/octave-mod.el (octave-looking-at-kw)
3043 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3044 New functions.
3045 (octave-in-defun-p, calculate-octave-indent)
3046 (octave-blink-matching-block-open, octave-beginning-of-defun)
3047 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3048 to search for regexps that contain case-sensitive keywords.
3049 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3050 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3051
ce00d093
DN
30522007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3053
20beebfe
JB
3054 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3055 Do not use a single clause cond.
2b444e1f 3056
ce00d093
DN
3057 * cus-start.el (all): Use test that does not match the X11 version
3058 for mac.
3059
a4382f98
EZ
30602007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3061
3062 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3063 BROWSE buffer.
3064
3d2062d8
DN
30652007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3066
3067 * cus-start.el (all): Undo previous change.
3068
e2cfa9af
GM
30692007-10-13 Glenn Morris <rgm@gnu.org>
3070
3071 * woman.el (woman0-rename): Fix paren typo.
3072
3073 * mail/feedmail.el (feedmail-run-the-queue)
3074 (feedmail-look-at-queue-directory):
3075 * mail/reporter.el (reporter-dump-state):
3076 * net/eudc-hotlist.el (eudc-edit-hotlist):
3077 * net/eudc.el (eudc-display-records)
3078 (eudc-filter-duplicate-attributes)
dd026a6a 3079 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
e2cfa9af
GM
3080 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3081 (eudc-bbdb-query-internal):
3082 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3083 * net/socks.el (socks-build-auth-list):
3084 * progmodes/cc-cmds.el (top level):
dd026a6a 3085 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
e2cfa9af
GM
3086 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3087 (cperl-write-tags, cperl-tags-treeify):
3088 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3089 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3090 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3091 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3092 (idlwave-toolbar-remove-everywhere):
3093 * progmodes/idlwave.el (idlwave-indent-line)
3094 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3095 (idlwave-write-paths, idlwave-all-method-classes)
3096 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
feba774f
GM
3097 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3098 (idlwave-complete-in-buffer):
e2cfa9af 3099 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
9001c33f 3100 (org-fast-tag-selection):
20beebfe 3101 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
9001c33f 3102 than mapcar.
e2cfa9af 3103
5eee3c95
DN
31042007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 * diff-mode.el (diff-fine-change): Add :group.
3107
e470405c
DN
31082007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * cus-start.el (all): Use the same test as the 22.2 branch.
3111
ef63ea1c
SM
31122007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * diff-mode.el (diff-current-defun): Force recomputation of
3115 change-log-default-name.
3116
34c10a58
CY
31172007-10-12 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3120 and some leftover logic regarding dedicated frames. If showing
3121 concise startup screen, fit window to buffer.
3122 (command-line-1): If we will be using the splash screen, use
6e5d0e9e
SM
3123 find-file instead of find-file-other-window to find additional files.
3124 Comment out unused code for coping with the old sit-for behavior.
34c10a58 3125
e3d60db0
SM
31262007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3129 `meta' modifier consistently, rather than using sometimes meta
3130 sometimes alt.
3131
af84194a
MR
31322007-10-12 Martin Rudalics <rudalics@gmx.at>
3133
3134 * window.el (handle-select-window): Revert part of 2007-10-08
3135 change setting the input focus.
3136
9b5007e7
GM
31372007-10-12 Glenn Morris <rgm@gnu.org>
3138
0128cdc0
GM
3139 * startup.el (command-line): Do not read abbrev file in batch mode.
3140
1663d0b8
GM
3141 * emacs-lisp/byte-opt.el (top level):
3142 * mail/rmail.el (rmail-list-to-menu):
3143 * obsolete/hilit19.el (hilit-mode):
3144 * progmodes/cc-mode.el (c-postprocess-file-styles)
3145 (c-submit-bug-report):
b6064d52
GM
3146 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3147 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3148 (reftex-access-parse-file):
3149 * textmodes/reftex-cite.el (reftex-do-citation)
3150 (reftex-insert-bib-matches):
3151 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3152 * textmodes/reftex-sel.el (reftex-select-unmark):
3153 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1663d0b8
GM
3154 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3155
9b5007e7
GM
3156 * cus-edit.el (custom-variable-menu, custom-face-menu)
3157 (custom-group-menu): Check init-file-user rather than
3158 user-init-file, in case cus-edit is loaded by site-run-file.
3159
f509e245
DN
31602007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3161
3162 * vc.el (vc-deduce-fileset): Delete unused code.
3163 (vc-next-action): Fix typos.
3164
3d5aef76
JB
31652007-10-11 Juanma Barranquero <lekktu@gmail.com>
3166
3167 * bs.el (bs--mark-unmark): New function.
3168 (bs-mark-current, bs-unmark-current): Use it.
3169
ebd0c5ba
ER
31702007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3171
1e355d74
ER
3172 * vc.el (vc-diff):
3173 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
dd026a6a
GM
3174 temporarily disable the check for his edge case of
3175 vc-diff (stopping it from grinding when called from $HOME), as
1e355d74
ER
3176 it's calling some brittle code in vc-hooks.el.
3177 (with-vc-properties): Fix evaluation time of a macro argument.
d69db164 3178 * ediff-vers.el (ediff-vc-internal):
9b5007e7
GM
3179 * vc-hooks.el:
3180 * loaddefs.el: Follow up on VC terminology change.
ebd0c5ba 3181
76448620
JB
31822007-10-11 Juanma Barranquero <lekktu@gmail.com>
3183
3184 * follow.el (follow-stop-intercept-process-output):
3185 Use `follow-call-process-filter' rather than `process-filter'.
3186 Simplify.
3187
44cd688b
ER
31882007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3189
3190 * vc-hooks.el (vc-registered): Robustify this function a bit
3191 against filenames with no directory component.
3192
8785049a
SM
31932007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * international/characters.el: Undo unwanted and unexplained change.
3196
4d7a3631
VJL
31972007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3198
3199 * ps-print.el: Fix the usage of :foreground and :background face
3200 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3201 (ps-print-version): New version 6.7.6.
76448620
JB
3202 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3203 Fix code.
4d7a3631
VJL
3204 (ps-face-foreground-color-p, ps-face-background-color-p)
3205 (ps-face-color-p): New inline funs.
3206
15841868
JW
32072007-10-10 Carsten Dominik <dominik@science.uva.nl>
3208
93137d49 3209 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15841868
JW
3210 (org-complete): Use `org-additional-option-like-keywords'.
3211 (org-parse-local-options): New function.
3212
32132007-10-10 Carsten Dominik <dominik@science.uva.nl>
3214
93137d49
JB
3215 * textmodes/org.el (org-in-clocktable-p): New function.
3216 (org-clock-report): Only update the table at point, or insert a new one.
15841868
JW
3217 (org-clock-goto): New function.
3218 (org-open-file): Use `start-process-shell-command' instead of
8785049a 3219 `shell-command' with an ampersand.
15841868
JW
3220 (org-deadline, org-schedule): New argument REMOVE to remove the
3221 date from the entry.
3222 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3223 argument to `org-schedule' and `org-deadline'.
3224 (org-trim): Use the correct expressions for beginning and end of
3225 the string.
3226 (org-get-cleaned-entry): Trim the string before returning it.
3227 (org-clock-find-position): New function.
3228 (org-clock-into-drawer): New option.
8785049a
SM
3229 (org-agenda-tags-column): Rename from
3230 `org-agenda-align-tags-to-column'.
15841868
JW
3231 (org-agenda-align-tags): Allow negative values for
3232 `org-agenda-tags-column'.
8785049a
SM
3233 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3234 (org-agenda-to-appt): New optional argument FILTER.
15841868
JW
3235 (org-completion-fallback-command): New variable.
3236 (org-complete): Use `org-completion-fallback-command'.
3237 (org-find-base-buffer-visiting): Catch the case that there is no
3238 buffer visiting the file.
3239 (org-property-or-variable-value): New function.
3240 (org-todo): Use `org-property-or-variable-value'
3241 (org-agenda-compact-blocks): New option.
8785049a
SM
3242 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3243 (org-agenda-schedule, org-agenda-deadline):
3244 Call `org-agenda-show-new-time'.
15841868 3245 (org-agenda-show-new-time): New argument PREFIX.
8785049a 3246 (org-colgroup-info-to-vline-list): Fix but that cause a
15841868
JW
3247 shift in the vertical lines.
3248 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3249 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3250 (org-indent-item): No arg in call to `org-fix-bullet-type'.
8785049a 3251 (org-fix-bullet-type): Remove argument.
15841868
JW
3252 (org-read-date): Check for am/pm twice, to catch the end time.
3253 (org-goto-map): Use `suppress-keymap'.
3254 (org-remember-apply-template): Respect the dynamically scoped
3255 selection character.
3256
15841868
JW
32572007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3258
93137d49 3259 * textmodes/org-export-latex.el (org-export-latex-protect-string):
8785049a
SM
3260 Renaming of `org-latex-protect'.
3261 (org-export-latex-emphasis-alist): By default, don't protect
3262 any emphasis formatter from further conversion.
3263 (org-export-latex-tables): Honor column grouping for tables.
15841868 3264 (org-export-latex-title-command): New option.
8785049a
SM
3265 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3266 export backslash character.
15841868 3267
a888f521
SM
32682007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3269
9e483377
SM
3270 * frame.el (frame-inherited-parameters): Remove unused `environment'
3271 parameter, and let server.el add `client' when needed.
3272
4419b755
SM
3273 * server.el (server-create-tty-frame)
3274 (server-create-window-system-frame): Set frame-inherited-parameters.
3275
ab6198b2
SM
3276 * frame.el (frame-inherited-parameters): New var.
3277 (make-frame): Use it.
3278
ef651d13
SM
3279 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3280
3281 * env.el (let-environment): Remove. Unused.
3282 (read-envvar-name): Simplify.
3283 (setenv): Remove unused arg `frame'.
3284
a888f521
SM
3285 * help-fns.el (describe-variable): Add missing " " for multiline
3286 obsolescence info and missing EOL after global value.
3287
ac3f4c6f
ER
32882007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3289
3290 * add-log.el:
3291 * ediff-vers.el:
3292 * log-view.el:
3293 * pcvs.el:
3294 * vc-arch.el:
3295 * vc-bzr.el:
3296 * vc-cvs.el:
3297 * vc.el:
3298 * vc-git.el:
3299 * vc-hg.el:
3300 * vc-hooks.el:
3301 * vc-mcvs.el:
3302 * vc-mtn.el:
3303 * vc-rcs.el:
3304 * vc-sccs.el:
ef63ea1c 3305 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
ac3f4c6f
ER
3306 {find,init,next,previous,annotate-*,log}-version ->
3307 {find,init,next,previous,annotate-*,log}-revision,
3308 annotate-focus-version -> annotate-working-revision, The term
3309 'focus' is gone. The term 'revision' is now used consistently
3310 everywhere that reference to a revision ID is intended, replacing
3311 older use of 'version'.
3312
ed4e8e8a
JB
33132007-10-10 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * follow.el: Change all instances of "Follow Mode" to "Follow
3316 mode" in docstrings and messages.
3317 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
3318
d7b60083
ER
33192007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3320
ef651d13 3321 * vc.el (vc-next-action): Rewrite completely; this principal
d7b60083
ER
3322 entry point now operates on a current fileset selected either
3323 explicitly via VC-Dired or implicitly by visiting a file buffer,
3324 rather than always operating on the file of the current buffer as
ef651d13
SM
3325 in older versions. Rewrite the rest of the mode to match.
3326 (with-vc-properties): Rewrite to operate on a file list.
d7b60083
ER
3327 (with-vc-file): vc-checkin takes a file list argument now.
3328 (vc-post-command-functions): This hook now receives a file list.
ef651d13 3329 (vc-do-command): Take a either a file or a file list as argument.
d7b60083
ER
3330 (vc-deduce-fileset): New function for deducing a file list to
3331 operate on.
ef651d13
SM
3332 (vc-next-action-on-file, vc-next-action-dired): Remove.
3333 Merge into vc-next-action.
3334 (vc-register): Adapt to the fact that vc-start-entry now takes a
d7b60083
ER
3335 file list.
3336 (vc-register-with): New function.
ef651d13 3337 (vc-start-entry): Take a file list argument rather than a
d7b60083 3338 file argument.
ef651d13
SM
3339 (vc-checkout): Cope with vc-start-entry taking a file list.
3340 (vc-steal-lock): Cope with with-vc-properties taking a
d7b60083 3341 file list.
ef651d13 3342 (vc-checkin): Take a file list argument rather than a file argument.
d7b60083 3343 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
ef651d13 3344 (vc-diff-internal): Rewrite for filesets.
d7b60083
ER
3345 (vc-diff-sentinel): New function, tests whether changes were
3346 written into a diff buffer.
ef651d13
SM
3347 (vc-diff): Rewrite for filesets.
3348 (vc-version-diff): Rewrite for filesets.
3349 (vc-print-log): Take a fileset argument.
3350 (vc-revert): Revert the entire selected fileset, not just the
d7b60083 3351 current buffer.
ef651d13 3352 (vc-rollback): Roll back the entire selected fileset, if
d7b60083 3353 possible. No longer accepts a prefix argument.
ef651d13 3354 (vc-update): Merge new changes for the entire selected
d7b60083 3355 fileset, not just the current buffer.
ef651d13 3356 (vc-revert-file): Cope with with-vc-properties taking a file list.
d7b60083
ER
3357 (vc-default-dired-state-info): Add + status suffix if the file is
3358 modified.
3359 (vc-annotate-warp-version): Use the new diff machinery.
ef651d13 3360 (vc-log-edit): Take a file list argument rather than a file argument.
d7b60083 3361
311dd93f
MA
33622007-10-10 Michael Albinus <michael.albinus@gmx.de>
3363
3364 Sync with Tramp 2.1.11.
3365
3366 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3367 Pacify byte compiler.
3368
3369 * net/trampver.el: Update release number.
3370
72a20032
RS
33712007-10-09 Richard Stallman <rms@gnu.org>
3372
3373 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
3374
d1871943
JB
33752007-10-09 Juanma Barranquero <lekktu@gmail.com>
3376
9271083a
JB
3377 * follow.el: Require easymenu.
3378 (follow-mode-hook, follow-mode): Doc fixes.
d1871943
JB
3379 (follow-mode-off-hook): Mark as obsolete.
3380
1af74d06 33812007-10-08 Martin Rudalics <rudalics@gmx.at>
1398509c
MR
3382
3383 * window.el (mouse-autoselect-window-cancel): Don't cancel for
3384 select-window or select-frame events.
3385 (handle-select-window): When autoselecting window set input
3386 focus. Restructure.
3387
ef651d13 3388 * frame.el (focus-follows-mouse): Move to frame.c.
1398509c
MR
3389 * cus-start.el (all): Add focus-follows-mouse.
3390
1af74d06 33912007-10-08 Juanma Barranquero <lekktu@gmail.com>
462db93c 3392
5a25a895
JB
3393 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3394 activate font-locking in the *buffer-selection* buffer.
3395 (bs-show-sorted): Doc fix.
3396
462db93c
JB
3397 * bs.el (bs--get-marked-string, bs--get-modified-string)
3398 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3399 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3400 (bs--format-aux): Doc fix.
3401
1af74d06 34022007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
d4f1855a
MC
3403
3404 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3405
1af74d06 34062007-10-08 Nick Roberts <nickrob@snap.net.nz>
7285a019
NR
3407
3408 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3409 (gud-gdb): New function for old M-x gdb (text command mode).
3410 (gud-gdb-command-name, gdb): Move to...
3411
3412 * progmodes/gdb-ui.el: ...here and adapt doc string.
3413 (gud-gdba-command-name, gdba): Delete.
3414
1af74d06 34152007-10-08 Juanma Barranquero <lekktu@gmail.com>
e0d0133a 3416
6af00b67 3417 * bs.el: Don't defvar `font-lock-verbose'.
b8063421
JB
3418 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3419 (bs--get-file-name): Fix typos in docstrings.
e0d0133a
JB
3420 (bs--show-header): Use `dolist' instead of `mapcar'.
3421 (bs-mode): Set `show-trailing-whitespace' to nil.
b8063421
JB
3422 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3423 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3424 Doc fixes.
e0d0133a 3425
1af74d06 34262007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17bfdfc6 3427
cb07a30c 3428 * progmodes/gud.el (pdb): Specify file for gud-break.
17bfdfc6 3429
1af74d06 34302007-10-08 Nick Roberts <nickrob@snap.net.nz>
2a08c176 3431
7285a019
NR
3432 * progmodes/gud.el (gdb): Make graphical mode the default and
3433 switch to text command mode if appropriate, i.e., reverse previous
3434 arrangement.
2a08c176
NR
3435 (gud-gdb-marker-filter): Adapt for above change.
3436
3437 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3438 gud-minor-mode and gud-marker-filter.
3439 (gdb-fullname-regexp): New variable.
3440 (gud-gdba-marker-filter): Use it to switch to text command
3441 mode if appropriate.
3442
1af74d06 34432007-10-08 Nick Roberts <nickrob@snap.net.nz>
1042a066
NR
3444
3445 * progmodes/gud.el (gud-display-line): Find source buffer even when
94eca2ae 3446 GUD buffer has its own frame.
1042a066 3447
1af74d06 34482007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1f09f6e8 3449
94eca2ae 3450 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1f09f6e8 3451
1af74d06 34522007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
f7d4d4df 3453
e0d0133a 3454 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
f7d4d4df 3455
1af74d06 34562007-10-08 Martin Rudalics <rudalics@gmx.at>
f520c6f2
MR
3457
3458 * allout.el (allout-before-change-handler): Replace got-char by
3459 goto-char.
3460
1af74d06 34612007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b2943616 3462
1c67a814
SM
3463 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3464 Used to try and automatically enabled smerge-mode in the presence of
3465 conflicts and to call `svn resolved' when the conflicts are gone.
3466 (vc-svn-parse-status): Remember the svn-specific status.
3467
1af74d06 34682007-10-08 Eli Zaretskii <eliz@gnu.org>
9f3bfa54 3469
b2943616 3470 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
9f3bfa54
EZ
3471 menu-bar-apropos-menu. All users changed.
3472 (menu-bar-help-menu): Change menu symbols to better match the text
3473 displayed by the menu.
3474
1af74d06 34752007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
9a3d2737
DN
3476
3477 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3478 #, @, : and ^.
3479
1af74d06 34802007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
25edda53
DN
3481
3482 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3483
3484 * log-view.el (log-view-mode-map): Likewise.
3485
3486 * diff-mode.el (diff-mode-shared-map): Likewise.
3487
1af74d06 34882007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5e8c0b8b 3489
b368551b
DN
3490 * files.el (file-name-sans-versions): Also allow `A-Z'.
3491
5e8c0b8b
DN
3492 * vc.el: Mention all supported VC backends.
3493
1af74d06 34942007-10-08 Richard Stallman <rms@gnu.org>
8e061b69
RS
3495
3496 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3497 neighbouring buttons.
3498
1af74d06 34992007-10-08 Andreas Schwab <schwab@suse.de>
d2f95fca
AS
3500
3501 * files.el (file-name-sans-versions): Also allow `_'.
3502
1af74d06 35032007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
a3f5d84d 3504
b2943616 3505 * files.el (file-name-sans-versions): Allow - and a-z in version names.
a3f5d84d 3506
b2943616
SM
3507 * log-view.el (log-view-mode-map, log-view-mode-menu):
3508 Bind log-view-annotate-version.
a3f5d84d
DN
3509 (log-view-beginning-of-defun, log-view-end-of-defun)
3510 (log-view-annotate-version): New functions.
3511 (log-view-mode): Use log-view-beginning-of-defun and
3512 log-view-end-of-defun.
3513
1af74d06 35142007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
dae157b7 3515
b2943616 3516 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
dae157b7 3517
1af74d06 35182007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
d40a86f9
SM
3519
3520 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3521 neighbouring buttons.
3522
3523 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3524 Recognize gcc's use of "note" for informational messages.
3525
1af74d06 35262007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
fb7d9275
SM
3527
3528 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3529 (css-mode): Update correspondingly.
3530
1af74d06 35312007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
576c7f5e
DN
3532
3533 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3534 Signed-off-by, Acked-by and Merge.
3535
1af74d06 35362007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9d2fec03
SM
3537
3538 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3539
1af74d06 35402007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b1dc6d44
SM
3541
3542 * vc-mtn.el: New file.
3543
3544 * vc-hooks.el (vc-handled-backends): Add Mtn.
3545
1af74d06 35462007-10-08 Eli Zaretskii <eliz@gnu.org>
4d4efd30
EZ
3547
3548 * files.el (find-file, find-file-other-window)
3549 (find-file-other-frame, find-file-existing, find-file-read-only)
3550 (find-file-read-only-other-window)
3551 (find-file-read-only-other-frame)
3552 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3553
1af74d06 35542007-10-08 Nick Roberts <nickrob@snap.net.nz>
1c9e363a
NR
3555
3556 * progmodes/gud.el (gdb-ready): New variable.
3557 (gdb): Set it to nil. Set gud-running to nil here...
3558 (gud-common-init): ...instead of here.
3559
2c8b44f8 3560 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1c9e363a
NR
3561 Use gdb-ready. Discard input until GDB is ready to accept it.
3562
1af74d06 35632007-10-08 Martin Rudalics <rudalics@gmx.at>
0f0c86fc
MR
3564
3565 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3566 make it show up with eight colors.
3567
1af74d06 35682007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
80a01d97
SM
3569
3570 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3571 diffs are concatenated with no intervening line.
3572
1af74d06 35732007-10-08 Dave Love <fx@gnu.org>
308114ef
SM
3574
3575 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3576 (python-font-lock-keywords): Update to the 2.5 version of the language.
3577 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3578 (python-backspace): Only behave funny in code.
3579 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3580 (inferior-python-mode): Add PDB prompt regexp.
3581 (python-fill-paragraph): Refine the fenced-string regexp.
3582 (python-find-imports): Handle imports spanning several lines.
3583 (python-mode): Add `class' to hideshow support.
3584
1af74d06 35852007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b7e5bc1c 3586
ef651d13
SM
3587 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3588 Use add-log-buffer-file-name-function rather than binding
3589 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
3590 when `fi' is the ChangeLog file itself.
fd071fdf 3591
b7e5bc1c
SM
3592 * outline.el (outline-flag-region): Use front-advance.
3593
1af74d06 35942007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
82d9a08d
SM
3595
3596 * progmodes/cperl-mode.el: Merge upstream 5.23.
3597 (cperl-where-am-i): Remove function.
3598 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3599 (cperl-sniff-for-indent): De-invert [string] and [comment].
3600 When looking for label, skip s:m:y:tr.
3601 (cperl-indent-line): Likewise.
3602 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3603 (cperl-windowed-init): Wrong `ps-print' handling.
3604 Both thanks to Chong Yidong.
3605 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3606 (cperl-find-pods-heres): If the second part of s()[] is missing,
3607 don't try to highlight delimiters...
3608
1af74d06 36092007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
34a9bf20
SM
3610
3611 * progmodes/compile.el (compilation-get-file-structure): Complete last
3612 change by also using spec-directory in the puthash.
3613
1af74d06 36142007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6e98ad29 3615
1af74d06 3616 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6e98ad29
SM
3617 (vc-bzr-status): Fix shadowing of variable 'status'.
3618 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3619 Use `expand-file-name' instead of `concat'.
3620 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3621 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3622
1af74d06 36232007-10-08 Jason Rumney <jasonr@gnu.org>
98050a8a
JR
3624
3625 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3626
1af74d06 36272007-10-08 Richard Stallman <rms@gnu.org>
f2a92f2a
RS
3628
3629 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3630 Add `safe-local-variable' property.
3631 (lisp-body-indent): Likewise.
3632
1af74d06 36332007-10-08 Richard Stallman <rms@gnu.org>
70b49e57
RS
3634
3635 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3636 Add doc string.
3637
1af74d06 36382007-10-08 Martin Rudalics <rudalics@gmx.at>
0f39d2c9 3639
6e98ad29 3640 * files.el (backup-buffer-copy): Try to overwrite old backup first.
0f39d2c9 3641
1af74d06 36422007-10-08 Martin Rudalics <rudalics@gmx.at>
392abfd2
MR
3643
3644 * repeat.el (repeat): Use last-repeatable-command instead of
3645 real-last-command. Run pre- and post-command hooks for
3646 self-insertion. Update doc-string.
3647
1af74d06 36482007-10-08 Alexandre Julliard <julliard@winehq.org>
00d67080 3649
6e98ad29 3650 * vc-git.el (vc-git-state): Call git-add --refresh to update the
00d67080 3651 state of the file.
6e98ad29
SM
3652 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3653 (vc-git-create-repo): Fix invalid command.
fbd4de65 3654
1af74d06 36552007-10-08 Richard Stallman <rms@gnu.org>
478adae2
RS
3656
3657 * textmodes/flyspell.el (flyspell-mode):
3658 Catch errors in flyspell-mode-on.
3659
f6959eb4
JB
36602007-10-09 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3663
9f2e22a0
SM
36642007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3665
f49f5ca9
SM
3666 * international/encoded-kb.el (encoded-kbd-setup-display):
3667 Use input-decode-map rather than local-key-translation-map.
3668
8e337129
SM
3669 * term/rxvt.el (rxvt-alternatives-map): New map.
3670 (terminal-init-rxvt): Use it.
3671 Bind rxvt-function-map in input-decode-map.
3672
af162764
SM
3673 * term/xterm.el (xterm-alternatives-map): New map.
3674 (terminal-init-xterm): Use it.
3675 Bind xterm-function-map in input-decode-map.
3676
bbd2296c
SM
3677 * term/x-win.el (x-alternatives-map): New var.
3678 (x-setup-function-keys): Use it.
3679
ed2a19a1
SM
3680 * help-fns.el (describe-variable): Slightly change the layout of
3681 meta-info to separate it better from the docstring.
3682 Standardize insertion of extra empty lines in various circumstances.
3683
be36f934
SM
3684 * diff-mode.el (diff-hunk-style): New fun.
3685 (diff-end-of-hunk): Use it.
3686 (diff-context->unified): Use the new `apply' undo element,
3687 if applicable, so as to save undo-log space.
3688 (diff-fine-change): New face.
3689 (diff-fine-highlight-preproc): New function.
3690 (diff-fine-highlight): New command.
ed2a19a1 3691 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
be36f934 3692
9f2e22a0
SM
3693 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3694 (smerge-refine-highlight-change): Add `props' argument.
3695 (smerge-refine-subst): New function holding most of smerge-refine.
3696 (smerge-refine): Use it.
3697
228c2192
ER
36982007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
3699
9f2e22a0 3700 * vc.el (vc-default-wash-log): Remove unused code, the
228c2192
ER
3701 log washers all live in the backends now.
3702 (vc-default-comment-history): Correct for the fact
3703 that wash-log is argumentless in the new API.
3704
1834b39f
MA
37052007-10-08 Michael Albinus <michael.albinus@gmx.de>
3706
9f2e22a0 3707 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1834b39f
MA
3708 (tramp-maybe-send-script): Apply `member' but `memq'.
3709 (tramp-advice-file-expand-wildcards): Simplify implementation.
3710
3d0910ae
JB
37112007-10-08 Juanma Barranquero <lekktu@gmail.com>
3712
8ea4c22f
JB
3713 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3714
3d0910ae
JB
3715 * mb-depth.el (minibuf-depth-indicator-function): New variable.
3716 (minibuf-depth-setup-minibuffer): Use it.
3717
72d595b5
GM
37182007-10-07 Glenn Morris <rgm@gnu.org>
3719
3720 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3721 version numbers.
3722
3220ac7f
JL
37232007-10-06 Juri Linkov <juri@jurta.org>
3724
3725 * textmodes/fill.el (fill-paragraph-or-region): New function.
3726
3727 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3728 instead of fill-paragraph.
3729
3730 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3731 with fill-paragraph-or-region. Suspend command is now the same
3732 `suspend-frame' on window systems and on tty.
3733
3734 * image.el (image-type): Check if image-types is bound to not fail
3735 on tty.
3736
3737 * delsel.el (delete-selection-pre-hook):
3738 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3739 is fbound to not fail on mouseless tty.
3740
a6e96327
MA
37412007-10-06 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * net/tramp.el (top): Move loading of tramp-util.el and
3744 tramp-vc.el to tramp-compat.el.
3745 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
3746 temporary file if possible, in order to avoid a security hole.
3747 (tramp-do-copy-or-rename-file-out-of-band)
3748 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3749 with DONT-CREATE, because the connection is not setup yet.
3750 (tramp-handle-process-file): Rewrite temporary file handling.
3751 (tramp-completion-mode): New defvar.
3752 (tramp-completion-mode-p): Use it.
3753
3d0910ae 3754 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
a6e96327 3755
9f2e22a0
SM
3756 * net/tramp-fish.el (tramp-fish-handle-process-file):
3757 Rewrite temporary file handling.
a6e96327 3758
0d0e9356
ER
37592007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3760
3d0910ae 3761 * vc.el: Workfile version -> focus version change. Port various
61de26cb
ER
3762 comments from new VC to reduce the noise in the diff.
3763 Patch in the new vc-create-repo function to go with the
3764 header comment about it already present.
228c2192 3765 There are no changes to existing logic in this patch.
3d0910ae 3766 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
0d0e9356 3767
490a8abe
GM
37682007-10-06 Aaron Hawley <aaronh@garden.org>
3769
3770 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3771
37722007-10-05 Chris Moore <dooglus@gmail.com>
3773
3774 * server.el (server-kill-new-buffers): Doc fix.
3775
37762007-10-05 John W. Eaton <jwe@octave.org>
3777
3778 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3d0910ae
JB
3779 (octave-begin-keywords): Add "do".
3780 (octave-end-keywords): Remove "end".
3781 (octave-reserved-words): Add "end". Remove "all_va_args",
490a8abe 3782 "gplot", and 'gsplot".
3d0910ae
JB
3783 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3784 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
490a8abe
GM
3785 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3786 "default_return_value", "define_all_return_values",
3787 "do_fortran_indexing", "empty_list_elements_ok",
3788 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3789 "ok_to_lose_imaginary_part", "prefer_column_vectors",
3790 "prefer_zero_one_indexing", "propagate_empty_matrices",
3791 "resize_on_range_error", "treat_neg_dim_as_zero",
3792 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3793 "warn_divide_by_zero", "warn_function_name_clash",
3794 "warn_missing_semicolon", "whitespace_in_literal_matrix".
3795 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3796 "crash_dumps_octave_core", "sighup_dumps_octave_core",
3797 "sigterm_dumps_octave_core".
3d0910ae 3798 (octave-block-match-alist): Remove "end" from block-end keywords.
490a8abe
GM
3799 (octave-mode): Update ftp site address.
3800
2765044b
DN
38012007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * vc.el: Reorder functions, no code changes.
3804
258800f8
MA
38052007-10-04 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3808 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3809 the cond clauses where needed.
3810 (tramp-handle-write-region): Rearrange code for proper handling of
3811 tmpfile.
3812
3813 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3814
3815 * net/tramp.el:
3816 * net/tramp-fish.el:
3817 * net/tramp-ftp.el:
3818 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3819 `tramp-compat-make-temp-file'.
3820
b138403d
JB
38212007-10-04 Juanma Barranquero <lekktu@gmail.com>
3822
3823 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3824
2cb250dd
SM
38252007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3828 already uses a more recent copyright version than the "current" one.
3829
e48a5bf9
MC
38302007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3831
3832 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3833 (doc-view-insert-image): Minor aesthetical docstring changes.
3834
38352007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1ca678aa
MC
3836
3837 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3838 completing filename.
3839 (doc-view-search-internal): Docstring change.
3840
94be87e8
MA
38412007-10-03 Michael Albinus <michael.albinus@gmx.de>
3842
3843 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2cb250dd
SM
3844 (tramp-file-name-handler-alist):
3845 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
3846 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
94be87e8
MA
3847 used before, creates the file already, which is not desired.
3848 (tramp-do-copy-or-rename-file-directly): Simplify handling of
3849 temporary file.
3850 (tramp-handle-insert-file-contents): Assign the result in the
3851 short track case.
3852 (tramp-handle-insert-file-contents-literally): New defun.
3853 (tramp-completion-mode-p): Revert change from 2007-09-24.
3854 Checking for `return' etc as last character is not sufficient, for
3855 example in dired-mode when entering <g> (revert-buffer) or
3856 <s> (dired-sort).
3857
3858 * net/tramp-compat.el (top): Add also compatibility code for loading
3859 appropriate timer package.
3860 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3861 order to avoid autoloading problems.
3862
3863 * net/tramp-fish.el:
2cb250dd 3864 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
94be87e8
MA
3865
3866 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3867 where the second parameter of `copy-file' or `rename-file' is a
3868 remote file but not via ftp.
3869
c9a39885
RS
38702007-10-02 Richard Stallman <rms@gnu.org>
3871
3872 * frame.el (cursor-in-non-selected-windows): Doc fix.
3873
5db17239
TTN
38742007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3875
3876 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3877 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3878
86e405cf
JB
38792007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
3880
3881 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3882 when `expt' doesn't give range errors.
3883
38842007-10-01 Markus Triska <markus.triska@gmx.at>
3885
b138403d
JB
3886 * calc/calc-math.el (math-smallest-emacs-expt):
3887 Make the computation more robust.
86e405cf 3888
b616a212
DK
38892007-09-30 David Kastrup <dak@gnu.org>
3890
aa5310e4
DK
3891 * startup.el (argv): Alias for `command-line-args-left' to use as
3892 `(pop argv)' inside of --eval command sequences. Allows for
3893 passing shell commands into Emacs verbatim without need for Lisp
3894 quoting.
3895
fdc31e1d
DK
3896 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
3897 check only for changed size.
3898 (auto-revert-tail-handler): Get size from caller. If the file has
3899 shrunk, tail the whole file again (the file presumably has been
3900 rewritten).
3901
2cb250dd
SM
3902 * woman.el (woman-topic-all-completions, woman-mini-help):
3903 Fix fallout from 2007-09-07 introduction of `dolist' when the list
b616a212
DK
3904 actually was being manipulated in the loop.
3905 (woman-Cyg-to-Win, woman-pre-process-region)
3906 (woman-horizontal-escapes, woman-if-body, woman-unescape)
3907 (woman-strings, woman-special-characters, woman1-hc)
2cb250dd
SM
3908 (woman-change-fonts, woman-find-next-control-line):
3909 Use `match-beginning' rather than `match-string' when the result is
b616a212
DK
3910 just used as a flag.
3911
9e6ab520
MA
39122007-09-30 Michael Albinus <michael.albinus@gmx.de>
3913
3914 * net/tramp-compat.el: New file.
3915
3916 * net/tramp.el:
3917 * net/tramp-fish.el:
3918 * net/tramp-smb.el:
3919 * net/tramp-uu.el:
3920 * net/trampver.el: Move compatibility code to tramp-compat.el.
3921 Apply `mapc' instead of `mapcar' when the code needs side effects
3922 only. Move utf-8 coding cookie to the second line.
3923
2e55c986
RS
39242007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
3925
3926 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
3927 Improve custom type.
3928 (icon-map-list): Make it customizable. Document how to disable
3929 stock icons.
3930
ef673042
RS
39312007-09-30 Richard Stallman <rms@gnu.org>
3932
3933 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
3934
1c801aa9
JD
39352007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3936
3937 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3938
0e2806fa
SM
39392007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
3942 (t-mouse-mode): New compatibility alias.
3943
977ede64
DN
39442007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3945
3946 * server.el (server-delete-client): Only delete the terminal if it
3947 is non-nil.
3948
9ce8462a
MA
39492007-09-28 Michael Albinus <michael.albinus@gmx.de>
3950
3951 * net/tramp.el (with-file-property, with-connection-property):
3952 Highlight as keyword.
3953 (tramp-rfn-eshadow-setup-minibuffer)
3954 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3955 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3956 (tramp-do-copy-or-rename-file-directly)
3957 (tramp-do-copy-or-rename-file-out-of-band)
3958 (tramp-handle-shell-command, tramp-get-debug-buffer)
3959 (tramp-send-command-and-read, tramp-equal-remote)
3960 (tramp-get-local-gid): Pacify byte-compiler.
3961 (tramp-handle-file-name-directory): Result shall not be expanded.
3962 (tramp-find-foreign-file-name-handler): Rewrite.
3963 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3964
3965 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3966
0e2806fa
SM
3967 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3968 Apply `tramp-completion-mode-p'.
9ce8462a
MA
3969 (tramp-fish-handle-set-file-times)
3970 (tramp-fish-handle-executable-find)
3971 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3972 (tramp-fish-retrieve-data): Pacify byte-compiler.
3973
0e2806fa
SM
3974 * net/tramp-gw.el (tramp-gw-basic-authentication):
3975 Call `tramp-read-passwd' with first parameter `nil'.
9ce8462a 3976
8b6f62fc
GM
39772007-09-28 Glenn Morris <rgm@gnu.org>
3978
3979 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3980 than mapcar.
3981
3982 * textmodes/tex-mode.el (tex-suscript-height-ratio)
3983 (tex-suscript-height-minimum): New customizable variables.
3984 (tex-suscript-height): New function.
3985 (superscript, subscript): Set height using tex-suscript-height
3986 rather than fixing at 0.8.
332de56f 3987 (tex-fontify-script, tex-font-script-display): Add :version tag.
8b6f62fc 3988
2092ac41
JB
39892007-09-27 Juanma Barranquero <lekktu@gmail.com>
3990
3991 * progmodes/python.el (python-eldoc-function): Doc fix.
3992
39932007-09-27 Glenn Morris <rgm@gnu.org>
5e8537bb
GM
3994
3995 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
3996 image if it is not in image-type-auto-detectable, or is there with
3997 a nil value.
3998
1437876c
MA
39992007-09-27 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4002 connection more robust.
4003
c4e36c26
JB
40042007-09-26 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4007 Deal with the case that special &keywords are at the beginning or
4008 end of the argument list. Also add some (incomplete) support for
4009 non-standard arglists.
4010
d9d31f0a
JB
40112007-09-26 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4014 (eldoc-message-commands, eldoc-current-idle-delay)
4015 (eldoc-function-argstring-format): Fix typos in docstrings.
4016
0f3955d9
JB
40172007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4018
4019 * calc/calc-units.el (calc-convert-units)
4020 (calc-convert-temperature): Remove unnecessary colons.
4021
d5098885
JW
40222007-09-26 Bastien Guerry <bzg@altern.org>
4023
93137d49
JB
4024 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4025 New function.
0e2806fa 4026 (org-export-latex-remove-from-headlines): Name changed because of typo.
d5098885
JW
4027 (org-export-latex-quotation-marks-convention): Option removed.
4028 (org-export-latex-make-preamble): Handle the DATE option.
4029 (org-export-latex-cleaned-string): Now the only cleaning function,
4030 synched up with org.el.
4031 (org-export-latex-lists, org-export-latex-parse-list)
4032 (org-export-list-to-latex): New functions.
4033
d5098885
JW
40342007-09-26 Carsten Dominik <dominik@science.uva.nl>
4035
93137d49 4036 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
d5098885
JW
4037 (org-outline-regexp): New constant.
4038 (org-remember-handler): Throw error when the target file is not in
4039 org-mode.
4040 (org-cleaned-string-for-export): No longer call
4041 `org-export-latex-cleaned-string' with an argument.
4042 (org-get-tags): Returns now a list, not a string.
4043 (org-get-tags-string): New function.
4044 (org-archive-subtree): No need to split return of `org-get-tags'.
4045 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4046 instead of `org-get-tags'.
0e2806fa
SM
4047 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4048 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
d5098885
JW
4049 (org-compatible-face): New argument INHERITS. Inherit from this
4050 face if possible.
4051 (org-level-1, org-level-2, org-level-3, org-level-4)
4052 (org-level-5, org-level-6, org-level-7, org-level-8)
4053 (org-special-keyword, org-drawer, org-column, org-warning)
4054 (org-archived, org-todo, org-done, org-headline-done, org-table)
4055 (org-formula, org-code, org-agenda-structure)
4056 (org-scheduled-today, org-scheduled-previously)
4057 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4058 in the new way.
4059 (org-get-heading): New argument NO-TAGS.
4060 (org-fast-tag-selection-include-todo): Made defvar instead of
4061 defcustom, feature is not deprecated.
4062 (org-remember-store-without-prompt): New default value t.
4063 (org-todo-log-states): New variable.
4064 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4065 Compute the log states.
4066 (org-goto-map): More commands copied from global map. Also bind
4067 `org-occur'.
4068 (org-goto): Made into a general lookup command.
4069 (org-get-location): Complete rewrite.
4070 (org-goto-exit-command): New variable.
4071 (org-goto-selected-point): New variable.
0e2806fa
SM
4072 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4073 Set the new variables.
d5098885
JW
4074 (org-paste-subtree): Whitespace insertion strategy revised.
4075 (org-remember-apply-template): Protect v-A from the possibility
4076 that v-a might be nil.
4077 (org-remember-handler): Insertion rules revised.
4078 (org-todo): Respect org-todo-log-states.
4079 (org-up-heading-safe): New function.
4080 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
d9d31f0a 4081
62035afd
DN
40822007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4083
4084 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4085 region if in transient-mark-mode.
4086
4e454e5b
JB
40872007-09-26 Juanma Barranquero <lekktu@gmail.com>
4088
4089 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4090 * calc/calc-help.el (calc-full-help):
4091 * calc/calc-misc.el (another-calc):
4092 * calc/calc-store.el (calc-var-name-map):
4093 * calc/calc-stuff.el (calc-flush-caches):
4094 * calc/calc-units.el (math-build-units-table):
4095 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4096 (calc-quit):
4097 * calendar/icalendar.el (icalendar--format-ical-event)
4098 (icalendar--convert-ical-to-diary):
4099 * emacs-lisp/authors.el (authors):
4100 * emacs-lisp/cust-print.el (custom-print-install)
4101 (custom-print-uninstall):
4102 * emacs-lisp/disass.el (disassemble-1):
4103 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4104 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4105 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4106 (elint-check-let-form, elint-check-condition-case-form)
4107 (elint-initialize):
4108 * emacs-lisp/elp.el (elp-results):
4109 * emacs-lisp/generic.el (generic-mode-internal):
4110 * emacs-lisp/re-builder.el (reb-delete-overlays):
4111 * emacs-lisp/regi.el (regi-interpret):
4112 * emacs-lisp/sregex.el (sregex--char-aux):
4113 * emulation/cua-rect.el (cua--deactivate-rectangle)
4114 (cua--highlight-rectangle, cua--rectangle-post-command):
4115 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4116 * emulation/viper-macs.el (viper-describe-kbd-macros)
4117 (viper-describe-one-macro):
4118 * emulation/viper-util.el (viper-setup-master-buffer):
4119 * emulation/viper.el (set-viper-state-in-major-mode):
4120 * international/mule-diag.el (describe-current-coding-system):
4121 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4122 * mail/emacsbug.el (report-emacs-bug):
4123 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4124 * obsolete/hilit19.el (hilit-unhighlight-region)
4125 (hilit-set-mode-patterns):
4126 * play/solitaire.el (solitaire-check, solitaire-solve):
4127 * play/zone.el (zone-pgm-rotate):
4128 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4129 * progmodes/ada-prj.el (ada-prj-display-page):
4130 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4131 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4132 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4133 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4134 * progmodes/sh-script.el (sh-make-vars-local)
4135 (sh-reset-indent-vars-to-global-values):
4136 * progmodes/sql.el (top):
4137 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4138 * progmodes/xscheme.el (top):
4139 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4140 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4141 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4142 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4143 (artist-submit-bug-report):
4144 * textmodes/flyspell.el (flyspell-delay-commands)
4145 (flyspell-deplacement-commands):
4146 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4147 (table--generate-source-cells-in-a-row, table--make-cell-map)
4148 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4149
1909cca0
JB
41502007-09-25 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * allout.el (produce-allout-mode-map, allout-process-exposed):
4153 * ansi-color.el (ansi-color-make-color-map):
4154 * autoinsert.el (auto-insert):
4155 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4156 * dired-aux.el (dired-create-files):
4157 * dired.el (dired-restore-desktop-buffer):
4158 * ediff-diff.el (ediff-setup-fine-diff-regions):
4159 * ediff-mult.el (ediff-intersect-directories)
4160 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4161 (ediff-redraw-registry-buffer):
4162 * ediff-ptch.el (ediff-fixup-patch-map):
4163 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4164 (ediff-really-quit, ediff-clear-diff-vector):
4165 * emerge.el (emerge-really-quit):
4166 * ffap.el (ffap-replace-file-component):
4167 * filecache.el (file-cache-add-directory)
4168 (file-cache-add-directory-recursively)
4169 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4170 (file-cache-delete-directory, file-cache-files-matching-internal)
4171 (file-cache-display):
4172 * files.el (cd):
4173 * find-lisp.el (find-lisp-insert-directory):
4174 * finder.el (finder-compile-keywords):
4175 * help.el (view-emacs-news):
4176 * hi-lock.el (hi-lock-write-interactive-patterns):
4177 * ido.el (ido-to-end, ido-set-matches-1):
4178 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4179 (image-dired-mark-tagged-files):
4180 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4181 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4182 * ps-print.el (ps-background, ps-begin-file)
4183 (ps-build-reference-face-lists):
4184 * simple.el (clone-buffer):
4185 * startup.el (command-line):
4186 * tempo.el (tempo-insert-template, tempo-is-user-element)
4187 (tempo-forward-mark, tempo-backward-mark):
4188 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4189
5aca5ac3
GM
41902007-09-25 Glenn Morris <rgm@gnu.org>
4191
13b1f340
GM
4192 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4193
5aca5ac3
GM
4194 * view.el (view-search-no-match-lines): Add a doc string.
4195 Rewrite to simplify and work better.
4196
17ee4625
DN
41972007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4198
1909cca0
JB
4199 * progmodes/cc-mode.el (c-mode-base-map):
4200 Use c-indent-line-or-region instead of c-indent-line.
17ee4625
DN
4201
4202 * indent.el (indent-for-tab-command): First check if the region is
4203 active.
4204
f0fe5c14
MC
42052007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4206
4207 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4208 whitespace-rescan-timer-time is 0.
4209
104b04f5
KB
42102007-09-24 Karl Berry <karl@gnu.org>
4211
4212 * international/mule.el (coding-system-base): Fix doc string grammar.
4213
6c4e47fa
MA
42142007-09-24 Michael Albinus <michael.albinus@gmx.de>
4215
4216 * net/tramp.el (tramp-completion-mode-p): Rename from
1909cca0
JB
4217 `tramp-completion-mode'. Revert logic, check `return', `newline'
4218 and such alike. Packages like Icicles tend to use other completion
6c4e47fa
MA
4219 characters but `tab' and `space' only.
4220
f4ff3e5c
GM
42212007-09-24 Adam Hupp <adam@hupp.org>
4222
4e454e5b 4223 * progmodes/python.el (run-python): Import emacs module without
f4ff3e5c
GM
4224 waiting; prevents lockup on error.
4225
7c4d5b8a
RS
42262007-09-23 Richard Stallman <rms@gnu.org>
4227
e32725a7
RS
4228 * mail/sendmail.el (mail-bury): Delete the frame
4229 if this frame looks like it was made for this message.
4230
4231 * completion.el (completion-separator-self-insert-command)
4232 (completion-separator-self-insert-autofilling):
4233 If `self-insert-command' has been remapped, use the substitute.
4234
4235 * simple.el (copy-region-as-kill): Doc fix.
4236
7c4d5b8a
RS
4237 * textmodes/org.el (org-confirm-shell-link-function)
4238 (org-confirm-elisp-link-function): Doc fixes.
4239
f3d7e5c4
GM
42402007-09-23 Glenn Morris <rgm@gnu.org>
4241
4242 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4243
f7ba2ff4
DN
42442007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4245
4246 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4247
4248 * term/tvi970.el (terminal-init-tvi970): Likewise.
4249
4250 * term/sun-mouse.el (print-mouse-format): Likewise.
4251
1909cca0
JB
4252 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4253 Use forward-line instead of previous-line and next-line.
f7ba2ff4 4254
f3de57e9
JL
42552007-09-22 Juri Linkov <juri@jurta.org>
4256
4257 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4258
4259 * tutorial.el (tutorial--default-keys): Update standard bindings:
4260 rename `iconify-or-deiconify-frame' to `suspend-frame',
4261 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4262
6e0cfad3
JL
42632007-09-22 Juri Linkov <juri@jurta.org>
4264
4265 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4266 Add help-echo to external links and to links without description.
4267 (fancy-splash-insert): Use help-echo from the 3rd element of the
4268 link specification list, or "Follow this link" if it's nil. Doc fix.
4269
1cff9ad1
JL
42702007-09-22 Juri Linkov <juri@jurta.org>
4271
4272 * startup.el (command-line): Rename `inhibit-startup-message' to
4273 `inhibit-startup-screen'.
4274 (fancy-about-text): Use shorter label for "Ordering Manuals".
4275 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4276 is nil, display a line with "To start..." and 3 links to useful
4277 tasks. Display the "Dismiss" button and "Don't show this message
4278 again" only when concise is non-nil.
4279 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4280 arg `concise'. If CONCISE is non-nil, display a concise version
4281 of the splash screen in another window. Otherwise, switch to the
4282 startup buffer in the same window.
4283 (startup-echo-area-message): Change displayed binding from
4284 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4285 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4286 the GNU system".
4287 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4288 to "*GNU Emacs*".
4289 (display-about-screen): Don't check the existence of the buffer
4290 "*About GNU Emacs*".
4291 (display-splash-screen): Make alias to `display-startup-screen'.
4292 (command-line-1): Rename `inhibit-startup-message' to
4293 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4294 started with command line options "-f", "-funcall", "-e", "-eval",
4295 "-execute", "-insert", "-find-file", "-file", "-visit".
4296 Inhibit startup screen when Emacs is started with a file name only
4297 on tty (i.e. don't inhibit it when started with a file name like
4298 "emacs FILE..." on a window system).
4299 (command-line-1): Simplify logic of displaying the startup screen:
4300 if file-count > 0, then display the concise version in another
4301 window, otherwise display full version in the same window.
4302
4303 * help.el (help-map): Bind C-h C-a to about-emacs.
4304 (help-for-help-internal): Add C-a description to C-h help text.
4305
6dd697d9
DN
43062007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4307
2d5a3812
DN
4308 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4309 (checkdoc-permit-comma-termination-flag): Autoload the
4310 safe-local-variable setting.
4311
4211e434 4312 * bookmark.el (bookmark-xemacsp): Remove.
1909cca0
JB
4313 (bookmark-make): Don't use bookmark-xemacsp,
4314 use (featurep 'xemacs) instead.
4211e434 4315
3e51f308
DN
4316 * speedbar.el (speedbar-frame-mode)
4317 (speedbar-frame-reposition-smartly)
4318 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
4319 (speedbar-check-vc): Remove use of non-existent variable
4320 dframe-xemacsp, use (featurep 'xemacs) instead.
4321
6dd697d9
DN
4322 * indent.el (indent-for-tab-command): Indent the region if
4323 transient-mark-mode and the region is active.
4324
87094c03
FP
43252007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
4326
4327 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
4328 add inferior-octave-directory-tracker to the buffer-local value
4329 of comint-input-filter-functions.
4330
23d4cba5
DN
43312007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4332
4333 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
4334
2171e172
JB
43352007-09-21 Juanma Barranquero <lekktu@gmail.com>
4336
4337 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
4338 on w32 frames.
4339
5dcbade2
SM
43402007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4bbfda32 4342 * startup.el (normal-top-level): Remove DISPLAY from
2171e172 4343 process-environment to let it be computed dynamically in callproc.c.
4bbfda32 4344
5dcbade2
SM
4345 * frame.el (frame-initialize, make-frame):
4346 * faces.el (tty-set-up-initial-frame-faces):
4347 * env.el (setenv): Don't set display-environment-variable.
4348
e159b869
SM
4349 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
4350 (server-create-tty-frame): Don't set unused `tty' property.
4351 Set `display' instead of display-environment-variable.
4352 (server-create-window-system-frame): No display-environment-variable.
4353
d037d501
MA
43542007-09-21 Michael Albinus <michael.albinus@gmx.de>
4355
4356 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
4357 (rfn-eshadow-update-overlay-hook): New defvars.
e159b869
SM
4358 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
4359 Run the hooks.
d037d501
MA
4360
4361 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
4362 (tramp-rfn-eshadow-setup-minibuffer)
4363 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
4364 rfn-eshadow.el.
4365
4366 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
4367 timeout.
4368
ac3afa5a
GM
43692007-09-21 Glenn Morris <rgm@gnu.org>
4370
4371 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
4372 * term/sun-mouse.el (suspend-emacstool): Remove.
4373 * term/sun.el: Remove emacstool-related code.
4374
2fb34c68
GM
4375 * emacs-lisp/bytecomp.el (byte-compile-warnings)
4376 (byte-compile-warnings-safe-p): Add `mapcar'.
8cea6fdf 4377 (byte-compile-warning-types): Add mapcar and make-local.
2fb34c68
GM
4378 (byte-compile-normal-call): Add option to suppress mapcar warning.
4379 (top-level): Use mapc rather than mapcar in eval-when-compile.
0b63fc3b 4380
09b33024 4381 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2fb34c68
GM
4382 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
4383 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
4384 Handle escaped parens.
09b33024
GM
4385 (latex-forward-sexp): Doc fix.
4386
538a93d8
SM
4387 * eshell/esh-mode.el (eshell-output-filter-functions):
4388 Add eshell-postoutput-scroll-to-bottom.
965d1f0e 4389
0b63fc3b
GM
4390 * loadup.el: Remove termdev.
4391
8cea6fdf
GM
4392 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
4393 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
4394
055f99f4
GM
43952007-09-21 Markus Triska <markus.triska@gmx.at>
4396
4397 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
4398 `mapcar' is called for effect.
4399
2fb34c68
GM
44002007-09-21 Kevin Ryde <user42@zip.com.au>
4401
4402 * international/mule.el (sgml-html-meta-auto-coding-function):
4403 Bind `case-fold-search' to t.
4404
c35a54c7
SM
44052007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4406
385312c9
SM
4407 * termdev.el: Remove.
4408
4409 * frame.el (get-device-terminal): New function. Moved from termdev.el.
4410 (frames-on-display-list): Use it.
4411
4412 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
4413
c35a54c7
SM
4414 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
4415
7f821b79
RS
44162007-09-20 Richard Stallman <rms@gnu.org>
4417
4418 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
4419
fb1b68a4
SM
44202007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4423
0a4daff5
GM
44242007-09-20 Glenn Morris <rgm@gnu.org>
4425
4426 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4427 motion functions, rather than hard-coding "\n\n".
4428 (tex-validate-region): Check for eobp, to speed up.
4429 (tex-next-unmatched-end): Doc fix.
4430
b608e302
SM
44312007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4432
e7988f09
SM
4433 * files.el (auto-mode-alist): Use archive-mode for .rar files.
4434
4435 * international/mule.el (auto-coding-alist): Rar archives are binary.
4436
7e9a3fef
SM
4437 * arc-mode.el: Add basic support for Rar.
4438 (archive-find-type): Recognize Rar's signature.
4439 (archive-desummarize): New fun.
4440 (archive-summarize): Use it to restore the buffer's data in case
4441 someone wants to switch to some other major mode.
4442 (archive-resummarize): Use it as well.
4443 (archive-rar-summarize, archive-rar-extract): New functions.
4444
91cc505c
SM
4445 * filesets.el: Remove spurious * in docstrings.
4446 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
4447 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4448 (filesets-ingroup-collect): Remove unused arg `depth'.
4449 (filesets-update): Remove unused arg `version'.
4450
bf8aa901
SM
4451 * finder.el (finder-compile-keywords): Fix up comment style.
4452 (finder-mouse-face-on-line): previous-line -> forward-line.
4453
2aa7c4d5
SM
4454 * recentf.el: Remove spurious * in docstrings.
4455 (recentf-save-list): Fix up comment style.
4456
e22bbd48
SM
4457 * progmodes/octave-mod.el: Remove spurious * in docstrings.
4458 (octave-mode-map): Move init into declaration and remove \t binding.
4459 (octave-mode-startup-message): Remove unused var.
4460 (octave-scan-blocks): Remove unused arg `from'.
4461 (octave-forward-block, octave-down-block, octave-up-block):
4462 Update callers.
4463
ff319790
SM
4464 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4465 (meta-mode-map): Likewise and remove \t binding.
4466
ab8e678c
SM
4467 * net/snmp-mode.el: Remove spurious * in docstrings.
4468 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4469 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4470 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4471 that completion accepts lists of strings.
4472 (snmp-mode-syntax-table): Move initialization into declaration.
4473 (snmp-mode-map): Likewise and remove \t binding.
4474 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4475 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4476 (snmp-indent-command): Remove.
4477
b608e302
SM
4478 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4479 binding, so tab-always-indent works right.
4480
a38de16e
MC
44812007-09-19 Johannes Weiner <hannes@saeurebad.de>
4482
4483 * net/browse-url.el (browse-url-elinks-new-window): New function.
b608e302
SM
4484 (browse-url-elinks): Use browse-url-elinks-new-window.
4485 Accept optional second argument `new-window'. Fix typo in doc-string.
a38de16e
MC
4486 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4487 Improve error message.
4488
59c4e1da
MC
44892007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4490
4491 * net/browse-url.el (browse-url-url-encode-chars): Use the right
4492 parameter name in the function body.
4493 Reported by Johannes Weiner.
4494
b5355a9a
GM
44952007-09-19 Glenn Morris <rgm@gnu.org>
4496
ff0a21d6
GM
4497 * net/socks.el (socks-open-network-stream): Signal an explicit
4498 error if the port associated with a service string can't be found.
4499
b608e302 4500 * textmodes/tex-mode.el (tex-terminate-paragraph):
3cfff67b 4501 Use backward-paragraph.
b5355a9a 4502
44954c2f
SM
45032007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * server.el (server-running-p): New function.
4506
44fe0f65
JR
45072007-09-18 Jason Rumney <jasonr@gnu.org>
4508
4509 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
4510 x-focus-frame.
4511
4512 * frame.el (select-frame-set-input-focus, select-frame-by-name):
4513 Use x-focus-frame for w32.
4514
299ea3d3
RS
45152007-09-17 David Kastrup <dak@gnu.org>
4516
4517 * textmodes/tex-mode.el (tex-verbatim-environments):
4518 Eliminate CL dependency.
4519
5266b06b
RS
45202007-09-17 Richard Stallman <rms@gnu.org>
4521
4522 * newcomment.el (comment-add): New arg EXTRA.
4523 (comment-region-default): Pass EXTRA if not indenting lines.
4524
6eddc3bb
MC
45252007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4526
4527 * net/browse-url.el (browse-url-url-encode-chars): New function.
4528 URL-encode some chars in a string.
4529 (browse-url-encode-url): Rewrite using the previous function.
4530 (browse-url-file-url): Use `browse-url-url-encode-chars'.
4531 (browse-url-elinks-sentinel): Fix typo.
4532 (browse-url-new-window-flag): Doc change.
4533
e47a29ad
GM
45342007-09-17 Glenn Morris <rgm@gnu.org>
4535
4536 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4537 filename from `--file-line-error', if it is available.
4538
45392007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4540
4541 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4542 TeX `--file-line-error' format.
4543
b9451e85
DN
45442007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4545
4546 * xt-mouse.el: Delete add-hook calls that were moved to
4547 xterm-mouse-mode.
9f596249
DN
4548 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4549 does not work.
b9451e85 4550
578b4e9d
RS
45512007-09-17 Richard Stallman <rms@gnu.org>
4552
4553 * cus-face.el (custom-theme-set-faces): Undo previous change.
4554
4555 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4556
f73dcb6f
GM
45572007-09-17 Glenn Morris <rgm@gnu.org>
4558
4559 * textmodes/tex-mode.el (tex-region): Simplify previous change,
4560 handling the case where the region is not in `tex-main-file'.
4561 (tex-region-1): Delete.
4562 (tex-region-header): New function, doing the header part of the
4563 old tex-region-1.
4564
3137dda8
SM
45652007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * simple.el (newline): Simplify use of prefix-numeric-value.
4568 (line-move-partial): Remove unused var `ppos'.
4569 (line-move-1): Replace 9999 with most-positive-fixnum.
4570 (move-end-of-line): Use more efficient single-property search.
4571 (move-beginning-of-line): Remove unused var `start'.
4572 (blink-matching-open): Restructure in a more functional style.
4573
6fbc407a
MC
45742007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4575
4576 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
4577
13ba3740
SM
45782007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4579
448f754f
SM
4580 * server.el (server-clients): Only keep procs, no properties any more.
4581 (server-client): Remove.
4582 (server-client-get, server-client-set): Remove, replace all callers by
4583 process-get and process-put resp.
4584 (server-clients-with, server-add-client, server-delete-client)
4585 (server-create-tty-frame, server-create-window-system-frame)
4586 (server-process-filter, server-execute, server-visit-files)
4587 (server-buffer-done, server-kill-buffer-query-function)
4588 (server-kill-emacs-query-function, server-switch-buffer)
4589 (server-save-buffers-kill-terminal): Update accordingly.
4590
13ba3740
SM
4591 * server.el (server-with-environment): Simplify.
4592 (server-select-display, server-unselect-display): Re-add functions that
4593 seem to have been lost in the multi-tty merge.
4594 (server-eval-and-print, server-create-tty-frame)
4595 (server-create-window-system-frame, server-goto-toplevel)
4596 (server-execute, server-return-error): New functions extracted from
4597 server-process-filter.
4598 (server-execute-continuation): New functions.
4599 (server-process-filter): Restructure so that all arguments are analysed
2171e172 4600 first and then acted upon in a subsequent stage. This way
13ba3740
SM
4601 server-goto-toplevel can be executed later, when we know if
4602 it's necessary.
4603 Remove the "-version" and "-version-good" support.
4604
47fdaab8
GM
46052007-09-16 Drew Adams <drew.adams@oracle.com>
4606
fdc90613 4607 * cus-edit.el (custom-face-edit-activate): Doc fix.
47fdaab8 4608
c5da8ef6
GM
46092007-09-16 Glenn Morris <rgm@gnu.org>
4610
4611 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4612 Following cal-bahai renaming, update all instances of
4613 list-bahai-diary-entries to diary-bahai-list-entries,
4614 mark-bahai-diary-entries to diary-bahai-mark-entries,
4615 calendar-goto-bahai-date to calendar-bahai-goto-date,
4616 insert-bahai-diary-entry to diary-bahai-insert-entry,
4617 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
4618 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
4619 calendar-print-bahai-date to calendar-bahai-print-date.
4620
4621 * textmodes/tex-mode.el (tex-region): Handle the case where the
4622 region is not in `tex-main-file'. Move the old code that applies
4623 to both cases...
4624 (tex-region-1): ...to this new function.
4625
03368919
SM
46262007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4627
86e80023
SM
4628 * vc.el (vc-process-sentinel): New function.
4629 (vc-exec-after): Use it instead of using ugly hackish analysis and
4630 construction of Elisp code.
4631 (vc-sentinel-movepoint): New dynamically scoped var.
4632 (vc-print-log, vc-annotate): Set it to move the user's point.
4633
72d1ce61
SM
4634 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4635 inhibit-modification-hooks.
4636
03368919
SM
4637 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
4638 (calendar-bahai-print-date, calendar-bahai-goto-date)
4639 (diary-bahai-list-entries, diary-bahai-insert-entry):
4640 New names to clean up the namespace a bit more.
4641 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
4642
24c6be9f
GM
46432007-09-15 Glenn Morris <rgm@gnu.org>
4644
4645 * calendar/holidays.el (holiday-list): Rename it back to
4646 `list-holidays', but leave `holiday-list' as an alias.
4647
96736d92
GM
4648 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
4649 custom group.
4650
4651 * textmodes/css-mode.el (css): New custom group.
4652 (css-electrick-keys, css-selector, css-property)
4653 (css-indent-offset): Specify custom group.
4654
62b84d36
SM
46552007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4658 (cvs-execute-single-file): Use process-file.
4659 (cvs-run-process): Use start-file-process.
4660
aaeefd66
DN
46612007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4662
4663 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4664 level. Remove the hooks when turning off the mode.
4665
4666 * term/xterm.el: Require xt-mouse at compile time.
4667 (terminal-init-xterm): Turn on xterm mouse tracking for this
4668 terminal if xterm-mouse-mode is enabled.
4669
1fe912ee
DN
46702007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4671
da600aad
DN
4672 * term/xterm.el (xterm-function-map): Replace bindings that were
4673 deleted by the merge.
1fe912ee 4674
a4fcacde
TTN
46752007-09-14 Ulf Jasper <ulf.jasper@web.de>
4676
4677 * play/bubbles.el (bubbles-version): Bump value to "0.5".
4678 (bubbles-mode-map): Move define-key statements here.
4679 (bubbles-game-theme-menu): Ditto.
4680 (bubbles-graphics-theme-menu): Ditto.
4681 (bubbles-menu): Ditto.
4682 (bubbles-mode): Initialize buffer-undo-list, redisplay.
4683 (bubbles--initialize): Reset buffer-undo-list, redisplay.
4684 (bubbles-plop): Set buffer-undo-list, redisplay.
4685 (bubbles-undo): Reset buffer-undo-list, redisplay.
4686 (bubbles--show-images): Take care of missing text properties.
4687
f5d58dd1
GM
46882007-09-14 Glenn Morris <rgm@gnu.org>
4689
34acda03
GM
4690 * startup.el (fancy-startup-text, fancy-about-text): Fix face
4691 quoting.
4692
f5d58dd1
GM
4693 * calendar/cal-hebrew.el, calendar/cal-menu.el
4694 * calendar/calendar.el, calendar/diary-lib.el
4695 * calendar/holidays.el: Rename all instances of
4696 list-calendar-holidays callers to calendar-list-holidays,
4697 list-holidays to holiday-list, check-calendar-holidays to
4698 calendar-check-holidays, mark-calendar-holidays to
4699 calendar-mark-holidays, and filter-visible-calendar-holidays to
4700 holiday-filter-visible-calendar.
4701
e1b19750
DN
47022007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4703
4704 * term/xterm.el (xterm-function-map): Add C-M- bindings.
4705
45169e8d
TTN
47062007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4707
4708 * play/bubbles.el (bubbles--initialize-images): Fix bug:
4709 Use transparent background for empty cells in graphics mode.
4710
162a12b1
GM
47112007-09-13 Jari Aalto <jari.aalto@cante.net>
4712
4713 * man.el (Man-default-man-entry): At end of line, continue looking
d9d31f0a 4714 to the next line for possible end of hyphenated command.
162a12b1 4715
45a4af63
GM
47162007-09-13 Chris Moore <dooglus@gmail.com>
4717
4718 * shell.el (shell-resync-dirs): Don't move the cursor relative to
d9d31f0a 4719 the command being edited.
45a4af63 4720
8a1dd108
TTN
47212007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
4722
4723 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4724
6670206f
DN
47252007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
4726
4727 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4728 C-M-S- keys.
4729
4730 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4731
ad56e18b
MC
47322007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4733
0f71f9da 4734 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
ad56e18b
MC
4735 New argument `filename-p' to use one set of confusing chars or another.
4736 (browse-url-file-url): Use the argument.
4737 Suggested by Johannes Weiner.
4738
1c5eb135
RF
47392007-09-12 Romain Francoise <romain@orebokech.com>
4740
4741 * cus-start.el (all): Revert 2007-09-08 change.
4742
aea4b38c
GM
47432007-09-12 Aaron Hawley <aaronh@garden.org>
4744
4745 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4746 extract .Z files, since it is more common than uncompress.
4747
58efff64
GM
47482007-09-12 Glenn Morris <rgm@gnu.org>
4749
4750 * textmodes/org-publish.el (org-publish-org-to-html): Remove
4751 duplicate function definition.
4752
7fb6ce6e
TTN
47532007-09-10 Chris Moore <dooglus@gmail.com>
4754
4755 * diff-mode.el (diff-sanity-check-hunk):
4756 Also accept single-line hunks.
4757
6794a919
CY
47582007-09-10 Chong Yidong <cyd@stupidchicken.com>
4759
4760 * startup.el (startup-screen-inhibit-startup-screen)
4761 (pure-space-overflow-message): New vars.
4762 (fancy-splash-insert): Allow functions for face and link specs.
4763 (fancy-splash-head): Remove unused arg. Move splash text...
4764 (fancy-startup-text, fancy-about-text): ...here.
4765 (fancy-startup-tail): Rename from fancy-splash-tail.
4766 (fancy-startup-screen, fancy-about-screen): Split off from
4767 fancy-splash-screens.
4768 (display-startup-screen): New function.
4769 (display-about-screen): Rename from display-splash-screen.
4770 (command-line-1): Use concise startup screen if necessary.
4771
28421945
TTN
47722007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4773
4774 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4775 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
4776
9c934431
SM
47772007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4778
3137dda8
SM
4779 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4780 (python-font-lock-keywords): Update to the 2.5 version of the language.
4781 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4782 (python-backspace): Only behave funny in code.
4783 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4784 (inferior-python-mode): Add PDB prompt regexp.
4785 (python-fill-paragraph): Refine the fenced-string regexp.
4786 (python-find-imports): Handle imports spanning several lines.
4787 (python-mode): Add `class' to hideshow support.
4788
47892007-09-10 Dave Love <fx@gnu.org>
4790
9c934431
SM
4791 * outline.el (outline-4, outline-5, outline-7):
4792 Move font-lock-builtin-face down from 4 to 7 to better keep the
4793 progression of color brightness, and to better match Org-mode's faces.
4794
90d10f16
MC
47952007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4796
89c19c1e
MC
4797 * progmodes/meta-mode.el (meta-font-lock-keywords)
4798 (font-lock-match-meta-declaration-item-and-skip-to-next)
4799 (meta-comment-indent, meta-indent-previous-line)
4800 (meta-indent-unfinished-line, meta-beginning-of-defun)
4801 (meta-end-of-defun, meta-common-initialization): Handle \f.
ebd3fa6b
MC
4802 (meta-indent-unfinished-line): Do not handle a `%' in a string as
4803 a comment-start.
89c19c1e 4804
90d10f16
MC
4805 * files.el (file-modes-char-to-who, file-modes-char-to-right)
4806 (file-modes-rights-to-number): Auxiliary functions for symbolic to
4807 numeric notation of file modes.
4808 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
4809 numeric value.
4810 (read-file-modes): New. Read either an octal value of a file mode or a
4811 symbolic value, and return its numeric value.
4812
822b17d3
MC
4813 * dired-aux.el (dired-do-chmod): Change to use the built-in
4814 `set-file-modes' and the previous symbolic mode parsing functions.
4815
70165841
SM
48162007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4817
2db33a18
SM
4818 * textmodes/texinfo.el: Remove spurious * in docstrings.
4819 (texinfo-mode-syntax-table, texinfo-mode-map):
4820 Initialize in the declaration.
4821
c03aab72
SM
4822 * tmm.el: Remove spurious * in docstrings.
4823 (tmm-prompt): Use with-current-buffer.
4824
ad141260
SM
4825 * vcursor.el: Remove spurious * in docstrings.
4826 (vcursor-map): Initialize in the declaration.
4827 (vcursor-use-vcursor-map): Use define-minor-mode.
4828 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4829
3643fbbc
SM
4830 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4831 Initialize in the declaration.
4832 (widget-minor-mode): Use define-minor-mode.
4833
70165841
SM
4834 * woman.el (woman-mode-map, woman-syntax-table):
4835 Initialize in the declaration.
4836
94dbe99c
TTN
48372007-09-09 Tassilo Horn <tassilo@member.fsf.org>
4838
4839 * doc-view.el: New file.
4840
490a1ad6
JL
48412007-09-09 Juri Linkov <juri@jurta.org>
4842
4843 * Makefile.in (update-authors): Add etc/ to AUTHORS.
4844
4845 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4846
4847 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4848 to "Startup screen". Fix docstring.
4849 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4850 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4851 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4852 (initial-scratch-message): Fix docstring.
4853 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4854 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4855 Add link to "Customize Startup" and set interval between links to
4856 5 spaces.
4857 (fancy-about-text): Add links "Authors" and "Contributing".
4858 (fancy-splash-head): Add text "Welcome to " on the startup screen,
4859 and "This is " on the about screen. Add link to
4860 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4861 For the about screen move emacs version to the header from
4862 `fancy-splash-tail' (as it's done already for normal about screen).
4863 (fancy-splash-tail): Insert emacs version only for startup screen.
4864 (normal-splash-screen): Remove duplicate empty lines.
4865 (normal-about-screen): Add links "Authors" and "Contributing".
4866
3a155dd6
JL
4867 * menu-bar.el (menu-bar-help-menu):
4868 Move "About Emacs" and "About GNU" to the end of the Help menu.
4869 Move "Emacs Psychotherapist" after "Send Bug Report...".
4870 Move "External Packages" after "Find Emacs Packages".
4871
8a4438b6
MA
48722007-09-09 Michael Albinus <michael.albinus@gmx.de>
4873
4874 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4875 they are useless with the byte compiler.
4876 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4877 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4878 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4879 (tramp-file-name-real-host, tramp-file-name-port)
4880 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4881 defuns.
4882
4883 * net/tramp-cache.el (top): Improve error message when
4884 `tramp-persistency-file-name' is corrupted.
4885
d218d6a2
JW
48862007-09-09 Carsten Dominik <dominik@science.uva.nl>
4887
4888 * textmodes/org.el (org-re): Also replace the :alpha: class.
4889 (org-todo-tag-alist): Variable removed.
209dc81c 4890 (org-todo-key-alist, org-todo-key-trigger): New variables.
d218d6a2
JW
4891 (org-use-fast-todo-selection): New option.
4892 (org-log-done): Docstring fixed.
4893 (org-deadline-warning-days): New default value 14.
209dc81c 4894 (org-edit-timestamp-down-means-later): New option.
d218d6a2
JW
4895 (org-tag-alist): Docstring fixed.
4896 (org-fast-tag-selection-include-todo): New option.
4897 (org-export-language-setup): New languages added.
4898 (org-set-regexps-and-options): Compute the new variables.
4899 (org-paste-subtree): Cleaning up.
4900 (org-remember-apply-template): New escape %A.
4901 (org-todo): Call fast TODO selection.
4902 (org-fast-todo-selection): New function.
4903 (org-add-log-note): Allow prefix for abort exit.
4904 (org-at-property-p, org-entry-properties)
4905 (org-columns-get-autowidth-alist): Use :alpha: class.
4906 (org-get-wdays): New function.
4907 (org-agenda-remove-date): New variable.
4908 (org-agenda-get-deadlines): Use `org-get-wdays'.
4909 (org-agenda-get-deadlines): Reverse ee before returning.
4910 (org-format-agenda-item): New argument REMOVE-RE.
4911 (org-agenda-convert-date): Baha'i calendar added.
4912 (org-infile-export-plist): Also find DATE line.
4913 (org-get-min-level): New function.
4914 (org-export-as-html, org-export-as-ascii): Use the date format.
4915 (org-shiftup, org-shiftdown): Use.
4916 `org-edit-timestamp-down-means-later'.
4917 (org-assign-fast-keys): New function.
4918
e80134cd
EZ
49192007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
4920
4921 * cus-start.el (all): Add prefer-window-split-horizontally from
4922 window.c.
4923
5edcabcb
EZ
49242007-09-08 Eli Zaretskii <eliz@gnu.org>
4925
4926 * net/browse-url.el (browse-url-galeon): Fix last change.
4927 (top-level): Require cl when compiling.
4928
c426c0d1
CD
49292007-09-08 Carsten Dominik <dominik@science.uva.nl>
4930
4931 * textmodes/org-export-latex.el: arch-tag restored.
4932
4933 * textmodes/org-publish.el: arch-tag restored.
4934
6e33433d
MY
49352007-09-08 Masatake YAMATO <jet@gyve.org>
4936
70165841 4937 * progmodes/which-func.el (which-func-modes): Add diff-mode.
59825017 4938
8a4438b6 4939 * progmodes/cc-langs.el: Support new keywords added to
6e33433d 4940 objective-c frontend of gcc.
70165841
SM
4941 (c-simple-stmt-kwds): Add @throw.
4942 (c-block-stmt-2-kwds): Add @synchronized.
4943 (c-block-stmt-1-kwds): Add @finally and @try.
6e33433d 4944
0b8568f5
JW
49452007-09-07 Carsten Dominik <dominik@science.uva.nl>
4946
0f71f9da 4947 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
b1634ed2
CD
4948 (org-agenda-after-show-hook): New variable.
4949 (org-columns-compile-format)
4950 (org-columns-get-autowidth-alist, org-buffer-property-keys)
4951 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4952 property names.
4953 (org-get-wdays): New function.
0b8568f5 4954
98a6dc9f
SM
49552007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4956
08ea6d2f
SM
4957 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4958
4959 * term/xterm.el (xterm-function-map): Initialize in the declaration.
4960
98a6dc9f
SM
4961 * vc-arch.el (vc-arch-checkin): Fix typo.
4962
e141eb2e
RF
49632007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4964
4965 * cus-face.el (custom-theme-set-faces): Set face attributes
4966 locally for each frame.
4967
5c7ffa04
SM
49682007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4969
a227f163
SM
4970 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4971 via font-lock-defaults.
4972
5c7ffa04
SM
4973 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4974 derived-mode-p.
4975
4f060cc7
TTN
49762007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
4977
4978 * progmodes/autoconf.el (autoconf-definition-regexp):
4979 Handle optional square brackets around definition name.
4980
7262075d
GM
49812007-09-07 Johannes Weiner <hannes@saeurebad.de>
4982
4983 * net/browse-url.el (browse-url-browser-function): Add elinks.
4984 (browse-url-elinks-wrapper): New option.
4985 (browse-url-encode-url, browse-url-elinks)
4986 (browse-url-elinks-sentinel): New functions.
4987 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5c7ffa04
SM
4988 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4989 Use new function browse-url-encode-url.
7262075d
GM
4990
49912007-09-07 Glenn Morris <rgm@gnu.org>
4992
4993 * version.el (emacs-version): Revert 2007-08-29 change: no need to
4994 say if multi-tty is present.
4995
86970dbd
SM
49962007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4997
c8f1ea76
SM
4998 * cus-start.el (split-window-preferred-function): Add custom info.
4999
2317a7cf
SM
5000 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5001 (calendar-mark-holidays, calendar-list-holidays)
5002 (holiday-filter-visible-calendar): New names to clean up namespace.
5003 (filter-visible-calendar-holidays, list-calendar-holidays)
5004 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5005 Add compatibility aliases.
5006 (calendar-check-holidays, calendar-mark-holidays)
5007 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5008 (holiday-sexp): Replace append with list.
5009 (holiday-filter-visible-calendar): Replace append with push.
5010
86970dbd
SM
5011 * woman.el: Remove spurious * in docstrings.
5012 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5013 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5014 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5015 (woman-write-directory-cache, woman-display-extended-fonts)
5016 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5017 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5018 (woman-mode): Use inhibit-read-only.
5019 (woman-negative-vertical-space): Use dotimes.
5020 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5021
12451866
RF
50222007-09-06 Romain Francoise <romain@orebokech.com>
5023
5024 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5025 (vc-bzr-workfile-version): Use it.
5026
9a8b3a5c
RF
50272007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5028
5029 * complete.el (PC-do-completion): Don't try to treat
12451866 5030 empty string as an abbreviation.
9a8b3a5c 5031
27ba1132
GM
50322007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5033
5034 * help-fns.el (describe-variable): Keep doc's text properties.
5035
d920b27a
DN
50362007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5037
5038 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5039 instead of a file.
5040
f657c21b
GM
50412007-09-06 Glenn Morris <rgm@gnu.org>
5042
5043 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5044 (checkdoc-minor-mode): Allow user to specify lighter via
5045 checkdoc-minor-mode-string.
5046
fad930b6
RS
50472007-09-05 Richard Stallman <rms@gnu.org>
5048
86970dbd 5049 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
fad930b6
RS
5050 Several items removed, simplified, or put on one line.
5051 (fancy-about-text): Add substantial contents, part of startup text.
5052 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5053 (normal-splash-screen): Call normal-mouse-startup-screen,
5054 normal-no-mouse-startup-screen, or normal-about-screen.
5055 (normal-mouse-startup-screen): New fn, broken out, shortened.
5056 (normal-no-mouse-startup-screen): New fn, broken out.
5057 (normal-about-screen): New function, contents all new.
5058
e8449cdb
MC
50592007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5060
5061 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5062
d0da8f91
GM
50632007-09-05 Glenn Morris <rgm@gnu.org>
5064
5065 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5066 is bound.
5067
50682007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5069
5070 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
86970dbd 5071 in doc string.
d0da8f91 5072
e4019195
DN
50732007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5074
86970dbd 5075 * server.el (server-start, server-unload-hook): Undo previous change.
e4019195
DN
5076
5077 * xt-mouse.el: Undo previous change.
5078
1d865f15
JL
50792007-09-04 Juri Linkov <juri@jurta.org>
5080
5081 * startup.el (fancy-about-text): New variable.
5082 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5083 (fancy-current-text, fancy-splash-stop-time)
5084 (fancy-splash-outer-buffer): Remove variables.
5085 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5086 `startup' and use it to conditionally display different texts for
5087 Startup and About screens. Don't display Help commands on the About
5088 screen.
5089 (fancy-splash-screens-1): Remove function and move its content to
5090 `fancy-splash-screens' to the part that dislpays the About screen.
5091 (exit-splash-screen): Don't treat specially exiting from
5092 alternating screens.
5093 (fancy-splash-screens): Rename argument `static' to `startup'.
5094 Fix docstring. Remove code for displaying alternating screens.
5095 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5096 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5097 for `inhibit-read-only'.
5098 (normal-splash-screen): Rename argument `static' to `startup'.
5099 Fix docstring. Use argument `startup' to conditionally display
5100 different texts for Startup and About screens. Don't display Help
5101 commands on the About screen. Remove `unwind-protect' `sit-for'
5102 delay and `kill-buffer' after it.
5103 (display-startup-echo-area-message): Remove call to
5104 `use-fancy-splash-screens-p' because image.el is preloaded and
5105 doesn't display "Loading image... done".
5106 (display-splash-screen): Rename argument `static' to `startup'.
5107 Fix docstring.
5108
92cd6a7c
DN
51092007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5110
5111 * server.el (server-start, server-unload-hook):
5112 suspend-tty-functions has been renamed to suspend-tty-hook.
5113
5114 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5115 resume-tty-hook.
5116
0f71f9da 51172007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
b7185a73
DN
5118
5119 * loadup.el: Fix merge problem, only load "button" once.
5120
f4f6d1ed
GM
51212007-09-03 Glenn Morris <rgm@gnu.org>
5122
f0988e47
GM
5123 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5124 "Working file:" as the prefix, for the sake of
5125 log-view-current-file.
f4f6d1ed 5126
13af5af5
DN
51272007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5128
86970dbd 5129 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13af5af5
DN
5130 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5131 if the selected frames is in
5132 xterm-modify-other-keys-terminal-list.
5133 (xterm-turn-off-modify-other-keys): Add an optional frame
86970dbd 5134 parameter. Only turn off modify-other-keys if FRAME is in
13af5af5
DN
5135 xterm-modify-other-keys-terminal-list.
5136 (xterm-remove-modify-other-keys): New function.
86970dbd
SM
5137 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5138 Add the selected frame to xterm-modify-other-keys-terminal-list.
13af5af5 5139
5db55b9e
JD
51402007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5141
5142 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5143 (icon-map-list): New variable.
5144 (x-gtk-map-stock): Use icon-map-list.
5145
ccf89694
RF
51462007-09-02 Romain Francoise <romain@orebokech.com>
5147
5148 * log-view.el (log-view-current-file): Balance parens.
5149
0720576c
GM
51502007-09-02 Glenn Morris <rgm@gnu.org>
5151
510e240f
GM
5152 * comint.el (comint-mode): Don't set scroll-conservatively.
5153
0720576c
GM
5154 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5155 non-command arguments.
5156
b0bda246
GM
5157 * log-view.el (log-view-current-file): Give a more explicit error
5158 if log-view-file-re fails to find a match.
5159
9f1c6587
TTN
51602007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5161
5162 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5163 Fix bug: Don't expand top-level file name more than once.
5164 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5165
ecaf7334
SM
51662007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * server.el (server-process-filter): Don't display the splash screen.
5169 It's annoying enough on the initial screen and becomes positively
5170 obnoxious here.
5171
afdd184c
SM
51722007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5175 Change naming to use "avl-tree--" for internal functions.
5176
20f8ac73
DN
51772007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5178
7c1bfecc
DN
5179 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5180 the merge.
5181 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5182 (provide): Move to the end of file.
5183
20f8ac73
DN
5184 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5185
661e8cd1
MC
51862007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5187
08fea928
MC
5188 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5189 New variable. List of exceptions for the duplicated word rule.
5190 (flyspell-mark-duplications-flag): Mention it.
5191 (flyspell-word): Treat it.
5192
661e8cd1
MC
5193 * files.el (create-file-buffer): If the filename sans directory starts
5194 with spaces, remove them.
5195
5cb94d12
JD
51962007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5197
5198 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5199 (x-gtk-map-stock): Use two directory elements when matching
5200 file name.
5201
4596901f
GM
52022007-08-31 James Wright <james@chumsley.org>
5203
5204 * eshell/em-unix.el (eshell/info): New function.
5205
fdb88463
SM
52062007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5207
db30aa12
SM
5208 * frame.el (frame-initialize, make-frame):
5209 * server.el (server-process-filter):
5210 * faces.el (tty-set-up-initial-frame-faces): Don't set
5211 term-environment-variable since it's not used any more.
5212
5213 * env.el (setenv): Don't treat $TERM specially.
5214
fdb88463
SM
5215 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5216 stated otherwise, subprocesses do not send back escape sequences
5217 corresponding to the terminal from which Emacs was started.
5218
3b44dbc5
TTN
52192007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5220
5221 * calculator.el: Require cl for compilation.
5222
550641d3
DP
52232007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5224
5225 * outline.el (outline-font-lock-levels): Comment out unused var.
5226 (outline-font-lock-face): Wrap around face list to handle any
5227 nesting depth gracefully.
5228
b83483d5
MA
52292007-08-30 Michael Albinus <michael.albinus@gmx.de>
5230
bdca334b
RS
5231 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5232 `set-file-times'.
b83483d5 5233
ff95e246
CD
52342007-08-30 Carsten Dominik <dominik@science.uva.nl>
5235
5236 * textmodes/org.el (org-export-visible): Fix drawers before export.
5237 (org-do-sort): Allow sorting by priority.
5238 (org-agenda-files): Ignore non-existing files.
5239 (org-agenda-skip-unavailable-files): New variable.
5240 (org-ellipsis): All a face as value.
5241 (org-mode): Interprete the face value of `org-ellipsis'.
5242 (org-archive-save-context-info): New option.
5243 (org-archive-subtree): Store context info in archived entry.
5244 (org-fast-tag-selection-can-set-todo-state): New variable.
5245 (org-fast-tag-selection): Allow setting TODO states through this
5246 interface.
5247 (org-cycle): Docstring updated.
5248 (org-todo-keyword-faces): New option.
5249 (org-get-todo-face): New function.
fdb88463
SM
5250 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5251 Use `org-get-todo-face'.
ff95e246
CD
5252 (org-switch-to-buffer-other-window): New function.
5253 (org-table-edit-field, org-table-show-reference)
5254 (org-table-edit-formulas, org-add-log-note)
5255 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5256 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5257 `switch-to-buffer-other-window' to make sure that the temporary
5258 windows show up on the current frame.
5259 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
fdb88463
SM
5260 (org-get-entries-from-diary, org-replace-region-by-html):
5261 Don't allow pop-up frames.
5262 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5263 Fix problems with time-of-day.
ff95e246
CD
5264 (org-export-get-title-from-subtree): New function.
5265 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5266 with listing items that are DONE.
5267 (org-change-tag-in-region): New command.
5268 (org-agenda-skip-scheduled-if-done)
5269 (org-agenda-skip-deadline-if-done): Docstring clarified.
5270 (org-mode): Hide drawers on startup.
5271 (org-get-todo-face): New function.
5272 (org-todo-keyword-faces): New option.
82a93b22
CD
5273 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5274 (org-remove-keyword-keys): New function.
b83483d5 5275
a2e548a9
TTN
52762007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5277
fdb88463
SM
5278 * progmodes/grep.el (grep-find-ignored-directories):
5279 Add monotone _MTN bookkeeping directory in workspaces.
5280 Add RCS control directory. List items in alphabetical order.
a2e548a9 5281
2796180f 5282 * progmodes/grep.el (grep-files-aliases): Add cc alias.
fdb88463 5283 Sort items in alphabetical order. Fix parens.
2796180f 5284
dc8ceca1
DN
52852007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5286
f0230324
DN
5287 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5288 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5289 (vc-hg-pull): New functions.
5290 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5291
dc8ceca1
DN
5292 * term/mac-win.el: Don't require url, only autoloaded url
5293 functions are used in this file.
5294
d9af6951
AS
52952007-08-29 Andreas Schwab <schwab@suse.de>
5296
5297 * shell.el (shell): Return correct value from interactive spec.
5298
6d017e27
GM
52992007-08-29 Glenn Morris <rgm@gnu.org>
5300
5301 * version.el (emacs-version): Increase to 23.0.50.
5302
9b229c32
JD
53032007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5304
5305 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5306
8d9cc0b7
MB
53072007-08-29 Juri Linkov <juri@jurta.org>
5308
5309 * loadup.el: Add "button" loading after "faces" and move "startup"
5310 to load after "button".
5311
53122007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5313
5314 * loadup.el: Load term/mac-win on a Mac using Carbon.
5315
5316 * term/mac-win.el: Provide mac-win.
5317 (mac-initialized): New variable.
b7b27c93 5318 (mac-initialize-window-system): New function. Move global setup here.
8d9cc0b7
MB
5319 (handle-args-function-alist, frame-creation-function-alist):
5320 (window-system-initialization-alist): Add mac entries.
5321 (x-setup-function-keys): New function containing all the
5322 top level function key definitions.
5323
5324 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
5325
b7b27c93 5326 * env.el (read-envvar-name): Don't consider the environment frame param.
8d9cc0b7 5327
b7b27c93
JB
5328 * env.el (setenv):
5329 * frame.el (frame-initialize, make-frame):
5330 * faces.el (tty-set-up-initial-frame-faces):
5331 * server.el (server-process-filter): Set
8d9cc0b7
MB
5332 display-environment-variable and term-environment-variable.
5333
5334 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
5335
53362007-08-29 Jason Rumney <jasonr@gnu.org>
5337
5338 * loadup.el: Only load term/x-win when X is compiled in.
5339 Load term/w32-win and dependencies on windows-nt.
5340
5341 * term/w32-win.el: Reorder to match x-win.el more closely.
b7b27c93 5342 Provide w32-win. Don't throw error when global window-system not w32.
8d9cc0b7
MB
5343 (internal-face-interactive): Remove obsolete function.
5344 (x-setup-function-keys): Use local-function-key-map.
5345 (w32-initialized): New variable.
5346 (w32-initialize-window-system): Set it.
5347 Move more global setup here.
5348 (x-setup-function-keys): New function.
b7b27c93 5349 (w32-initialize-window-system): Move non function key global setup here.
8d9cc0b7
MB
5350 (x-cut-buffer-max): Remove.
5351 (w32-initialize-window-system): New function.
5352 (handle-args-function-alist, frame-creation-function-alist):
5353 (window-system-initialization-alist): Add w32 entries.
5354
53552007-08-29 David Kastrup <dak@gnu.org>
5356
5357 * env.el (getenv): Pass frame to getenv-internal.
5358
4b649a8e 53592007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8d9cc0b7 5360
7262075d
GM
5361 * version.el (emacs-version): Show if multi-tty is present.
5362
8d9cc0b7
MB
5363 * loadup.el: Delay loading env; mule-conf gets confused by cl
5364 during bootstrap. Also load termdev and term/x-win.
5365
5366 * bindings.el (mode-line-client): New variable.
5367 (help-echo): Add it to the default mode-line format.
5368
5369 * cus-start.el: Remove bogus window-system reference from GTK test.
5370
93137d49 5371 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8d9cc0b7
MB
5372 (ebrowse-electric-position-mode-map):
5373 * ebuff-menu.el (electric-buffer-menu-mode-map):
5374 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
5375 not `suspend-emacs'.
5376
5377 * ediff-wind.el (ediff-setup-windows-automatic): New function.
5378 (ediff-window-setup-function): Use it as default.
5379
5380 * files.el (save-buffers-kill-terminal): New function.
5381 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
5382
5383 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
5384 and `with-selected-frame'.
5385
5386 * help-fns.el (describe-variable): Describe frame-local variables
5387 correctly.
5388
5389 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
5390 display support.
5391 (normal-erase-is-backspace-setup-frame): New function.
5392
5393 * subr.el (with-selected-frame): New function.
5394 (read-quoted-char): Use terminal-local binding of
5395 local-function-key-map instead of function-key-map.
5396
5397 * talk.el (talk): New function.
5398 (talk-handle-delete-frame): New function.
5399 (talk-add-display): Open a new frame only if FRAME was not a frame.
5400
5401 * termdev.el: New file.
5402
5403 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
5404 * term/x-win.el: Don't bind f10.
5405 * tmm.el: Remove autoload binding for f10.
5406
5407 * international/encoded-kb.el (encoded-kbd-setup-display): Use
5408 `set-input-meta-mode'. Fix broken condition before set-input-mode.
5409 Store the saved input method as a terminal parameter. Add keymap
5410 parameter. Use it instead of changing key-translation-map directly.
5411 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
5412 Remove.
5413 (encoded-kbd-setup-display): New function.
5414
5415 * international/mule-cmds.el (set-locale-environment): Fix getenv
5416 call. Use save-buffers-kill-terminal. Ignore window-system; always
5417 set the keyboard coding system. Add DISPLAY parameter.
5418 (set-display-table-and-terminal-coding-system): Add DISPLAY
5419 parameter. Pass it to set-terminal-coding-system.
5420
5421 * international/mule.el (keyboard-coding-system): Test for
5422 encoded-kbd-setup-display, not encoded-kbd-mode.
5423 (set-terminal-coding-system, set-keyboard-coding-system): Add
5424 DISPLAY parameter.
5425 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5426
5427 * term/README: Update.
5428
5429 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5430
5431 * term/x-win.el (x-setup-function-keys): New function. Move
5432 function-key-map tweaks here. Protect against multiple calls on
5433 the same terminal. Use terminal-local binding of
5434 local-function-key-map instead of function-key-map.
5435 (x-initialize-window-system): Make a copy of pure list. Pass a
5436 frame getenv.
5437
5438 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5439 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5440 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5441 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5442 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5443 local-function-key-map instead of function-key-map.
5444
5445 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5446 `substitute-key-definition' and `define-key' calls against
5447 multiple execution. Use terminal-local binding of
5448 local-function-key-map instead of function-key-map. Pass a frame
5449 to getenv.
5450
5451 * edmacro.el (edmacro-format-keys):
5452 * emulation/cua-base.el (cua--pre-command-handler):
5453 * isearch.el (isearch-other-meta-char):
5454 * xt-mouse.el: Use terminal-local binding of
5455 local-function-key-map instead of function-key-map.
5456
5457 * fringe.el (set-fringe-mode): Simplify and fix using
5458 `modify-all-frames-parameters'.
5459 * scroll-bar.el (set-scroll-bar-mode): Ditto.
5460 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
5461 check before calling `tool-bar-setup'.
5462 (tool-bar-setup): New variable.
5463 (tool-bar-setup): Use it to guard against multiple calls. Add
5464 optional frame parameter, and select that frame before adding items.
5465 (toggle-tool-bar-mode-from-frame): New function.
5466
5467 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5468 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5469 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5470 "Tool-bar" toggles to reflect the state of the current frame.
5471 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5472
b7b27c93 5473 * env.el: Require cl for byte compilation (for `block' and `return').
8d9cc0b7
MB
5474 (environment, setenv-internal): New functions.
5475 (let-environment): New macro.
5476 (setenv, getenv): Add optional terminal parameter. Update docs.
5477 (setenv): Use setenv-internal. Always set process-environment.
5478 Handle `local-environment-variables'.
5479 (read-envvar-name, setenv, getenv): Use frame parameters
5480 to store the local environment, not terminal parameters. Include
5481 `process-environment' as well.
5482
5483 * faces.el (tty-run-terminal-initialization): New function.
5484 (tty-create-frame-with-faces): Use it. Set up faces and
5485 background mode only after the terminal has been initialized.
5486 Call terminal-init-*. Don't load the initialization file more
5487 than once. Call set-locale-environment.
5488 (frame-set-background-mode): Handle the 'background-mode terminal
5489 parameter.
5490 (tty-find-type): New function.
5491 (x-create-frame-with-faces): Remove bogus check for
5492 first frame. Call `tool-bar-setup'. Don't make frame visible
5493 until we are done setting up all its parameters. Call
5494 x-setup-function-keys.
5495
5496 * frame.el (make-frame): Always inherit 'environment and 'client
5497 parameters. Set up the 'environment frame parameter, when needed.
5498 Also inherit 'client parameter. Don't override explicitly
5499 specified values with inherited ones. Add 'terminal frame
5500 parameter. Append window-system-default-frame-alist to parameters
5501 before calling frame-creation-function.
5502 (frame-initialize): Copy the environment from the initial frame.
5503 (window-system-default-frame-alist): Enhance doc string.
5504 (frame-notice-user-settings): Don't put 'tool-bar-lines in
5505 `default-frame-alist' when initial frame is on a tty.
5506 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
5507 Remove specified parameters from `window-system-default-frame-alist'.
5508 (make-frame-on-tty, framep-on-display, suspend-frame):
5509 Extend doc string, update parameter names.
5510 (frames-on-display-list): Use terminal-id to get the display id.
5511 (frame-notice-user-settings): Extend to apply
5512 settings in `window-system-default-frame-alist' as well.
5513 (terminal-id, terminal-parameters, terminal-parameter)
5514 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
5515 (delete-frame-functions): Add to `delete-frame-functions' hook.
5516 (blink-cursor-mode): Adapt blink-cursor-mode default
5517 value from startup.el.
5518 (make-frame-on-display): Protect condition on x-initialized when
5519 x-win.el is not loaded. Update doc.
5520 (suspend-frame): Use display-controlling-tty-p to decide between
5521 suspend-emacs and suspend-tty.
5522 (frames-on-display-list): Update for display ids.
5523 (framep-on-display): Ditto.
5524 (suspend-frame): Use display-name, not frame-tty-name.
5525 (selected-terminal): New function.
5526
5527 * server.el: Use `device' instead of `display' or `display-id' in
5528 variable and client parameter names.
5529 (server-select-display): Remove (unused).
5530 (server-tty-live-p, server-handle-delete-tty): Remove.
5531 (server-unquote-arg, server-quote-arg, server-buffer-clients):
5532 Update docs.
5533 (server-getenv-from, server-with-environment, server-send-string)
5534 (server-save-buffers-kill-terminal): New functions.
5535 (server-delete-client): Handle quits in kill-buffer. Don't kill
5536 modified buffers. Add extra logging. Delete frames after
5537 deleting the tty. Clear 'client parameter before deleting a frame.
5538 Use delete-display, not delete-tty.
5539 (server-visit-files): Don't set `server-existing-buffer' if the
5540 buffer already has other clients. Return list of buffers
5541 created. Update doc. Don't set client-record when nowait.
5542 (server-handle-delete-frame): Delete the client if this was its
5543 last frame. Check that the frame is alive. Remove bogus comment.
5544 Add note on possible race condition. Delete tty clients, if needed.
5545 (server-handle-suspend-tty): Use server-send-string. Kill the
5546 client in case of errors from process-send-string. Use the display
5547 parameter.
5548 (server-unload-hook): Remove obsolete delete-tty hook.
5549 (server-start): Ask before restarting if the old server still has
5550 clients. Add feedback messages. Remove obsolete delete-tty hook.
5551 (server-process-filter): Use server-send-string. Accept `-dir'
5552 command. Switch to *scratch* immediately after creating the frame,
5553 before evaluating any -evals. Protect `display-splash-screen'
5554 call in a condition-case. Explain why. Call
5555 `display-startup-echo-area-message' before
5556 `display-splash-screen'. Don't display the splash screen when no
5557 frame was created. Show the Emacs splash screen and startup echo
5558 area message. Display the *scratch* buffer by default. Store the
5559 local environment in a frame (not terminal) parameter. Do not try
5560 to decode environment strings. Fix reference to the 'display
5561 frame parameter. Change syntax of environment variables. Put
5562 environment into terminal parameters, not client parameters. Use
5563 a dummy client with --no-wait's X frames. In `-position LINE'
5564 handler, don't ruin the request string until the line number is
5565 extracted. Log opened files. Handle -current-frame command.
5566 Don't create frames when it is given. Don't bind X frames to the
5567 client when we are in -no-wait mode. Set locale environment
5568 variables from client while creating tty frames. Disable call to
5569 configure-display-for-locale. When processing -position command,
5570 don't change the request string until the parameters are
5571 extracted. Don't try to create an X frame when Emacs does not
5572 support it. Improve logging. Temporarily set ncurses-related
5573 environment variables to those of the client while creating a new
5574 tty frame. Select buffers opened by nowait clients, don't leave
5575 them buried under others. Set the display parameter, and use it
5576 when appropriate.
5577
5578 * startup.el (display-startup-echo-area-message): Handle
5579 `inhibit-startup-echo-area-message' here.
5580 (command-line-1): Moved from here.
5581 (fancy-splash-screens): Use `overriding-local-map' instead of
5582 `overriding-terminal-local-map' for now; the latter doesn't work
5583 right, it looses keypresses to another terminal. Use
5584 `overriding-terminal-local-map' to set up keymap. Install a
5585 `delete-frame-functions' hook to catch `delete-frame' events.
5586 Ignore `select-window' events to cope better with
5587 `focus-follows-mouse'. Don't switch back to the original buffer
5588 if the splash frame has been killed. Restore previous buffer, even
5589 if it's *scratch*.
5590 (normal-splash-screen): Don't let-bind `mode-line-format'; it
5591 changes the global binding - setq it instead. Use
5592 `save-buffers-kill-terminal'.
5593 (display-splash-screen): Don't do anything if the splash screen is
5594 already displayed elsewhere.
5595 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
5596 (command-line): Replace duplicated code with a call to
5597 tty-run-terminal-initialization. Don't load the terminal
5598 initialization file more than once. Remove call to nonexistent
5599 function `set-locale-translation-file-name'.
5600
5601 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
5602 parameters.
5603 (xterm-mouse-position-function, xterm-mouse-event): Update.
5604 (xterm-mouse-mode): Don't depend on current value of window-system.
5605 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5606 Update for multi-tty.
5607 (turn-on-xterm-mouse-tracking-on-terminal)
5608 (turn-off-xterm-mouse-tracking-on-terminal)
5609 (xterm-mouse-handle-delete-frame): New functions.
5610 (delete-frame-functions, after-make-frame-functions)
5611 (suspend-tty-functions, resume-tty-functions): Install extra hooks
5612 for multi-tty.
5613
cb5b9015
SM
56142007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * simple.el (invisible-p): Remove: implemented in C now.
5617 (line-move-invisible-p): Remove obsolete alias.
5618
d487ca7d
JL
56192007-08-28 Juri Linkov <juri@jurta.org>
5620
5621 * image-mode.el (image-type): New variable.
5622 (image-mode): Set default major mode name to "Image[text]".
5623 (image-minor-mode): Change LIGHTER to display image-type in the
5624 mode line.
5625 (image-minor-mode): Set default image-type to "text".
5626 (image-toggle-display): After switching to text mode, set
5627 image-type to "text" and major mode name to "Image[text]".
5628 After switching to image mode, set image-type to actual image
5629 type, and add image type to major mode name. Let-bind the same
5630 variable names as arguments of `image-type' and `create-image'.
5631 Bind `type' to the result of `image-type' and use it as arg
5632 of `create-image' to not determine the image type twice.
5633
8d60099b
MA
56342007-08-28 Michael Albinus <michael.albinus@gmx.de>
5635
b7b27c93 5636 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8d60099b
MA
5637 (tramp-set-file-uid-gid, tramp-get-local-uid)
5638 (tramp-get-local-gid): New defuns.
5639 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
5640 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
5641 Improve fast track.
5642 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
cb5b9015 5643 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8d60099b
MA
5644 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
5645 (tramp-handle-write-region): Improve fast track.
cb5b9015 5646 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8d60099b
MA
5647 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
5648 be nil.
5649
aff2ba04
RS
56502007-08-28 Ivan Kanis <apple@kanis.eu>
5651
5652 * time.el: New feature to display several time zones in a buffer.
5653 (display-time-world-mode, display-time-world-display)
5654 (display-time-world, display-time-world-timer): New functions.
5655 (display-time-world-list, display-time-world-time-format)
5656 (display-time-world-buffer-name, display-time-world-timer-enable)
5657 (display-time-world-timer-second, display-time-world-mode-map):
5658 New variables.
5659
017de784
JD
56602007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5661
5662 * term/x-win.el (x-gtk-stock-map): New variable.
5663 (x-gtk-map-stock): New function.
5664
5665 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5666 prev/next-node.
5667
82dd78a8
KH
56682007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5669
5670 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5671
fd45e2f4
GM
56722007-08-28 Glenn Morris <rgm@gnu.org>
5673
b7b27c93 5674 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
fd45e2f4 5675
2503f222
TTN
56762007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5677
5678 * progmodes/modula2.el (m2-definition, m2-module):
5679 Don't use previous-line. Reported by T. V. Raman.
5680
8a2e0b2a
YM
56812007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5682
5683 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5684 argument to tool-bar-mode call.
5685
0ddda8cd
GM
56862007-08-27 Glenn Morris <rgm@gnu.org>
5687
f9274544
GM
5688 * diff-mode.el (diff-find-file-name): Only accept regular files,
5689 to rule out /dev/null, directories, etc.
5690
0ddda8cd
GM
5691 * vc-svn.el (vc-svn-diff): If the repository version of all the
5692 files is the same as the specified OLDVERS, do a local diff.
5693
c65e6942
SM
56942007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5695
8837a213
SM
5696 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5697 of buffers in uniquify-managed.
5698
c65e6942
SM
5699 * simple.el (invisible-p): Rename from text-invisible-p.
5700 Update callers.
5701
5ebfbcdc
SM
57022007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5703
9edd6ee6
SM
5704 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5705 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5706 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5707 (cperl-etags-goto-tag-location): Use new style backquotes.
5708
a621c46e
SM
5709 * net/browse-url.el: Remove spurious * in custom docstrings.
5710 (browse-url-filename-alist): Use new-style backquote.
5711
5712 * emacs-lisp/backquote.el (backquote-unquote-symbol)
5713 (backquote-splice-symbol): Clarify they're not new-style unquotes.
5714
5715 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5716 (\,@): Backslash the , and ,@ which are not new-style unquotes.
5717
5718 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5719
5720 * net/socks.el (socks-username/password-auth-filter):
5721 Remove unused vars `state' and `desired-len'.
5722 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5723 (socks-wait-for-state-change): Use new-style backquotes.
5724
5725 * pcvs.el (cvs-mode-status): Fix long-standing typo.
5726
36e65f70
SM
5727 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5728 backquotes after each `read' rather than once per buffer.
5729
78b35906
SM
5730 * dframe.el: Remove spurious * in custom docstrings.
5731 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5732 (dframe-xemacs20p): Remove, inline at the sole use point.
5733 (defface): Don't defvar the face, don't use old-style backquote.
5734 (defcustom): Don't use old-style backquote.
5735 (dframe-frame-parameter, dframe-mouse-event-p):
5736 Make it obvious that it's always defined.
5737 (dframe-popup-kludge): New function to replace
5738 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5739 (dframe-frame-mode, dframe-set-timer-internal)
5740 (dframe-mouse-set-point): Remove use of with-no-warnings from
5741 XEmacs-specific code.
5742 (dframe-set-timer-internal): Fix very old bug with
5743 post-command-idle-hook.
5744
5745 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5ebfbcdc 5746
68024874
TTN
57472007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5748
5749 * emacs-lisp/avl-tree.el: New file.
5750
b616a212 57512007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
a2ab90da
MC
5752
5753 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5754 was used.
5755
f8a3deed
MC
57562007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
5757
5758 * complete.el (PC-do-completion): Make RET accept a non-unique but
5759 complete expansion again.
5760
0d182a34
TTN
57612007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
5762
5763 * eshell/esh-opt.el (eshell-eval-using-options):
5764 Add debug declaration.
5765
a549ce70
DN
57662007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5767
a0902360
DN
5768 * log-view.el (log-view-toggle-mark-entry): Add docstring.
5769 (log-view-get-marked): Likewise.
5770
a549ce70
DN
5771 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5772 (vc-delete-automatic-version-backups): Likewise.
5773
5774 * vc.el (vc-dired-buffers-for-dir): Likewise.
5775
3a44b2ae
DN
57762007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5777
ee0fb228
DN
5778 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5779 safe-local-variable setting.
5780 * progmodes/perl-mode.el (perl-indent-level): Likewise.
5781
3a44b2ae
DN
5782 * log-view.el (log-view-marked-list): Delete variable.
5783 (log-view-mode): Don't use it.
5784 (log-view-toggle-mark-entry): Likewise, simplify.
5785 (log-view-current-tag): Don't return properties.
5786 (log-view-get-marked): New function.
5787
6f222162
DN
57882007-08-25 Alexandre Julliard <julliard@winehq.org>
5789
5790 * vc-git.el (vc-git-mode-line-string): New function.
5791
f2f800c3
AM
57922007-08-25 Alan Mackenzie <acm@muc.de>
5793
5794 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5795 new language variable.
5796
5797 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5798 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5799 "extern" etc., rather than BOI. Fix addition of spurious
5800 syntactic-symbol 'defun-block-intro, replacing it with
5801 'innamespace, etc.
5802
1ae0abbc
JL
58032007-08-25 Juri Linkov <juri@jurta.org>
5804
5805 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5806
5807 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5808 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5809 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5810
5811 * image.el (image-type-header-regexps): Use more complex regexp for svg.
5812 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5813 (image-type-auto-detectable): Add (svg . maybe).
5814
5815 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5816 to treat it like .tgz.
5817
5818 * calendar/cal-bahai.el: Add file coding cookie.
5819
4d0a94d6
RS
58202007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
5821
f29897bb
RS
5822 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5823 Don't behave differently when executed via M-x. Add doc string.
5824
4d0a94d6
RS
5825 * sort.el (sort-fold-case, sort-numeric-base): Mark as
5826 safe-local-variable.
5827
94a95495
JB
58282007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
5829
5830 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5831 the default value.
5832 (math-calendar-tzinfo): New variable.
5833 (math-get-calendar-tzinfo): New function.
5834 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5835 to get information when zone is nil.
5836
83db937c
DN
58372007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5838
5839 * log-view.el (log-view-toggle-mark-entry): New function.
5840 (log-view-mode-map): Bind it.
5841 (log-view-marked-list): New variable.
5842 (log-view-mode): Make it local.
5843
5b29d790
TTN
58442007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5845
5846 * play/zone.el (zone-pgm-rat-race): New func.
5847 (zone-programs): Add `zone-pgm-rat-race'.
5848
9d693d80
SM
58492007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5852 a list.
5853
39696a77
TTN
58542007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5855
5856 * progmodes/hideshow.el (hs-match-data): Delete alias.
5857 (hs-hide-block-at-point, hs-find-block-beginning)
5858 (hs-show-block): Use `match-data' directly.
5859
a19ab870
MR
58602007-08-24 Martin Rudalics <rudalics@gmx.at>
5861
5862 * format.el (format-alist): Fix typo in doc-string.
5863
0f205eee
MA
58642007-08-24 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * net/tramp.el (tramp-local-host-p): New defun.
5867 (tramp-handle-file-local-copy, tramp-handle-write-region):
5868 Implement fast track when being on the local host.
5869 (tramp-file-name-handler): Don't set "started" property. It shall
5870 be reserved for the "ftp" method.
5871 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5872
5873 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6794bf28 5874 (tramp-ftp-file-name-handler): Set "started" property.
0f205eee 5875
46b0d029
GM
58762007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5877
5878 * files.el (backup-buffer-copy): Don't wrap delete in
5879 condition-case, only try to delete if file exists.
5880
5f5ba825
GM
58812007-08-24 Glenn Morris <rgm@gnu.org>
5882
d25b54b3
GM
5883 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5884
5f5ba825
GM
5885 * startup.el (tutorial-directory): Set with eval-at-startup so it
5886 gets the right value in an installed Emacs.
5887
58882007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5889
5890 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
5891 (eldoc-highlight-function-argument): Use it.
5892
68a4a27a
MY
58932007-08-23 Masatake YAMATO <jet@gyve.org>
5894
6e33433d
MY
5895 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
5896 name of parameters in document body.
5f5ba825 5897
40fafc21
SM
58982007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5899
9ec5dfe6
SM
5900 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
5901 (byte-compile-output-as-comment): Use with-current-buffer rather than
5902 a weird set-buffer&prog1 combination.
5903
6794bf28
JB
5904 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
5905 test so as to optimise cases where the `progn's result is constant.
40fafc21 5906
25ca95c0
TTN
59072007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5908
40fafc21
SM
5909 * locate.el (locate-get-file-positions):
5910 Use line-beginning-position and line-end-position.
25ca95c0 5911
305c237c
JW
59122007-08-23 John Wiegley <johnw@newartisans.com>
5913
5914 * calendar/cal-bahai.el: Added in the diacriticals that were
5915 missing for many of the month names.
5916
4d2f172b
JR
59172007-08-22 Jason Rumney <jasonr@gnu.org>
5918
5919 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
5920
fc45cdb9
CY
59212007-08-22 Chong Yidong <cyd@stupidchicken.com>
5922
5923 * image-mode.el (image-minor-mode): Use image-mode-text-map.
5924
92b6027c
TTN
59252007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5926
5927 * dabbrev.el (dabbrev--progress-reporter): New variable.
5928 (dabbrev--scanning-message): Delete func.
5929 (dabbrev--find-expansion): Use a progress reporter
5930 instead of dabbrev--scanning-message.
5931
66a100be
MA
59322007-08-22 Michael Albinus <michael.albinus@gmx.de>
5933
5934 * comint.el (comint-exec-1): Raise an error if
5935 `start-file-process' does not return a process object.
5936
5937 * shell.el (shell): Prompt for `default-directory' if it is a
5938 remote file name, and if called with a prefix arg.
5939
dae2bd56
SS
59402007-08-22 Sam Steingold <sds@gnu.org>
5941
5942 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5943
f50236f6
CD
59442007-08-22 Carsten Dominik <dominik@science.uva.nl>
5945
daa89d0f
CD
5946 * textmodes/org-export-latex.el: New file.
5947
de09204d 5948 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
48aaad2d 5949
f50236f6
CD
5950 * textmodes/org.el (org-agenda-skip): Allow a form for
5951 `org-agenda-skip-function'.
5952 (org-agenda-redo): Re-use local settings.
5953 (org-agenda): Store local settings.
5954 (org-agenda-deadline-faces): New option.
5955 (org-agenda-deadline-face): New function.
5956 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5957 entries on their due date.
5958 (org-agenda-get-timestamps): No longer handle the due dates of
5959 schedules and deadline items.
5960 (org-insert-link-global, org-open-at-point-global): New commands.
5961 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5962 :for-ascii parameter.
5963 (org-skip-comments): Function removed.
5964 (org-cleaned-string-for-export): Handle special table lines.
5965 (org-global-properties): New option.
5966 (org-entry-get-with-inheritance): Check global properties.
5967 (org-local-properties): New variable.
5968 (org-set-regexps-and-options): Find the #+PROPERTY line.
5969 (org-link-types): Change type into variable (was constant).
5970 (org-make-link-regexps): New function.
5971 (org-link-re-with-space, org-link-re-with-space2)
5972 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5973 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5974 these regular expressions happens now in the function
5975 `org-make-link-regexps'.
5976 (org-store-link): Call the functions in
5977 `org-store-link-functions'.
5978 (org-add-link-type): New function.
5979 (org-store-link-functions): New variable.
5980 (org-activate-tags): Force matches to be in headlines.
de09204d 5981 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
f50236f6
CD
5982 (org-columns-display-here): Make sure this works in a narrowed
5983 buffer by checking for point-min.
5984 (org-columns-display-here): Make the rest of the line intangible,
5985 so that point never can be there.
5986 (org-cleaned-string-for-export): Use `with-current-buffer'.
5987 (org-replace-region-by-html): Use `with-current-buffer'.
5988 (org-unfontify-region, org-do-occur, org-columns-display-here)
5989 (org-columns-remove-overlays, org-columns-quit)
5990 (org-columns-edit-value, org-columns-next-allowed-value)
5991 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5992 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5993 (org-agenda-todo, org-agenda-change-all-lines)
5994 (org-agenda-align-tags, org-agenda-priority)
5995 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5996 (org-agenda-show-new-time, org-cleaned-string-for-export)
8274348c 5997 (org-export-grab-title-from-buffer)
f50236f6
CD
5998 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5999 instead of `buffer-read-only'.
6000 (org-export-as-html): Set `coding-system-for-write'.
6001 (org-remember-store-without-prompt): New option.
6002 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6003 (org-beginning-of-line): Also treat C-a special in items.
6004 (org-table-convert-refs-to-rc): Fixed problem with column
6005 reference after "..".
6006 (org-columns-compute): Don't mark buffer modified because of text
6007 properties.
6008 (org-batch-store-agenda-views): Use the variable
6009 `default-directory', not the function.
6010 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6011 (org-clock-out-when-done): New option.
6012 (org-html-entities): Added HTML entities for smileys.
dae2bd56 6013
9ca6898a
GM
60142007-08-22 Glenn Morris <rgm@gnu.org>
6015
38f37c0f
GM
6016 * image.el (create-image): Doc fix.
6017
9ca6898a
GM
6018 * startup.el (tutorial-directory): New constant.
6019 (fancy-splash-text): Tutorials now in tutorial-directory.
6020 * tutorial.el (help-with-tutorial): Tutorials now in
6021 tutorial-directory.
6022
f84638eb
MA
60232007-08-22 Michael Albinus <michael.albinus@gmx.de>
6024
6025 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6026 otherwise.
de09204d 6027 (tramp-get-remote-path): New defun. Replace occurrences of
f84638eb
MA
6028 `tramp-default-remote-path' by this function.
6029 (tramp-set-remote-path): Move most of the code to
6030 `tramp-get-remote-path'.
6031 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6032 existing directories, this is done already in
6033 `tramp-get-remote-path'.
6034
9c818156
GM
60352007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6036
6037 * image-file.el (image-file-name-extensions): Add "svg".
6038 * image.el (image-type-header-regexps): Add svg entry.
6039
11bdb42c
GM
60402007-08-22 Glenn Morris <rgm@gnu.org>
6041
90b64c09
GM
6042 * files.el (backup-buffer-copy): Check backup directory is
6043 writable, to avoid infloop deleting old backup.
6044
11bdb42c
GM
6045 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6046 movemail related variables.
6047 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6048 will now be set before this is called.
6049
4bf98800
JL
60502007-08-21 Juri Linkov <juri@jurta.org>
6051
6052 * delsel.el (delete-selection-pre-hook):
6053 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6054 instead of checking last-command.
6055
e255d6b0
JL
60562007-08-21 Juri Linkov <juri@jurta.org>
6057
6058 * loadup.el: Preload "button".
6059
e2247dc8
SM
60602007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6061
7a252d11
SM
6062 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6063 Add previous-line and next-line.
6064
80d7d79f
SM
6065 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6066 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6067
e2247dc8
SM
6068 * vc-hooks.el (vc-menu-entry): New var.
6069 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6070 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6071 (vc-menu-map): Declare and initialize in one step.
de09204d 6072 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
e2247dc8 6073
dc172b73
SM
6074 * menu-bar.el (vc-menu-map): Don't setup any more.
6075 Instead, just create the proper spot in the menu.
6076
bdaf8a62
MB
60772007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * smerge-mode.el (smerge-resolve): New arg `safe'.
6080 (smerge-resolve-all, smerge-batch-resolve): New function.
6081 (smerge-refine): Make sure `diff' returns the expected result.
6082 (smerge-parsep-re): New const.
6083 (smerge-mode): Use it to adjust paragraph-separate.
6084
6085 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6086 Correctly match / regexp matchers as first char on a line when
6087 fontifying only that line.
6088
6089 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6090
60912007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6094 (vc-bzr-registered): Don't redundantly protect against
6095 file-error. Actually use the format-specific code.
6096 (vc-bzr-buffer-nonblank-p): Remove.
6097 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6098
cb3fe757
JL
60992007-08-20 Juri Linkov <juri@jurta.org>
6100
6101 * startup.el (fancy-splash-text): Change multiple tabs into one
6102 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6103 and "Recover Crashed Session").
6104 (fancy-splash-screens): Set tab-width to 22.
6105 (normal-splash-screen): Replace literal tabs with \t and
6106 fix whitespace. Remove "Useful File menu items" section (with
6107 "Exit Emacs" and "Recover Crashed Session").
6108
88b73bbf
VJL
61092007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6110
6111 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6112 extracted from `eval-last-sexp-1'.
6113 (eval-last-sexp-1): Call `preceding-sexp'.
6114
1c0f367b
TTN
61152007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6116
6117 * vc-rcs.el (vc-rcs-annotate-command):
6118 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6119 Add back :vc-annotate-prefix propertization.
6120
0574be18
AS
61212007-08-20 Andreas Schwab <schwab@suse.de>
6122
6123 * mail/rmail.el (rmail-autodetect): Doc fix.
6124
cd6ab24f
JL
61252007-08-19 Juri Linkov <juri@jurta.org>
6126
6127 * startup.el (normal-splash-screen): Add more links.
6128
aeb6faec
JL
61292007-08-19 Juri Linkov <juri@jurta.org>
6130
6131 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6132 because it's common to both types of splash screen: fancy and normal.
6133 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6134 (exit-splash-screen): Rename from `fancy-splash-quit'.
6135 Use `quit-window' instead of `kill-buffer'.
6136 (fancy-splash-head): Use make-button to insert GNU image link.
6137 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6138 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6139 (normal-splash-screen): Put "Browse manuals" on the same line with
6140 "Emacs manual". Remove descriptions from "Useful tasks" and put
6141 all links in two columns on two lines.
6142
69441214 61432007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
1c0f367b 6144
93137d49
JB
6145 * emulation/viper.el (viper-remove-hooks): Remove some additional
6146 viper hooks when the user calls viper-go-away.
de09204d 6147 (viper-go-away): Restore the default of default-major-mode.
69441214 6148 Save the value of default-major-mode before vaperization.
1c0f367b 6149
93137d49 6150 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
1c0f367b 6151
93137d49 6152 * emulation/viper-ex.el: Replace error "" with "Viper bell".
1c0f367b 6153
de09204d 6154 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
69441214 6155 buffer for which file is created.
1c0f367b 6156
7e48dd52
GM
61572007-08-19 Glenn Morris <rgm@gnu.org>
6158
6159 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6160 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6161 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6162 shadow files messing up the compilation.
6163
131cd154
GM
61642007-08-18 Glenn Morris <rgm@gnu.org>
6165
ae0195c0
GM
6166 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6167 string. Also apply eldoc-argument-case in the help-split-fundoc
6168 case. Adapt for changed behavior of eldoc-function-argstring,
6169 eldoc-function-argstring-format, and
131cd154 6170 eldoc-highlight-function-argument.
ae0195c0
GM
6171 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6172 just call eldoc-docstring-format-sym-doc in that case.
131cd154
GM
6173 (eldoc-function-argstring): Change the behavior. Now it converts
6174 an argument list to a string.
6175 (eldoc-function-argstring-format): Change the behavior. Now it
6176 applies `eldoc-argument-case' to a string.
6177
e5eeb98c
GM
6178 * progmodes/scheme.el (scheme-mode-variables): Set
6179 font-lock-comment-start-skip.
6180
35a74542
MR
61812007-08-18 Martin Rudalics <rudalics@gmx.at>
6182
6183 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6184 set-syntax-table from here to ...
6185 (ada-mode): ... here. Do not change global value of
6186 comment-multi-line. Call new function
6187 ada-initialize-syntax-table-properties and add new function
6188 ada-handle-syntax-table-properties to font-lock-mode-hook.
6189 (ada-deactivate-properties, ada-initialize-properties): Replace
6190 by new functions ...
6191 (ada-handle-syntax-table-properties)
6192 (ada-initialize-syntax-table-properties)
6193 (ada-set-syntax-table-properties): ... to set up syntax-table
6194 properties uniformly, independently from whether font-lock-mode
6195 is enabled or not. Handle read-only buffers and do not change
6196 undo-list when setting syntax-table properties.
de09204d 6197 (ada-after-change-function): Use ada-set-syntax-table-properties.
35a74542 6198
5beb9abb 61992007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8a4c5051
MC
6200
6201 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6202 (meta-indent-current-nesting): Use a computation of the nesting
6203 instead.
6204 (meta-indent-current-indentation): Indentation is given according
6205 to nesting and if the previous line was finished or not.
6206 (meta-indent-unfinished-line): Tell if the current line ends with
6207 a finished expression.
6208 (meta-indent-looking-at-code): Like `looking-at', but checks if
5beb9abb 6209 the point is in a string before.
8a4c5051
MC
6210 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6211 done in the nesting function.
6212 (meta-indent-in-string-p): Tell if the current point is in a
6213 string.
6214 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6215 previous functions.
6216
4168d2c7
TTN
62172007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6218
6219 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6220 (copyright-update-year, copyright-update)
6221 (copyright-fix-years): Use it.
6222
bbe5ccea
TTN
62232007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6224
6225 * emacs-lisp/copyright.el (copyright-update-year):
6226 Fix bug: Handle nil copyright-limit.
6227
ef1ba5eb 62282007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7026903c
JB
6229
6230 * calc/calc-units.el (math-standard-units): Give exact
6231 conversion for tsp.
6232
ef1ba5eb
JB
6233 * calc/calc.el (math-bignum-digit-length): Compute the
6234 appropriate value.
6235
6236 * calc/calc-bin.el (math-bignum-logb-digit-size)
6237 (math-bignum-digit-power-of-two):
6238 * calc/calc-comb.el (math-small-factorial-table):
de09204d 6239 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
ef1ba5eb
JB
6240 (math-approx-gamma-const):
6241 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6242 (math-besY1, math-bernoulli-b-cache):
6243 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6244 Remove `eval-when-compile's.
6245
88a11b81
VJL
62462007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6247
93137d49 6248 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
88a11b81
VJL
6249 (cperl-find-pods-heres): Fix an error when typing expressions like
6250 `s{a}{b}'.
6251
30cc206b
MC
62522007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6253
6254 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
ef77dde4
MC
6255 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6256 a special case (there's no build number).
30cc206b 6257
5757dd51
GM
62582007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6259
6260 * completion.el (symbol-under-point, symbol-before-point)
de09204d 6261 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5757dd51 6262
e68b1841
GM
62632007-08-17 Glenn Morris <rgm@gnu.org>
6264
6265 * progmodes/compile.el (compilation-get-file-structure): Make use
6266 of the directory part when checking for an existing entry, to
6267 handle files with same basename in different directories.
6268
82f36338
JB
62692007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6270
6271 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6272
76fd0079
VJL
62732007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6274
6275 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
386ee3b0
VJL
6276 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6277 (ps-paragraph-spacing): Docstring fix.
76fd0079 6278
5205ee62
GM
62792007-08-16 Glenn Morris <rgm@gnu.org>
6280
6281 * ps-print.el (ps-font-size): Doc fix.
6282
44168837
RS
62832007-08-16 Richard Stallman <rms@gnu.org>
6284
6285 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6286
26cdce23
JL
62872007-08-15 Juri Linkov <juri@jurta.org>
6288
6289 * startup.el (initialization): Change parent group from `internal'
6290 to `environment'.
6291 (initial-buffer-choice): New variable.
6292 (command-line): Revert 2007-07-02 change that sets
6293 buffer-offer-save in *scratch* and enables auto-save in it.
6294 (fancy-splash-text): Add links to existing items. Add new items
6295 with links for useful tasks. Move information about Control-g to
6296 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6297 (fancy-splash-keymap): New variable.
6298 (fancy-splash-last-input-event): Remove variable.
6299 (fancy-splash-insert): Add processing of `:link' element.
6300 (fancy-splash-head): Replace "Type Control-l to begin editing"
6301 with "Type `q' to exit".
6302 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6303 (fancy-splash-default-action, fancy-splash-special-event-action):
6304 Remove functions.
6305 (fancy-splash-quit): New function.
6306 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6307 `static' and reverse the condition of its usage. Don't preserve
6308 original values of `minor-mode-map-alist',
6309 `emulation-mode-map-alists', `special-event-map'.
6310 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6311 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6312 Remove processing of special events. Use local key map
6313 `fancy-splash-keymap'. Set buffer to read-only.
6314 (normal-splash-screen): Rename input arg from `hide-on-input' to
6315 `static' and reverse the condition of its usage.
6316 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6317 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6318 Add links to existing items. Add new items with links for useful
6319 tasks. Use local key map `fancy-splash-keymap'.
6320 (display-splash-screen): Rename input arg from `hide-on-input' to
6321 `static'.
6322 (about-emacs): Add alias to display-splash-screen.
6323 (command-line-1): Use `initial-buffer-choice'.
6324
254aafa8
JL
6325 * menu-bar.el (menu-bar-help-menu):
6326 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
6327 item to about-emacs instead of display-splash-screen.
6328
42964ef8
JB
63292007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6330
6331 * calc/calc-units.el (math-standard-units): Update values.
6332 Put in exact, rational values when possible.
6333 (math-unit-prefixes): Replace floats with powers of ten.
6334 (math-standard-units-systems): Replace floats with integers.
6335 (math-make-unit-string): Remove extra spaces in output.
6336
fca9ad50
GM
63372007-08-15 Glenn Morris <rgm@gnu.org>
6338
6339 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
6340 sloppier, for the sake of GNU Mailman.
6341 (rmail-digest-rfc1153): Initialize `result' correctly.
6342
a722966c
MC
63432007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6344
6345 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
6346 in the mail title. Suggested by Reiner Steib.
6347
9f70cc1b 63482007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8f26ce73
JB
6349
6350 * calc/calc-aent.el (calc-do-quick-calc): Add binary
6351 representation of integers to the list of outputs.
6352
0392494c
GM
63532007-08-14 Glenn Morris <rgm@gnu.org>
6354
6355 * simple.el (bad-packages-alist): New constant.
de09204d
JB
6356 (bad-package-check): New function. Together, these two add elements
6357 to `after-load-alist' to check for problematic external packages.
697a1e4d 6358 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
0392494c 6359
414ddf9b
JB
63602007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6361
6362 * calc/calc-units.el (math-get-standard-units)
de09204d
JB
6363 (math-get-units, math-make-unit-string)
6364 (math-get-default-units, math-put-default-units): New functions.
414ddf9b
JB
6365 (math-default-units-table): New variable.
6366 (calc-convert-units, calc-convert-temperature): Add machinery
6367 to supply default values.
6368
944a8b1d
SM
63692007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6370
cdf4e301
SM
6371 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
6372 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
6373 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
6374 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
6375
944a8b1d
SM
6376 * emulation/tpu-extras.el: Remove spurious * in docstrings.
6377 Put its autoloads into tpu-edt.el rather than loaddefs.el.
6378 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
6379 Make into a proper minor-mode.
6380 (tpu-backward-char, tpu-next-line, tpu-previous-line)
6381 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
6382 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
6383 (tpu-set-cursor-free, tpu-set-cursor-bound):
6384 Delegate to tpu-cursor-free-mode.
6385 (tpu-next-line, tpu-previous-line, tpu-forward-line)
6386 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
6387 Use line-move or forward-line instead of next-line-internal.
6388
9f78fa2c
NR
63892007-08-13 Nick Roberts <nickrob@snap.net.nz>
6390
6391 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
6392
ad4fed11
RS
63932007-08-12 Richard Stallman <rms@gnu.org>
6394
6395 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
6396 (cvs-execute-single-file): Use new name split-string-and-unquote.
6397 (cvs-header-msg): Use new name combine-and-quote-strings.
6398
6399 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
6400
6401 * progmodes/gud.el (gud-common-init): Use new name
6402 split-string-and-unquote.
6403
6404 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
6405 in javac regexp.
6406
6407 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
6408 combine-and-quote-strings and split-string-and-unquote.
6409
944a8b1d
SM
6410 * subr.el (combine-and-quote-strings): Rename from strings->string.
6411 (split-string-and-unquote): Rename from string->strings.
ad4fed11 6412
62fc0b71
SM
64132007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6414
5bdc71d0
SM
6415 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
6416 to buffer-local settings.
6417
62fc0b71
SM
6418 * emacs-lisp/backquote.el (backquote-delay-process): New function.
6419 (backquote-process): Add internal arg `level'. Use the two to
6420 correctly handle nested backquotes.
6421
33e5d7d4
SM
64222007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
6423
6424 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6425 (vc-bzr-state-words): Add "kind changed" state word.
6426 (vc-bzr-status): New function. Return Bzr idea of file status,
6427 which is different from VC's.
6428 (vc-bzr-state): Use vc-bzr-status.
6429 (vc-workfile-unchanged-p): Use vc-bzr-status.
6430 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6431 (vc-dired-state): Process "kind changed" state word.
6432
a3773730
SM
64332007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6436
6437 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6438 Move from vc-default-find-file-not-found-hook.
6439
a88459cd
SM
64402007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * man.el: Remove spurious * in docstrings.
6443 Merge defvars and toplevel setq-defaults.
6444 (Man-highlight-references0): Limit=nil rather than point-max.
6445 (Man-mode-map): Move initialization into the declaration.
6446 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6447 (Man-view-header-file): Use expand-file-name rather than concat.
6448 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6449
6450 * man.el (Man-next-section): Make sure we do not move backward.
6451
4aaffda1
SM
64522007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * files.el (auto-mode-alist): Use the purecopied text (duh!).
6455
e7f767c2
GM
64562007-08-08 Glenn Morris <rgm@gnu.org>
6457
e7f767c2
GM
6458 * Replace `iff' in doc-strings and comments.
6459
eaccbbd3
MR
64602007-08-08 Martin Rudalics <rudalics@gmx.at>
6461
6462 * dired.el (dired-pop-to-buffer):
6463 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6464 * calendar/calendar.el (generate-calendar-window):
6465 * progmodes/compile.el (compilation-set-window-height):
6466 * textmodes/two-column.el (2C-two-columns, 2C-merge):
6467 Use window-full-width-p instead of comparing frame-width and
6468 window-width.
6469
6470 * progmodes/compile.el (compilation-find-buffer): Remove extra
6471 argument in call to compilation-buffer-internal-p.
6472
b14d552b
SM
64732007-08-07 Tom Tromey <tromey@redhat.com>
6474
6475 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6476 Add safe-local-variable property.
6477
559818ab
CY
64782007-08-07 Chong Yidong <cyd@stupidchicken.com>
6479
b13e2d29
CY
6480 * image-mode.el (image-toggle-display): Use image-refresh.
6481
a460c94c
SM
64822007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
6483
6484 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6485 unofficial version.
6486 (vc-bzr-command): Remove redundant setting of process-connection-type.
6487 (vc-bzr-admin-checkout-format-file): Add autoload.
6488 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6489 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6490 (vc-bzr-registered): Compare dirstate format tag with known good
6491 value, abort parsing if match fails. Warn user in docstring.
6492 (vc-bzr-workfile-version): Case for different Bzr branch formats.
6493 See bzrlib/branch.py in Bzr sources.
6494 (vc-bzr-diff): First argument FILES may be a string rather than a list.
6495 (vc-bzr-shell-command): Remove in favor of
6496 vc-bzr-command-discarding-stderr.
6497 (vc-bzr-command-discarding-stderr): New function.
6498
b6e6e09a
SM
64992007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
6500
6501 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
de09204d 6502 program, and return nil.
b6e6e09a
SM
6503 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6504 (vc-bzr-state): Look for path names relative to the repository
6505 root after status keyword.
6506 (vc-bzr-file-name-relative): New function.
6507 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
6508 depend on it.
6509 (vc-bzr-admin-dirname, ...-checkout-format-file)
6510 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
6511 files that we now parse directly for speed.
6512 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
6513 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
de09204d 6514 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
b6e6e09a
SM
6515 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
6516 Bzr warnings, so we must discard it.
6517 (vc-bzr-workfile-version): Speedup counting lines from
6518 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
6519 if that file doesn't exist.
6520 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
de09204d
JB
6521 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
6522 to `vc-directory-exclusion-list'.
b6e6e09a
SM
6523 (vc-bzr-shell-command): New function.
6524
dfbd373d
SM
65252007-08-06 Tom Tromey <tromey@redhat.com>
6526
6527 * diff-mode.el (diff-unified->context, diff-reverse-direction)
6528 (diff-fixup-modifs): Typo in docstring.
6529
f2b18979
SM
65302007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6531
036f2966
SM
6532 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
6533 count-screen-lines.
6534 (tpu-edt-off): Disable relevant pieces of advice.
6535
f2b18979
SM
6536 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6537 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
6538 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6539 redefining the function.
6540 (tpu-set-scroll-margins): Activate the pieces of advice.
6541
37cc095b
MB
65422007-08-06 Martin Rudalics <rudalics@gmx.at>
6543
6544 * help.el (resize-temp-buffer-window): Use window-full-width-p
6545 instead of comparing frame-width and window-width.
6546
031b6333
JB
65472007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
6548
6549 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6550 optional quotes around files in NEED-UPDATE . REMOVED case.
6551
6552 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6553 (ada-treat-cmd-string): Improve error message.
6554 (ada-do-file-completion): Call `ada-require-project-file', so
6555 project variables are set properly.
6556 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6557 (ada-gnatfind-buffer-name): New constant.
6558 (ada-find-any-references): Use new constant. Set buffer name
6559 properly in compilation-start. Toggle read-only properly.
6560 (ada-find-in-src-path): Fix spelling error in docstring.
6561
6562 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6563 by zero error.
6564
9d8563ca
SM
65652007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6568
0e898f3d
RS
65692007-08-12 Richard Stallman <rms@gnu.org>
6570
6571 * progmodes/sh-script.el (sh): Delete group `unix'.
6572
6573 * progmodes/gud.el (gud): Change to group `processes'.
6574
8e80bfc5
GM
65752007-08-11 Glenn Morris <rgm@gnu.org>
6576
6577 * progmodes/compile.el (compilation-buffer-name): Don't check
6578 compilation-arguments. It is superfluous, and the variable isn't
6579 even set when this function is called.
6580
b16f162d
YM
65812007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6582
6583 * term/mac-win.el (mac-ae-reopen-application): New function.
6584 (mac-apple-event-map): Bind "reopen application" Apple event to it.
6585
0e1627a7
SM
65862007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
6589 take tex-font-script-display into account.
6590 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
6591 cell to a list of 2 elements to simplify the unfontify code.
6592
d3509e50
VJL
65932007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6594
6595 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
6596 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
6597 ps-print-color-p is neither nil nor black-white. Reported by Christian
6598 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6599
eac59e3c
AS
66002007-08-08 Andreas Schwab <schwab@suse.de>
6601
6602 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
6603 self-insert-command, not self-insert.
6604
a3fcbf6c
GM
66052007-08-08 Glenn Morris <rgm@gnu.org>
6606
6607 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
6608 argument optional, for backwards compatibility, and only highlight
6609 args when present. Fix symbol name typo (doc/args).
6610
6611 * help-mode.el (help-make-xrefs): Search for symbol constituents,
6612 rather than just `-'.
6613
e6cd99dc
JB
66142007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
6615
6616 * calc/calc-units.el (calc-convert-temperature):
6617 Use `/' to create fractions.
6618
27e813fe
MA
66192007-08-07 Michael Albinus <michael.albinus@gmx.de>
6620
6621 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
6622 global matching.
6623 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
6624 ERROR-BUFFER more robust. Display output.
6625 (tramp-file-name-handler): Add a connection property when we found
6626 a foreign file name handler. This allows backends like ftp to
6627 profit also from usr/host name completion based on connection
6628 cache.
6629 (tramp-send-command-and-read): Search for trash after the regexp
6630 until eol only. In XEmacs, there is a problem with \n.
6631
6632 * net/tramp-cache.el (top): Read persistent connection history
6633 when cache is empty.
6634
66352007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
6636
6637 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
6638 resulting output.
6639
c94d5f81
SS
66402007-08-07 Sam Steingold <sds@gnu.org>
6641
6642 * progmodes/compile.el (compilation-start): Pass nil as startfile
6643 to comint-exec.
6644
e9498e0f
CY
66452007-08-07 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * longlines.el (longlines-decoded): New variable.
6648 (longlines-mode): Avoid encoding or decoding the buffer twice.
6649
f70aa678
MR
66502007-08-07 Martin Rudalics <rudalics@gmx.at>
6651
6652 * format.el (format-insert-file): Make sure that at most one undo
6653 entry is recorded for the insertion. Inhibit point-motion and
6654 modification hooks around call to insert-file-contents.
6655
ebaac04d
SM
66562007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6659 Select the buffer's window before moving point.
6660
cb8d3325
RS
66612007-08-07 Richard Stallman <rms@gnu.org>
6662
6663 * term.el (term): Remove parent group `unix'.
6664
6665 * simple.el (default-indent-new-line): New function.
6666 It calls comment-line-break-function if there are comments.
6667 (do-auto-fill): Use that.
6668
66692007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
6670
6671 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6672 (PC-do-completion): Add "acronym completion" for symbols and
6673 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6674
cc2ee8ec
SS
66752007-08-06 Sam Steingold <sds@gnu.org>
6676
6677 * mouse.el (mouse-buffer-menu): Pass mode-name through
6678 format-mode-line because it may be a list,
6679 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6680
bd65bc6c
VJL
66812007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
6682
6683 * printing.el (pr-update-menus): Docstring fix.
6684
daffc81a
JR
66852007-08-06 Jason Rumney <jasonr@gnu.org>
6686
6687 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6688
6689 * vc-hooks.el (vc-call): Add doc string.
6690
227eb744
MA
66912007-08-06 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6694 process-filter.
6695
570288ee
KH
66962007-08-06 Kenichi Handa <handa@m17n.org>
6697
6698 * international/quail.el: Wrap (require 'help-mode) by
6699 eval-when-compile.
6700 (quail-help-init): New function.
6701 (quail-help): Call quail-help-init.
6702 (quail-store-decode-map-key): Change it to a function.
6703
e3dd4242
JR
67042007-08-05 Jason Rumney <jasonr@gnu.org>
6705
6706 * vc.el (vc-rollback): Add norevert argument back.
6707 (vc-revert-buffer): Add back as obsolete alias.
6708
a3fcbf6c 67092007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
950ebc45
VJL
6710
6711 * term.el: Honor term-default-fg-color and term-default-bg-color
6712 settings when modifying term-current-face.
ebaac04d 6713 (term-default-fg-color, term-default-bg-color): Initialize from
950ebc45
VJL
6714 default term-current-face.
6715 (term-mode, term-reset-terminal): Set term-current-face with
6716 term-default-fg-color and term-default-bg-color.
6717 (term-handle-colors-array): term-current-face has term-default-fg-color
6718 and term-default-bg-color after reset escape sequence.
6719 (term-handle-colors-array): Set term-current-color with
6720 term-default-fg/bg-color instead of ansi-term-color-vector when the
6721 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6722
031b6333 67232007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
bdf007a0 6724
031b6333 6725 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
bdf007a0
JB
6726 (math-nlfit-givens): Let bind free variables.
6727
6564a442
VJL
67282007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
6729
6730 * printing.el: Require lpr and ps-print when loading printing package.
6731 Reported by Glenn Morris <rgm@gnu.org>.
6732
f1fa5062
MA
67332007-08-05 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * files.el (set-auto-mode): Handle also remote files wrt
6736 `auto-mode-alist'.
6737
031b6333 67382007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8ab437fd
JB
6739
6740 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6741 curves and plotting.
6742
6743 * calc/calc-nlfit.el: New file.
6744
0917bb33
GM
67452007-08-04 Glenn Morris <rgm@gnu.org>
6746
6747 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6748 zero, not nil, when the library is first loaded. Check for a file
6749 that has been modified on disk.
6750
6751 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6752 Remove duplicate defvar preventing initialization.
6753 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6754
4c969f97
SM
67552007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6758 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6759 may match up to 4 lines.
6760 (diff-beginning-of-file-and-junk): Rewrite.
6761
a7e2b28d
VJL
67622007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6763
6764 * printing.el: Evaluate require only during compilation.
6765 (pr-version): New version 6.9.1.
6766 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6767 (pr-global-menubar): Fix code.
6768
1bb751ed
DN
67692007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
6770
6771 * term.el (term-erase-in-display): Fix case when point is not at
6772 the beginning of the line.
6773
480e4ad1
JB
67742007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6775
031b6333 6776 * calc/calc-ext.el (math-get-value, math-get-sdev)
480e4ad1
JB
6777 (math-contains-sdev): New functions.
6778
6779 * calc/calc-graph.el (calc-graph-format-data)
6780 (calc-graph-add-curve): Check for error forms.
6781 (calc-graph-set-styles): Add option for error forms.
6782
4211679b
MB
67832007-08-03 Miles Bader <miles@gnu.org>
6784
6785 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6786 backend names for new backends to `Git', `Hg', and `Bzr'.
6787 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6788 not `HG'.
6789 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6790 name, not `GIT'.
6791 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6792 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6793
4317d494 67942007-08-03 Richard Stallman <rms@gnu.org>
7d1dad0c 6795
7d7d10b8
RS
6796 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6797 to update deleted flag.
6798
6799 * cus-edit.el (customize-apropos, customize-apropos-options)
6800 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6801
6802 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6803
3ff67968 6804 * startup.el (fancy-splash-head, startup-echo-area-message):
7d7d10b8
RS
6805 Change message text.
6806
6807 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6808 All callers use line-move.
6809
7d1dad0c
RS
6810 * progmodes/compile.el (compilation-find-buffer): Return current
6811 buffer immediately if suitable.
6812 (compile, compilation-buffer-name, compilation-start): Doc fixes.
6813
4317d494 68142007-08-03 Daiki Ueno <ueno@unixuser.org>
2d17b4d5 6815
51f6595d
SM
6816 * faces.el (face-normalize-spec): New function.
6817 (frame-set-background-mode): Normalize face-spec before calling
6818 face-spec-match-p.
2d17b4d5 6819
cb8d3325 68202007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
ee9272ff 6821
0896d931 6822 * server.el (server-window): Add switch-to-buffer-other-frame option.
a0e5e075 6823
52f55ab0
GM
68242007-08-03 Glenn Morris <rgm@gnu.org>
6825
6826 * cus-edit.el (customize-apropos): Make the error message indicate
6827 what kind of thing the user was trying to customize.
6828
6829 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6830
031b6333
JB
6831 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6832 Fix off-by-one error in previous change.
52f55ab0
GM
6833
68342007-08-03 Drew Adams <drew.adams@oracle.com>
6835
6836 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6837 Make buffer writable.
6838
17cc361e
JB
68392007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6840
031b6333
JB
6841 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6842 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17cc361e
JB
6843 Use native Emacs functions, when appropriate.
6844
cb223bba
DN
68452007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6846 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * vc.el: Document new VC operation `extra-menu'.
6849
6850 * vc-hooks.el (vc-default-extra-menu): New function.
6851
6852 * menu-bar.el (menu-bar-vc-filter): New function.
6853 (menu-bar-tools-menu): Use it as a filter.
6854
a5860c9b 68552007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
a466449c
VJL
6856
6857 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6858
f3e82d69
GM
68592007-08-01 Glenn Morris <rgm@gnu.org>
6860
6861 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6862 strings.
6863 (fortran-tab-mode-default): Remove needless autoload.
6864 (fortran-tab-mode-string): Add help-echo and mouse properties, and
6865 mark as risky.
6866 (fortran-line-length): New buffer-local variable, safe if integer.
6867 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6868 Change from variables to constants.
6869 (fortran-font-lock-syntactic-keywords): Delete as a variable,
6870 replace with a new function definition.
6871 (fortran-mode): Use fortran-line-length, and
6872 fortran-font-lock-syntactic-keywords as a function. Add a
6873 hack-local-variables-hook function.
0e1627a7
SM
6874 (fortran-line-length, fortran-hack-local-variables): New functions.
6875 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6876 Use fortran-line-length rather than 72.
f3e82d69
GM
6877 (fortran-window-create-momentarily): Doc fix.
6878
a5860c9b 68792007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
d84fcc30 6880
0e1627a7
SM
6881 * cus-edit.el (custom-group-value-create, custom-goto-parent):
6882 Fix parent groups link.
d84fcc30 6883
47968e06
VJL
68842007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
6885
6886 * progmodes/python.el (python-current-defun): Adjust to never fall
6887 into infinite loop.
6888
b6e9189c
SM
68892007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
6892
2f12b713 68932007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
eff23ff3 6894
2f12b713
MB
6895 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
6896 (copyright-fix-years, copyright): Correctly handle the case where
6897 copyright-limit is nil.
fa4488bd 6898
2f12b713 68992007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
eff23ff3 6900
2f12b713 6901 * progmodes/python.el (run-python): Fix path separator under w32.
eff23ff3 6902
ea2e3ef4
RS
69032007-07-30 Richard Stallman <rms@gnu.org>
6904
6905 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6906 Treat non-break space as whitespace in Lisp.
6907
b956d64f
SM
69082007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
6909
100edb42
SM
6910 * vc.el (vc-dired-hook): Use inhibit-read-only.
6911
b956d64f
SM
6912 * progmodes/compile.el (compilation-forget-errors):
6913 Reset compilation-auto-jump-to-next.
6914
5ef05ae3
MB
69152007-07-30 Michael Olson <mwolson@gnu.org>
6916
ed8c9cf1
MB
6917 * cus-edit.el (custom-group-save): Fix void function definition
6918 error. Thanks to Zhang Wei for the report.
6919
5ef05ae3
MB
6920 * ps-print.el: Check in trivial changes to the autoloads section
6921 caused by the build process. These autoloads really ought to be
6922 placed in a separate file, methinks.
6923
712f4efe
SM
69242007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * calendar/calendar.el (calendar-mode): Make sure
6927 displayed-(month|year) are set.
6928 (calendar-basic-setup): Display buffer before adjusting window sizes.
6929 (generate-calendar-window): Use inhibit-read-only. Simplify.
6930 Generate buffer and set displayed-month and displayed-year before
6931 calling update-calendar-mode-line.
6932
bce04fee
MA
69332007-07-29 Michael Albinus <michael.albinus@gmx.de>
6934
27e813fe
MA
6935 * net/tramp.el:
6936 * net/tramp-uu.el:
6937 * net/trampver.el: Use utf-8 encoding with coding cookie.
bce04fee 6938
27e813fe
MA
6939 * net/tramp-cache.el:
6940 * net/tramp-fish.el:
6941 * net/tramp-ftp.el:
6942 * net/tramp-gw.el:
6943 * net/tramp-smb.el: Remove coding cookie.
bce04fee 6944
27e813fe 6945 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
712f4efe 6946 Flush buffer file-name's file property.
bce04fee
MA
6947 (tramp-handle-file-remote-p): The first parameter is FILENAME.
6948
27e813fe 6949 * net/trampver.el: Update release number.
bce04fee 6950
40aa8257
JL
69512007-07-29 Juri Linkov <juri@jurta.org>
6952
6953 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6954 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6955 when major-mode is not dired-mode.
6956 (dired-toggle-read-only): New function.
6957 (dired-recursive-deletes): Remove obsolete comments about old
6958 default value.
6959 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6960
6961 * wdired.el (wdired-exit): New function.
6962 (wdired-mode-map): Bind C-x C-q to wdired-exit.
6963
806bc6df
SM
69642007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6965
a0247dcf
SM
6966 * cus-edit.el (customize-read-group): New fun.
6967 (customize-group-other-window, customize-face-other-window):
6968 Prompt before delegating to customize-(group|face).
6969 Bind pop-up-windows rather than use the other-window argument.
6970 (customize-group, customize-face): Prompt from the interactive spec.
6971 Remove args `prompt-for-group' and `other-window'.
6972
806bc6df
SM
6973 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6974 (ad-body-forms, ad-advised-interactive-form): Revert this part of
6975 last change.
6976
9d2aebf6
MY
69772007-07-28 Masatake YAMATO <jet@gyve.org>
6978
806bc6df 6979 * vc.el (vc-dired-mode): Add a menu for VC related operation.
a722966c 6980 Use backend name as the menu label. Suggested by David Kastrup.
9d2aebf6 6981
d4450968
AM
69822007-07-28 Alan Mackenzie <acm@muc.de>
6983
6984 Fix problem with modes derived from CC Mode:
806bc6df 6985 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
d4450968 6986 macro to cc-langs.
806bc6df
SM
6987 (c-init-language-vars-for): Remove call to above macro.
6988 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
d4450968 6989 been moved to here.
806bc6df 6990 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
d4450968 6991
59b65f00
EZ
69922007-07-28 Eli Zaretskii <eliz@gnu.org>
6993
6994 * net/trampver.el: Fix the `coding' cookie.
6995
a0709d8d
DN
69962007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6997
6998 * vc-git.el (vc-git-print-log): Support both the old single file
6999 interface and the new one.
7000
f7165034
NR
70012007-07-28 Nick Roberts <nickrob@snap.net.nz>
7002
7003 * bindings.el (mode-line-remote): Use updated %@ construct.
7004
ab42e29d
SM
70052007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7006
e4e1cf95
SM
7007 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7008 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7009 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7010 (diary-list-bahai-entries, diary-bahai-mark-entries)
7011 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7012 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7013 New names to clean up namespace.
7014 (list-bahai-diary-entries, mark-bahai-diary-entries)
7015 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7016 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7017 Add compatibility aliases.
7018
11361a8b
SM
7019 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7020
ab42e29d
SM
7021 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7022 (calendar-scroll-left-three-months)
7023 (calendar-scroll-right-three-months): Clean up namespace.
7024 (scroll-calendar-left, scroll-calendar-right)
7025 (scroll-calendar-left-three-months)
7026 (scroll-calendar-right-three-months): Add compatibility aliases.
7027
0581e7e7
SM
7028 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7029 Behave like mouse-scroll-calendar-* when used from the mouse.
7030
7031 * calendar/cal-menu.el (cal-menu-scroll-menu)
7032 (cal-menu-global-mouse-menu):
7033 * calendar/calendar.el (calendar-mode-map):
7034 Use new calendar-scroll-* names.
7035 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7036 Remove. Use calendar-scroll-* directly instead.
7037
05bfa8f3
SM
70382007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7041 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7042 (ad-make-advised-definition, ad-cache-id-verification-code):
7043 Use commandp and interactive-form instead.
7044
625f71cf
DN
70452007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7046
7047 * vc-git.el: Relicense to GPLv3 or later.
7048 (vc-directory-exclusion-list, vc-handled-backends): Remove.
05bfa8f3 7049
625f71cf
DN
7050 * vc-hooks.el (vc-handled-backends): Add GIT.
7051
7052 * vc.el (vc-directory-exclusion-list): Add .git.
7053
108607bc
DN
70542007-07-26 Alexandre Julliard <julliard@winehq.org>
7055
7056 * vc-git.el (vc-git-revision-table)
7057 (vc-git-revision-completion-table): New functions.
7058
3ced5caa
VJL
70592007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7060
7061 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7062 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7063 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7064 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7065 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7066 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7067 New command actions for EPS header and EPS footer.
7068
7069 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7070 footer. Fix some problems with one-or-more, zero-or-more and
7071 alternative constructions generation. Some log messages
7072 implementation. Doc fix.
7073 (ebnf-version): New version 4.4.
7074 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7075 (ebnf-eps-footer, ebnf-log): New options.
7076 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7077 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7078 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7079 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7080 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7081 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7082 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7083 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7084 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7085 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7086 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7087 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7088 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7089 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7090 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7091 (ebnf-except-dimension, ebnf-alternative-dimension)
7092 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7093 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7094 message fun.
7095 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7096 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7097 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7098 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7099 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7100 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7101 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7102 compatibility with Emacs 20 & 21.
7103 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7104 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7105 (ebnf-basic-empty-height): New vars.
7106 (ebnf-prologue): Fix PostScript code.
7107 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7108 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7109 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7110 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7111
cacc7b51
GM
71122007-07-25 Glenn Morris <rgm@gnu.org>
7113
7114 * Relicense all FSF files to GPLv3 or later.
7115
7116 * COPYING: Switch to GPLv3.
7117
405b8717
SM
71182007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7121 Replace it with another one which disables undo before calling
7122 erase-buffer and then turns it back on if needed.
7123
57b8089a
DN
71242007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7125
405b8717 7126 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
57b8089a 7127
f4c6689c
GM
71282007-07-24 Glenn Morris <rgm@gnu.org>
7129
7130 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7131 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7132 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7133 (cal-tex-cursor-week, cal-tex-cursor-week2)
7134 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7135 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7136 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7137 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7138
458cf788
SM
71392007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7140
7141 * calendar/calendar.el (calendar-mode-map): Move initialization
7142 into declaration. Add menu bindings (used to be done in cal-menu).
7143 (calendar-mode): Don't add an activate-menubar-hook.
7144
7145 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7146 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7147 can be used on the menu entries.
7148 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7149 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7150 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7151 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7152 (calendar-flatten, cal-menu-update): Remove.
7153 (calendar-mouse-insert-hebrew-diary-entry)
7154 (calendar-mouse-insert-islamic-diary-entry)
7155 (calendar-mouse-insert-bahai-diary-entry):
7156 Remove (fold into cal-menu-diary-menu).
7157 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7158 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7159 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7160 (calendar-mouse-view-diary-entries): Minor simplifications.
7161 (calendar-event-to-date): Use with-current-buffer.
7162
8a00d4ff
NR
71632007-07-25 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * add-log.el (change-log-redate): Remove (not needed anymore and
7166 doesn't appear to work).
7167
b7de6024
SM
71682007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * frame.el: Use mapc and dolist instead of mapcar where possible.
7171 (close-display-connection): New command.
7172
b747d346
DN
71732007-07-25 Alexandre Julliard <julliard@winehq.org>
7174
7175 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7176 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7177
6fb87e51
VJL
71782007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7179
7180 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7181
7182 * ps-mule.el: Doc fix.
2c0ebf75
VJL
7183 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7184 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6fb87e51 7185
4cf5577e
GM
71862007-07-25 Glenn Morris <rgm@gnu.org>
7187
7188 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7189 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7190 (cal-tex-daily-end, cal-tex-hook)
7191 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7192 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7193 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7194 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7195 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7196 (cal-tex-day-prefix, cal-tex-day-name-format)
7197 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7198 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7199 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7200 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7201 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7202 etc, rather than \bf.
7203 (cal-tex-mini-calendar): Fix typos in previous change.
7204 (cal-tex-latexify-list): Remove inner let binding.
7205 (cal-tex-end-document, cal-tex-banner): Use multi-line
7206 cal-tex-comment.
7207 (cal-tex-comment): Handle embedded newlines.
7208 (cal-tex-LaTeXify-string): Use substring-no-properties.
7209
bffa7817
SM
72102007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7211
7212 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7213 Add support for the Maden build tool.
7214
80f462b7
KH
72152007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7216
bffa7817 7217 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
80f462b7 7218
9aecacd0 72192007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
727bdea1 7220
9aecacd0 7221 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
ad546929 7222
64e3efd9
DN
72232007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7224
d7e69846
DN
7225 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7226 C-x C-q.
7227
64e3efd9
DN
7228 * vc-git.el (vc-git-print-log): Fix previous change.
7229
38f4a790
SM
72302007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7231
62e3c31f
SM
7232 * window.el (save-selected-window): Minor optimization.
7233 (bw-adjust-window): If operation failed, try with a smaller delta.
7234 (window-fixed-size-p): New function.
7235 (window-area-factor): New var.
7236 (balance-windows-area): New command.
7237
38f4a790
SM
7238 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7239 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7240 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7241 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7242 (ps-mule-begin-job): Use dolist.
7243
a9e11582
MA
72442007-07-24 Michael Albinus <michael.albinus@gmx.de>
7245
7246 * subr.el (start-file-process-shell-command)
7247 (process-file-shell-command): New defuns.
7248
38f4a790
SM
7249 * progmodes/compile.el (compilation-start):
7250 Apply `start-file-process-shell-command'.
a9e11582 7251
7546c767
DN
72522007-07-24 Alexandre Julliard <julliard@winehq.org>
7253
38f4a790 7254 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7546c767 7255
31386eea
AM
72562007-07-24 Alan Mackenzie <acm@muc.de>
7257
38f4a790
SM
7258 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7259 Initialise byte-compile-unresolved-functions before rather than
7260 after a compilation.
31386eea
AM
7261 (byte-compile-unresolved-functions): Amplify doc string.
7262
21b38b3c
GM
72632007-07-24 Glenn Morris <rgm@gnu.org>
7264
26933a68
GM
7265 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7266
21b38b3c
GM
7267 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7268 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7269 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7270 (cal-tex-cursor-week, cal-tex-cursor-week2)
7271 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7272 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7273 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7274 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7275
55abc44f
GM
7276 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7277 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7278 (cal-tex-day-name-format, cal-tex-cal-one-month)
7279 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7280 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7281 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7282 (cal-tex-list-holidays, cal-tex-cursor-year)
7283 (cal-tex-cursor-year-landscape, cal-tex-year)
7284 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7285 (cal-tex-cursor-month, cal-tex-insert-days)
7286 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7287 (cal-tex-first-blank-p, cal-tex-cursor-week)
7288 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7289 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7290 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7291 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7292 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7293 (cal-tex-latexify-list, cal-tex-previous-month)
7294 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7295 modernization, including using dotimes rather than
7296 calendar-for-loop.
7297 (cal-tex-LaTeX-subst-list): Remove `@'.
78a264f4
JB
7298 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7299 Use \textit and \textbf rather than \em and \it.
55abc44f 7300
6ce285a6
GM
7301 * calendar/cal-bahai.el (list-bahai-diary-entries)
7302 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7303 * calendar/cal-islam.el (list-islamic-diary-entries)
38f4a790 7304 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6ce285a6
GM
7305 * calendar/diary-lib.el (diary-list-entries)
7306 (mark-calendar-date-pattern): Use `dotimes' rather than
7307 `calendar-for-loop'.
7308
7309 * calendar/calendar.el (calendar-for-loop): Doc fix.
7310
ae59e888
SM
73112007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
7314 underlying file is uptodate.
7315
de09204d 73162007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
26cc71af
SM
7317
7318 * replace.el (perform-replace): Use isearch-no-upper-case-p.
7319
5719a098
SM
73202007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * vc-hooks.el (vc-mode-line-map): New const.
7323 (vc-mode-line): Use it.
7324
78a264f4 73252007-07-23 Alexandre Julliard <julliard@winehq.org>
8b38ce20 7326
d7009f45
DN
7327 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
7328 (vc-git-unregister): New functions.
8b38ce20 7329 (vc-git-find-version): Use the result of ls-files as a parameter
78a264f4 7330 for cat-file.
8b38ce20 7331
d4443a0d
MA
73322007-07-23 Michael Albinus <michael.albinus@gmx.de>
7333
7334 * net/tramp.el (tramp-perl-file-attributes)
7335 (tramp-perl-directory-files-and-attributes)
7336 (tramp-handle-file-attributes-with-stat)
7337 (tramp-handle-directory-files-and-attributes-with-stat)
7338 (tramp-convert-file-attributes): Handle huge file sizes.
7339
297b8ccd
JL
73402007-07-23 Juri Linkov <juri@jurta.org>
7341
7342 * isearch.el (isearch-message-function): New variable.
7343 (isearch-update, isearch-search): Use it.
7344
7345 * simple.el (goto-history-element): New function created from
7346 next-history-element.
7347 (next-history-element): Most code moved to goto-history-element.
7348 Call goto-history-element with (- minibuffer-history-position n).
7349 (previous-history-element): Call goto-history-element with (+
7350 minibuffer-history-position n).
7351 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
7352 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
7353 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
7354 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
7355 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
7356 (minibuffer-history-isearch-pop-state): New functions.
7357
33e0847d
TTN
73582007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7359
7360 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
7361 Also, if FILE is a list, return non-nil if any of its elements
7362 should stay local. Update docstring.
7363
f5e087f8
SM
73642007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7365
5719a098
SM
7366 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
7367 change by reverting a small part.
f5e087f8 7368
6b00d5f5
RS
73692007-07-23 Richard Stallman <rms@gnu.org>
7370
7371 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
7372
b0f90937
DN
73732007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7374
7375 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
78a264f4 7376 handling it. Use vc-git-command.
b0f90937
DN
7377 (vc-git-find-version, vc-git-diff-tree): New functions.
7378 (vc-git-revert): Use vc-git-command.
7379 (vc-git--run-command): Delete.
7380
78a264f4 73812007-07-23 Alexandre Julliard <julliard@winehq.org>
4d3ac01e
DN
7382
7383 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
7384
e43883be
KH
73852007-07-20 Kenichi Handa <handa@m17n.org>
7386
5719a098
SM
7387 * international/utf-8.el (utf-8-post-read-conversion):
7388 Temporarily bind utf-8-compose-scripts to nil while running
7389 *-compose-region functions.
e43883be 7390
9143abff
DN
73912007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7392
7393 * vc-git.el: Update status.
faa98100 7394 (vc-directory-exclusion-list): Use eval-after-load.
9143abff 7395
9f444841
NR
73962007-07-22 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * bindings.el (mode-line-remote): New variable.
7399 (help-echo): Add to default values of mode-line-format.
7400
7401 * files.el: Mark mode-line-remote as risky.
7402
02b99a17
JL
74032007-07-22 Juri Linkov <juri@jurta.org>
7404
7405 * isearch.el (isearch-edit-string): Save old point and
7406 isearch-other-end to old-point and old-other-end before reading
7407 the search string from minibuffer. After exiting minibuffer set
7408 point to old-other-end if point and the search direction is the
7409 same as before reading the search string.
7410 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
7411 to isearch-other-end. Instead of isearch-search-and-update call
7412 three functions isearch-search, isearch-push-state and isearch-update.
7413
8b9783e0
DN
74142007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7415
7416 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
7417 deal with multiple file arguments.
7418 (vc-git-print-log): Deal with multiple file arguments.
7419
f151b310
SM
74202007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7423 diff-refine-hunk. Adjust users.
7424 (diff-unified-hunk-p, diff-splittable-p): New functions.
7425 (diff-mode-menu): Use it to disable Split when it doesn't work.
7426
8f2d38de
SM
74272007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7428
7429 * diff-mode.el (diff-mode-menu): New entries.
7430
fd691799
SM
74312007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7432
3dc04e83
SM
7433 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7434 if applicable, so as to save undo-log space.
7435
e4456fdf
SM
7436 * diff-mode.el (diff-find-file-name): Add arg `batch'.
7437
fd691799
SM
7438 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7439 (diff-file-kill): Use it.
7440 (diff-beginning-of-hunk): Add arg `try-harder' using it.
7441 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7442 Use it so they find the hunk even when we're in the file header.
7443
53cc90ab
DN
74442007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7445
56b32800
JB
7446 * vc-git.el (vc-git-revision-granularity, vc-git-root)
7447 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
53cc90ab
DN
7448 (vc-git-create-repo): New functions.
7449 (vc-git-registered): New autoloaded function definition.
7450 (vc-git-registered): Use vc-git-root.
7451 (vc-git-responsible-p): New defalias.
7452 (vc-git-annotate-extract-revision-at-line): Uncomment.
7453 (vc-git-print-log): Add the file name to the log.
7454 (vc-git-log-view-mode): New derived mode.
56b32800 7455 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
53cc90ab 7456
2e2eead3
MA
74572007-07-22 Michael Albinus <michael.albinus@gmx.de>
7458
7459 * progmodes/grep.el (grep-compute-defaults): Keep default values.
7460
a9686d00
DK
74612007-07-22 Ralf Angeli <angeli@caeruleus.net>
7462
7463 * textmodes/reftex.el (reftex-access-parse-file): Create parse
7464 file in a way that does not interfere with recentf mode.
7465 (reftex-access-parse-file): Do not risk destroying an existing
7466 buffer.
7467
78a264f4 74682007-07-22 Alexandre Julliard <julliard@winehq.org>
fff4a046
DN
7469
7470 * vc-git.el: New file.
7471
0f4827ee
SM
74722007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7473
fd691799 7474 * textmodes/tex-mode.el (tex-font-script-display): Change default.
0f4827ee 7475
3a12f9f8
DN
74762007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7477
7478 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7479 for branches and new files.
7480
7481 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7482 local-map handling ...
78a264f4 7483 (vc-mode-line): ... here. Improve handling of help-echo.
3a12f9f8
DN
7484
7485 * vc.el (mode-line-string): Document help-echo usage.
7486
31c70002
MA
74872007-07-22 Michael Albinus <michael.albinus@gmx.de>
7488
7489 Sync with Tramp 2.1.10.
7490
0f205eee 7491 * net/tramp.el (tramp-get-ls-command): Fix typo.
31c70002 7492
27e813fe 7493 * net/trampver.el: Update release number.
31c70002 7494
0389072b
JD
74952007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7496
56b32800 7497 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
0389072b
JD
7498
7499 * term/x-win.el (x-handle-no-bitmap-icon): New function.
7500
6dbf6147
MR
75012007-07-22 Martin Rudalics <rudalics@gmx.at>
7502
7503 * add-log.el (change-log-fill-parenthesized-list): New function.
7504 (change-log-indent): Call change-log-fill-parenthesized-list.
78a264f4
JB
7505 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
7506 Have lines with leading asterisk start a paragraph.
6dbf6147 7507
178b8baf
JB
75082007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7509
7510 * calc/calc-math.el (math-emacs-precision)
7511 (math-largest-emacs-expt, math-smallest-emacs-expt):
7512 New variables.
7513 (math-use-emacs-fn): New function.
7514 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
7515 appropriate.
7516
a226e0ef
TTN
75172007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7518
7519 * image-dired.el (image-dired-sane-db-file): New func.
7520 (image-dired-write-tags, image-dired-remove-tag)
7521 (image-dired-list-tags, image-dired-write-comments)
7522 (image-dired-get-comment, image-dired-mark-tagged-files)
7523 (image-dired-create-gallery-lists): Call new func.
7524 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
7525
34b7fb85
DN
75262007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7527
7528 * vc-hg.el (vc-hg-dir-state): Fix loop.
7529 (vc-hg-print-log): Fix expected return value for vc-hg-command.
7530 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
7531 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7532 (vc-hg-revert): Likewise.
7533 (vc-hg-revision-table, vc-hg-revision-completion-table): New
7534 functions.
7535
74dea9e1
SM
75362007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * add-log.el (change-log-resolve-conflict): Don't lose data if the
7539 merge fails.
7540
765831a0
DN
75412007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7542
bb042dc6
SM
7543 * progmodes/compile.el (compilation-auto-jump-to-first-error):
7544 Add group and version.
765831a0 7545
091525d5
SM
75462007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7547
e1f5b0ed 7548 * add-log.el (add-log-file-name): Use file-relative-name.
56b32800
JB
7549 (add-change-log-entry): Delay reading
7550 add-log-(full-name|mailing-address) to after we've switched to the
7551 ChangeLog buffer so we get the right value.
bb042dc6
SM
7552 (add-change-log-entry, add-log-current-defun, change-log-merge):
7553 Use derived-mode-p rather than checking major-mode directly.
e1f5b0ed 7554
6655f0bf
SM
7555 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7556 name for buffer-file-name if it refers to a directory.
7557
f3b8feb4
SM
7558 * vc-arch.el (vc-arch-diff): Fix last change.
7559
091525d5
SM
7560 * progmodes/compile.el (compilation-start): Remember the original
7561 directory in a buffer-local compilation-directory.
7562 (compile): Set the global value of compilation-directory.
7563 (recompile): Use compilation-directory even in the compilation buffer.
7564
d7927b9f
DN
75652007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7566
7567 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7568
3f0257cb
VJL
75692007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7570
7571 * ps-print.el: Problem with foreground and background color when
7572 printing a buffer with and without faces. Reported by Christian
7573 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7574 (ps-print-version): New version 6.7.5.
7575 (ps-default-fg): Change default value to nil, so black color is used
7576 when a face does not specify a foreground color.
7577 (ps-default-bg): Change default value to nil, so white color is used
7578 for background color.
7579 (ps-begin-job): Fix code.
7580
ec9bbc6c
EZ
75812007-07-20 Eli Zaretskii <eliz@gnu.org>
7582
7583 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
7584 in $(INSTALL_DIR)/lisp/ if they already exist.
7585
75862007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
7587
7588 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
7589 in $(INSTALL_DIR)/lisp/ if they already exist.
7590
3b27900d
SM
75912007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7592
ceb19436
SM
7593 * progmodes/vera-mode.el (vera-re-search-forward)
7594 (vera-re-search-backward): Remove use of store-match-data.
e341a817 7595 (vera-mode-map): Move initialization into declaration.
ceb19436 7596
8ebbfc80
SM
7597 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
7598 (flymake-find-buildfile): Use locate-dominating-file.
7599
d1a607bc
SM
7600 * vc.el (vc-delistify): Use mapconcat.
7601 (vc-do-command): Minor simplification.
7602 (vc-expand-dirs): Use push.
7603
da4c9778
SM
7604 * vc-mcvs.el (vc-mcvs-create-repo):
7605 * vc-cvs.el (vc-cvs-create-repo): Remove.
7606
3b27900d
SM
7607 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
7608 directory and the root as well.
7609
a6ea7ffc
DN
76102007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7611
c0edfa75
DN
7612 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
7613 instead of a file.
7614
a6ea7ffc
DN
7615 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
7616 (vc-hg-registered): Replace if with when.
3b27900d 7617 (vc-hg-state): Deal with nonexistent files and handle removed files.
a6ea7ffc
DN
7618 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
7619 (vc-hg-checkout): Re-enable.
7620 (vc-hg-create-repo): Fix typos.
c0edfa75 7621 (vc-hg-print-log): Fix for multiple files.
a272e668 7622 (vc-hg-workfile-unchanged-p): New function.
a6ea7ffc
DN
7623
7624 * vc.el: Fix typo.
ee2f409b
DN
7625 (vc-print-log): Fix call to print-log.
7626 (vc-default-comment-history): Likewise.
c0edfa75
DN
7627 (vc-directory-exclusion-list): Add .hg and .bzr.
7628 (vc-diff-internal): Pass a list instead of a file.
a6ea7ffc
DN
7629
7630 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
7631
7632 * vc-bzr.el (vc-bzr-create-repo): New function.
7633
66752bb4
SM
76342007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
7637 `file' from which to start the search.
7638
c1fec027
ER
76392007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
7640
84a7b243
DN
7641 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
7642 having a single file argument to having a list of files as the
7643 first argument.
418fd375 7644
c1fec027 76452007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
66752bb4 7646
418fd375
SM
7647 * files.el (locate-dominating-file): New function.
7648
6e3aa3f5
MA
76492007-07-18 Michael Albinus <michael.albinus@gmx.de>
7650
7651 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
7652 (grep-compute-defaults): Use it.
7653
e725d58f
SM
76542007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * uniquify.el: Docstring fixes.
7657
4e6e4fe5
ER
76582007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
7659
0729e1c4
DN
7660 * vc.el (revision-granularity, create-repo): Document new vc
7661 backend properties.
7662 (vc-rollback): Renamed from vc-cancel-version. Update
7663 references. Pass a list instead of a file.
7664 (vc-revert): Renamed from vc-revert-buffer. Update references.
7665 (vc-delistify, vc-expand-dirs): New functions.
7666 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7667 of files instead of a single file.
7668 (vc-position-context, vc-resync-window, vc-diff-internal)
7669 (vc-print-log): Pass a list instead of a file.
7670
7671 * vc-hooks.el (vc-stay-local-p, vc-backend)
7672 (vc-backend-subdirectory-name): Work on a file list, not a single
7673 file.
7674 (vc-workfile-version): Update docstring.
7675 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7676 vc-revert instead of vc-revert-buffer.
7677 (vc-prefix-map): Likewise. Bind vc-update.
7678
7679 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7680 (vc-svn-wash-log): New functions.
7681 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7682 (vc-svn-command): Deal with a list of files, not a single file.
7683
7684 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7685 (vc-rcs-wash-log): New functions.
7686 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7687 Deal with a list of files, not a single file.
7688 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7689
7690 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7691 functions.
7692 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7693 list of files, not a single file.
7694
7695 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7696 New functions.
7697 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7698 (vc-mcvs-diff): Deal with a list of files, not a single file.
7699
7700 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7701 functions.
7702 (vc-hg-print-log): Deal with a list of files, not a single file.
7703 (vc-hg-diff-tree): New function, replace defalias with the same
7704 name.
7705 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7706 FILES to denote that it is a file list, not a single file.
7707
7708 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7709 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7710 a single file.
7711 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7712 that it is a file list, not a single file.
7713 (vc-cvs-diff): Likewise. Simplify.
7714
7715 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7716 Deal with a list of files, not a single file.
7717
7718 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7719 (vc-bzr-print-log): Update FILE parameter name to denote that it
7720 is a file list, not a single file.
7721 (vc-bzr-diff): Likewise. Use the car of files.
f0fe4395 7722
4e6e4fe5 77232007-07-18 Juanma Barranquero <lekktu@gmail.com>
418fd375 7724
f0fe4395
JB
7725 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7726 (follow-delete-other-windows-and-split, follow-recenter)
7727 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7728 (follow-redisplay, follow-estimate-first-window-start)
7729 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7730 Fix typos in docstrings.
7731
3ee9a09c
MR
77322007-07-18 Martin Rudalics <rudalics@gmx.at>
7733
7734 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7735 avoid that filling introduces lines with a single asterisk.
7736
7737 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7738 avoid incorrect kmacro-ring-empty-p messages.
f0fe4395 7739 Reported by Michael Schierl <schierlm@gmx.de>.
3ee9a09c 7740
1e899515 77412007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 7742
1e899515 7743 * vc.el: Add more info about the vc-registered function.
6fee106e 7744
ce3f516f
MA
77452007-07-17 Michael Albinus <michael.albinus@gmx.de>
7746
7747 * files.el (file-remote-p): Introduce optional parameter
7748 IDENTIFICATION.
7749
7750 * recentf.el (recentf-keep-default-predicate): Adapt call of
7751 `file-remote-p'.
7752
7753 * progmodes/grep.el (grep-probe): Use `process-file'.
7754 (grep-compute-defaults): Handle variables host specific.
7755
f0fe4395 7756 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
ce3f516f
MA
7757 parameter IDENTIFICATION.
7758
7759 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7760 parameter IDENTIFICATION.
7761 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
7762 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7763 Add entry for `set-file-times'.
7764 (tramp-do-copy-or-rename-file-via-buffer)
7765 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7766 (tramp-handle-unhandled-file-name-directory): Rewrite.
7767 (tramp-convert-file-attributes): Add error handling when inode is
7768 extraordinary big.
7769 (tramp-get-inode): Change parameter from FILE to VEC.
f0fe4395
JB
7770 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7771 is nil. This is according to the specification. Goto (point-max)
ce3f516f
MA
7772 when ready.
7773 (tramp-handle-shell-command): Rewrite completely, using
7774 `process-file' and `start-file-process'.
7775 (tramp-methods, tramp-find-shell)
7776 (tramp-open-connection-setup-interactive-shell)
7777 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7778 var. Reported by Steve Youngs <steve@sxemacs.org>.
7779
7780 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7781 entry for `set-file-times'. Rename `start-process' into
7782 `start-file-process'. Remove `call-process' entry.
7783 (tramp-fish-handle-set-file-times): New defun.
7784 (tramp-fish-handle-executable-find): Use `process-file'.
7785 (tramp-fish-handle-process-file): New defun. Replaces
7786 `tramp-fish-handle-call-process'.
7787 (tramp-fish-do-copy-or-rename-file-directly): Use
7788 `set-file-times'.
7789 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7790
7791 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7792 `tramp-get-inode' parameter.
7793
8c58e784
SM
77942007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7797 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
7798 nowadays, and by the time Emacs-23 comes out, nobody will even remember
7799 it has ever existed.
7800
9e6da495
DN
78012007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7802
7803 * vc.el: Undo previous change.
7804
a055c272
EZ
78052007-07-16 Eli Zaretskii <eliz@gnu.org>
7806
7807 * makefile.w32-in (clean): Don't delete *~.
7808
e58914d0
SM
78092007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7810
c25d0edb
SM
7811 * textmodes/tex-mode.el (tex-verbatim-environments):
7812 Add safe-local-variable property.
7813 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7814 when starting font-lock rather than when loading tex-mode.el.
7815
e58914d0
SM
7816 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7817 whole $( rather than just the $. Rename from sh-quoted-subshell.
7818 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7819
1499cfba
TTN
78202007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7821
1de49d4e
TTN
7822 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7823 bookmark-alist. Instead, if not sorting, simply return it.
7824 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7825 for its return value, not for its side effect.
7826
1499cfba
TTN
7827 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7828 case of alignment under a constant symbol, find and consider
7829 the sexp actually at indentation to be the "last sexp".
7830
1de49d4e 78312007-07-16 Drew Adams <drew.adams@oracle.com>
b3709a53
RS
7832
7833 * mouse.el (mouse-yank-secondary): Better error message if no
7834 secondary selection.
7835
2b1070c8
DN
78362007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7837
dbd3d787
DN
7838 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7839
2b1070c8
DN
7840 * term/xterm.el (xterm-turn-on-modify-other-keys)
7841 (xterm-turn-off-modify-other-keys): New functions.
7842 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7843 terminal supports it.
7844
fd5306d2
TTN
78452007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7846
7847 * bookmark.el (bookmark-show-all-annotations):
7848 Make sure each inserted annotation ends with newline.
7849
1e899515 78502007-07-15 Richard Stallman <rms@gnu.org>
6fee106e 7851
1e899515 7852 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6fee106e 7853
1e899515
MB
7854 * tutorial.el (tutorial--find-changed-keys):
7855 Handle C-x specially like ESC.
6fee106e 7856
1e899515 78572007-07-15 Aaron Hawley <aaronh@garden.org>
6fee106e 7858
1e899515 7859 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6fee106e 7860
0aeeaa26
JL
78612007-07-15 Juri Linkov <juri@jurta.org>
7862
7863 * delsel.el (delete-selection-pre-hook):
7864 * emulation/cua-base.el (cua-paste): Before a yank command,
7865 check also whether last-command is one of mouse-save-then-kill,
7866 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7867
abb971c3 78682007-07-15 Michael Albinus <michael.albinus@gmx.de>
60f164bd
MA
7869
7870 * recentf.el (recentf-keep-default-predicate): New defun.
7871 (recentf-keep): Use it as initial value.
7872
36ae4ff7
KF
78732007-07-15 Karl Fogel <kfogel@red-bean.com>
7874
7875 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7876 thus restoring bookmark bindings to three slots under C-x r. See
7877 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7878
4207db9a
GM
78792007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7880
004b681c 7881 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4207db9a 7882
3af37803
JR
78832007-07-15 Jason Rumney <jasonr@gnu.org>
7884
7885 * w32-fns.el (set-default-process-coding-system): Use dos line ends
7886 for input to cmdproxy on all versions of Windows.
7887 Use dos line ends for input to plink.
7888
7889 * comint.el (comint-simple-send): Concat newline before sending.
7890 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
7891
a25beddb
SM
78922007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
7895 safe-local-variable setting.
7896
287a387c
DK
78972007-07-14 David Kastrup <dak@gnu.org>
7898
7899 * emacs-lisp/advice.el (defadvice): Doc fix.
7900
ebc3ae14
JB
79012007-07-14 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * subr.el (when, unless): Doc fix.
7904
6f8a87c0 79052007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 7906
6f8a87c0 7907 * replace.el (match): Use yellow1 instead of yellow.
6fee106e 7908
87094c03
FP
7909 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
7910 red.
6fee106e 7911
6f8a87c0 7912 * pcvs-info.el (cvs-unknown): Likewise.
6fee106e 7913
564a3032
EZ
79142007-07-13 Eli Zaretskii <eliz@gnu.org>
7915
7916 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
7917 (install): Use them to copy all *.el files before *.elc.
7918
78a264f4 79192007-07-13 Drew Adams <drew.adams@oracle.com>
241ab2b5
KF
7920
7921 * bookmark.el (bookmark-jump-other-window): New function.
7922 (bookmark-map): Bind it to "o".
7923
f8b7331d 7924 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
a25beddb
SM
7925 and its thread contains discussion about this change.
7926 The original patch was slightly tweaked by Karl Fogel
f8b7331d 7927 <kfogel@red-bean.com> before committing.
241ab2b5 7928
d14c45f7
KF
79292007-07-13 Karl Fogel <kfogel@red-bean.com>
7930
7931 * bookmark.el: Shorten some comments to fit within 80 lines.
7932
e4f6f302
KF
79332007-07-13 Karl Fogel <kfogel@red-bean.com>
7934
7935 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7936 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
a25beddb 7937 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
e4f6f302
KF
7938 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7939
d72dd6bc
CD
79402007-07-13 Carsten Dominik <dominik@science.uva.nl>
7941
7942 * textmodes/org.el: Bug fixes.
ebc3ae14 7943 (org-end-of-line): Move to end of line if in headline without tags.
d72dd6bc 7944
fc8b8d0f
SM
79452007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7946
e5162bc1
SM
7947 * vc-hooks.el: Remove spurious * in docstrings.
7948 (vc-handled-backends): Add BZR.
7949
fc8b8d0f
SM
7950 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7951
9e29c91c
JB
79522007-07-12 Davis Herring <herring@lanl.gov>
7953
7954 * desktop.el (desktop-buffer-info, desktop-save):
7955 Use `desktop-dirname' instead of `dirname'.
7956
4f7a582b
SM
79572007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7958
7959 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7960
7961 * progmodes/python.el (python-which-func-length-limit): New var.
7962 (python-which-func): New function.
7963 (python-current-defun): Add optional `length-limit' and try to fit
7964 computed function name to that length.
7965 (python-mode): Hook `python-which-func' up.
7966
c788d366
SM
79672007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7968
7969 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7970
7971 * comint.el (comint-dynamic-complete-as-filename):
7972 Use read-file-name-completion-ignore-case.
7973
2346acf6
SM
79742007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7975
c788d366
SM
7976 * comint.el (comint-dynamic-list-filename-completions):
7977 Use read-file-name-completion-ignore-case.
7978
2346acf6
SM
7979 * vc-cvs.el: Require CL.
7980 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7981 New functions to provide completion of revision names.
7982
7983 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7984 (vc-cvs-annotate-first-line-re): New const.
7985 (vc-cvs-annotate-process-filter): New fun.
7986 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7987
1bed504a
SM
79882007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7989
7990 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7991 (eldoc-print-current-symbol-info): Adjust for changed helper
7992 function signatures.
7993 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7994 `eldoc-highlight-function-argument'.
7995 (eldoc-highlight-function-argument): New function.
7996 (eldoc-get-var-docstring): Format documentation with
7997 `font-lock-variable-name-face'.
7998 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7999 where suited.
8000 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8001 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8002
db8af973
MA
80032007-07-11 Michael Albinus <michael.albinus@gmx.de>
8004
8005 * progmodes/compile.el (compilation-start): `start-process' must
8006 still be redefined when calling `start-process-shell-command'.
8007
8008 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8009 remote file name, prepend its remote part to the filename.
8010 (gud-common-init): When `default-directory' is a remote file name,
8011 make the filename relative to it.
8012 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8013
82c4728d
DN
80142007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8015
8016 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8017 mouse binding and a tooltip.
8018
80192007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * menu-bar.el (vc-menu-map): New defalias.
8022
6f8a87c0 80232007-07-10 Richard Stallman <rms@gnu.org>
6fee106e 8024
6f8a87c0
MB
8025 * emacs-lisp/lisp-mode.el (eval-defun):
8026 Explain special handling of `defface'.
6fee106e 8027
c636ecc6
NR
80282007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8029
8030 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8031
8032 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8033
ebaba1bd
SM
80342007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8035
1cd643e7
SM
8036 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8037
ebaba1bd
SM
8038 * vc-arch.el (vc-arch-complete): Remove.
8039 (vc-arch-revision-completion-table): Use complete-with-action.
8040
8041 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8042 (complete-with-action): New function.
8043 (dynamic-completion-table): Use it.
8044
4b29e550
MA
80452007-07-10 Michael Albinus <michael.albinus@gmx.de>
8046
8047 * comint.el (make-comint, make-comint-in-buffer)
8048 (comint-exec-1): Replace `start-process' by `start-file-process'.
8049
8050 * progmodes/compile.el (compilation-start): Revert redefining
8051 `start-process'.
8052
48df920c
SM
80532007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8054
1bed504a
SM
8055 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8056 with EOLs when generating MD5 checksums.
8057
7dcef48d
SM
8058 * follow.el: Don't change the global map from the follow-mode-map
8059 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8060 XEmacs code.
8061 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8062 since `follow-mode' should be used instead for that.
8063
d3883360
SM
8064 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8065 (easy-menu-do-define): Use it.
8066 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8067
813fb3fe
SM
8068 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8069 (compilation-auto-jump-to-next): New vars.
8070 (compilation-auto-jump): New function.
8071 (compilation-error-properties): Use them to jump to first error.
8072 (compilation-start): Set the var if requested.
8073
48df920c
SM
8074 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8075 duplicates without also removing entries from other directories.
8076
f3850a5f
CD
80772007-07-10 Carsten Dominik <dominik@science.uva.nl>
8078
8079 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8080 Remember span as default.
48df920c
SM
8081 (org-columns-edit-value): Rename from `org-column-edit'.
8082 (org-columns-display-here-title): Rename from
f3850a5f 8083 `org-overlay-columns-title'.
48df920c
SM
8084 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8085 (org-columns-get-autowidth-alist): Rename from
8086 `org-get-columns-autowidth-alist'.
8087 (org-columns-display-here): Rename from `org-overlay-columns'.
8088 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8089 (org-columns-quit): Rename from `org-column-quit'.
8090 (org-columns-show-value): Rename from `org-column-show-value'.
f3850a5f
CD
8091 (org-columns-content, org-columns-widen)
8092 (org-columns-next-allowed-value)
8093 (org-columns-edit-allowed, org-columns-store-format)
8094 (org-columns-uncompile-format, org-columns-redo)
8095 (org-columns-edit-attributes, org-delete-property)
8096 (org-set-property, org-columns-update)
8097 (org-columns-compute, org-columns-eval)
8098 (org-columns-not-in-agenda, org-columns-compute-all)
8099 (org-property-next-allowed-value)
8100 (org-columns-compile-format)
8101 (org-fill-paragraph-experimental)
8102 (org-string-to-number, org-property-action)
f0fe4395 8103 (org-columns-move-left, org-columns-new)
f3850a5f
CD
8104 (org-column-number-to-string)
8105 (org-property-previous-allowed-value)
8106 (org-at-property-p, org-columns-delete)
8107 (org-columns-previous-allowed-value)
8108 (org-columns-move-right, org-columns-narrow)
8109 (org-property-get-allowed-values)
8110 (org-verify-version, org-column-string-to-number)
8111 (org-delete-property-globally): New functions.
48df920c
SM
8112 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8113 (org-columns-overlays): Rename from `org-column-overlays'.
8114 (org-columns-map): Rename from `org-column-map'.
8115 (org-columns-current-maxwidths): Rename from
f3850a5f
CD
8116 `org-current-columns-maxwidths'.
8117 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8118 (org-previous-header-line-format)
8119 (org-columns-inhibit-recalculation)
8120 (org-columns-top-level-marker): New variables.
48df920c 8121 (org-columns-default-format): Rename from `org-default-columns-format'.
f3850a5f
CD
8122 (org-property-re): New constant.
8123
45595a4f 81242007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6fee106e 8125
45595a4f 8126 * subr.el (looking-at-p, string-match-p): New functions.
6fee106e 8127
2b1567a5
RS
81282007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8129
8130 * textmodes/tex-mode.el (tex-fontify-script)
8131 (tex-font-script-display): New variables to make display of
8132 superscripts and subscripts customizable.
8133 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8134
ccbbae2c
RS
81352007-07-09 Richard Stallman <rms@gnu.org>
8136
8137 * isearch.el (isearch-edit-string): Call to isearch-push-state
8138 after the search.
8139
825906b8
JD
81402007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8141
8142 * window.el (fit-window-to-buffer): Remove setting of window-min-height
39127636
JB
8143 to 1 as enlarge-window uses the value to resize/shrink windows other
8144 than WINDOW if needed.
825906b8 8145
45595a4f
RS
81462007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8147
8148 * cus-start.el (file-coding-system-alist): Fix custom type.
8149
81502007-07-08 Chong Yidong <cyd@stupidchicken.com>
8151
8152 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8153 modified.
48df920c
SM
8154 (longlines-auto-wrap, longlines-window-change-function):
8155 Remove unnecessary calls to set-buffer-modified-p.
45595a4f 8156
6bd7e3b4
KY
81572007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * cus-start.el (file-coding-system-alist): Fix custom type.
8160
f4b43eb3
SM
81612007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8164 (vc-cvs-checkout): Remove last arg now unused; simplify.
8165
00d6fd04
MA
81662007-07-08 Michael Albinus <michael.albinus@gmx.de>
8167
8168 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8169
8170 * net/tramp.el:
8171 * net/tramp-ftp.el:
8172 * net/tramp-smb.el:
8173 * net/tramp-uu.el:
8174 * net/trampver.el: Migrate to Tramp 2.1.
8175
8176 * net/tramp-cache.el:
8177 * net/tramp-fish.el:
8178 * net/tramp-gw.el: New Tramp packages.
8179
8180 * net/tramp-util.el:
8181 * net/tramp-vc.el: Removed.
8182
b83483d5 8183 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
00d6fd04
MA
8184 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8185
8186 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8187
8188 * progmodes/compile.el (compilation-start): Redefine
8189 `start-process' temporarily when `default-directory' is remote.
8190 Remove case of synchronous compilation, this won't happen ever.
8191 (compilation-setup): Make local variable `comint-file-name-prefix'
8192 for remote compilation.
8193
0468beec
MR
81942007-07-08 Martin Rudalics <rudalics@gmx.at>
8195
8196 * novice.el (disabled-command-function): Fit window to buffer to
8197 make last line visible.
8198 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8199
8200 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8201 when handling the terminating event.
8202
94c95a35
JB
82032007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8204
8205 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8206 (math-bignum-digit-length): Change to optimal value.
8207
4346200e
JB
8208 * calc/calc-bin.el (math-bignum-logb-digit-size)
8209 (math-bignum-digit-power-of-two): Evaluate when compiled.
8210
94c95a35 8211 * calc/calc-comb.el (math-small-factorial-table)
39127636 8212 (math-init-random-base, math-prime-test): Remove unnecessary calls
94c95a35
JB
8213 to `math-read-number-simple'.
8214
39127636 8215 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
94c95a35
JB
8216 (math-approx-gamma-const): Add docstrings.
8217
8218 * calc/calc-forms.el (math-julian-date-beginning)
ebc3ae14 8219 (math-julian-date-beginning-int): New constants.
39127636 8220 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
94c95a35
JB
8221 Use the new constants.
8222
8223 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8224
39127636
JB
8225 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8226 Add docstrings.
94c95a35 8227
cd42ec7d
SM
82282007-07-07 Tom Tromey <tromey@redhat.com>
8229
8230 * vc.el (vc-annotate): Jump to line and output message only after the
8231 process is really all done.
8232
7c33af85
SM
82332007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * vc.el (vc-exec-after): Don't move point from the sentinel.
8236 Forcefully read all the remaining text in the pipe upon process exit.
8237 (vc-annotate-display-autoscale, vc-annotate-lines):
8238 Don't stop at the first unrecognized line.
8239 (vc-annotate-display-select): Run autoscale after the process is done
8240 since it depends on the whole result.
8241
fc70e90f
EZ
82422007-07-07 Eli Zaretskii <eliz@gnu.org>
8243
8244 * term/w32-win.el (menu-bar-open): New function.
8245 Bind <f10> to it.
8246
7cb76caa
MA
82472007-07-07 Michael Albinus <michael.albinus@gmx.de>
8248
8249 * simple.el (start-file-process): New defun.
8250
0b7750a9
SM
82512007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8252
75f6af19
SM
8253 * files.el (find-file-confirm-nonexistent-file): Rename from
8254 find-file-confirm-inexistent-file. Update users.
8255
0b7750a9
SM
8256 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8257 format of autoload block where the file's time-stamp is replaced by its
8258 MD5 checksum.
8259 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8260 time-stamp for secondary autoloads files.
8261 (update-directory-autoloads): Remove duplicate entries.
8262 Use time-less-p for time-stamps, as done in autoload-find-destination.
8263
e90988a0
JB
82642007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8265
8266 * calc/calc.el (math-read-number): Replace number by variable.
8267 (math-read-number-simple): Properly parse small integers.
8268
dc5d263f
DN
82692007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * vc.el: Fix doc for the checkout function.
8272
a07e665b
DN
82732007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8274
8275 * vc-hg.el (vc-hg-root): New function.
8276 (vc-hg-registered): Use it.
8277 (vc-hg-diff-tree): New defalias.
8278 (vc-hg-responsible-p): Likewise.
8279 (vc-hg-checkout): Comment out, not needed.
8280 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8281 (vc-hg-find-version, vc-hg-next-version): New functions.
8282
78ddf12f
AS
82832007-07-06 Andreas Schwab <schwab@suse.de>
8284
8285 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8286 dynamic bindings around the evaluation of the expression.
8287 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8288
ddd7c238
SM
82892007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8292 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8293 Use run-hooks rather than run-mode-hooks.
8294
3fa5c462
JB
82952007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8296
8297 * calc/calc-comb.el (math-random-digit): Rename to
8298 `math-random-three-digit-number'.
8299 (math-random-digits): Don't depend on representation of integer.
8300
8301 * calc/calc-bin.el (math-bignum-logb-digit-size)
8302 (math-bignum-digit-power-of-two): New constants.
39127636
JB
8303 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8304 (math-not-bignum, math-clip-bignum): Use the constants
3fa5c462
JB
8305 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8306 instead of their values.
8307 (math-clip): Use math-small-integer-size instead of its value.
8308
9ae06d96
JB
8309 * calc/calc.el (math-add-bignum): Replace number by constant.
8310
61af0f39
CY
83112007-07-05 Chong Yidong <cyd@stupidchicken.com>
8312
ddd7c238
SM
8313 * wid-edit.el (widget-documentation-string-value-create):
8314 Insert indentation spaces.
61af0f39 8315
c1d478c3
TTN
83162007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8317
8318 * emacs-lisp/byte-opt.el: Revert last change.
8319
c2ba4a6b
DN
83202007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8321
8322 * vc-hooks.el (vc-handled-backends): Add HG.
8323
8324 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
8325
f15ca944
SM
83262007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * complete.el (PC-do-complete-and-exit): Add support for the new
8329 `confirm-only' confirmation mode.
8330
2321b042
CY
83312007-07-05 Chong Yidong <cyd@stupidchicken.com>
8332
8333 * cus-edit.el (custom-commands): New variable.
8334 (custom-tool-bar-map): New variable. Initialize using
8335 `custom-commands'.
8336 (custom-mode): Use `custom-tool-bar-map'.
8337 (custom-buffer-create-internal): Insert action buttons only if
8338 tool bar is not used. Use `custom-commands'.
8339 (Custom-help, custom-command-apply): New function.
8340 (custom-command-apply, Custom-set, Custom-save)
8341 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
8342 Use `custom-command-apply' instead of duplicating code.
8343 (customize-group-other-window): Call `customize-group' instead of
8344 duplicating code.
8345 (customize-face-other-window): Call `customize-face' instead of
8346 duplicating code.
8347 (customize-group, customize-face): Add optional args for opening
8348 in another window.
8349 (custom-variable-tag): Don't inherit `variable-pitch' face.
8350 (custom-group-tag): Inherit `variable-pitch' face.
8351 (custom-variable-value-create): Set documentation indentation.
8352 (custom-group-value-create): Make group name a link, instead of
8353 using an extra "go to group" button.
8354 (custom-prompt-variable, custom-group-set, custom-group-save)
8355 (custom-group-reset-current, custom-group-reset-saved)
8356 (custom-group-reset-standard): Minor cleanup.
8357
978d4c87
TTN
83582007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8359
8360 * Makefile.in (bootstrap-prepare): When copying from
8361 ldefs-boot.el, make sure loaddefs.el is writeable.
8362
4c5cd2d2
TTN
8363 (bootstrap-prepare): Make $(lisp)/ps-print.el
8364 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
8365
b33ac3b7
DN
83662007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8367
8368 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
8369 only caller, and delete.
8370 (vc-hg-state): Deal with exceptions and only parse the output on
8371 successful return.
4ac3eac7
DN
8372 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
8373 caller, and delete.
b33ac3b7
DN
8374 (vc-hg-workfile-version): Deal with exceptions and only parse the
8375 output on successful return.
4ac3eac7 8376 (vc-hg-revert): New function.
b33ac3b7 8377
b4739e5d
JB
83782007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
8379
8380 * calculator.el (calculator-expt): Use more cases to determine
8381 the value.
8382
c89d0fd4 83832007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 8384
c89d0fd4
MB
8385 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
8386 file names.
6fee106e 8387
f50347a9
JB
83882007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8389
8390 * calculator.el (calculator-expt, calculator-integer-p):
8391 New functions.
8392 (calculator-fact): Check to see if the factorial will be too
8393 large before computing it.
8394 (calculator-initial-operators): Use `calculator-expt' to
8395 compute "^".
8396 (calculator-mode): Mention that results which are too large
8397 will return inf.
aa9f2751
JB
8398 * calc/calc-comb.el (math-small-factorial-table): Replace list
8399 by vector.
f50347a9 8400
b71f9bdb
DK
84012007-07-03 David Kastrup <dak@gnu.org>
8402
8403 * shell.el: On request of the authors, remove their addresses for
8404 the sake of bug reports, and add the developer list address as
8405 maintainer information.
8406
cf84d3ce
RS
84072007-07-03 Richard Stallman <rms@gnu.org>
8408
8409 * files.el (make-directory): Doc fix.
8410 (find-file-confirm-inexistent-file): Make it a defcustom.
8411 Make nil the default.
8412
84132007-07-02 Richard Stallman <rms@gnu.org>
8414
8415 * startup.el (command-line): Set buffer-offer-save in *scratch*
8416 and enable auto-save in it.
8417
39586cf3
CD
84182007-07-02 Carsten Dominik <dominik@science.uva.nl>
8419
8420 * textmodes/org.el (orgstruct-mode-map): New variable.
8421 (orgstruct-mode): New minor mode.
8422 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8423 (orgstruct-make-binding, org-context-p, org-get-local-variables)
8424 (org-run-like-in-org-mode): New functions.
8425 (org-cycle-list-bullet): New command.
8426 (org-special-properties, org-property-start-re)
8427 (org-property-end-re): New constants.
8428 (org-with-point-at): New macro.
8429 (org-get-property-block, org-entry-properties, org-entry-get)
8430 (org-entry-delete, org-entry-get-with-inheritance)
8431 (org-entry-put, org-buffer-property-keys): New functions.
8432 (org-insert-property-drawer): New command.
8433 (org-entry-property-inherited-from): New variable.
8434 (org-column): New face.
8435 (org-column-overlays, org-current-columns-fmt)
8436 (org-current-columns-maxwidths, org-column-map): New variables.
8437 (org-column-menu): New menu.
8438 (org-new-column-overlay, org-overlay-columns)
8439 (org-overlay-columns-title, org-remove-column-overlays)
93137d49
JB
8440 (org-column-show-value, org-column-quit, org-column-edit):
8441 New functions.
39586cf3
CD
8442 (org-columns, org-agenda-columns): New commands.
8443 (org-get-columns-autowidth-alist): New functions.
8444 (org-properties): New customize group.
8445 (org-default-columns-format): New option.
8446 (org-priority): Realign tags after changing priority.
8447 (org-preserve-lc): New macro.
8448 (org-update-checkbox-count): Catch case when there is no headline.
8449 (org-agenda-quit): Remove any column overlays.
8450 (org-beginning-of-item-list): Fixed bug when non-item line is
8451 indented too deep.
8452 (org-cached-props): New variable.
8453 (org-cached-entry-get): New function.
8454 (org-make-tags-matcher): Handle property matches.
8455 (org-table-recalculate): Swap evaluation order: Field formula
8456 first, then column formulas, but don't allow them to overwrite the
8457 field formulas.
8458 (org-table-eval-formula): New argument untouchable.
8459 (org-table-put-field-property): New function.
8460
e8749da6
MR
84612007-07-02 Martin Rudalics <rudalics@gmx.at>
8462
39127636 8463 * help-mode.el (help-make-xrefs): Skip spaces too when
e8749da6
MR
8464 skipping tabs.
8465
8466 * ffap.el (dired-at-point-prompter): Improve prompt in
8467 list-directory case.
8468
c89d0fd4 84692007-07-01 Richard Stallman <rms@gnu.org>
6fee106e 8470
c89d0fd4 8471 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6fee106e 8472
b1916c6e
RS
84732007-07-01 Richard Stallman <rms@gnu.org>
8474
8475 * cus-start.el (max-mini-window-height): Added.
8476
84772007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8478
8479 * complete.el (partial-completion-mode): Remove advice of
4c5cd2d2 8480 read-file-name-internal.
b1916c6e
RS
8481 (PC-do-completion): Rebind minibuffer-completion-table.
8482 (PC-read-file-name-internal): New function doing what
8483 read-file-name-internal advice did.
8484
ed2f6a47
TTN
84852007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
8486
8487 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8488 property on a few symbols.
8489 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8490 (byte-optimize-lapcode): Remove bindings that are not referenced
8491 and certainly will not effect through dynamic scoping.
8492
14fd09e5
SM
84932007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * files.el (find-file-confirm-inexistent-file): New var.
8496 (find-file, find-file-other-window, find-file-other-frame)
8497 (find-file-read-only, find-file-read-only-other-window)
8498 (find-file-read-only-other-frame): Use it.
8499
f61fd6b7
SM
85002007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8503
bd1bb1c7
JB
85042007-06-29 Juanma Barranquero <lekktu@gmail.com>
8505
8506 * generic-x.el (generic-define-mswindows-modes)
8507 (generic-define-unix-modes, apache-log-generic-mode)
8508 (bat-generic-mode-keymap, java-manifest-generic-mode)
8509 (show-tabs-generic-mode): Fix typos in docstrings.
8510
0ffab1eb
TTN
85112007-06-29 Ryan Yeske <rcyeske@gmail.com>
8512
8513 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
bd1bb1c7 8514 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
0ffab1eb
TTN
8515 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
8516 (rcirc-print): Never ignore messages from ourself.
8517
0ffaebf0
SM
85182007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
8521 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
8522
e1e16897
JD
85232007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8524
8525 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
8526 replace-regexp-in-string.
8527
b68f6e48
SM
85282007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * emacs-lisp/cl.el: Set edebug and indentation before loading
8531 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
8532
dd8d430f
AS
85332007-06-28 Andreas Schwab <schwab@suse.de>
8534
8535 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8536 $(lisp)/subdirs.el.
8537
d9d0113f
JB
85382007-06-28 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8541 the speedbar frame if nil; that deletes the current frame or
8542 causes an error if it is the only frame.
8543 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8544
cd7c4fc5
TTN
85452007-06-28 Kevin Ryde <user42@zip.com.au>
8546
8547 * textmodes/nroff-mode.el: Groff \# comments.
8548 (nroff-mode-syntax-table): \# comment intro,
8549 plain # as punct per global table.
8550 (nroff-font-lock-keywords): Add # as a single char escape.
8551 (nroff-mode): In comment-start-skip, match \#.
8552
360cf7bc
SM
85532007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8556 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8557 point-min == 1.
8558
8315a3b5
NR
85592007-06-28 Nick Roberts <nickrob@snap.net.nz>
8560
360cf7bc
SM
8561 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8562 Rename and move to...
8315a3b5
NR
8563
8564 * subr.el (strings->string, string->strings): ...here.
8565
8566 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8567 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8568
8569 * progmodes/gud.el (gud-common-init): Call string->strings instead
8570 of split-string.
8571
4a725859
MA
85722007-06-27 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * dired-aux.el: Remove `dired-call-process'.
8575 (dired-check-process): Call `process-file'.
8576
8577 * wdired.el (wdired-do-perm-changes): Call `process-file'.
8578
8579 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
8580 `ange-ftp-process-file'.
8581
413d6d87
SM
85822007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8583
dbc65a5e
SM
8584 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
8585
8586 * emacs-lisp/cl-extra.el:
8587 * emacs-lisp/cl-seq.el:
8588 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
8589 Add autoload cookies on all defs autoloaded manually in cl.el.
8590
8591 * emacs-lisp/cl-loaddefs.el: New file.
8592
36c6bc15
SM
8593 * textmodes/texinfmt.el (texinfo-raisesections-alist)
8594 (texinfo-lowersections-alist): Merge definition and declaration.
8595 (texinfo-start-of-header, texinfo-end-of-header): Remove.
8596 (texinfo-format-syntax-table): Merge init into declaration.
8597 (texinfo-format-parse-line-args, texinfo-format-parse-args)
8598 (texinfo-format-parse-defun-args, texinfo-format-node)
8599 (texinfo-push-stack, texinfo-multitable-widths)
8600 (texinfo-define-info-enclosure, texinfo-alias)
8601 (texinfo-format-defindex, batch-texinfo-format): Use push.
8602 (texinfo-footnote-number): Remove duplicate declaration.
8603
231f3e66
SM
8604 * ps-print.el: Update with auto-generated autoloads.
8605
413d6d87
SM
8606 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
8607
0b0dad41
SM
86082007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8609
438d6bb6
SM
8610 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
8611 relative to current dir for file-local settings.
8612 (autoload-generate-file-autoloads): Add `outfile' arg.
8613 (update-directory-autoloads): Use it to directly call
8614 autoload-generate-file-autoloads instead of going through
8615 update-file-autoloads so we avoid redundant searches and so we can know
8616 the set of buffers changed so we can save them all.
8617
1fad2b12
SM
8618 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
8619 rather than throwing `up-to-date'.
8620 (autoload-generate-file-autoloads): Adjust correspondingly.
8621 (update-file-autoloads): Be careful to let-bind
8622 autoload-modified-buffers and adjust to new calling conventions.
8623 (autoload-modified-buffers): Make it a dynamically scoped var.
8624 (update-directory-autoloads): Use file-relative-name instead of
8625 autoload-trim-file-name.
8626 (autoload-insert-section-header): Don't use autoload-trim-file-name
8627 since the file is already relative now.
8628 (autoload-trim-file-name): Remove.
8629
56dada42
SM
8630 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
8631 (vc-arch-complete, vc-arch--version-completion-table)
8632 (vc-arch-revision-completion-table): New functions to provide
8633 completion of revision names.
8634 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
8635 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
8636 to let the user trim the revlib.
8637
4d83a657
SM
8638 * vc.el: Add new VC operation `revision-completion-table'.
8639 (vc-default-revision-completion-table): New function.
8640 (vc-version-diff, vc-version-other-window): Use it to provide
8641 completion of revision names if the backend provides it.
8642
0b0dad41
SM
8643 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
8644
8645 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
8646 of newer .svn/entries.
8647
fed082a0
DK
86482007-06-25 David Kastrup <dak@gnu.org>
8649
8650 * calc/calc-poly.el (math-padded-polynomial)
8651 (math-partial-fractions): Add some function comments.
8652
986c5ad5
SM
86532007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8656 Make `outbuf' optional.
8657 (update-file-autoloads): Use it.
8658
57536a83
SM
86592007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8660
e66466a6
SM
8661 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8662 (autoload-find-destination): Keep it uptodate.
8663 (autoload-save-buffers): New fun.
8664 (update-file-autoloads): Use it. Re-add the "up to date" message.
8665
57536a83
SM
8666 * emacs-lisp/autoload.el: Refactor for upcoming changes.
8667 (autoload-find-destination): New function extracted from
8668 update-file-autoloads.
8669 (update-file-autoloads): Use it.
ceea9b18
SM
8670 (autoload-generate-file-autoloads): New function extracted from
8671 generate-file-autoloads. Use file-relative-name. Delay computation of
8672 output-start to the first cookie. Remove done-any, replaced by
8673 output-start.
8674 (generate-file-autoloads): Use it.
57536a83 8675
40cddce8
JB
86762007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8677
d9d0113f 8678 * calc/calc-comb.el (math-init-random-base, math-prime-test):
40cddce8
JB
8679 Use math-read-number-simple to insert constants.
8680 (math-prime-test): Redo calculation of sum.
8681
98888d77
JB
8682 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8683
57536a83 8684 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
98888d77
JB
8685 math-scale-bignum-3.
8686 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8687 math-bignum-digit-size.
8688 (math-isqrt-small): Add another possible initial guess.
8689
2793c9bb
RW
86902007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8691
8692 * textmodes/bibtex.el (bibtex-entry-format): New options
8693 `whitespace', `braces', and `string'.
8694 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8695 (bibtex-field-braces-opt, bibtex-field-strings-opt)
8696 (bibtex-cite-matcher-alist): New variables.
8697 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8698 (bibtex-flash-head): Use blink-matching-delay.
8699 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8700 (bibtex-format-entry, bibtex-reformat): Handle new options of
8701 bibtex-entry-format.
57536a83
SM
8702 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8703 New functions.
2793c9bb
RW
8704 (bibtex-complete-internal): Do not display messages while
8705 minibuffer is used. Do not leave around a completions buffer
8706 that is out of date.
8707 (bibtex-copy-summary-as-kill): New optional arg.
8708 (bibtex-font-lock-url): New optional arg no-button.
8709 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8710 (bibtex-url): Allow multiple URLs per entry.
dbb7d404 8711
3b979520
SM
87122007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * emacs-lisp/autoload.el (autoload-generated-file): New function.
8715 (update-file-autoloads, update-directory-autoloads): Use it.
8716 (autoload-file-load-name): New function.
8717 (generate-file-autoloads, update-file-autoloads): Use it.
8718 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8719 (generate-file-autoloads): If the autoloaded form is malformed,
8720 indicate the problem with a warning instead of aborting.
8721
28adf31c
TTN
87222007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8723
8724 * simple.el (next-error-recenter): Accept `(4)' as well;
8725 also, specify `integer' instead of `number'.
8726
56fbb895
EZ
87272007-06-23 Eli Zaretskii <eliz@gnu.org>
8728
8729 * ls-lisp.el (insert-directory): If an invalid regexp error is
8730 thrown, try using FILE as a literal file name, not a wildcard.
8731
5bcacaac
JB
87322007-06-23 Juanma Barranquero <lekktu@gmail.com>
8733
8734 * ruler-mode.el (ruler-mode): Prevent clobbering the original
8735 `header-line-format' when reentering ruler mode.
8736
2199cb47
EZ
87372007-06-23 Eli Zaretskii <eliz@gnu.org>
8738
8739 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
a65473ab 8740 FILE exists as a file.
2199cb47 8741
a6d107f1
JB
87422007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8743
8744 * calc/calc.el (math-bignum-digit-length)
5bcacaac 8745 (math-bignum-digit-size, math-small-integer-size):
a6d107f1 8746 New constants.
5bcacaac
JB
8747 (math-normalize, math-bignum-big, math-make-float)
8748 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8749 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
d9d0113f 8750 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
5bcacaac
JB
8751 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8752 (math-quotient, math-div-bignum, math-div-bignum-digit)
8753 (math-div-bignum-part, math-format-bignum-decimal)
a6d107f1
JB
8754 (math-read-bignum): Use math-bignum-digit-length,
8755 math-bignum-digit-size and math-small-integer-size.
8756
6f8b1d28
JB
8757 * calc/calc-ext.el (math-fixnum-big): Use the variable
8758 math-bignum-digit-size.
8759
d621bc0a
DN
87602007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8761
d621bc0a
DN
8762 * log-view.el (log-view-mode-menu): New menu.
8763
11a4edc2
SM
87642007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8765
d8e4eadf
SM
8766 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8767 differently.
8768
11a4edc2
SM
8769 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8770 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8771
7c1912af
DN
87722007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8773
8774 * vc-hg.el (vc-hg-print-log): Insert the file name.
8775 (vc-hg-log-view-mode): Fontify the file name.
8776
092c4936
JB
87772007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8778
5bcacaac
JB
8779 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8780 (calcFunc-julian): Fix incorrect number used in calculations.
092c4936 8781
446b609e
TTN
87822007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
8783
8784 * simple.el (next-error-recenter): New defcustom.
8785 (next-error, next-error-internal): Recenter if specified,
8786 immediately prior to running `next-error-hook'.
8787
77a2bb53
TTN
8788 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8789 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8790
31a0385d
TTN
8791 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8792
3e9c6b0a
JB
87932007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8794
8795 * calc/calc-comb.el (math-small-factorial-table): New variable.
8796 (calcFunc-fact): Use `math-small-factorial-table'.
8797
8798 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8799 initial values.
e404adfe 8800 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
3e9c6b0a
JB
8801 New variables to use in caches.
8802
5bcacaac
JB
8803 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8804 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
3e9c6b0a 8805
e404adfe 8806 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
3e9c6b0a
JB
8807 (math-bernoulli-b-cache): Use math-read-number-simple to insert
8808 bignums.
8809
8810 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8811 New variables to use in caches.
8812
d797e643
DN
88132007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8814
e404adfe 8815 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5ec05779 8816
d797e643
DN
8817 * vc-hg.el (vc-hg-log-view-mode): New mode.
8818
1f26c380
JB
88192007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
8820
8821 * calc/calc.el (math-read-number-simple): New function.
8822
e404adfe 88232007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
e96e1531 8824
93137d49 8825 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
e96e1531
DN
8826 (vera-font-lock-match-item): Fix doc string.
8827 (vera-in-comment-p): Remove unused function.
5bcacaac 8828 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
e96e1531
DN
8829 use `syntax-ppss'.
8830 (vera-forward-syntactic-ws): Fix argument order.
8831 (vera-prepare-search): Use `with-syntax-table'.
8832 (vera-indent-line): Fix doc string.
8833 (vera-electric-tab): Fix doc string.
8834 (vera-expand-abbrev): Define alias instead of using `fset'.
8835 (vera-comment-uncomment-region): Use `comment-start-skip'.
8836
dddf9c0c
CD
88372007-06-21 Carsten Dominik <dominik@science.uva.nl>
8838
5bcacaac 8839 * textmodes/org.el (org-export-with-footnotes): New option.
e404adfe 8840 (org-export-as-html): Fix replacement bug for XEmacs.
446b609e 8841 (org-agenda-default-appointment-duration): New option.
dddf9c0c 8842
cdaf01cc
DN
88432007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * vc-hg.el: Add to do items.
8846 (vc-hg-diff): Add support for comparing different revisions.
8847 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8848 (vc-hg-annotate-extract-revision-at-line)
8849 (vc-hg-previous-version, vc-hg-checkin): New functions.
8850 (vc-hg-annotate-re): New constant.
8851
eaea8b1d
JB
88522007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8853
5bcacaac 8854 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
eaea8b1d 8855
37a5e97a
SM
88562007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8857
d8e4eadf
SM
8858 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8859 buffer-local value of log-view-*-re if applicable.
8860
8861 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8862 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8863 (vc-bzr-command*): Remove both (incompatible) versions.
8864 (vc-bzr-do-command*): Remove.
8865 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8866 Remove by folding into its only caller vc-bzr-command.
8867 (vc-bzr-command): Always set the environment, even when ineffective.
8868 (vc-bzr-version): Minor fix up.
8869 (vc-bzr-admin-dirname): New var.
8870 (vc-bzr-bzr-dir): Remove.
8871 (vc-bzr-root-dir): New fun.
8872 (vc-bzr-registered): Use it. Add an autoloaded version.
8873 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8874 (vc-bzr-view-log-function): Remove.
8875 (vc-bzr-log-view-mode): New major mode to replace it.
8876 (vc-bzr-print-log): Only activate the old hack if needed.
8877
37a5e97a
SM
8878 * vc.el (vc-default-log-view-mode): New function.
8879 (vc-print-log): Add new `log-view-mode' VC operation.
8880
794855ca
JB
88812007-06-20 Juanma Barranquero <lekktu@gmail.com>
8882
8eb17675
JB
8883 * ido.el (ido-find-file-in-dir): Don't signal an error for
8884 empty directories.
8885
ccf0d2ca
JB
8886 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8887
794855ca
JB
8888 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
8889 directory where the desktop file was found, as the docstring says.
8890 (desktop-kill): Use `read-directory-name'.
8891
7e7db9fc
AM
88922007-06-20 Alan Mackenzie <acm@muc.de>
8893
8894 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
8895 When removing lines, also remove the \n. Correction of patch of
8896 2007-04-21.
794855ca 8897
ea3da5b9
MR
88982007-06-20 Martin Rudalics <rudalics@gmx.at>
8899
8900 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
8901 event is not a cons cell. Do not unread drag-mouse-1 events.
8902 Select right window in check whether space was stolen from
8903 window above.
8904
8905 * help-mode.el (help-make-xrefs): Adjust position of new forward
8906 button.
8907
77b5d458
SM
89082007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
8909
8910 * vc-bzr.el (vc-bzr-with-process-environment)
8911 (vc-bzr-std-process-invocation): New macros.
8912 (vc-bzr-command, vc-bzr-command*): Use them.
8913 (vc-bzr-with-c-locale): Remove.
8914 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8915 (vc-bzr-buffer-nonblank-p): New function.
8916 (vc-bzr-state-words): New const.
e4a7fe73 8917 (vc-bzr-state): Look for `bzr status' keywords in output.
77b5d458
SM
8918 Display everything else as a warning message to the user.
8919 Fix status report with bzr >= 0.15.
8920
248c6645
DN
89212007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8922
8923 * vc-hg.el (vc-hg-global-switches): Simplify.
8924 (vc-hg-state): Handle more states.
8925 (vc-hg-diff): Fix doc-string.
8926 (vc-hg-register): New function.
8927 (vc-hg-checkout): Likewise.
8928
794855ca 89292007-06-20 Reto Zimmermann <reto@gnu.org>
37d4643c
DN
8930
8931 * progmodes/vera-mode.el: New file.
8932
89046ea5
JB
89332007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8934
8935 * calc/calc.el (calc-multiplication-has-precendence):
8936 New variable.
5bcacaac 8937 (math-standard-ops, math-standard-ops-p, math-expr-ops):
89046ea5
JB
8938 New functions.
8939 (math-expr-opers): Define using math-standard-ops rather than
8940 math-standard-opers.
8941 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8942 equal the function math-standard-ops rather than the variable
8943 math-standard-opers.
8944 (calc-algebraic-entry): Let math-expr-opers equal
8945 math-standard-ops or math-expr-ops, as appropriate.
5bcacaac 8946 (math-expr-read-level, math-read-factor): Let math-expr-opers
89046ea5
JB
8947 equal math-expr-ops.
8948 * calc/calc-embed.el (calc-embedded-finish-edit):
8949 Let math-expr-opers equal the function math-standard-ops
8950 rather than the variable math-standard-opers.
8951 * calc/calc-ext.el (math-read-plain-expr)
8952 (math-format-flat-expr-fancy): Let math-expr-opers equal the
8953 function math-standard-ops rather than the variable
8954 math-standard-opers.
5bcacaac 8955 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
89046ea5
JB
8956 Let math-expr-opers equal the function math-standard-ops rather
8957 than the variable math-standard-opers.
8958 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8959 equal the function math-standard-ops rather than the variable
8960 math-standard-opers.
8961 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8962 equal the function math-standard-ops rather than the variable
8963 math-standard-opers.
8964 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8965 math-expr-ops.
8966
794855ca 89672007-06-19 Ivan Kanis <apple@kanis.eu>
61223448
DN
8968
8969 * vc-hg.el: New file.
8970
e404adfe
SM
89712007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8974 with font-lock-multiline.
8975
446ac170
GM
89762007-06-17 Glenn Morris <rgm@gnu.org>
8977
8978 * lpr.el (lpr-page-header-switches): Move %s to separate element
8979 for correct quoting. Doc fix.
8980
5d503af9
SM
89812007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8984 than setting sgml-xml-mode.
8985 (sgml-mode, html-mode): Set sgml-xml-mode.
8986 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8987 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8988 (sgml-electric-tag-pair-before-change-function)
8989 (sgml-electric-tag-pair-flush-overlays): New functions.
8990 (sgml-electric-tag-pair-mode): New minor mode.
8991 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8992 (sgml-calculate-indent): Use assoc-string.
8993
86265518
KF
89942007-06-16 Karl Fogel <kfogel@red-bean.com>
8995
8996 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8997 chars before the "@" in an email address. Andreas Roehler noticed
8998 this problem.
8999
baef4cbe
KF
90002007-06-15 Karl Fogel <kfogel@red-bean.com>
9001
9002 * thingatpt.el: Add support for email addresses (`email').
9003 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9004 (thing-at-point-email-regexp): New variable.
9005 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9006 properties on this symbol, with lambda forms for values.
5d503af9 9007
1bd8df7e
MY
90082007-06-15 Masatake YAMATO <jet@gyve.org>
9009
5d503af9 9010 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
b32ce4c3 9011
5d503af9 9012 * vc.el (vc-dired-hook): Check the backend returned from
1bd8df7e
MY
9013 `vc-responsible-backend' can really handle `subdir'.
9014
1f0abf8f
CY
90152007-06-15 Chong Yidong <cyd@stupidchicken.com>
9016
5d503af9
SM
9017 * wid-edit.el (widget-add-documentation-string-button):
9018 Fix handling of documentation indent.
1f0abf8f 9019
5f728b01
KS
90202007-06-15 Miles Bader <miles@fencepost.gnu.org>
9021
9022 * mb-depth.el: New file.
9023
3827b532
MY
90242007-06-15 Masatake YAMATO <jet@gyve.org>
9025
9026 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9027
f0db902e
CY
90282007-06-14 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * wid-edit.el (widget-default-create): Move ?h handling here...
9031 (widget-default-format-handler): ...from here.
9032 (widget-docstring, widget-add-documentation-string-button): New funs.
9033 (documentation-string): Add :visibility-widget property.
9034 (widget-documentation-string-value-create): Use it.
9035
9036 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9037 (custom-buffer-create-internal): Simplify message.
9038 (custom-variable-tag): Reduce height to normal.
9039 (custom-variable-value-create, custom-face-value-create)
9040 (custom-visibility): New widget.
9041 (custom-visibility): New face.
5d503af9
SM
9042 (custom-group-value-create):
9043 Call widget-add-documentation-string-button, using `custom-visibility'.
f0db902e 9044
3ab6a7ae
SM
90452007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9048 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9049 change. Apparently the "warning even if the group is implicit" is
9050 a feature rather than a bug.
9051
33af2b6e 90522007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
3ab6a7ae 9053
93137d49
JB
9054 * emulation/viper.el (viper-describe-key-ad)
9055 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9056 Compile them conditionally.
794855ca 9057 (viper-version): Belated version change.
3ab6a7ae 9058
2dde79d8
JB
90592007-06-14 Juanma Barranquero <lekktu@gmail.com>
9060
9061 * follow.el (follow-all-followers, follow-generic-filter):
9062 * pcomplete.el (pcomplete-restore-windows):
9063 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9064 (x-dnd-drop-data):
9065 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9066 * progmodes/python.el (python-complete-symbol):
9067 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9068
195eca78
SM
90692007-06-13 Ryan Yeske <rcyeske@gmail.com>
9070
93137d49 9071 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
78a264f4 9072 around bright and dim regexps. Make sure bright and dim matches
195eca78
SM
9073 use word anchors. Send text through rcirc-markup functions.
9074 (rcirc-url-regexp): Add single quote character.
9075 (rcirc-connect): Write logs to disk on auto-save-hook.
9076 Make server a non-optional argument.
9077 (rcirc-log-alist): New variable.
9078 (rcirc-log-directory): Make customizable.
9079 (rcirc-log-flag): New customizable variable.
9080 (rcirc-log): New function.
9081 (rcirc-print): Use above function.
9082 (rcirc-log-write): New function.
9083 (rcirc-generate-new-buffer-name): Strip text properties.
9084 (rcirc-switch-to-buffer-function): Remove variable.
9085 (rcirc-last-non-irc-buffer): Remove variable.
9086 (rcirc-non-irc-buffer): Add function.
9087 (rcirc-next-active-buffer): Use above function.
9088 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9089 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9090 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9091 (rcirc-omit-mode): Add minor-mode.
9092 (rcirc-mode-map): Change C-c C-o binding.
78a264f4 9093 (rcirc-mode): Clear mode-line-process. Use a custom
195eca78
SM
9094 fill-paragraph-function. Set up buffer-invisibility-spec.
9095 (rcirc-response-formats): Remove timestamp code.
9096 (rcirc-omit-responses): Add variable.
9097 (rcirc-print): Don't put the overlay arrow on potentially omitted
9098 lines. Log line to disk. Record activity for private messages
9099 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9100 (rcirc-jump-to-first-unread-line): Print message if there is no
9101 unread text.
9102 (rcirc-clear-unread): New function.
9103 (rcirc-markup-text-functions): Add variable.
9104 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9105 (rcirc-debug): Don't mess with window configuration.
9106 (rcirc-send-message): Send message before printing locally.
9107 Add SILENT argument, do not print message if non-nil.
9108 (rcirc-visible-buffers): New function and variable.
9109 (rcirc-window-configuration-change-1): Add function.
9110 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9111 server buffer.
9112 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9113 (rcirc-fill-paragraph): Add function.
9114 (rcirc-record-activity, rcirc-window-configuration-change-1):
9115 Only update the activity string if it has actually changed.
9116 (rcirc-update-activity-string): Remove padding characters from the
9117 mode-line string.
9118 (rcirc-disconnect-buffer): New function to be called when a
9119 channel is parted or the user quits.
9120 (rcirc-server-name): Warn when the server-name hasn't been set.
9121 (rcirc-window-configuration-change): Postpone work until
9122 post-command-hook.
9123 (rcirc-window-configuration-change-1): Update mode-line and
9124 overlay arrows here.
c89d0fd4 9125 (rcirc-authenticate): Fixc hanserv identification.
195eca78
SM
9126 (rcirc-default-server): Remove variable.
9127 (rcirc): Connect according to rcirc-connections.
9128 (rcirc-connections): Add variable.
9129 (rcirc-startup-channels-alist): Remove variable.
9130 (rcirc-startup-channels): Remove function.
9131
97311ec3
SM
91322007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9135
ecda6582
DN
91362007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9137
97311ec3
SM
9138 * term/xterm.el (terminal-init-xterm): Escape parens in character
9139 constants.
ecda6582 9140
b4c4ba41
SM
91412007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9142
4f3a3368
SM
9143 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9144 Use [:alpha:] and [:alnum:] where applicable.
9145 (sh-quoted-subshell): Rewrite to correctly
e4a7fe73 9146 handle nested mixes of `...' and $(...).
4f3a3368
SM
9147 (sh-apply-quoted-subshell): Remove.
9148 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9149
b4c4ba41
SM
9150 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9151
3ab7e318
GM
91522007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9153
9154 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9155 previous change.
9156
1d5c7d45
CY
91572007-06-12 Tom Tromey <tromey@redhat.com>
9158
9159 * subr.el (user-emacs-directory): New defconst.
b4c4ba41
SM
9160 * cmuscheme.el (scheme-start-file):
9161 * shell.el (shell):
9162 * completion.el (save-completions-file-name):
9163 * custom.el (custom-theme-directory):
9164 * term/x-win.el (emacs-session-filename):
9165 * filesets.el (filesets-menu-cache-file):
9166 * thumbs.el (thumbs-thumbsdir):
9167 * server.el (server-auth-dir):
9168 * image-dired.el (image-dired-dir):
9169 (image-dired-db-file):
9170 (image-dired-temp-image-file):
9171 (image-dired-gallery-dir):
9172 (image-dired-temp-rotate-image-file):
9173 * play/gamegrid.el (gamegrid-user-score-file-directory):
9174 * savehist.el (savehist-file):
9175 * tutorial.el (tutorial--saved-dir):
9176 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1d5c7d45 9177
eeb40825
CY
91782007-06-12 Ralf Angeli <angeli@caeruleus.net>
9179
9180 * scroll-lock.el (scroll-lock-mode): Doc fix.
9181
77c57270 91822007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
c13f8e66
JB
9183
9184 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9185
9186 * ediff-init.el: Doc strings.
9187
b8104a2b
SM
91882007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9191 (byte-compile-file): Bind it.
9192 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9193 group argument is provided implicitly.
9194 (byte-compile-format-warn, byte-compile-from-buffer)
9195 (byte-compile-insert-header): Don't hardcode point-min==1.
9196 (byte-compile-file-form-require): Remove unused var old-load-list.
9197 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9198
ac64a728 91992007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
0794ad3b
JB
9200
9201 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
c13f8e66 9202 Display error messages.
0794ad3b
JB
9203 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9204 Get rid of cl.el dependencies.
9205
9206 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9207 New variable.
9208 (viper-activate-input-method-action)
9209 (viper-inactivate-input-method-action):
9210 Use viper-suppress-input-method-change-message.
9211
9212 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9213 for C-s, C-r.
9214
9215 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9216 Use viper-replace-overlay-cursor-color instead of
ac64a728 9217 viper-replace-overlay-cursor-color.
0794ad3b
JB
9218 (viper-sit-for-short): Use sit-for with 3 arguments.
9219
9220 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9221 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9222 to gud-mode.
9223
9224 * ediff-mult.el (ediff-meta-buffer-brief-message)
9225 (ediff-meta-buffer-verbose-message): New variables.
9226 (ediff-meta-buffer-message): Variable deleted.
9227 (ediff-verbose-help-enabled): New variable.
9228 (ediff-toggle-verbose-help-meta-buffer): New function.
9229 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
78a264f4 9230 message options.
0794ad3b
JB
9231
9232 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
b8104a2b 9233 (ediff-fixup-patch-map): Improve heuristic.
0794ad3b 9234
95588f91
SM
92352007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9238 (log-view-font-lock-keywords): Simplify.
9239 (log-view-current-file, log-view-current-tag): Simplify.
9240
e7053211
SS
92412007-06-12 Sam Steingold <sds@gnu.org>
9242
9243 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9244
1f7efe1b
JB
92452007-06-12 Juanma Barranquero <lekktu@gmail.com>
9246
9247 * desktop.el (desktop-load-locked-desktop): New option.
9248 (desktop-read): Use it.
9249 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9250 Use `when'.
9251
e88110db
JB
92522007-06-12 Davis Herring <herring@lanl.gov>
9253
9254 * desktop.el (desktop-save-mode-off): New function.
9255 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9256 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9257 (desktop-claim-lock, desktop-release-lock): New functions.
9258 (desktop-kill): Tell `desktop-save' that this is the last save.
9259 Release the lock afterwards.
9260 (desktop-buffer-info): New function.
794855ca 9261 (desktop-save): Use it. Run `desktop-save-hook' where the doc
e88110db
JB
9262 says to. Detect conflicts, and manage the lock.
9263 (desktop-read): Detect conflicts. Manage the lock.
9264
86dd4d03
SM
92652007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9266
c8791c6a
SM
9267 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9268
86dd4d03
SM
9269 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9270 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
794855ca 9271 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
86dd4d03
SM
9272 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9273 keysyms rather than byte sequences.
9274 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9275
7e76cdd8 92762007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
b647fc07 9277
7e76cdd8
MB
9278 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9279 half-activated, forcefully activate it completely.
c6b98d9f 9280
7e76cdd8 92812007-06-11 Richard Stallman <rms@gnu.org>
7dfc4cda 9282
7e76cdd8 9283 * cus-edit.el (custom-variable-type): Doc fix.
7dfc4cda 9284
ede96990
SM
92852007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9286
935e6b79
SM
9287 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9288 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9289 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9290 different possible cases for \'.
9291
b4879b43
SM
9292 * complete.el (PC-bindings): Don't bind things already bound in the
9293 parent keymap.
9294
ede96990
SM
9295 * textmodes/bibtex-style.el: New file.
9296
b6e0e86c
SM
92972007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9298
9299 * vc-bzr.el: New file.
9300
e4cc3f57
SM
93012007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * vc-svn.el (vc-svn-program): New var.
9304 (vc-svn-command): Use it.
9305
60b4b298
JB
93062007-06-11 Juanma Barranquero <lekktu@gmail.com>
9307
9308 * server.el (server-switch-buffer): Remove redundant check.
9309
7940bf7d
MR
93102007-06-10 Martin Rudalics <rudalics@gmx.at>
9311
60b4b298
JB
9312 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9313 Match against file-name-nondirectory.
7940bf7d
MR
9314 Fix text on user customization variables.
9315 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
9316
ab3c4f67
TTN
93172007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9318
9319 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
9320
9258f2ef
JB
93212007-06-09 Davis Herring <herring@lanl.gov>
9322
9323 * desktop.el (desktop-minor-mode-table): Doc fix.
9324
e0602e9a
SM
93252007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * textmodes/css-mode.el (css-navigation-syntax-table):
9328 Use set-char-table-range so it also works in the unicode branch.
9329
da38057d
NR
93302007-06-08 Nick Roberts <nickrob@snap.net.nz>
9331
9332 * help-mode.el (help-xref-forward-stack)
9333 (help-xref-stack-forward-item, help-forward-label): New variables.
9334 (help-forward): New button type.
9335 (help-setup-xref): Initialise help-xref-forward-stack.
9336 (help-make-xrefs): Add forward button, if appropriate.
9337 (help-xref-go-back): Push item on forward stack.
9338 (help-xref-go-forward, help-go-forward): New functions.
9339
3266db2a
CY
93402007-06-07 Chong Yidong <cyd@stupidchicken.com>
9341
9342 * dired.el (dired-mode-map): Remove spurious separator.
9343
d505c598
JB
93442007-06-07 Juanma Barranquero <lekktu@gmail.com>
9345
00a2367d
JB
9346 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
9347
f02ac02f 9348 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
d505c598
JB
9349 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
9350
f5440e98
CD
93512007-06-07 Carsten Dominik <dominik@science.uva.nl>
9352
9353 * textmodes/org.el: Version number fixed.
9354
236a4178
GM
93552007-06-07 Glenn Morris <rgm@gnu.org>
9356
c74c9bac 9357 * version.el (emacs-copyright): New constant.
23d0be64 9358 * startup.el (fancy-splash-tail): Use emacs-copyright.
d16c1140
GM
9359 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
9360
04cc80ae
GM
9361 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
9362 `make-local'.
9363 (byte-compile-warnings-safe-p): Add `make-local'.
e0602e9a
SM
9364 (byte-compile-make-variable-buffer-local):
9365 Allow byte-compile-warnings to suppress this warning.
04cc80ae 9366
91ffa536
GM
9367 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
9368 format of "menu" description.
9369 (tutorial--find-changed-keys): Describe the specific menu a
9370 command is in.
9371
236a4178
GM
9372 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
9373 Rewrite compatibility functions to silence byte-compiler.
9374
ba48a401
GM
93752007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9376
9377 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
9378 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
9379
14e28223
GM
93802007-06-07 Eric M. Ludlam <eric@siege-engine.com>
9381
d505c598 9382 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
14e28223 9383
7316fa39
JB
93842007-06-07 Juanma Barranquero <lekktu@gmail.com>
9385
9386 * progmodes/ebrowse.el (ebrowse-member-table):
9387 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
9388 (org-batch-agenda-csv): Fix typos in docstrings.
9389
2efed646
JB
93902007-06-06 Juanma Barranquero <lekktu@gmail.com>
9391
9392 * international/mule-cmds.el (toggle-enable-multibyte-characters)
9393 (sort-coding-systems, search-unencodable-char): Doc fixes.
9394 (coding-system-change-eol-conversion, set-default-coding-systems)
9395 (prefer-coding-system, find-multibyte-characters, princ-list)
9396 (leim-list-entry-regexp, set-input-method, locale-language-names)
9397 (input-method-exit-on-first-char, exit-language-environment-hook)
9398 (locale-charset-language-names): Fix typos in docstrings.
9399
c039ea1d
JB
94002007-06-06 Juanma Barranquero <lekktu@gmail.com>
9401
9402 * pgg.el (pgg-sign-region, pgg-sign):
9403 * ses.el (ses-call-printer):
9404 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
9405 * textmodes/org.el (org-cycle): Fix typos in docstrings.
9406
12cd5d56
CD
94072007-06-06 Carsten Dominik <dominik@science.uva.nl>
9408
93137d49
JB
9409 * textmodes/org.el (org-export-region-as-html)
9410 (org-replace-region-by-html, org-number-to-letters)
9411 (org-table-fedit-finish, org-normalize-color)
9412 (org-table-fedit-ref-right, org-date-to-gregorian)
9413 (org-table-fedit-move, org-table-convert-refs-to-rc)
9414 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
9415 (org-write-agenda, org-colgroup-info-to-vline-list)
9416 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12cd5d56
CD
9417 (org-indent-line-function, org-export-as-html-to-buffer)
9418 (org-store-agenda-views, org-update-mode-line)
9419 (org-find-if, org-delete-all)
9420 (org-table-fedit-convert-buffer, org-emphasize)
9421 (org-uniquify, org-table-fedit-lisp-indent)
9422 (org-table-fedit-scroll, org-get-todo-sequence-head)
9423 (org-table-fedit-scroll-down, org-table-fedit-line-down)
9424 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9425 (org-table-fedit-toggle-coordinates, org-dvipng-color)
9426 (org-table-fedit-line-up, org-table-fedit-ref-down)
9427 (org-table-formula-from-user, org-mode-flyspell-verify)
9428 (org-cycle-show-empty-lines, org-ctrl-c-ret)
9429 (org-table-formula-to-user, org-diary-to-ical-string)
9430 (orgtbl-export, org-table-fedit-post-command)
9431 (org-closed-in-range, org-shiftcontrolright)
9432 (org-table-convert-refs-to-an, org-table-hline-and-move)
9433 (org-table-formula-less-p, org-format-table-ascii)
9434 (org-agenda-get-sexps, org-shift-refpart)
9435 (org-diary-sexp-entry, org-time-string-to-absolute)
9436 (org-table-show-reference, org-letters-to-number)
9437 (org-fix-agenda-info, org-table-fedit-ref-up)
9438 (org-table-fedit-shift-reference, org-table-fedit-abort)
9439 (org-closest-date, org-shiftcontrolleft)
9440 (org-at-heading-or-item-p, org-rematch-and-replace)
e0602e9a
SM
9441 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9442 New functions.
12cd5d56
CD
9443 (org-table-edit-scroll-down, org-finish-edit-formulas)
9444 (org-table-edit-next-field, org-abort-edit-formulas)
9445 (org-font-lock-level, org-export-find-first-heading-line)
9446 (org-table-edit-line-down, org-table-edit-backward-field)
9447 (org-edit-formula-lisp-indent, org-table-edit-move)
9448 (org-check-log-option, org-this-word)
9449 (org-table-edit-line-up, org-table-edit-formulas-post-command)
9450 (org-agenda-file-to-end, org-expand-file-name)
9451 (org-fake-empty-table-line, org-table-edit-scroll)
9452 (org-toggle-log-option, org-show-reference): Function removed.
e0602e9a
SM
9453 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9454 New defsubsts.
12cd5d56
CD
9455 (org-unmodified, org-batch-store-agenda-views)
9456 (org-batch-agenda-csv): New macro.
9457 (org-agenda-export): New customization group.
9458 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9459 (org-highest-priority, org-agenda-exporter-settings)
9460 (org-log-done-with-time, org-replace-disputed-keys)
9461 (org-format-latex-header, org-export-table-header-tags)
9462 (org-cycle-separator-lines, org-export-table-data-tags)
9463 (org-icalendar-include-sexps)
9464 (org-empty-line-terminates-plain-lists)
9465 (org-log-repeat, org-special-ctrl-a)
9466 (org-table-use-standard-references, org-disputed-keys)
9467 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9468 (org-agenda-export-html-style): New option.
dbb7d404 9469 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12cd5d56 9470 (org-CUA-compatible): Option removed.
dbb7d404 9471 (org-agenda-structure, org-sexp-date): New face.
12cd5d56
CD
9472 (org-todo-keywords-for-agenda, org-not-done-keywords)
9473 (org-planning-or-clock-line-re, org-agenda-name)
9474 (org-table-colgroup-info, org-todo-sets)
9475 (constants-unit-system, org-clock-mode-line-entry)
9476 (org-mode-line-timer, org-table-current-begin-pos)
9477 (org-todo-keywords-1, org-mode-line-string)
9478 (org-table-clean-did-remove-column, org-table-fedit-map)
9479 (org-clock-heading, org-table-buffer-is-an)
9480 (org-agenda-info, org-done-keywords)
9481 (org-done-keywords-for-agenda, org-todo-heads)
9482 (org-todo-kwd-alist, org-clock-start-time): New variable.
9483 (org-todo-kwd-priority-p, org-edit-formulas-map)
9484 (org-repeat-re, org-todo-kwd-max-priority)
9485 (org-version, org-done-string)
e0602e9a 9486 (org-table-clean-did-remove-column-1, org-disputed-keys):
dbb7d404 9487 Remove variables.
e0602e9a 9488 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12cd5d56
CD
9489 (org-ts-lengths): Constant removed.
9490 (org-follow-gnus-link): Don't ask how many articles to read.
e0602e9a
SM
9491 (org-export-find-first-export-line): Rename from
9492 `org-export-find-first-heading'.
9493 Use `org-export-skip-text-before-1st-heading'.
9494 (org-table-fedit-post-command): Rename from
12cd5d56 9495 `org-table-edit-formulas-post-command'.
e0602e9a
SM
9496 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9497 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9498 (org-table-fedit-lisp-indent): Rename from
12cd5d56 9499 `org-edit-formula-lisp-indent'.
e0602e9a 9500 (org-table-show-reference): Rename from `org-show-reference'.
12cd5d56 9501 (org-table-store-formulas): Use `org-table-formula-less-p'.
e0602e9a 9502 (org-table-edit-formulas): Position cursor to current field equation.
12cd5d56
CD
9503 (org-update-checkbox-count, org-hide-archived-subtrees)
9504 (org-timestamp-up-day, org-timestamp-down-day)
9505 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9506 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
9507 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
e0602e9a
SM
9508 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
9509 Let `org-on-heading-p' also check for invisible heading.
12cd5d56
CD
9510 (org-read-date): Match am/pm times.
9511 (org-eval-in-calendar): Fix default date in prompt.
9512
f608df3d
CY
95132007-06-05 Chong Yidong <cyd@stupidchicken.com>
9514
9515 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
9516 "ChangeLog.a" entries, giving the latter lower priority.
9517
b2d5aa46
JB
95182007-06-05 Juanma Barranquero <lekktu@gmail.com>
9519
9520 * faces.el (face-id): If the argument is a face alias,
9521 return the ID of the target face.
9522
1634f0e3
MA
95232007-06-05 Michael Albinus <michael.albinus@gmx.de>
9524
9525 * net/socks.el (top): Remove unnecessary copyright line.
9526
1adf71a4
CY
95272007-06-04 Chong Yidong <cyd@stupidchicken.com>
9528
9529 * longlines.el (longlines-auto-wrap): Handle argument correctly.
9530
c50982cc
MA
95312007-06-04 Michael Albinus <michael.albinus@gmx.de>
9532
9533 * net/socks.el: New file, taken from w3 repository.
9534 (top): Update Copyright. Don't load cl.el.
9535 (all): Replace `case' by `cond', `string-to-int' by
9536 `string-to-number', and `process-kill-without-query' by
9537 `set-process-query-on-exit-flag'.
de09204d 9538 (socks-char-int): Remove defalias and all occurrences.
c50982cc 9539
f441be5b
JB
95402007-06-04 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9543 Fix typos in docstrings.
9544 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9545 (compilation-finish-function): Fix typo in obsolescence declaration.
9546
b1b15f76 95472007-06-03 Sam Steingold <sds@gnu.org>
b84acff6 9548
2216ee11
RS
9549 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9550 handle unending automatic recompilation of changed files (`omake -P').
3a1c1b15 9551 (compilation-loop): VISITED is now 5th CDR.
b84acff6
SS
9552 (compilation-next-error-function): Set TIMESTAMP.
9553
b1b15f76 95542007-06-03 Sam Steingold <sds@gnu.org>
a151f82c
SS
9555
9556 * files.el (kill-buffer-ask): New function.
9557 (kill-some-buffers): Use it.
9558 (kill-matching-buffers): New user command.
9559
773933d3
DK
95602007-06-01 David Kastrup <dak@gnu.org>
9561
9562 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9563 Change default to `top'.
9564
bce1acc3
RS
95652007-05-31 Richard Stallman <rms@gnu.org>
9566
9567 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9568
d500a092
SM
95692007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * textmodes/css-mode.el: New file.
9572
7a781a54
MB
95732007-05-30 Michael Olson <mwolson@gnu.org>
9574
9575 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
9576 died and we are trying to send a signal to it. The program using
9577 tq.el should periodically check to see whether the process has
9578 died and react appropriately -- this is not the responsibility of
9579 tq.el, and is consistent with the rest of the tq.el source code.
9580
250495a7
MR
95812007-05-29 Martin Rudalics <rudalics@gmx.at>
9582
9583 * textmodes/table.el (table--point-entered-cell-function)
d500a092
SM
9584 (table--point-left-cell-function):
9585 Bind `inhibit-point-motion-hooks' to t.
250495a7 9586
5e3fc9eb
GM
95872007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9588
9589 * emacs-lisp/rx.el (rx): Doc fix.
9590
aa3dbcde
JB
95912007-05-28 Juanma Barranquero <lekktu@gmail.com>
9592
9593 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
9594
f3c071dd
MA
95952007-05-28 Michael Albinus <michael.albinus@gmx.de>
9596
9597 Sync with Tramp 2.0.56.
9598
9599 * net/tramp.el:
9600 * net/tramp-ftp.el:
9601 * net/tramp-smb.el:
9602 * net/tramp-util.el:
9603 * net/tramp-vc.el:
9604 Don't load cl.el, because that pollutes the namespace. Replace cl
9605 macros by their implementations where necessary. Requested by
9606 Richard Stallman <rms@gnu.org>.
9607
9608 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
9609 doesn't exist.
d500a092 9610 (with-parsed-tramp-file-name): Protect debug spec during compilation.
f3c071dd
MA
9611 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
9612 (tramp-file-name-p, tramp-file-name-multi-method)
9613 (tramp-file-name-method, tramp-file-name-user)
9614 (tramp-file-name-host, tramp-file-name-localname): New defuns,
9615 replacing defstruct `tramp-file-name'.
9616 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
d500a092
SM
9617 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
9618 Apply `vector' instead of `make-tramp-file-name'.
9619 (tramp-handle-make-auto-save-file-name):
9620 Apply `tramp-temporary-file-directory' for compatibility reasons.
f3c071dd
MA
9621 (tramp-completion-mode): Use `natnump' instead of `wholenump'
9622 because of XEmacs.
9623 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
9624 started.
9625
7936011c
CY
96262007-05-28 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
9629
3d200243
RS
96302007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9631
9632 * log-edit.el (log-edit-changelog-paragraph): Return point-max
9633 as the end of the ChangeLog paragraph when it ends without a line
9634 termination.
9635
924e26eb
JB
96362007-05-27 Ryan Yeske <rcyeske@gmail.com>
9637
9638 * net/webjump.el (webjump-sample-sites):
9639 Add simple Wikipedia query.
9640
6ab93c85
SM
96412007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9642
cdcfbcb2 9643 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
dbb7d404 9644 compatibility code.
cdcfbcb2 9645
b649d2e4
SM
9646 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
9647 (copyright-update-year): Use it.
9648
6db93fd9
SM
9649 * edmacro.el (edmacro-format-keys): Use current-active-maps.
9650
f4a7decd
SM
9651 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
9652 Add indentation and debugging info. Fix up comment convention.
9653
526af3b0
SM
9654 * cus-dep.el (custom-make-dependencies): Simplify.
9655
09d52401
SM
9656 * composite.el (compose-region, decompose-region):
9657 Use inhibit-read-only and restore-buffer-modified-p.
9658
6ab93c85
SM
9659 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9660 (xterm-mouse-event): Use it.
9661
dade3ed8
JB
96622007-05-25 Juanma Barranquero <lekktu@gmail.com>
9663
9664 * bs.el (bs-cycle-previous): Don't modify the cycle list until
9665 `switch-to-buffer' has returned succesfully.
9666 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
9667 window is dedicated (it could iconify the frame).
9668
fdabbcb5
MB
96692007-05-25 Miles Bader <miles@fencepost.gnu.org>
9670
9671 * vc-hooks.el (vc-find-root): Fix file attribute test.
9672
913a8cda
RS
96732007-05-24 Richard Stallman <rms@gnu.org>
9674
9675 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9676 Don't let opoint be nil.
9677 (flyspell-emacs-popup): Explicit error if no dialogs.
9678
6db526f0
CY
96792007-05-24 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9682 (image-next-line, image-previous-line, image-scroll-up)
9683 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9684 New functions.
9685 (image-mode-map): Remap motion commands.
9686 (image-mode-text-map): New keymap for viewing images as text.
9687 (image-mode): Use image-mode-map.
9688 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9689
dff1336c
SM
96902007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * textmodes/fill.el (canonically-space-region): Make the second arg
9693 a marker if it's not already the case.
9694
133ecc54
EZ
96952007-05-23 Eli Zaretskii <eliz@gnu.org>
9696
9697 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9698 (tar-get-descriptor): Handle type 55, an extended pax header.
9699
31b6b8cd
SM
97002007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9703 to confuse outline-minor-mode.
9704
07e7a05a
EZ
97052007-05-23 Eli Zaretskii <eliz@gnu.org>
9706
9707 * tar-mode.el (tar-file-name-handler): New function.
9708 (tar-extract): Bind file-name-handler-alist to it to force
9709 find-buffer-file-type-coding-system behave as if the file being
9710 extracted existed. Use last-coding-system-used to force
9711 buffer-file-coding-system to what decode-coding-region actually
9712 used to decode the file.
9713
c96e025a
GM
97142007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9715
9716 * progmodes/compile.el (compilation-handle-exit):
9717 `compilation-finish-function' may change the current buffer.
9718
c022c4c4
RS
97192007-05-22 Richard Stallman <rms@gnu.org>
9720
9721 * files.el (set-auto-mode): Doc fix.
9722
2f041d62
JD
97232007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9724
9725 * help-fns.el (find-source-lisp-file): New function.
9726 (describe-function-1): Use find-source-lisp-file to find source
9727 file in compile tree.
9728
4d55e513
EZ
97292007-05-22 Eli Zaretskii <eliz@gnu.org>
9730
9731 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9732
784b0db6
JB
97332007-05-22 Juanma Barranquero <lekktu@gmail.com>
9734
9735 * emacs-lisp/easy-mmode.el (define-minor-mode)
9736 (easy-mmode-define-navigation): Fix typos in docstrings.
9737
b340aecb
GM
97382007-05-22 Glenn Morris <rgm@gnu.org>
9739
9740 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
b340aecb 9741
06071e68 97422007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
38405f15 9743
e0602e9a
SM
9744 * mail/mail-extr.el (mail-extract-address-components):
9745 Recognize non-ASCII characters except for NBSP as words.
38405f15 9746
d51f146b
RS
97472007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
9748
9749 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9750 (rcirc-print): Handle `window-width'.
9751 (rcirc-buffer-maximum-lines): Doc fix.
9752
b447c934
CY
97532007-05-21 Chong Yidong <cyd@stupidchicken.com>
9754
9ca9e00d 9755 * image-mode.el (image-toggle-display): Don't clear image cache.
e0602e9a
SM
9756 Only use filename in image spec if the file is readable.
9757 Call image-refresh.
9ca9e00d 9758
b447c934
CY
9759 * image.el (image-type-from-file-name, image-type): Simplify.
9760 (image-type-auto-detected-p): Don't scan auto-mode-alist.
9761
9762 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9763 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9764
dea2cbad
NR
97652007-05-20 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9768 is an error.
9769
9770 * term/linux.el (terminal-init-linux): Don't signal an error
9771 if gpm isn't running.
9772
60889ffa
NR
97732007-05-20 Nick Roberts <nickrob@snap.net.nz>
9774
9775 * t-mouse.el: Reduce to a minor-mode macro call.
784b0db6 9776 (t-mouse-mode): Remove the lighter.
e23f11f7
NR
9777
9778 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
60889ffa 9779
8a1389c7
DN
97802007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
9781
9782 * files.el (auto-mode-alist): Change the regexp so that
9783 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9784
01140829
MB
97852007-06-02 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * Version 22.1 released.
9788
ae9d8436
CY
97892007-05-19 Chong Yidong <cyd@stupidchicken.com>
9790
9791 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9792 changes.
9793
877d11fe
GM
97942007-05-19 Kevin Ryde <user42@zip.com.au>
9795
9796 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9797
317b4839
TTN
97982007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9799
9800 * textmodes/sgml-mode.el: Revert last change.
9801
de9606f0
RS
98022007-05-18 Richard Stallman <rms@gnu.org>
9803
9804 * simple.el (push-mark): Doc fix.
9805
64953c0a
RS
98062007-05-18 Rob Riepel <riepel@Stanford.EDU>
9807
e0602e9a 9808 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
64953c0a 9809 tpu-global-map.
784b0db6
JB
9810 (tpu-original-global-map): Variable deleted.
9811 (tpu-control-keys-map): New keymap variable.
9812 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
64953c0a 9813 setting keymapping directly.
784b0db6 9814 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
64953c0a
RS
9815 tpu-global-map.
9816 (tpu-edt-on): Activate the tpu-global-map.
9817 (tpu-edt-off): Deactivate the tpu-global-map.
784b0db6 9818
64953c0a
RS
98192007-05-18 Ryan Yeske <rcyeske@gmail.com>
9820
9821 * textmodes/ispell.el (ispell-get-word): Return markers
9822 for start and end positions.
9823 (ispell-word): Assume END is a marker.
9824
ff6ba6b4
VJL
98252007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9826
9827 * printing.el: Group together all XEmacs/Emacs definitions.
9828 (pr-version): New version 6.9.
9829 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9830 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9831 (pr-menu-bind): Fix code.
9832 (pr-e-frame-char-height, pr-e-frame-char-width)
9833 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9834 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9835 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9836 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9837 (pr-x-event-y-pixel): Aliases eliminated.
9838 (pr-xemacs-global-menubar): Macro moved.
9839 (current-menubar, current-mouse-event, zmacs-region-stays)
9840 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9841 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9842 Vars moved.
9843 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9844 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9845 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9846 (pr-menu-set-utility-title, pr-even-or-odd-pages)
9847 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9848 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9849 moved.
9850
992aa6b7
TTN
98512007-05-17 Christian Plate <cplate@web.de> (tiny change)
9852
9853 * textmodes/sgml-mode.el (sgml-tag):
9854 Fix bug: Call sgml-transformation-function.
9855
10e3e762
MR
98562007-05-17 Martin Rudalics <rudalics@gmx.at>
9857
9858 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9859 modified flag of buffer. Use `inhibit-modification-hooks'.
9860
84bbd894
RS
98612007-05-16 Richard Stallman <rms@gnu.org>
9862
9863 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9864
92228a10
SM
98652007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9866
c11781de
SM
9867 * files.el (magic-mode-alist, magic-fallback-mode-alist):
9868 Move the *ml, Postscript, and XmCD entries to the fallback part.
9869
92228a10
SM
9870 * files.el (magic-fallback-mode-alist):
9871 Rename from file-start-mode-alist.
9872
7883a44f
JB
98732007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9874
9875 * progmodes/compile.el (compilation-handle-exit): Quote first
9876 argument of `run-hook-with-args'.
9877
26e150ef
JB
98782007-05-16 Juanma Barranquero <lekktu@gmail.com>
9879
9880 * buff-menu.el (Buffer-menu-sort-column):
9881 * dabbrev.el (dabbrev-upcase-means-case-search):
9882 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9883 * info.el (Info-current-subfile):
9884 * ls-lisp.el (ls-lisp-verbosity):
9885 * msb.el (msb-menu-cond):
9886 * pcvs.el (cvs-dired-use-hook):
9887 * simple.el (set-mark-command-repeat-pop):
9888 * time.el (display-time-24hr-format, display-time-mail-file):
9889 Doc fixes.
9890
9891 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
9892 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
9893
9894 * view.el (view-inhibit-help-message): Fix typo in docstring.
9895 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
9896
4132d58c
MR
98972007-05-16 Martin Rudalics <rudalics@gmx.at>
9898
9899 * textmodes/ispell.el (ispell-start-process): Defend against bad
9900 default-directory.
9901
5c43b3ca
EZ
99022007-05-14 Eli Zaretskii <eliz@gnu.org>
9903
9904 * mail/rmail.el (rmail-convert-to-babyl-format): Check
9905 content-transfer-encoding _last_, because it's its position that
9906 we need as value of base64-header-field-end.
9907
59831679
JB
99082007-05-14 Juanma Barranquero <lekktu@gmail.com>
9909
9910 * files.el (mode-require-final-newline, require-final-newline)
9911 (enable-local-variables, enable-local-eval): Doc fixes.
9912
c6f33bac
VJL
99132007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9914
9915 * ps-print.el: Use default color when foreground or background color
9916 are unspecified. Reported by Leo <sdl.web@gmail.com>.
9917 (ps-print-version): New version 6.7.4.
9918 (ps-rgb-color): New argument. Use default color when color is
9919 unspecified.
9920 (ps-begin-job): Fix code.
9921
0a81a74a
CY
99222007-05-12 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * longlines.el (longlines-mode): Make longlines-auto-wrap
9925 buffer-local. Add hooks unconditionally.
9926 (longlines-auto-wrap): Toggle wrapping.
9927 (longlines-after-change-function)
9928 (longlines-post-command-function): Check longlines-auto-wrap.
9929
06b6baf6
NR
99302007-05-12 Nick Roberts <nickrob@snap.net.nz>
9931
9932 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9933 (xterm-mouse-translate): Use it.
9934
7d145fa3
RS
99352007-05-10 Richard Stallman <rms@gnu.org>
9936
68380acf
MB
9937 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9938 (iso-cvt-write-only): Likewise.
9939
9940 * emacs-lisp/easy-mmode.el (define-minor-mode):
9941 Fix generated doc string.
9942
9943 * startup.el (fancy-splash-text): Add URL of guided tour.
9944 Adjust horizontal and vertical whitespace.
9945
9946 * progmodes/compile.el (compilation-handle-exit):
9947 Use run-hook-with-args to run compilation-finish-functions.
9948
7d145fa3
RS
9949 * files.el (file-start-mode-alist): New variable.
9950 (magic-mode-regexp-match-limit): Doc fix.
9951 (set-auto-mode): Handle file-start-mode-alist.
9952 A little cleanup of structure.
9953
c3aa7d16
RS
9954 * dabbrev.el (dabbrev-eliminate-newlines):
9955 Renamed from dabbrev--eliminate-newlines. All uses changed.
9956
b52efb9f
MC
99572007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9958
9959 * man.el (Man-next-section): Don't consider the last line of the page
9960 as being part of any section.
9961
00affaf1
SM
99622007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9965 can take any number of values.
9966
1d16f33c
SM
99672007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9970 to the list of citation commands.
9971
c7093883
SM
99722007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9973
9974 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9975
0b480dc7
SM
99762007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
9977
9978 * progmodes/python.el (python-font-lock-keywords)
9979 (python-open-block-statement-p, python-mode): Add support for the new
9980 "with" keyword.
9981
45fd3a00
SM
99822007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9983
44a07c5a
SM
9984 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9985 the exact opposite of diff-goto-source.
9986
5d08a786
SM
9987 * emacs-lisp/advice.el (ad-special-forms): Remove.
9988 (ad-special-form-p): Use subr-arity.
9989
2ed8e1f7
SM
9990 * newcomment.el (comment-search-forward): Make sure we search forward.
9991 (comment-enter-backward): Try and distinguish the non-matching case at
9992 EOB from the non-matching case with a missing comment-end-skip for
9993 a 2-char comment ender.
9994 (comment-choose-indent): New function extracted from comment-indent.
9995 Improve the alignment algorithm.
9996 (comment-indent): Use it.
9997
121f1921
SM
9998 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9999 XML style Processing Instructions.
10000 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10001 (sgml-calculate-indent): Handle `pi' context.
10002
45fd3a00
SM
10003 * vc.el: Ensure that update-changelog issues an error when used with
10004 a backend that does not implement it.
10005 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10006 Remove `backend' argument. Use expand-file-name.
10007 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10008
10009 * progmodes/python.el (python-end-of-block): Revert last change.
10010 (python-end-of-statement): Make sure we move *forward*.
10011
75dcf19e
RS
100122007-05-08 Richard Stallman <rms@gnu.org>
10013
10014 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10015 Don't include non-self-insert commands in the exception for `-'.
10016
11c4b29d
SM
100172007-05-08 David Reitter <david.reitter@gmail.com>
10018
10019 * progmodes/python.el (python-guess-indent): Check non-nullness
10020 before comparing indent against the 2..8 interval.
10021
59c58fea
YM
100222007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10023
10024 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10025 available.
10026
205f01b4
RS
100272007-05-06 Richard Stallman <rms@gnu.org>
10028
10029 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10030
d4871b4f
SM
100312007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10034 rather than storing their value in the revert-buffer function.
10035
12bf4a28
NR
100362007-05-04 Nick Roberts <nickrob@snap.net.nz>
10037
10038 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10039 when disabling t-mouse-mode.
10040
b94bc09b
RS
100412007-05-01 Davis Herring <herring@lanl.gov>
10042
d4871b4f
SM
10043 * calendar/timeclock.el: Update version number.
10044 (timeclock-modeline-display): Mention timeclock-use-display-time
10045 in explanatory message.
10046 (timeclock-in): Fix non-interactive workday specifications.
10047 (timeclock-log): Don't kill the log buffer if it already existed.
10048 Suppress warnings when finding the log. Don't check for a nil
10049 project twice. Run hooks after killing the buffer (if applicable).
10050 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10051 was geometric). All uses changed.
10052 (timeclock-generate-report): Support prefix argument.
b94bc09b 10053
39f3dff9
RS
100542007-05-03 Ryan Yeske <rcyeske@gmail.com>
10055
10056 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10057 disconnections.
10058
d7af463c
RF
100592007-05-01 Romain Francoise <romain@orebokech.com>
10060
10061 * dired-x.el: Revert 2007-04-06 change.
10062
78f0d1fc
RS
100632007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10064
10065 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10066
6f37a576
RS
100672007-04-29 Richard Stallman <rms@gnu.org>
10068
10069 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10070
161039c9
GM
100712007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10074 than 1.
10075
157e3182
RS
100762007-04-28 Richard Stallman <rms@gnu.org>
10077
10078 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10079
5e1cd4de
NR
100802007-04-28 Nick Roberts <nickrob@snap.net.nz>
10081
10082 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10083 don't put stop on toolbar.
10084
456e749f
SM
100852007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10088
a9bdfaa4
EZ
100892007-04-28 Eli Zaretskii <eliz@gnu.org>
10090
f2fd2cf5
EZ
10091 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10092 instead of $(lisp)/mh-e.
10093
16bbdfc0
GM
100942007-04-28 Glenn Morris <rgm@gnu.org>
10095
10096 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10097 (image-dired-cmd-create-temp-image-options): Replace option
10098 +profile "*" with -strip.
10099
58f13025
CY
101002007-04-27 Chong Yidong <cyd@stupidchicken.com>
10101
456e749f
SM
10102 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10103 Use window-start and window-end.
58f13025 10104
edaeebf5
AS
101052007-04-27 Andreas Schwab <schwab@suse.de>
10106
10107 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10108
96bbf28b
EZ
101092007-04-27 Eli Zaretskii <eliz@gnu.org>
10110
10111 * textmodes/fill.el (fill-paragraph): Doc fix.
10112
07016031
GM
101132007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10114
10115 * locate.el (locate-in-alternate-database): Doc fix.
10116
4f54692c
GM
101172007-04-26 Glenn Morris <rgm@gnu.org>
10118
10119 * button.el (button): Use underline if supported, else fall back
10120 to color.
10121
f5430f7f
GM
10122 * version.el (emacs-version): Increase to 22.1.50.
10123
2d0f33df
RS
101242007-04-25 Richard Stallman <rms@gnu.org>
10125
10126 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10127
77ae614b
S
101282007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10129
2f2c687b
JB
10130 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10131 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
77ae614b
S
10132 pushing mark.
10133 (idlwave-current-routine): Don't push mark.
10134
e28f9ad3
GM
101352007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10136
456e749f
SM
10137 * image-dired.el (image-dired-display-image): Derive image-type from
10138 filename rather than assuming jpeg, in case no resizing was needed.
e28f9ad3 10139
d497fd17
GM
101402007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10141
10142 * custom.el (defface): Doc fix.
10143
dc3818ec 10144See ChangeLog.12 for earlier changes.
6fee106e
KS
10145
10146;; Local Variables:
10147;; coding: iso-2022-7bit
33462dfa 10148;; add-log-time-zone-rule: t
6fee106e
KS
10149;; End:
10150
dc3818ec 10151 Copyright (C) 2007 Free Software Foundation, Inc.
5b87ad55
GM
10152
10153 This file is part of GNU Emacs.
10154
10155 GNU Emacs is free software; you can redistribute it and/or modify
10156 it under the terms of the GNU General Public License as published by
b4aa6026 10157 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
10158 any later version.
10159
10160 GNU Emacs is distributed in the hope that it will be useful,
10161 but WITHOUT ANY WARRANTY; without even the implied warranty of
10162 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10163 GNU General Public License for more details.
10164
10165 You should have received a copy of the GNU General Public License
10166 along with GNU Emacs; see the file COPYING. If not, write to the
10167 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10168 Boston, MA 02110-1301, USA.
6fee106e 10169
05587383 10170;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af