(dired-read-dir-and-switches): For C-x d, set the value for M-n to the
[bpt/emacs.git] / lisp / ChangeLog
1 2007-11-23 Juri Linkov <juri@jurta.org>
2
3 * dired.el (dired-read-dir-and-switches): For C-x d, set the
4 value for M-n to the visited file name of the current buffer.
5 Use minibuffer-with-setup-hook to set minibuffer-default to
6 buffer-file-name inside read-file-name.
7
8 * man.el (Man-getpage-in-background): Don't disregard user option
9 `Man-width' on non-window systems. Remove test for `window-system'
10 around setting envvar "COLUMNS" depending on the value of `Man-width'.
11
12 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
14 of "--color=always".
15
16 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
19 beginning-of-defun-function.
20
21 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
22
23 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
24
25 2007-11-22 Glenn Morris <rgm@gnu.org>
26
27 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
28
29 * emacs-lisp/check-declare.el (check-declare-locate): New function.
30 (check-declare-scan): Use check-declare-locate.
31 (check-declare-verify): No longer adjust fnfile, now
32 check-declare-locate does it.
33
34 * emacs-lisp/byte-run.el (declare-function): Doc fix.
35
36 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * subr.el (posn-col-row): Make the `default-value' use explicit.
39
40 * window.el (balance-windows): Remove unused var `counter'.
41 (bw-balance-sub): Remove unused var `lastchild'.
42 (split-window-vertically): Remove unused var `switch'.
43 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
44
45 * emacs-lisp/bytecomp.el
46 (byte-compile-file-form-custom-declare-variable): Simplify.
47
48 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
49
50 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
51 Set `show-trailing-whitespace' to nil.
52
53 * dired.el (make-symbolic-link):
54 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
55 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
56 * dired-x.el (make-symbolic-link):
57 * frame.el (x-initialize-window-system):
58 * menu-bar.el (x-menu-bar-open):
59 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
60 (x-store-cut-buffer-internal):
61 * wdired.el (make-symbolic-link):
62 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
63 (x-send-client-message):
64 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
65
66 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
67
68 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
69
70 2007-11-22 Glenn Morris <rgm@gnu.org>
71
72 * dos-fns.el (int86):
73 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
74
75 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
76
77 * calendar/holidays.el (holiday-list): Add autoload cookie.
78
79 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
80 files relative to src/ directory.
81 (check-declare-verify): Handle .c files. Warn if could not find
82 an arglist to check.
83
84 * emacs-lisp/byte-run.el (declare-function): Doc fix.
85
86 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
87
88 * replace.el (occur-mode-map): Add a major mode menu with entries
89 for all occur operations.
90
91 * international/titdic-cnv.el (dos-8+3-filename):
92 * obsolete/fast-lock.el (msdos-long-file-names):
93 * frame.el (msdos-mouse-p):
94 * files.el (msdos-long-file-names, w32-long-file-name):
95 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
96 (mac-resume-apple-event, mac-font-panel-mode)
97 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
98 (mac-clear-font-name-table):
99 * term/pc-win.el (msdos-remember-default-colors)
100 (w16-set-clipboard-data, w16-get-clipboard-data):
101 * term/w32-win.el (w32-send-sys-command, w32-select-font)
102 (set-message-beep):
103 * net/browse-url.el (w32-shell-execute):
104 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
105 (w32-get-locale-info, w32-get-valid-locale-ids)
106 (w32-set-clipboard-data):
107 * dos-fns.el (int86, msdos-long-file-names):
108 * dos-w32.el (default-printer-name): Declare as functions.
109
110 2007-11-21 Jason Rumney <jasonr@gnu.org>
111
112 * emacs-lisp/byte-run.el (declare-function): Return nil.
113
114 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
117
118 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
119
120 * ps-print.el (ps-lpr-switches): Docstring fix.
121 (ps-string-list): New fun.
122 (ps-do-despool): Code fix.
123
124 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
125
126 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
127
128 2007-11-21 Glenn Morris <rgm@gnu.org>
129
130 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
131 for now. Handle define-minor-mode, and defalias (with no argument
132 checking).
133
134 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
135
136 * frame.el (msdos-mouse-p):
137 * files.el (msdos-long-file-names, w32-long-file-name):
138 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
139 (mac-resume-apple-event, mac-font-panel-mode)
140 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
141 (mac-clear-font-name-table):
142 * term/pc-win.el (msdos-remember-default-colors)
143 (w16-set-clipboard-data, w16-get-clipboard-data):
144 * term/w32-win.el (w32-send-sys-command, w32-select-font)
145 (set-message-beep):
146 * net/browse-url.el (w32-shell-execute):
147 * dos-fns.el (int86, msdos-long-file-names):
148 * dos-w32.el (default-printer-name): Undo previous change.
149
150 2007-11-21 Eli Zaretskii <eliz@gnu.org>
151
152 * international/mule-cmds.el (set-locale-environment):
153 Set default-file-name-coding-system _after_ keyboard and terminal
154 coding systems. This fixes last change.
155
156 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
157 one space after "Subject:".
158
159 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
162 in order to determine if there's a conflict.
163
164 2007-11-21 Richard Stallman <rms@gnu.org>
165
166 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
167
168 * reposition.el (reposition-window):
169 Binding C-M-l moved to bindings.el.
170
171 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
172
173 * add-log.el (add-change-log-entry-other-window):
174 Key binding C-x 4 a moved to bindings.el.
175
176 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
177 from filecache.el.
178
179 * filecache.el: Minibuffer map bindings moved to bindings.el.
180
181 2007-11-21 Jason Rumney <jasonr@gnu.org>
182
183 * international/mule-cmds.el (set-locale-environment):
184 Set default-file-name-coding-system from system defaults on Windows.
185
186 2007-11-21 Jason Rumney <jasonr@gnu.org>
187
188 * term/w32console.el: New term init file for w32 console.
189
190 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
191 (x-setup-function-keys): Likewise, replacing top-level key definitions.
192 (w32-tty-standard-colors): Move to term/w32console.el.
193
194 * term/w32-win.el (x-setup-function-keys): Remove.
195
196 * term/tty-colors.el (tty-register-default-colors): Remove special
197 case for w32.
198
199 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
200
201 * frame.el (msdos-mouse-p):
202 * generic-x.el (w32-shell-name):
203 * files.el (msdos-long-file-names, w32-long-file-name)
204 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
205 (dos-8+3-filename, vms-read-directory, view-mode-disable):
206 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
207 (mac-resume-apple-event, mac-font-panel-mode)
208 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
209 (mac-clear-font-name-table):
210 * term/pc-win.el (msdos-remember-default-colors)
211 (w16-set-clipboard-data, w16-get-clipboard-data):
212 * term/w32-win.el (w32-send-sys-command, w32-select-font)
213 (set-message-beep):
214 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
215 (w32-get-locale-info, w32-get-valid-locale-ids)
216 (w32-set-clipboard-data):
217 * help-fns.el (ad-get-advice-info):
218 * font-lock.el (fast-lock-after-fontify-buffer)
219 (fast-lock-after-unfontify-buffer, fast-lock-mode)
220 (lazy-lock-after-fontify-buffer)
221 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
222 * net/browse-url.el (w32-shell-execute):
223 * dos-fns.el (int86, msdos-long-file-names):
224 * dos-w32.el (default-printer-name): Declare as functions.
225
226 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
227
228 * textmodes/paragraphs.el (forward-sentence): Doc fix.
229 Reported by Drew Adams <drew.adams@oracle.com>.
230
231 2007-11-20 Jason Rumney <jasonr@gnu.org>
232
233 * term/w32-win.el (x-setup-function-keys): Protect against
234 multiple calls on the same terminal.
235
236 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
237
238 * term/mac-win.el (x-setup-function-keys): Only setup
239 local-function-key-map if it has not been setup already for the
240 current frame. Move the suspend-emacs processing here.
241
242 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
243
244 * progmodes/grep.el (xargs-program): New variable.
245 (grep-compute-defaults): Use it.
246 (grep-default-command): Doc fix.
247 (grep, lgrep, rgrep): Reflow docstrings.
248
249 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
250
251 * vc.el (vc-find-revision): Set the parent buffer.
252 Use when instead of if.
253
254 * progmodes/python.el (info-lookup-maybe-add-help):
255 * progmodes/ps-mode.el (doc-view-minor-mode):
256 * mail/emacsbug.el (Info-menu, Info-goto-node):
257 * emulation/viper-keym.el (viper-ex)
258 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
259 * emulation/viper-cmd.el (widget-type, widget-button-press)
260 (viper-set-hooks):
261 * emacs-lisp/tcover-unsafep.el (unsafep-function):
262 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
263 (ses-load, ses-vector-delete, ses-create-header-string)
264 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
265 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
266
267 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
270
271 2007-11-20 Glenn Morris <rgm@gnu.org>
272
273 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
274 for end of function-name. Handle define-derived-mode.
275
276 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
277
278 * progmodes/idlw-help.el: Require browse-url unconditionally, it
279 is available by default.
280 (idlwave-help-browse-url-available): Change default to t.
281
282 * emulation/edt.el (defgroup, defcustom): Remove definition.
283 (eval-when-compile): Remove.
284 (c-mark-function):
285 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
286 * textmodes/fill.el (comment-search-forward)
287 (comment-string-strip):
288 * progmodes/prolog.el (comint-mode, comint-send-string)
289 (comint-send-region, comint-send-eof):
290 * progmodes/dcl-mode.el (imenu-default-create-index-function):
291 * emulation/viper-util.el (viper-forward-Word):
292 * emulation/vi.el (c-mark-function):
293 * emulation/edt-vt100.el (vt100-wide-mode):
294 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
295
296 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
297
298 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
299 Still some tuning in case of an echoing shell.
300 (tramp-send-command): Connection property "remote-echo" is not
301 persistent; cache key is the process therefore.
302
303 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
304
305 * replace.el (map-query-replace-regexp): Doc fix (revert part of
306 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
307
308 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
309
310 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
311 * play/yow.el (doctor-ret-or-read):
312 * vc-hooks.el (vc-dired-resynch-file):
313 * vc-hg.el (log-view-get-marked):
314 * smerge-mode.el (ediff-cleanup-mess):
315 * pcvs.el (vc-editable-p, vc-checkout):
316 * pcomplete.el (comint-bol):
317 * informat.el (texinfo-format-refill):
318 * ido.el (tramp-tramp-file-p):
319 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
320 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
321 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
322 functions.
323
324 * textmodes/ispell.el (ispell-int-char): Make it a defalias
325 instead of fset.
326 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
327
328 * ido.el (ido-file-internal): Move with-no-warnings to include the
329 ffap-string-at-point call.
330
331 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
332
333 * vc-hg.el (vc-hg-revision-table): Fix last change.
334
335 2007-11-19 Martin Rudalics <rudalics@gmx.at>
336
337 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
338 clipboard-yank when the buffer is read-only.
339
340 * cus-edit.el (custom-field-keymap): Move to other Custom mode
341 keymaps such that it's before the definition of Custom-mode-menu.
342 (Custom-mode-menu): Show it for custom-field-keymap too.
343
344 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
345
346 * progmodes/gdb-ui.el: Update commentary.
347
348 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
351
352 2007-11-19 Glenn Morris <rgm@gnu.org>
353
354 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
355 does not exist, try adding `.el' extension. Also search for defsubsts.
356
357 * cus-edit.el (recentf-expand-file-name):
358 * dired.el (dired-relist-entry):
359 * subr.el (w32-shell-dos-semantics):
360 * emacs-lisp/bytecomp.el (compilation-forget-errors):
361 Declare as functions.
362
363 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
366 (prepare-abbrev-list-buffer): Use dolist.
367 (clear-abbrev-table): Preserve properties.
368
369 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
370
371 * textmodes/texinfmt.el (texinfo-format-printindex):
372 Collect combined indexes using texinfo-short-index-format-cmds-alist.
373 Reported on <bug-texinfo@gnu.org>.
374
375 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
376
377 * net/tramp.el (tramp-completion-reread-directory-timeout):
378 New defcustom.
379 (tramp-handle-file-name-all-completions): Flush directory contents
380 from cache regularly.
381 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
382 (tramp-open-connection-setup-interactive-shell):
383 Call `tramp-cleanup-connection' via funcall.
384
385 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
386 created when copying.
387
388 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
389
390 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
391 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
392 * eshell/esh-ext.el (eshell-external-command):
393 * eshell/esh-cmd.el (require):
394 * eshell/em-unix.el (eshell-plain-locate-behavior):
395 * eshell/em-cmpl.el (eshell-cmpl-initialize):
396 Replace eshell-under-xemacs-p with (featurep 'xemacs).
397 * eshell/esh-mode.el (characterp, char-int): Remove unused
398 conditional defaliases.
399
400 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
401 Rename from event-matches-key-specifier-p, define unconditionally.
402 (event-basic-type): Remove unused defalias.
403 (pcomplete-show-completions):
404 Use pcomplete-event-matches-key-specifier-p.
405
406 2007-11-17 Eli Zaretskii <eliz@gnu.org>
407
408 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
409 when saving esh-groups.el.
410
411 2007-11-17 Martin Rudalics <rudalics@gmx.at>
412
413 * wid-edit.el (widget-default-complete):
414 * progmodes/flymake.el (flymake-goto-file-and-line):
415 Fix typo in (doc-)string.
416
417 2007-11-17 Glenn Morris <rgm@gnu.org>
418
419 * emacs-lisp/byte-run.el (declare-function): New macro.
420 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
421 New function, byte-hunk-handler for declare-function.
422 (byte-compile-callargs-warn): Handle declared functions.
423
424 * emacs-lisp/check-declare.el: New file.
425 * Makefile.in (check-declare): New target.
426
427 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
428
429 * subr.el (process-lines): Move here from ../admin/admin.el.
430 * emacs-lisp/authors.el (authors-process-lines): Remove.
431 (authors): Use process-lines rather than authors-process-lines.
432
433 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
434 Remove these files.
435
436 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
437
438 * emacs-lisp/backquote.el (backquote):
439 Improve argument/docstring consistency.
440
441 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
442 (ring-length, ring-empty-p): Use c[ad]dr.
443 (ring-plus1): Use `1+'.
444 (ring-minus1): Use `zerop'.
445 (ring-remove): Use c[ad]dr. Use `when'.
446 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
447 (ring-ref): Use `let', not `let*'.
448 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
449 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
450 (ring-member): Simplify. Doc fix.
451 (ring-convert-sequence-to-ring): Simplify.
452
453 2007-11-17 Juri Linkov <juri@jurta.org>
454
455 * dired-aux.el (dired-create-directory): Allow creating
456 a directory of an arbitrary depth. Add a loop to find the topmost
457 nonexistent parent dir `new', and call `dired-add-file' on it.
458 Set the `PARENTS' arg of `make-directory' to t.
459
460 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
461
462 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
463 (math-build-parse-table): Get parse information from math-parse-table.
464
465 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * window.el (recenter-last-op): New var.
468 (recenter-top-bottom): New command.
469 (global-map): Bind it to C-l.
470
471 * abbrev.el (abbrev--write): Fix error in transcription from C.
472
473 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
474 (pc-select-ensure-mark): Set mark-active to a special value instead.
475 Rename from ensure-mark. Update call callers.
476 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
477 Rewrite. Update all callers.
478 (pc-selection-mode): Remove redundant var declaration.
479
480 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
481
482 * doc-view.el (doc-view-search-backward, doc-view-search):
483 Fix assignment to free variable bug.
484
485 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
486
487 * emulation/pc-select.el (pc-select-shifted-mark): New var.
488 (ensure-mark): Set it.
489 (maybe-deactivate-mark): New fun.
490 Use it everywhere instead of (setq mark-active nil).
491
492 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
493
494 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
495 Add check for XEmacs.
496
497 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
498
499 * doc-view.el (doc-view-resolution): Add missing :group.
500
501 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
502
503 * subr.el (make-variable-frame-local):
504 Fix typo in obsolescence declaration.
505
506 2007-11-16 Werner Lemberg <wl@gnu.org>
507
508 * files.el (set-auto-mode-1): Check second line for -*- if file
509 starts with '\" (which is used by man pages to identify needed
510 troff preprocessors).
511
512 2007-11-16 Glenn Morris <rgm@gnu.org>
513
514 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
515
516 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
517
518 * calc/calc-lang.el (math-oper-table): Fix typo.
519 Reduce precedence of "/" for TeX.
520
521 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
522
523 2007-11-16 Juri Linkov <juri@jurta.org>
524
525 * dired-aux.el (dired-read-shell-command-default): New function.
526 (dired-read-shell-command): Use its return value for DEFAULT arg.
527
528 * replace.el (keep-lines-read-args, occur-read-primary-args):
529 Use a list of default values for DEFAULT arg of read-from-minibuffer.
530
531 * man.el (Man-heading-regexp): Add 0-9.
532 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
533
534 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
537 (doc-view-resolution): New custom var.
538 (doc-view-pdf/ps->png): Use it.
539 (doc-view-shrink-factor): New var.
540 (doc-view-enlarge, doc-view-shrink): New commands.
541 (doc-view-mode-map): Use them.
542
543 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
544
545 * ediff-wind.el (ediff-window-setup-function):
546 * simple.el (normal-erase-is-backspace):
547 * eshell/em-unix.el (eshell/info):
548 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
549 Fix typos in docstrings.
550
551 * emulation/cua-base.el (cua--keymaps-initialized):
552 Rename from `cua--keymaps-initalized'. Callers changed.
553 (cua-highlight-region-shift-only): Doc fix.
554 (cua-paste-pop): Fix typo in docstring.
555
556 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * emulation/cua-base.el (cua--pre-command-handler-1):
559 Use input-decode-map instead of function-key-map.
560 Use event-modifiers now that it works reliably.
561
562 * vc.el (vc-diff-internal): Pop-to-buffer later.
563
564 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
565
566 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
567 did not touch them.
568
569 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
570
571 * calc/calc-menu.el: New file.
572 * calc/calc.el (calc-mode): Require calc-menu.
573
574 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
575
576 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
577
578 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
579
580 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
581 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
582 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
583 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
584 locations.
585 (gdb-info-breakpoints-custom, gdb-assembler-custom)
586 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
587 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
588
589 2007-11-13 Noah Friedman <friedman@splode.com>
590
591 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
592 bindings to remap when `calc-scan-for-dels' is non-nil.
593
594 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
597 constant forms.
598 (byte-compile-nilconstp): New function.
599 (byte-optimize-cond): Kill subsequent branches when a branch is
600 know to be taken or not taken.
601 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
602
603 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * vc.el (vc-register): Allow registering a file passed as a
606 parameter instead of just the current buffer.
607
608 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
609
610 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
611 Check whether the output of "uname -sr" has been changed.
612
613 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
614
615 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
616 patterns from compilation-perl.el and compilation-weblint.el files.
617
618 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
619
620 * progmodes/compilation-perl.el:
621 * progmodes/compilation-weblint.el: Disable autoloads, they cause
622 a bootstrap failure.
623
624 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
625 instead of doing "cvs diff" in order to avoid accessing the repository.
626
627 2007-11-12 Kevin Ryde <user42@zip.com.au>
628
629 * progmodes/compilation-perl.el:
630 * progmodes/compilation-weblint.el: New files.
631
632 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
633
634 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
635 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
636 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
637 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
638 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
639 Rewrite in active voice.
640
641 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
642
643 * doc-view.el: Add comments about isearch support.
644
645 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
646
647 * vc.el (vc-start-entry): Fix setting the in the case the function
648 is called from vc-dired. Use when instead of if where appropriate.
649
650 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
651
652 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
653 to be a list.
654 (ps-begin-job): Error if ps-lpr-switches is not a list.
655
656 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
657
658 * faces.el (face-normalize-spec): Remove function.
659 (frame-set-background-mode): Undo last change.
660
661 2007-11-10 Jason Rumney <jasonr@gnu.org>
662
663 * w32-fns.el: Sync charset names with setup-default-fontset.
664 Append "-1" where second part missing.
665
666 2007-11-10 Juri Linkov <juri@jurta.org>
667
668 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
669 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
670
671 * custom.el (custom-note-var-changed): Remove the `interactive'
672 spec from this new non-interactive function.
673
674 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
675
676 * doc-view.el (doc-view-mode-map, doc-view-menu)
677 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
678 (doc-view-search-backward): New function.
679 (doc-view-search): Query new regexp if prefix arg is given, else
680 jump to next/previous match.
681 (doc-view-mode): Handle compressed files.
682 (jka-compr): Required for compressed files.
683
684 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
685
686 * replace.el (query-replace-show-replacement): New defcustom.
687 (perform-replace): Use `match-substitute-replacement' if
688 `query-replace-show-replacement' is non-nil.
689
690 2007-11-10 David Kastrup <dak@gnu.org>
691
692 * subr.el (match-substitute-replacement): New function.
693
694 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
695
696 * files.el (auto-mode-alist): Select org-mode for files with the
697 extension ".org".
698
699 2007-11-10 Martin Rudalics <rudalics@gmx.at>
700
701 * help.el (help-window, help-window-point-marker): New variables.
702 (help-window-select): New option.
703 (with-help-window): New macro for displaying help windows.
704 (help-window-display-message, help-window-setup-finish)
705 (help-window-setup): New functions used for setting up help windows.
706 (print-help-return-message): Reset help-window to nil.
707 (view-lossage): Use with-help-window instead of
708 with-output-to-temp-buffer and move help-window-point-marker after
709 inserted text.
710 (describe-bindings, describe-key, describe-mode): Use
711 with-help-window instead of with-output-to-temp-buffer.
712
713 * help-mode.el (help-mode): Set view-exit-action to bury the
714 buffer instead of fiddling with windows. Simplify code.
715 (help-mode-finish): When help-window eqs t set it to the selected
716 window and have with-help-window set up view-return-to-alist.
717 (help-buffer): Add autoload cookie.
718
719 * view.el (view-remove-frame-by-deleting): Change default value to t.
720 Add autoload cookie.
721 (view-exit-action, view-file, view-file-other-window)
722 (view-file-other-frame, view-buffer, view-buffer-other-window)
723 (view-buffer-other-frame): Rewrite doc strings.
724 (view-return-to-alist-update): New function to remove stale entries
725 from view-return-to-alist.
726 (view-mode-enter): Rewrite doc string and simplify code.
727 (view-mode-exit): Handle new case 'keep-frame. Don't reset
728 view-exit-action to nil. Simplify code and rewrite doc string.
729
730 * apropos.el (apropos-describe-plist):
731 * descr-text.el (describe-char):
732 * disp-table.el (describe-display-table):
733 * faces.el (list-faces-display, describe-face):
734 * facemenu.el (list-colors-display):
735 * help-fns.el (describe-function, describe-variable)
736 (describe-syntax, describe-categories):
737 Use with-help-window instead of with-output-to-temp-buffer.
738
739 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
740
741 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
742 Optimize (featurep 'emacs) to t.
743
744 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
745 New function.
746 (byte-compile-maybe-guarded): Use it to also look for bound
747 symbols inside `and' forms. Comment out non-working code that was
748 trying to avoid warnings for XEmacs code.
749
750 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
751
752 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
753 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
754 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
755 (vc-cvs-annotate-command):
756 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
757 is bound, it always is.
758
759 2007-11-10 Jason Rumney <jasonr@gnu.org>
760
761 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
762 setup here from global scope.
763
764 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
765
766 * ido.el (ido-save-history): Save the history file in UTF-8, not
767 the current filename coding system.
768
769 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * simple.el (interprogram-cut-function, interprogram-paste-function):
772 Don't make them frame-local any more.
773
774 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
775 Don't set interprogram-(cut|paste)-function on each frame.
776
777 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
778 Make them work in tty frames.
779 (interprogram-cut-function, interprogram-paste-function):
780 Set them globally.
781
782 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
783
784 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
785 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
786 (iso-iso2duden-trans-tab): Add docstring.
787
788 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * abbrev.el (define-abbrev-table): Record the variable definition.
791
792 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
793 New function.
794
795 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
796
797 * ps-print.el: Clean the code for checking suitable Emacs version.
798 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
799 (ps-print-version): New version 6.8.1.
800
801 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
802
803 * files.el (enable-local-variables): Doc fix.
804
805 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
806
807 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
808
809 2007-11-09 Sven Joachim <svenjoac@gmx.de>
810
811 * dired-aux.el (dired-copy-file-recursive):
812 Preserve directory permissions.
813
814 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
815
816 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
817 (whitespace-unload-function): New-style unload function. When run,
818 unintern `whitespace-unload-hook' and call `unload-feature' recursively
819 to stop the old hook from messing with the unloading.
820
821 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
822
823 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
824 (elp-unset-master, elp-results): Fix typos.
825 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
826 Doc fixes.
827
828 * msb.el (msb--many-menus): Remove variable.
829 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
830 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
831 (msb--toggle-menu-type): Fix typos in docstrings.
832
833 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
834 (shadow-insert-var): Doc fixes.
835 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
836 Reflow docstrings.
837 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
838
839 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
840
841 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
842 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
843 Fix typos in autoload docstrings.
844
845 2007-11-09 Richard Stallman <rms@gnu.org>
846
847 * savehist.el (savehist-save): Obey savehist-ignored-variables.
848
849 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
850
851 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
852 (gdb-var-update-handler-1): Use it.
853
854 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
855
856 * loadhist.el (unload-feature): Remove erroneous check for the
857 FEATURE-unload-function variable; check the existence of the
858 function (that's what the docstring says, and it makes more sense).
859
860 * follow.el (follow-unload-function): Add docstring.
861 (follow-unload-function): Remove variable.
862
863 * server.el (server-unload-function): Remove variable.
864 (server-unload-function): Unbind `server-edit' from `C-x #'.
865
866 * ses.el (ses-unload-function): New function.
867
868 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
869
870 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
871 (unsafep-progn, unsafep-let): Fix typos in docstrings.
872
873 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
874 before use to avoid a warning in packages that require uniquify.
875 (uniquify-unload-function): New function and var.
876
877 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
878
879 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
880 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
881 (ediff-current-diff-A, ediff-current-diff-B)
882 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
883 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
884 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
885 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
886 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
887 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
888 (ediff-setup-windows-plain-merge)
889 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
890 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
891 * ediff-util.el (ediff-setup-keymap, )
892 (ediff-toggle-wide-display, ediff-toggle-multiframe)
893 (ediff-toggle-use-toolbar, ediff-really-quit)
894 (ediff-good-frame-under-mouse)
895 (ediff-highlight-diff-in-one-buffer)
896 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
897 (ediff-make-bullet-proof-overlay):
898 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
899 (ediff-set-meta-overlay):
900 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
901 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
902 ediff-emacs-p with their former definitions.
903
904 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
905 (viper-has-face-support-p, viper-inactivate-input-method)
906 (viper-activate-input-method)
907 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
908 * emulation/viper-mous.el (viper-multiclick-timeout)
909 (viper-surrounding-word, viper-mouse-click-insert-word)
910 (viper-mouse-click-search-word, viper-parse-mouse-key):
911 * emulation/viper-macs.el (viper-char-array-to-macro):
912 * emulation/viper.el (viper-go-away, viper-set-hooks)
913 (viper-non-hook-settings):
914 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
915 (viper-get-saved-cursor-color-in-insert-mode)
916 (viper-get-saved-cursor-color-in-emacs-mode)
917 (viper-check-version, viper-get-visible-buffer-window)
918 (viper-file-checked-in-p, viper-set-replace-overlay)
919 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
920 (viper-check-minibuffer-overlay, viper-read-key-sequence)
921 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
922 with their former definitions.
923 (viper-eventify-list-xemacs): Only do work for XEmacs.
924 (viper-set-unread-command-events): Only do work for Emacs.
925 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
926 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
927 (viper-overlay-get, viper-overlay-put, viper-read-event)
928 (viper-characterp, viper-int-to-char, viper-get-face)
929 (viper-color-defined-p, viper-iconify): New defaliases replacing
930 the old fsets.
931
932 * progmodes/fortran.el (comment-region-function)
933 (uncomment-region-function): Pacify byte compiler.
934
935 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
936
937 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
940 `process-environment'.
941
942 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
943
944 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
945 match dir like "a...b".
946
947 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
950
951 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
952
953 * net/tramp.el (tramp-handle-substitute-in-file-name):
954 Don't expand the remote connection identification.
955 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
956 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
957 before calling stty.
958
959 * net/tramp-cache.el (tramp-cache-print)
960 (tramp-dump-connection-properties): Fix docstring.
961 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
962
963 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
964
965 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
966 remote connection identification when setting connection property.
967
968 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
969 "//" substitutes only in the local filename part.
970
971 2007-11-07 David Hansen <david.hansen@gmx.net>
972
973 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
974
975 2007-11-07 Glenn Morris <rgm@gnu.org>
976
977 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
978 Remove superfluous concats. Move final set-buffer to
979 non-emacs-specific code.
980
981 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
982
983 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
984
985 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
986
987 * eshell/esh-mode.el (eshell-output-filter):
988 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
989 Use `with-current-buffer'.
990
991 2007-11-07 Andreas Schwab <schwab@suse.de>
992
993 * server.el (server-start): Only register cleanup after server was
994 started.
995
996 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
997
998 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
999
1000 * net/tramp-cache (tramp-cache-print): Move down.
1001 (tramp-cache-list-connections): New defun.
1002
1003 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1004
1005 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * ido.el (ido-save-history): Write the history file in the current
1008 filename coding system, and add `coding' file-local variable.
1009
1010 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1011
1012 * textmodes/org.el (org-table-formula-substitute-names):
1013 Remove forgotten temporary debugging code.
1014
1015 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1016
1017 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1018 the prompt.
1019
1020 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1021
1022 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1023
1024 2007-11-05 Simon Josefsson <simon@josefsson.org>
1025
1026 * net/tls.el (tls-end-of-info): Doc fix.
1027
1028 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1029
1030 * international/utf-7.el (utf-7-imap): New coding system.
1031 (utf-7-imap-post-read-conversion): New function.
1032 (utf-7-imap-pre-write-conversion): New function.
1033
1034 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * abbrev.el (abbrev--write): Fix up typo.
1037
1038 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * abbrev.el (define-abbrev-table): Doc fix.
1041
1042 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1043
1044 * info.el (Info-revert-buffer-function): New func.
1045 (Info-mode): Arrange to use it for reverting.
1046 (Info-copy-current-node-name): Add space between filename and nodename.
1047
1048 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1051
1052 2007-11-04 Glenn Morris <rgm@gnu.org>
1053
1054 * net/tls.el: Don't require rx when compiling.
1055 (tls-end-of-info): Rewrite without using rx.
1056 (open-tls-stream): Use with-current-buffer.
1057
1058 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1059
1060 * net/tls.el: Require rx when compiling.
1061 (tls-end-of-info): New variable.
1062 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1063 matched.
1064
1065 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1066
1067 * register.el (append-to-register, prepend-to-register):
1068 Don't signal error on empty register; use the text, instead.
1069
1070 2007-11-03 Michael Olson <mwolson@gnu.org>
1071
1072 * textmodes/remember.el (remember-buffer):
1073 Use define-obsolete-function-alias rather than defalias.
1074
1075 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1076
1077 * simple.el (bad-packages-alist): Anchor semantic regexp.
1078
1079 2007-11-03 Glenn Morris <rgm@gnu.org>
1080
1081 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1082 if defined, for blank lines. Doc fix.
1083
1084 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1085 (fortran-mode): Set values for comment-region-function,
1086 uncomment-region-function and comment-insert-comment-function.
1087 (fortran-uncomment-region): New function.
1088
1089 * textmodes/nroff-mode.el (nroff-mode):
1090 Set comment-insert-comment-function rather than indent-line-function.
1091 (nroff-indent-line-function): Remove.
1092 (nroff-insert-comment-function): New function.
1093
1094 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1095
1096 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1097
1098 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1099
1100 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1101
1102 * emulation/viper-cmd.el (viper-prev-destructive-command)
1103 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1104 copy-sequence.
1105
1106 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1107 Got rid of ediff-copy-list.
1108
1109 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1110 use face-name.
1111 (ediff-test-utility, ediff-diff-mandatory-option)
1112 (ediff-reset-diff-options): Remove to simplify the mandatory option
1113 handling on Windows.
1114 (ediff-set-diff-options): Add.
1115 (ediff-diff-options): Set "--binary" option as default in some cases.
1116
1117 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1118 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1119 ediff-vc-working-revision. Require vc-hooks.
1120
1121 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1122
1123 * files.el (hack-local-variables): Fix membership tests to avoid
1124 treating all variables as safe if `enable-local-variables' is
1125 set to :safe (CVE-2007-5795).
1126
1127 2007-11-02 Glenn Morris <rgm@gnu.org>
1128
1129 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1130 if defined, do all the work of inserting a new comment.
1131
1132 * progmodes/etags.el (tags-table-mode): Disable undo.
1133
1134 * simple.el (bad-packages-alist): Revert previous change.
1135
1136 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1137
1138 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1139
1140 * obsolete/lselect.el: Do not warn about unknown functions.
1141
1142 2007-11-02 Michael Olson <mwolson@gnu.org>
1143
1144 * textmodes/remember.el (remember-buffer): Make this an alias of
1145 remember-finalize, because Org uses it.
1146
1147 2007-11-01 Michael Olson <mwolson@gnu.org>
1148
1149 * textmodes/remember.el: Improve documentation in heading.
1150 (remember-before-remember-hook): Turn into a customizable option.
1151 (remember): Document INITIAL argument.
1152 (remember-region): Remove autoload cookie. Improve docstring to
1153 mention that it is called from the *Remember* buffer, and does not
1154 have any functional overlap with the `remember' function.
1155 (remember-finalize): Remove autoload cookie. Rename from
1156 remember-buffer to emphasize that this does not have any
1157 functional overlap with the `remember' function.
1158 (remember-destroy): Remove autoload cookie.
1159 (remember-mode-map): Define and initialize in one step.
1160 (remember-mode): Improve docstring.
1161 (remember-annotation-functions): Default to just '(buffer-file-name),
1162 and don't try to take the default value from Planner.
1163
1164 2007-11-01 Glenn Morris <rgm@gnu.org>
1165
1166 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1167
1168 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1169
1170 * emacs-lisp/authors.el (authors-scan-change-log)
1171 (authors-scan-el): Don't enable local eval; enable only safe local
1172 variables, without querying.
1173
1174 * mail/footnote.el (footnote-numeric-regexp)
1175 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1176 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1177 Match multi-character footnotes.
1178
1179 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1180 (nroff-indent-line-function): New function.
1181 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1182 obsolete alias.
1183
1184 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1185
1186 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1187 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1188 (rcirc-print): Only update the line count when not marking the
1189 line as omittable.
1190 (rcirc-log-write): Specify coding system when writing logfile.
1191 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1192
1193 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1194
1195 * printing.el (printing): Fix :version, printing.el was included
1196 for in emacs-22.1.
1197 (pr-path-style, pr-path-alist, pr-txt-name)
1198 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1199 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1200 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1201 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1202 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1203 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1204 (pr-setting-database, pr-visible-entry-list)
1205 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1206 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1207
1208 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1209 top level, make it dependent on the emacs flavor.
1210
1211 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1212 Test for XEmacs not for itimer.
1213
1214 * term/sun-mouse.el:
1215 * obsolete/sun-fns.el:
1216 * obsolete/sun-curs.el: Remove files.
1217
1218 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1219
1220 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1221
1222 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1223 was given to concat.
1224
1225 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1228 used normally for goto-line. Change `g' to revert the buffer.
1229 Add redundant `r' binding for buffer-revert.
1230
1231 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1232 (mail-abbrevs-setup): Use abbrev-expand-functions.
1233 (build-mail-abbrevs): Use with-temp-buffer.
1234 (define-mail-abbrev): Simplify.
1235 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1236 Change it for use on abbrev-expand-functions.
1237 (mail-abbrev-complete-alias): Use with-syntax-table.
1238
1239 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1240
1241 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1242 directly. Fix bug in deleting temp file.
1243
1244 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1247 Merge defvar and define-abbrev-table.
1248 (def-python-skeleton): Use :case-fixed and :enable-function.
1249 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1250 Remove.
1251 (python-mode): Don't modify pre-abbrev-expand-hook.
1252
1253 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * ediff-util.el (ediff-file-checked-out-p)
1256 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1257
1258 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * abbrev.el (abbrev-symbol): Correct let->let*.
1261 (abbrev--before-point): Only use abbrev-start-location if before point.
1262
1263 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1266 (strokes-unload-hook): Remove function and variable.
1267 (strokes-unload-function): New-style unload function, adapted
1268 from `strokes-unload-hook'.
1269
1270 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1271 (cl-unload-hook): Remove variable.
1272 (cl-unload-function): New-style unload function, adapted
1273 from `cl-cannot-unload'.
1274
1275 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1276 (elp-unload-function): New-style unload function, adapted
1277 from `elp-unload-hook'.
1278
1279 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1280
1281 * emacs-lisp/find-func.el (find-library): Use library at
1282 point as default interactive argument.
1283
1284 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * shadowfile.el (shadow-join): Remove.
1287 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1288 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1289 (shadowfile-unload-hook): Remove function and variable.
1290 (shadowfile-unload-function): New-style unload function, adapted
1291 from `shadowfile-unload-hook'.
1292
1293 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1294
1295 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1296 only if it is bound.
1297
1298 * textmodes/reftex.el: Move autoloads for before all uses.
1299 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1300 (reftex-delete-overlay): Move to the top level with the condition
1301 in the body.
1302
1303 * progmodes/simula.el: Use when instead of if.
1304
1305 * iimage.el (iimage-locate-file): Define unconditionally.
1306
1307 * mail/mailabbrev.el (mail-abbrev-next-line):
1308 * emulation/vip.el (vip-enlarge-region, vip-line)
1309 (vip-next-line-at-bol, vip-previous-line)
1310 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
1311 Wrap with-no-warnings around uses of next-line and previous-line.
1312
1313 * ediff.el (run-ediff-from-cvs-buffer):
1314 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
1315 Remove function not used by pcl-cvs anymore.
1316 (noninteractive, generic-sc-get-latest-rev)
1317 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
1318 Delete support for long obsolete generic-sc.el.
1319
1320 2007-10-31 Glenn Morris <rgm@gnu.org>
1321
1322 * cvs-status.el: No longer require pcvs when compiling.
1323
1324 * doc-view.el (doc-view-conversion-refresh-interval)
1325 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1326 (doc-view-reset-slice): Doc fixes.
1327 (doc-view-menu): Remove deleted function doc-view-edit-doc.
1328
1329 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * help-at-pt.el (help-at-pt-unload-hook): Remove.
1332 Timers are automatically canceled by `unload-feature'.
1333
1334 * delsel.el (delsel-unload-hook): Remove function and variable.
1335 (delsel-unload-function): New-style unload function, adapted
1336 from `delsel-unload-hook'.
1337
1338 * msb.el (msb-unload-hook): Remove function and variable.
1339 (msb-unload-function): New-style unload function, adapted from
1340 `msb-unload-hook'.
1341
1342 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * desktop.el (uniquify-managed): Pacify byte compiler.
1345 (desktop-buffer-info): If the buffer name is managed by uniquify,
1346 save the base name, not the uniquified one.
1347 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1348 name in case of conflict.
1349
1350 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * doc-view.el: Use expand-file-name rather than concat.
1353 (doc-view-cache-directory): Add the UID so multiple users won't clash.
1354 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
1355 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
1356 (doc-view-toggle-display): Use an overlay over the whole buffer so as
1357 not to have to touch the buffer's content.
1358 (doc-view-initiate-display): New function, extracted from doc-view-mode.
1359 (doc-view-mode): Use it. Don't mark as a special mode.
1360 Put the page numbers in the modeline.
1361 Set up the overlay. Hide the cursor. Run the mode hook.
1362 Use after-revert-hook rather than revert-buffer-function.
1363 (doc-view-search-internal): Fix typo.
1364 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
1365 image-cache flush.
1366 (doc-view-reconvert-doc): Don't reset the whole mode.
1367 (doc-view-make-safe-dir): New function.
1368 (doc-view-current-cache-dir): Use it.
1369
1370 2007-10-30 Jason Rumney <jasonr@gnu.org>
1371
1372 * time.el (display-time-world-list): Test for zoneinfo support.
1373
1374 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
1377
1378 * net/tramp-cache.el (tramp-flush-file-function): Check also
1379 `default-directory' if `buffer-file-name' does not return a
1380 string. Added to `eshell-pre-command-hook'.
1381
1382 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * doc-view.el (doc-view-current-doc): Remove.
1385 Replace all uses by buffer-file-name.
1386 (doc-view-menu): New menu.
1387 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
1388 unused var `doc'.
1389 (doc-view-sort): Simplify.
1390 (doc-view-buffer-message): Don't change buffer-modified-p.
1391 (doc-view-mode): Change it here instead.
1392 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
1393 Don't modify the global value of revert-buffer-function.
1394
1395 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
1396 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
1397 (image-toggle-display): Take overlays into account and don't assume
1398 point-min==1.
1399
1400 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1401
1402 * vc.el (vc-annotate): Fix omission bug:
1403 Specify value for vc-sentinel-movepoint.
1404
1405 2007-10-30 Michael Olson <mwolson@gnu.org>
1406
1407 * textmodes/remember.el (remember-mode-hook)
1408 (remember-handler-functions, remember-annotation-functions):
1409 Add additional items as options, including some Org functions.
1410
1411 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
1412
1413 * doc-view.el: Remove cl-dependency.
1414 (doc-view-buffer-message): Mention new binding K.
1415 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
1416 instead of variable.
1417 (doc-view-current-cache-dir): Better cache dir naming.
1418 (doc-view-current-display): Remove variable.
1419 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1420 (doc-view-kill-proc): Set converter process to nil.
1421 (doc-view-minor-mode): New minor mode.
1422 (doc-view-minor-mode-map): New keymap.
1423 (doc-view-mode): Remove text/image switching code. Use plain defun.
1424 (doc-view-mode-map): New binding K kills converter process.
1425 Remove C-c C-e binding.
1426 (doc-view-mode-text-map): Remove keymap.
1427 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1428 d-v-display-maybe.
1429 (doc-view-previous-major-mode): New variable.
1430 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1431 (doc-view-remove-if): New function.
1432 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1433 (doc-view-toggle-display): Toggle modes instead of display styles.
1434 (doc-view-reconvert-doc): Adapt to new way of doing things.
1435
1436 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1437
1438 2007-10-30 Glenn Morris <rgm@gnu.org>
1439
1440 * dirtrack.el (dirtrack-mode): Doc fix.
1441
1442 * shell.el (shell-dirtrack-verbose, shell-mode)
1443 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1444
1445 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1446 (byte-compile-enable-warning): Doc fix.
1447
1448 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1449 suppress byte-opt warning.
1450
1451 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1452
1453 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1454 (edt-gnu-emacs19-p): Remove.
1455 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1456 (edt-xserver, edt-page-backward, edt-beginning-of-line)
1457 (edt-end-of-line-forward, edt-end-of-line-backward)
1458 (edt-one-word-forward, edt-one-word-backward, edt-character)
1459 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1460 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1461 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1462 (edt-define-key, edt-bottom-check, edt-sentence-forward)
1463 (edt-sentence-backward, edt-paragraph-forward)
1464 (edt-paragraph-backward, edt-restore-key, edt-window-top)
1465 (edt-window-bottom, edt-scroll-window-forward-line)
1466 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1467 (edt-line-to-top-of-window, edt-paragraph-backward)
1468 (edt-restore-key, edt-window-top, edt-window-bottom)
1469 (edt-scroll-window-forward-line)
1470 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1471 (edt-line-to-middle-of-window, edt-goto-percentage)
1472 (edt-display-the-time, edt-remember, edt-split-window)
1473 (edt-emulation-on, edt-emulation-off)
1474 (edt-default-emulation-setup, edt-user-emulation-setup)
1475 (edt-select-default-global-map, edt-select-user-global-map):
1476 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1477 tests.
1478
1479 * textmodes/reftex-index.el (reftex-index-selection-or-word):
1480 Use feature test instead of boundp test so it can be resolved at
1481 compile time.
1482
1483 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
1484
1485 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1488 Update all users.
1489 (abbrev-get, abbrev-put): Simplify.
1490 (define-abbrev): Don't store the `force' value in the :system property.
1491 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1492
1493 2007-10-30 Michael Olson <mwolson@gnu.org>
1494
1495 * desktop.el (desktop-minor-mode-table): Add line for ERC.
1496
1497 * textmodes/remember.el: New file that implements a mode for
1498 quickly jotting down things to remember.
1499
1500 * textmodes/remember-diary.el: A backend for remember.el that
1501 implements saving notes to a Diary file.
1502
1503 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1504
1505 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
1506 Relocate in file.
1507 (allout-doublecheck-at-and-shallower): Increase to include
1508 slightly greater depths, since yank interaction is now ok.
1509 Also, elaborate the docstring to explain the situation.
1510 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
1511 instead of concat, so we accommodate key sequences expressed as
1512 vectors as well as strings and lists.
1513 (allout-flag-region, allout-hide-by-annotation): Make the
1514 hidden-text overlays 'front-advance.
1515 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1516 (allout-aberrant-container-p, allout-on-current-heading-p)
1517 (allout-e-o-prefix-p, allout-next-heading)
1518 (allout-previous-heading, allout-goto-prefix)
1519 (allout-end-of-prefix, allout-next-sibling-leap)
1520 (allout-next-visible-heading, allout-auto-fill)
1521 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
1522 (allout-yank-processing, allout-resolve-xref)
1523 (allout-current-topic-collapsed-p, allout-hide-region-body)
1524 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
1525 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
1526 (count-trailing-whitespace-region): Preserve match data, so allout
1527 outline navigation doesn't disrupt other Emacs operations.
1528 (allout-beginning-of-line): Retreat to the beginning of the hidden
1529 text, so fields are respected (for submodes that care).
1530 (allout-end-of-line): Preserve mark activation status when jumping.
1531 (allout-open-topic): Account for opening after a child that
1532 contains a hidden trailing newline. Preserve match data.
1533 Run allout-structure-added-hook
1534 (allout-encrypt-decrypted): Preserve match data.
1535 (allout-toggle-current-subtree-exposure): Add new interactive
1536 function for toggle subtree exposure - suggested by tassilo.
1537 (move-beginning-of-line, move-end-of-line): Don't use
1538 line-move-invisible-p, it's obsolete - substitute the code, instead.
1539
1540 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1541
1542 * textmodes/flyspell.el (message-signature-separator):
1543 * longlines.el (message-indent-citation-function): Pacify byte
1544 compiler.
1545
1546 * emacs-lisp/cl-loaddefs.el:
1547 * ldefs-boot.el: Regenerate.
1548
1549 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1550 (.el.elc, compile, compile-always, compile-calc)
1551 ($(lisp)/progmodes/cc-mode.elc): Use it.
1552
1553 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1554 Only do work for XEmacs.
1555 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1556 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1557 on XEmacs.
1558 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1559 (ps-x-color-name, ps-x-color-specifier-p)
1560 (ps-x-copy-coding-system, ps-x-device-class)
1561 (ps-x-extent-end-position, ps-x-extent-face)
1562 (ps-x-extent-priority, ps-x-extent-start-position)
1563 (ps-x-face-font-instance, ps-x-find-coding-system)
1564 (ps-x-font-instance-properties, ps-x-make-color-instance)
1565 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
1566 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
1567 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
1568 (ps-generate-postscript-with-faces): Delete defaliases.
1569 (ps-face-foreground-name, ps-face-background-name)
1570 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1571 Move definitions to top level, make the body conditional on the Emacs
1572 flavor. Replace uses of deleted aliases and renamed functions.
1573 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
1574 of deleted aliases and renamed functions.
1575
1576 * calc/calc.el (calc-emacs-type-lucid): Remove.
1577 (calc-digit-map, calcDigit-start, calc-read-key)
1578 (calc-clear-unread-commands):
1579 * calc/calc-ext.el (calc-user-key-map): Replace uses of
1580 calc-emacs-type-lucid with (featurep 'xemacs)
1581
1582 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
1583 (featurep 'xemacs).
1584 (tpu-lucid-emacs19-p): Remove.
1585 (tpu-map-key): Make it a function instead of using fset. Inline
1586 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
1587 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
1588
1589 * ielm.el: Use featurep 'xemacs.
1590
1591 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
1592 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
1593 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
1594 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
1595 cperl-xemacs-p with (featurep 'xemacs).
1596 (font-lock-cache-position): Pacify byte compiler.
1597
1598 2007-10-29 Drew Adams <drew.adams@oracle.com>
1599
1600 * faces.el (read-color): New function.
1601 (face-at-point, foreground-color-at-point)
1602 (background-color-at-point): New functions.
1603
1604 2007-10-28 Richard Stallman <rms@gnu.org>
1605
1606 * net/browse-url.el (browse-url-text-xterm): Rename from
1607 browse-url-lynx-xterm and made generic.
1608 (browse-url-text-emacs): Likewise.
1609 (browse-url-text-browser): New variable.
1610 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
1611 (browse-url-text-input-field, browse-url-text-input-attempts)
1612 (browse-url-kde-program): Likewise.
1613
1614 2007-10-29 Glenn Morris <rgm@gnu.org>
1615
1616 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1617 Use mapc rather than mapcar (reinstall change deleted without log
1618 entry 2007-10-22).
1619
1620 2007-10-29 Martin Rudalics <rudalics@gmx.at>
1621
1622 * wdired.el (wdired-next-line, wdired-previous-line):
1623 Use next-line and previous-line wrapped in with-no-warnings.
1624
1625 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
1626
1627 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
1628 (rcirc-recent-quit-alist): New function.
1629 (rcirc): Print a better message when there is only one connected server.
1630 (rcirc-complete-nick): Do not update the nick table here.
1631 (rcirc-mode-map): Add M-o.
1632 (rcirc-current-line): Add variable.
1633 (rcirc-mode): Setup variables for line based omit.
1634 (rcirc-edit-multiline): Strip text properties.
1635 (rcirc-omit-responses): Add NICK.
1636 (rcirc-omit-threshold): Add variable.
1637 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
1638 Add functions.
1639 (rcirc-print): Keep track of current line. Do not fill text if
1640 `rcirc-fill-flag' is null. Only omit text if the last activity
1641 from the sender is more than `rcirc-omit-threshold' lines ago.
1642 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
1643 numbers instead of time.
1644 (rcirc-channel-nicks): Sort by line numbers instead of time.
1645 (rcirc-omit-mode): Add `...' when omitting text and recenter.
1646 (rcirc-handler-JOIN): Restore the joiners linestamp.
1647 (rcirc-maybe-remember-nick-quit): Add function.
1648 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
1649
1650 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * loadhist.el (unload-feature-special-hooks):
1653 Add `delete-frame-functions' and `suspend-tty-functions'.
1654
1655 * server.el (server-unload-function): Rename from `server-unload-hook'
1656 and adapt to new `unload-feature' functionality. Remove hook from
1657 `kill-buffer-hook' buffer-locally.
1658 (server-unload-hook): Remove.
1659 (server-unload-function): New var; replaces `server-unload-hook'.
1660
1661 2007-10-29 Glenn Morris <rgm@gnu.org>
1662
1663 * dirtrack.el (dirtrack-debug): Doc fix.
1664 (dirtrack-mode, dirtrack-debug-mode): New names for
1665 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
1666 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1667 Make obsolete.
1668 (dirtrack-debug-message): Only print message if
1669 dirtrack-debug-mode is non-nil. Use with-current-buffer.
1670 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
1671 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1672
1673 2007-10-28 Glenn Morris <rgm@gnu.org>
1674
1675 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1676 (byte-compile-warnings-safe-p): Handle `not'.
1677 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1678 (byte-compile-enable-warning): New functions.
1679 (byte-compile-eval-before-compile)
1680 (byte-compile-file-form-require): Use byte-compile-disable-warning.
1681 (byte-compile-close-variables): Locally bind byte-compile-warnings,
1682 but do not modify it.
1683 (byte-compile-eval, byte-compile-obsolete)
1684 (byte-compile-warn-about-unresolved-functions)
1685 (byte-compile-file-form-defvar)
1686 (byte-compile-file-form-custom-declare-variable)
1687 (byte-compile-file-form-require)
1688 (byte-compile-file-form-defmumble, byte-compile-lambda)
1689 (byte-compile-form, byte-compile-normal-call)
1690 (byte-compile-variable-ref, byte-compile-defvar)
1691 (byte-compile-make-variable-buffer-local):
1692 Use byte-compile-warning-enabled-p.
1693 * emacs-lisp/advice.el (ad-compile-function):
1694 Use byte-compile-disable-warning.
1695 * emacs-lisp/cl.el: Move local variables to end of file, and set
1696 byte-compile-warnings to `(not cl-functions)'.
1697 * emacs-lisp/cl-compat.el: Add a local variables section, and set
1698 byte-compile-warnings to `(not cl-functions)'.
1699 * emacs-lisp/cl-macs.el: Unify local variable section, and set
1700 byte-compile-warnings to `(not cl-functions)'.
1701 (cl-do-proclaim): Use byte-compile-disable-warning and
1702 byte-compile-enable-warning.
1703 * emacs-lisp/cl-seq.el: Unify local variable section, and set
1704 byte-compile-warnings to `(not cl-functions)'.
1705 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1706 Use byte-compile-disable-warning.
1707
1708 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1709
1710 * cus-edit.el (custom-browse-insert-prefix):
1711 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1712
1713 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
1714
1715 * server.el (server-process-filter): Fix typo in docstring.
1716 (server-log): Reflow docstrings.
1717 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1718 (server-goto-line-column): Use `when'.
1719
1720 2007-10-28 Juri Linkov <juri@jurta.org>
1721
1722 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1723 when mouse is clicked on the isearch message.
1724 (isearch-resume): Call `isearch-update' at the end.
1725 Rename argument `search' to `string' to conform to the
1726 isearch terminology.
1727
1728 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 Rewrite abbrev.c in Elisp.
1731 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1732 (abbrev-table-get, abbrev-table-put, abbrev-get)
1733 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1734 (define-abbrev, abbrev--check-chars, define-global-abbrev)
1735 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1736 (abbrev-expansion, abbrev--before-point, expand-abbrev)
1737 (unexpand-abbrev, abbrev--write, abbrev--describe)
1738 (insert-abbrev-table-description, define-abbrev-table):
1739 New funs, largely transcribed from abbrev.c.
1740 (abbrev-with-wrapper-hook): New macro.
1741 (abbrev-table-name-list, global-abbrev-table)
1742 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1743 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1744 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1745 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1746 New vars, largely transcribed from abbrev.c.
1747 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
1748 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1749 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1750
1751 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1752
1753 * ps-print.el: Now detect if text foreground and background colors are
1754 equal and replace the foreground color by another color, so the text
1755 becomes visible. Doc fix.
1756 (ps-print-version): New version 6.8.
1757 (ps-default-fg, ps-default-bg): Docstring fix.
1758 (ps-postscript-code-directory): Fix default value code.
1759 (ps-fg-list, ps-fg-validate-p): New options.
1760 (ps-foreground-list): New var.
1761 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1762
1763 2007-10-27 Glenn Morris <rgm@gnu.org>
1764
1765 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1766 (shell-dirtrack-toggle): Mark as obsolete.
1767 (dirtrack-toggle, dirtrack-mode): No longer alias to
1768 shell-dirtrack-mode.
1769
1770 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1771
1772 * calc/calc.el (math-standard-opers): Lower the precedence
1773 of negation.
1774 * calc/calc-lang.el (math-oper-table): Lower precedence of
1775 negation for C, TeX, and eqn.
1776
1777 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1780
1781 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1784 (desktop-not-loaded-hook): Fix :version tags.
1785
1786 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1789 (tramp-get-remote-tmpdir): New defun.
1790 (tramp-make-tramp-temp-file): Use it.
1791 (tramp-local-call-process): New defun. Replace all calls of
1792 `call-process' by this when appropriate.
1793 (tramp-handle-write-region): Replace calls of `file-attributes' by
1794 `tramp-compat-file-attributes'.
1795 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1796 Make the first command a `tramp-send-command' call, with let-bind
1797 of `tramp-end-of-output'.
1798 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
1799 (tramp-load-report-modules, tramp-append-tramp-buffers):
1800 Move to tramp-cmds.el.
1801
1802 * net/tramp-fish.el (tramp-fish-handle-copy-file)
1803 (tramp-fish-do-copy-or-rename-file)
1804 (tramp-fish-do-copy-or-rename-file-directly):
1805 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1806 Add parameter PRESERVE-UID-GID.
1807
1808 2007-10-27 Eli Zaretskii <eliz@gnu.org>
1809
1810 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1811 New defcustoms.
1812 (display-time-world-list): Use them as appropriate for the current
1813 value of `system-type'.
1814
1815 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1816
1817 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1818 Move (again) some variable definitions before use, define some fun
1819 aliases, no code change.
1820 (pr-version): New version 6.9.2.
1821 (pr-path-style, pr-auto-region, pr-menu-char-height)
1822 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1823 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1824 via (defvar VAR).
1825 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1826 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1827 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1828 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1829 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
1830 (pr-menu-print-item, pr-ps-printer-menu-modified)
1831 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1832 (pr-even-or-odd-alist): Vars definition moved.
1833
1834 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1835
1836 * emulation/pc-select.el (next-line-mark, next-line-nomark)
1837 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1838 around uses of previous-line and next-line.
1839
1840 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1841 New defvars.
1842
1843 * textmodes/css-mode.el (comment-continue):
1844 * net/browse-url.el (url-handler-regexp):
1845 * progmodes/idlw-help.el (idlwave-system-routines):
1846 Pacify byte-compiler.
1847
1848 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
1849 line-move-invisible-p with its former definition: invisible-p.
1850 line-move-invisible-p was removed on 2007-08-29.
1851
1852 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * files.el (kill-emacs-query-functions): Doc fix;
1855 `save-buffers-kill-emacs' is no longer bound to a key.
1856
1857 2007-10-26 Richard Stallman <rms@gnu.org>
1858
1859 * isearch-multi.el (isearch-buffers-multi): New option.
1860 (isearch-buffers-search-fun): Test it.
1861
1862 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1863 Put ps-run-clear on C-c C-l.
1864
1865 * newcomment.el (comment-styles): New style indent-or-triple.
1866 (comment-style): Make that the default.
1867 (comment-add defvar): Doc fix.
1868 (comment-add): Delete arg EXTRA.
1869 (comment-region-default): Open code call to comment-add.
1870 Handle indent-or-triple style which uses `multi-char' for INDENT.
1871
1872 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1873
1874 * eshell/em-unix.el (nil-blank-string): Doc fix.
1875
1876 2007-10-26 John Wiegley <johnw@newartisans.com>
1877
1878 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
1879 function, ensure that the third argument is turned into a nil if
1880 the string is otherwise completely empty (either no characters, or
1881 all tabs/spaces). This fixes a bug from a user who found himself
1882 unable to customize `diff-switches' and still use Eshell's diff
1883 command.
1884
1885 2007-10-26 Glenn Morris <rgm@gnu.org>
1886
1887 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1888 safe-local-variable property.
1889
1890 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1891
1892 * net/browse-url.el (browse-url-browser-function): Delete grail.
1893 (browse-url-grail): Function and variable deleted.
1894 (browse-url-browser-function): Delete IXI Mosaic.
1895 (browse-url-default-browser): Don't try IXI Mosaic.
1896 (browse-url-iximosaic): Function deleted.
1897 (browse-url-browser-function): Delete MMM.
1898 (browse-url-default-browser): Don't try MMM.
1899 (browse-url-mmm): Function deleted.
1900
1901 2007-10-26 Drew Adams <drew.adams@oracle.com>
1902
1903 * custom.el (custom-note-var-changed): New function.
1904
1905 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
1906
1907 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
1908 use with the definition. Remove.
1909
1910 * add-log.el (change-log-start-entry-re): New defconst.
1911 (change-log-sortable-date-at): Use it.
1912 (change-log-beginning-of-defun, change-log-end-of-defun):
1913 New functions.
1914 (change-log-mode): Use them for beginning-of-defun-function and
1915 end-of-defun-function.
1916
1917 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1918
1919 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
1920 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
1921 (ses-recalculate-cell): Deal with point being just beyond end of
1922 data area (why does this happen?)
1923 (ses-set-curcell): Ditto.
1924 (ses-column-letter): Handle columns beyond 702. Code written by
1925 Gareth Rees.
1926
1927 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
1928
1929 * textmodes/org.el (org-agenda-get-restriction-and-command):
1930 Use `mapc' instead of `mapcar'.
1931 (org-agenda-list): Numeric prefix argument can specify the number
1932 of days.
1933 (remember-register, remember-buffer): Prevent byte compiler from
1934 complaining.
1935 (org-todo): Save and restore match data.
1936 (org-no-warnings): New macro.
1937 (org-columns-eval): Use `org-no-warnings'.
1938
1939 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
1940
1941 * comint.el (comint-password-prompt-regexp):
1942 Handle `[sudo] password'-style prompt.
1943
1944 2007-10-25 Glenn Morris <rgm@gnu.org>
1945
1946 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1947 (defcustom): Doc fix.
1948
1949 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1950 Add `non_intrinsic'.
1951 (f90-constants-re): Add ieee modules.
1952 (f90-typedef-matcher, f90-typedec-matcher)
1953 (f90-imenu-type-matcher): New functions.
1954 (f90-font-lock-keywords-1): Give module procedures function-name face.
1955 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
1956 Add `use, intrinsic'.
1957 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1958 Move start of `enum' blocks to separate entry.
1959 (f90-start-block-re): Fix `type', `abstract interface'.
1960 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1961 derived types.
1962 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1963 `elemental', change `enumerator'.
1964 (f90-no-block-limit): Fix `abstract interface'.
1965
1966 * progmodes/f90.el (f90-indented-comment-re)
1967 (f90-directive-comment-re, f90-break-delimiters):
1968 * progmodes/fortran.el (fortran-comment-line-start-skip)
1969 (fortran-directive-re):
1970 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1971 as safe if they are strings.
1972
1973 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * startup.el (window-system): Remove. Don't make it frame-local.
1976
1977 2007-10-24 Richard Stallman <rms@gnu.org>
1978
1979 * savehist.el (savehist-save): Omit unreadable elements.
1980
1981 * loadhist.el (unload-function-defs-list): Rename from
1982 unload-function-features-list.
1983 (unload-feature-special-hooks, unload-feature): Doc fixes.
1984
1985 * indent.el (indent-to-left-margin): If point's in the indentation,
1986 move to the end of the indentation.
1987
1988 * cus-edit.el (customize-changed-options): Make arg optional.
1989
1990 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1993
1994 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1995
1996 * textmodes/org-publish.el (org-publish-attachment): Re-install
1997 accidentally deleted change.
1998
1999 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2002
2003 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2006 (Buffer-menu-mode-map): Initialize in the declaration.
2007 (Buffer-menu-mode): Define with `define-derived-mode'.
2008
2009 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2010
2011 * textmodes/org.el (org-version): Change to 5.13e.
2012 (org-agenda-file-regexp): Fix typo in docstring.
2013 (org-add-planning-info): Fix bug in parenthesis settings.
2014 (org-scan-tags): Catch the case of indirect buffers with no filename.
2015 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2016 Re-install switch to mapc, had been removed by accident.
2017 (org-columns-map): New binding `C-c C-o'.
2018 (org-columns-menu): Change menu text and added new entry.
2019 (org-columns-eval): Document the use of `next-line'.
2020 (org-columns-open-link): New function.
2021 (org-columns-follow-link): Remove function.
2022 (org-open-link-from-string): New function.
2023 (org-read-date-get-relative): Fix typo in docstring.
2024 (org-read-date-get-relative): Leading +/- is not optional.
2025 (org-agenda-get-restriction-and-command): Always resize window on
2026 first loop cycle.
2027 (org-agenda-open-link): Make sure the link abbreviations are
2028 present in the agenda buffer.
2029 (org-agenda-copy-local-variable): New function.
2030
2031 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2034
2035 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * simple.el (reindent-then-newline-and-indent): Use a `move after
2038 insert' kind of marker in the save-excursion.
2039
2040 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * textmodes/css-mode.el: Require CL.
2043 (comment-continue): Declare.
2044
2045 * subr.el (make-variable-frame-localizable): Remove.
2046 (make-variable-frame-local): Mark obsolete.
2047
2048 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2051 of the subdirs is unreadable.
2052
2053 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2056 when we are local.
2057
2058 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * progmodes/python.el (python-current-defun): Remove left-over
2061 assignment to `start'.
2062
2063 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2064
2065 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2066 than `mapcar'; return value is not used.
2067
2068 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2069
2070 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2071 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2072
2073 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2076 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2077
2078 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2079
2080 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2081
2082 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * emacs-lisp/advice.el (ad-make-advised-docstring):
2085 Add ad-advice-info text property to doc string.
2086
2087 2007-10-23 Glenn Morris <rgm@gnu.org>
2088
2089 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2090 (f90-type-indent, f90-program-indent, f90-associate-indent)
2091 (f90-continuation-indent, f90-comment-region)
2092 (f90-beginning-ampersand, f90-smart-end)
2093 (f90-break-before-delimiters, f90-auto-keyword-case)
2094 (f90-leave-line-no, f90-mode-hook):
2095 Give an appropriate safe-local-variable property.
2096
2097 * progmodes/fortran.el (fortran-tab-mode-default)
2098 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2099 (fortran-structure-indent, fortran-continuation-indent)
2100 (fortran-comment-indent, fortran-comment-line-extra-indent)
2101 (fortran-comment-line-start)
2102 (fortran-minimum-statement-indent-fixed)
2103 (fortran-minimum-statement-indent-tab)
2104 (fortran-comment-indent-char, fortran-line-number-indent)
2105 (fortran-check-all-num-for-matching-do)
2106 (fortran-blink-matching-if, fortran-continuation-string)
2107 (fortran-comment-region, fortran-electric-line-number)
2108 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2109 (fortran-analyze-depth, fortran-break-before-delimiters):
2110 Give an appropriate safe-local-variable property.
2111
2112 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2113
2114 * printing.el: Move variable definitions before use.
2115 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2116
2117 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2120 (tpu-edt-off): Use it.
2121 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2122 the global-map before adding it to global-map.
2123
2124 * menu-bar.el (global-buffers-menu-map): New var.
2125 (global-map, menu-bar-update-buffers): Use it.
2126 * msb.el (msb-menu-bar-update-buffers): Use it.
2127 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2128 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2129 Use with-current-buffer.
2130
2131 2007-10-22 Juri Linkov <juri@jurta.org>
2132
2133 * isearch-multi.el: New file.
2134
2135 * isearch.el (isearch-search-string): After finding the next
2136 occurrence switch to buffer isearch-buffers-current-buffer when
2137 isearch-buffers-next-buffer-function is non-nil and
2138 isearch-buffers-current-buffer is live.
2139
2140 * add-log.el (change-log-mode): Make and set buffer-local variable
2141 isearch-buffers-next-buffer-function to change-log-next-buffer.
2142 Call isearch-buffers-minor-mode.
2143 (change-log-next-buffer): New function.
2144
2145 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2146
2147 * org-export-latex.el (org-export-latex-protect-string):
2148 Renaming of `org-latex-protect'.
2149 (org-export-latex-emphasis-alist): By default, don't protect
2150 any emphasis formatter from further conversion.
2151 (org-export-latex-tables): Honor column grouping for tables.
2152 (org-export-latex-title-command): New option.
2153 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2154 export backslash character.
2155
2156 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2157
2158 * textmodes/org.el (org-read-date-get-relative): New function.
2159 (org-agenda-file-regexp): New variable.
2160 (org-agenda-files): Allow directories in the variable.
2161 (org-agenda-get-restriction-and-command): New function.
2162 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2163 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2164 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2165 New functions.
2166 (org-entry-add-to-multivalued-property)
2167 (org-entry-remove-from-multivalued-property)
2168 (org-entry-member-in-multivalued-property): New functions.
2169 (org-remember-apply-template): Catch C-g and make sure window
2170 configuration is restored.
2171 (org-agenda-open-link): Make it work with several links in the line.
2172 (org-drawers, org-set-regexps-and-options)
2173 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2174 (org-agenda-window-frame-fractions): New option.
2175 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2176 (org-columns-cleanup-item, org-find-entry-with-id)
2177 (org-insert-columns-dblock, org-listtable-to-string)
2178 (org-dblock-write:columnview, org-columns-capture-view)
2179 (org-edit-headline): New functions.
2180 (org-agenda-to-appt): Require calendar.
2181 (org-entry-get-with-inheritance): Widen for search.
2182 (org-columns-display-here): Don't mark buffer as modified when
2183 adding space characters to accomodate column overlays.
2184 (org-export-as-html): Better formatting of tags in the toc.
2185 (org-columns-display-here): Make the ITEM column as compact as possible.
2186 (org-remember-templates): Customization interface improved.
2187 (org-export-with-property-drawer): Variable removed.
2188 (org-export-with-drawers): New option.
2189 (org-complex-heading-regexp): New variable.
2190 (org-sort-entries): Rewrite using `sort-subr'.
2191 (org-set-property): More appropriate completion during interactive use.
2192 (org-sort-entries): Allow sorting by property.
2193 (org-additional-option-like-keywords): Add more values.
2194 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2195
2196 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2197
2198 * textmodes/org.el (org-get-date-from-calendar): New function.
2199 (org-at-timestamp-p, org-timestamp-change)
2200 (org-remember-templates): First element of each entry is now a
2201 name for the template.
2202 (org-store-log-note): Check for `org-note-abort'.
2203 (org-kill-note-or-show-branches): New command.
2204 (org-fontify-priorities): New option.
2205 (org-fontify-priorities): New function.
2206 (org-cut-subtree, org-copy-subtree): New argument N to
2207 act on N sequential subtrees.
2208 (org-paste-subtree): Fix the level at which a tree is pasted.
2209 (org-fit-agenda-window): Limitations on window size removed.
2210 (org-agenda-find-same-or-today-or-agenda): Rename from
2211 `org-agenda-find-today-or-agenda'.
2212 (org-scheduled-past-days): New option.
2213 (org-agenda-scheduled-leaders)
2214 (org-agenda-deadline-leaders): New options.
2215 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2216 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2217 (org-export-with-tags, org-export-plist-vars)
2218 (org-infile-export-plist): New "tags" option.
2219 (org-use-property-inheritance): New option.
2220 (org-cached-entry-get): Use `org-use-property-inheritance'.
2221 (org-remember-apply-template): Fix typo.
2222
2223 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2224
2225 * net/tramp.el (tramp-find-shell)
2226 (tramp-open-connection-setup-interactive-shell): Improve sending
2227 initial commands.
2228 (tramp-action-terminal): Send debug message.
2229 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2230 (tramp-barf-if-no-shell-prompt): Insert code of
2231 `tramp-wait-for-shell-prompt'.
2232
2233 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2236
2237 * term/vt200.el (terminal-init-vt200):
2238 * term/vt201.el (terminal-init-vt201):
2239 * term/vt220.el (terminal-init-vt220):
2240 * term/vt240.el (terminal-init-vt240):
2241 * term/vt300.el (terminal-init-vt300):
2242 * term/vt320.el (terminal-init-vt320):
2243 * term/vt400.el (terminal-init-vt400):
2244 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2245
2246 * term/wyse50.el (wyse50-terminal-map): New var.
2247 (terminal-init-wyse50): Use it and input-decode-map.
2248 (enable-arrow-keys): Emasculate.
2249
2250 * term/tvi970.el (tvi970-terminal-map): New var.
2251 (terminal-init-tvi970): Use it and input-decode-map.
2252 (tvi970-keypad-numeric): Remove.
2253 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2254
2255 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2256 (terminal-init-sun): Use it and input-decode-map.
2257
2258 * term/news.el (terminal-init-news):
2259 * term/lk201.el (terminal-init-lk201):
2260 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2261
2262 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2263
2264 * complete.el (PC-expand-many-files): Remove.
2265 (PC-do-completion): Call file-expand-wildcards instead of
2266 PC-expand-many-files.
2267
2268 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2269 (PC-expand-many-files): Remove advice.
2270
2271 2007-10-22 Glenn Morris <rgm@gnu.org>
2272
2273 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
2274 Add some support for Fortran 2003 syntax:
2275 (f90-type-indent): Now also applies to `enum'.
2276 (f90-associate-indent): New user option.
2277 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2278 Add some F2003 keywords.
2279 (f90-constants-re): New constant.
2280 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2281 Interface'.
2282 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2283 `class'. Arguments for `type'/`class' may have spaces. Add a new
2284 element for functions with specified types. Add `end enum' and
2285 `select type'. Add `implicit enumerator' and `procedure'.
2286 Add `class default' and `type is', `class is'. Fix `go to' regexp.
2287 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2288 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2289 (f90-blocks-re): Add `enum' and `associate'.
2290 (f90-else-like-re): Add `class is', `type is', and `class default'.
2291 (f90-end-type-re): Add `enum'.
2292 (f90-end-associate-re, f90-typeis-re): New constants.
2293 (f90-end-block-re): Add `enum' and `associate'. Change from
2294 optional whitespace to end-of-word, to avoid `enumerator'.
2295 (f90-start-block-re): Add `select type', `abstract interface', and
2296 `enum'. Avoid `type is', and `type (sometype)'.
2297 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2298 (f90-mode): Doc fix.
2299 (f90-looking-at-select-case): Doc fix. Add `select type'.
2300 (f90-looking-at-associate): New function.
2301 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2302 Add `enum' and `abstract interface'.
2303 (f90-no-block-limit): Add `select type' and `abstract interface'.
2304 (f90-get-correct-indent, f90-calculate-indent)
2305 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
2306 (f90-indent-region, f90-match-end): Handle `associate' blocks.
2307
2308 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2309
2310 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2311 Use window-full-width-p.
2312
2313 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
2314
2315 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
2316
2317 * tooltip.el: Use featurep 'xemacs.
2318
2319 * printing.el: Move variable definitions before use, no code change.
2320
2321 2007-10-22 Juri Linkov <juri@jurta.org>
2322
2323 * simple.el (goto-history-element): Allow minibuffer-default to be
2324 a list of default values accessible by typing M-n in the minibuffer.
2325
2326 * dired-x.el (dired-guess-shell-command): Put all guesses to the
2327 minibuffer default value list instead of pushing them temporarily
2328 to the history list.
2329
2330 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2331
2332 * hexl.el (hexl-menu): New major mode menu.
2333
2334 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
2337
2338 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2339
2340 * w32-fns.el (w32-quote-process-args):
2341 * dos-w32.el (print-region-function, lpr-headers-switches)
2342 (ps-print-region-function): Pacify byte-compiler.
2343
2344 * emulation/edt-mapper.el (function-key-map):
2345 (edt-map-key): Make it a function instead of using fset.
2346 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
2347 (edt-gnu-map-key, edt-lucid-map-key): Remove.
2348 (edt-x-emacs-p): Remove.
2349 (edt-emacs-variant, edt-window-system, edt-xserver):
2350 Use featurep 'xemacs.
2351
2352 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
2353 Replace eudc-xemacs-p with its definition.
2354 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
2355 (eudc-emacs-mule-p): Remove.
2356 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
2357 eudc-xemacs-p with feature tests.
2358
2359 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
2360 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
2361 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
2362 (eudc-bob-toggle-inline-display):
2363 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
2364 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
2365
2366 * net/eudcb-ph.el (eudc-ph-open-session):
2367 Replace eudc-xemacs-mule-p with its former definition.
2368
2369 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
2370 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
2371
2372 * progmodes/vera-mode.el (vera-xemacs): Remove.
2373 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
2374
2375 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
2376 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
2377 (vhdl-speedbar-initialize, vhdl-ps-print-init)
2378 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
2379 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
2380 with (featurep 'xemacs).
2381
2382 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
2383 (save-buffer-state-x):
2384 * obsolete/fast-lock.el (fast-lock-verbose):
2385 * emulation/viper-init.el (viper-xemacs-p)
2386 (viper-cond-compile-for-xemacs-or-emacs):
2387 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
2388 * ps-print.el (case-fold-search):
2389 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
2390 * calculator.el (calculator-help): Use featurep 'xemacs.
2391
2392 * progmodes/prolog.el: Undo previous change.
2393 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
2394
2395 * progmodes/dcl-mode.el:
2396 * play/yow.el:
2397 * calendar/todo-mode.el:
2398 * calendar/cal-hebrew.el:
2399 * vc-hg.el: Undo previous change.
2400
2401 * vms-patch.el: Likewise.
2402 (print-region-function): Pacify byte-compiler.
2403
2404 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
2407 preserve-uid-gid.
2408
2409 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
2410 compatibility. It is not used, though.
2411
2412 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
2413 Require tramp-cmds.el.
2414 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
2415 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
2416 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2417 (tramp-do-copy-or-rename-file-out-of-band)
2418 (tramp-maybe-open-connection): Use `make-temp-name'. This is
2419 possible, because we don't need to create the temporary file, but
2420 we need a prefix for ssh, which has its own temporary file handling.
2421 (tramp-handle-delete-directory): Add "-f" to rmdir.
2422 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2423 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2424 a signal, in order to give the callee a chance to suppress.
2425 (tramp-handle-write-region): Set owner also in case of short
2426 track. Don't use compatibility calls for `write-region' anymore.
2427 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
2428 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2429
2430 * net/tramp-cmds.el: New file.
2431
2432 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2433 `tramp-clear-passwd'.
2434
2435 * net/trampver.el: Update release number.
2436
2437 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * progmodes/gud.el (gud-target-name): Move definition before use.
2440
2441 * progmodes/dcl-mode.el: Require imenu at compile time.
2442
2443 * progmodes/cc-engine.el (c-maybe-stale-found-type):
2444 Pacify byte-compiler.
2445
2446 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2447
2448 * eshell/esh-mode.el (eshell-handle-ansi-color):
2449 Require ansi-color at compile time too.
2450
2451 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2452
2453 * w32-fns.el: Require w32-vars.
2454
2455 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2456 time too.
2457
2458 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * double.el ([ignore]): Use `ignore'.
2461 (double-setup): Inline into double-mode.
2462 (double-mode): Use define-minor-mode.
2463
2464 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2465
2466 * textmodes/reftex.el: Move require easymenu before first use.
2467 (reftex-info): Require info at compile too.
2468
2469 * textmodes/org-publish.el (org-publish-org-to-html)
2470 (org-publish-org-to): Require org at compile time too.
2471 (org-publish-attachment): Require at compile time too.
2472
2473 * term/tty-colors.el (w32-tty-standard-colors):
2474 Pacify byte-compiler.
2475
2476 * term/pc-win.el (frame-creation-function-alist): Add to this
2477 instead of setting frame-creation-function.
2478
2479 * play/blackbox.el (bb-up, bb-down): Use forward-line.
2480
2481 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
2482
2483 * calendar/todo-mode.el: Require calendar at compile time.
2484
2485 * calendar/cal-hebrew.el: Require holidays at compile time.
2486
2487 * w32-vars.el: Provide w32-vars.
2488
2489 * term/w32-win.el: Require w32-vars.
2490 (w32-color-map): Pacify byte-compiler.
2491
2492 * loadup.el: Load w32-vars before term/w32-win.
2493
2494 2007-10-20 Juri Linkov <juri@jurta.org>
2495
2496 * textmodes/fill.el (fill-paragraph): When the region is active,
2497 don't try other `or' branches regardless of the value returned by
2498 fill-region; just return t.
2499
2500 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2501
2502 * vc.el (vc-do-command): Condition out a misleading message when
2503 running asynchronously.
2504 (vc-deduce-fileset): New argument enables using an unregistered
2505 visited file as a singleton fileset if nothing else is available.
2506 (vc-next-action): Restore file-registering behavior.
2507
2508 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
2509
2510 * calc/README: Add recent news.
2511
2512 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * term/x-win.el (x-gtk-stock-map, icon-map-list)
2515 (x-gtk-map-stock): Delete duplicated definitions from merge.
2516
2517 * progmodes/compile.el (compilation-skip-to-next-location)
2518 (compilation-skip-threshold, compilation-skip-visited):
2519 Move definitions earlier.
2520
2521 * play/decipher.el (decipher-keypress):
2522 * play/zone.el (zone-fall-through-ws):
2523 * play/landmark.el (lm-move-down, lm-move-up):
2524 * play/handwrite.el (handwrite):
2525 * mail/mspools.el (mspools-visit-spool):
2526 * wdired.el (wdired-next-line, wdired-previous-line):
2527 * tar-mode.el (tar-subfile-save-buffer):
2528 * scroll-lock.el (scroll-lock-next-line)
2529 (scroll-lock-previous-line):
2530 * image-dired.el (image-dired-next-line)
2531 (image-dired-previous-line):
2532 * ediff-help.el (ediff-help-message-line-length):
2533 Use forward-line.
2534
2535 * smerge-mode.el (smerge-auto-refine):
2536 * diff-mode.el (diff-auto-refine): Add :group.
2537
2538 * play/yow.el: Require doctor at compile time.
2539
2540 * vmsproc.el: Provide vmsproc.
2541 (command-send-input): Use forward-line.
2542
2543 * vms-patch.el: Require ps-print and vmsproc at compile time.
2544
2545 * vc-mtn.el (log-view-message-re, log-view-file-re)
2546 (log-view-font-lock-keywords): Pacify byte-compiler.
2547
2548 * vc-hg.el: Require log-view at compile time.
2549
2550 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2551
2552 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2553
2554 2007-10-20 Glenn Morris <rgm@gnu.org>
2555
2556 * progmodes/f90.el (f90-font-lock-keywords-2)
2557 (f90-looking-at-type-like): Fix regexp typos.
2558
2559 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2562 (bs-mode): Set mode-class property to special.
2563
2564 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * diff-mode.el (diff-auto-refine): New var.
2567 (diff-hunk): Use it.
2568 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
2569 (diff-refine-change): Rename from diff-fine-change. Change it.
2570 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
2571 (diff-refine-hunk): Rename from diff-fine-highlight.
2572
2573 2007-10-20 John Paul Wallington <jpw@pobox.com>
2574
2575 * help-fns.el (describe-variable-custom-version-info): New function
2576 to return variable's version or package version note.
2577 (describe-variable): Use it, display result.
2578
2579 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * smerge-mode.el (smerge-auto-refine): New var.
2582 (smerge-next, smerge-prev): Use it.
2583 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2584
2585 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2586 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2587
2588 * vc-bzr.el (vc-bzr-diff-tree):
2589 * vc-git.el (vc-git-diff-tree):
2590 * vc-hg.el (vc-hg-diff-tree):
2591 * vc-mcvs.el (vc-mcvs-diff-tree):
2592 * vc-mtn.el (vc-mtn-diff-tree):
2593 * vc-svn.el (vc-svn-diff-tree): Remove.
2594
2595 * vc-mtn.el (vc-mtn-revision-completion-table):
2596 * vc-cvs.el (vc-cvs-revision-completion-table):
2597 * vc-arch.el (vc-arch-revision-completion-table):
2598 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
2599 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
2600 Make it work when the arg is a list of files.
2601
2602 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
2605 Also `revision-completion-table' now takes a list of files.
2606 (vc-deduce-fileset): Remove unused var `regexp'.
2607 Only obey allow-directory-wildcard in dired buffers.
2608 (vc-default-diff-tree): Remove.
2609 (vc-diff-added-files): New var.
2610 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
2611 (vc-version-diff): Revert from `vc-history-diff' to the original name.
2612 Remove the `backend' arg.
2613 (vc-contains-version-controlled-file): Remove.
2614 (vc-diff): Bring it closer to the version in Emacs-22.
2615 (vc-revert): Fix typo in let-binding.
2616 (vc-default-unregister): Remove.
2617 (vc-dired-buffers-for-dir): Remove N^2 behavior.
2618
2619 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * textmodes/two-column.el (2C-split, 2C-merge):
2622 * textmodes/bib-mode.el (bib-find-key, mark-bib):
2623 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2624 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
2625 * progmodes/ada-xref.el (ada-get-all-references):
2626 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
2627 * emulation/vi.el (vi-previous-line-first-nonwhite)
2628 (vi-effective-range, vi-put-before):
2629 * emulation/edt.el (edt-next-line, edt-previous-line)
2630 (edt-paragraph-forward): Use forward-line.
2631
2632 * progmodes/etags.el (tags-apropos): Require apropos at compile
2633 time too.
2634
2635 * progmodes/prolog.el: Require comint when compiling.
2636 (inferior-prolog-flavor): Move defvar before use.
2637
2638 2007-10-19 Richard Stallman <rms@gnu.org>
2639
2640 * font-core.el (turn-on-font-lock-if-desired):
2641 Rename from `turn-on-font-lock-if-enabled'.
2642 Fully obey `font-lock-global-modes'.
2643
2644 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
2647 which will not affect the behavior of things like forward-word.
2648 (diff-fine-highlight): Preserve point.
2649
2650 * doc-view.el (doc-view-mode-map): Use remapping.
2651 Don't rebind C-v, M-v to their default value.
2652 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2653
2654 * smerge-mode.el: Add word-granularity refinement.
2655 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2656 (smerge-refine-weight-hack): New vars.
2657 (smerge-refine-forward): New fun.
2658 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2659 (smerge-refine-subst): Use them as well. Preserve point.
2660
2661 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * follow.el (follow-unload-function): New function.
2664
2665 * loadhist.el (unload-function-features-list):
2666 Rename from `unload-hook-features-list'.
2667 (unload-hook-features-list): Add as obsolete alias.
2668 (unload-feature): Use `unload-function-features-list'
2669 and new FEATURE-unload-function.
2670
2671 2007-10-19 Glenn Morris <rgm@gnu.org>
2672
2673 * bindings.el (mouse-minor-mode-menu)
2674 (minor-mode-menu-from-indicator): Move to mouse.el.
2675 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2676 Move here from bindings.el.
2677
2678 2007-10-19 Richard Stallman <rms@gnu.org>
2679
2680 * help-fns.el (describe-function-1): Don't use the advice origname
2681 if it has no function definition.
2682
2683 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2684
2685 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2686 Use `save-restriction' rather than `widen'.
2687
2688 2007-10-18 Richard Stallman <rms@gnu.org>
2689
2690 * time.el (display-time-world-time-format): Display day # not month #.
2691
2692 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2693
2694 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2695
2696 * doc-view.el: Remove version keyword.
2697 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2698 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
2699 (doc-view-ghostscript-options): Improve custom type.
2700 (doc-view-cache-directory, doc-view-conversion-buffer)
2701 (doc-view-conversion-refresh-interval): Simplify custom type.
2702
2703 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
2704
2705 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2706 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2707 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2708 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2709 Remove superfluous messages.
2710 (doc-view-mode-map): Use the image-mode scrolling commands.
2711 Don't rebind C-x k.
2712
2713 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2714
2715 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2716 Add comment about "-dSAFER".
2717
2718 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * term/xterm.el: Don't require xt-mouse.
2721 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2722 calling turn-on-xterm-mouse-tracking-on-terminal directly.
2723
2724 * xt-mouse.el: Don't change the global function-key-map anny more.
2725 (xterm-mouse-mode): Use terminal-init-xterm-hook.
2726 Don't use after-make-frame-functions now that term/xterm.el calls
2727 us directly.
2728 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2729 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
2730 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2731 Setup input-decode-map and remember that xterm-mouse-mode was
2732 enabled in this terminal.
2733 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2734 terminals where it has been enabled.
2735
2736 * faces.el (tty-create-frame-with-faces): Make sure not only
2737 tty-run-terminal-initialization but also set-locale-environment
2738 are run only once per terminal.
2739 (tty-run-terminal-initialization): Don't check if the terminal was
2740 already initted.
2741
2742 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2743 not to remove keymaps that just happen to inherit from one of ours.
2744 When setting up our keymap, make sure it won't be accidentally
2745 modified by someone else.
2746
2747 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2748
2749 * textmodes/artist.el (artist-previous-line, artist-next-line):
2750 * dired.el (dired-next-line, dired-previous-line):
2751 * progmodes/delphi.el (delphi-newline):
2752 * textmodes/org.el (org-columns-eval):
2753 Use forward-line.
2754
2755 * emerge.el (emerge-setup): Use insert-buffer-substring.
2756 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2757
2758 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2761 (adaptive-fill-function): Doc fix. Remove * from docstring.
2762
2763 2007-10-18 Tom Horsley <tom.horsley@att.net>
2764
2765 * simple.el (interprogram-paste-function): Doc fix.
2766 (current-kill): Accept list of strings as well
2767 as single string from `interprogram-paste-function'.
2768
2769 2007-10-18 Glenn Morris <rgm@gnu.org>
2770
2771 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2772
2773 2007-10-18 Drew Adams <drew.adams@oracle.com>
2774
2775 * bindings.el (mode-line-minor-mode-keymap):
2776 Add mouse-minor-mode-menu on mouse-1.
2777 (mode-line-modes): Add mouse-1 to help-echo text.
2778 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2779 New functions.
2780 (mode-line-minor-mode-help): Doc fix.
2781
2782 2007-10-17 Juri Linkov <juri@jurta.org>
2783
2784 * textmodes/fill.el (fill-paragraph-or-region): Remove function
2785 at the request of RMS.
2786 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
2787 arg `region'. Fix docstring. At the first `or' branch add call to
2788 `fill-region' if it the region is active in transient-mark-mode.
2789
2790 * bindings.el (esc-map): Bind M-q to fill-paragraph
2791 instead of fill-paragraph-or-region.
2792
2793 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2794 with fill-paragraph.
2795
2796 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2797 Fix docstring.
2798
2799 * indent.el (indent-for-tab-command): Change interactive spec from
2800 "P" to "p". Add check for interactive arg before indenting the
2801 active region.
2802
2803 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2804 Regroup.
2805
2806 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2807
2808 * emacs-lisp/find-func.el: Don't require loadhist.
2809
2810 * loadhist.el (feature-symbols, file-provides, file-requires)
2811 (file-set-intersect, file-dependents): Simplify.
2812 (unload-feature-special-hooks): Update list of special hooks.
2813
2814 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2815
2816 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2817 extensions since they can be viewed with doc-view.
2818
2819 * files.el (auto-mode-alist): Make doc-view-mode the default mode
2820 for pdf, ps and dvi files.
2821
2822 * doc-view.el: Make doc-view-mode the standard mode for viewing
2823 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2824 text and image display. Add binding C-c C-e to switch to an
2825 editing mode.
2826 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
2827 avoid security problems when rendering files from untrusted sources.
2828
2829 2007-10-17 Aaron Hawley <aaronh@garden.org>
2830
2831 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2832 position is not saved.
2833
2834 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
2835
2836 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
2837 (doc-view-ghostscript-options): Fix typo in doc string.
2838
2839 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2842 handling, so compilation-fake-loc works again.
2843
2844 * server.el (server-select-display): Nop if we do not support m-f-o-d.
2845 (server-process-filter): Revert last change.
2846
2847 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2848 behavior unrelated to filesets.
2849
2850 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * longlines.el (longlines-wrap-follows-window-size): Integer value
2853 specifies wrapping margin.
2854 (longlines-mode, longlines-window-change-function):
2855 Set window-specific wrapping margin based on the above.
2856
2857 2007-10-17 John Wiegley <johnw@newartisans.com>
2858
2859 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2860
2861 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2862
2863 * server.el (server-process-filter): Only set display if X11 is
2864 supported.
2865
2866 2007-10-17 Glenn Morris <rgm@gnu.org>
2867
2868 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2869 Tweak regexp to avoid stack overflow.
2870
2871 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * simple.el (reindent-then-newline-and-indent): Don't assume that
2874 indent-according-to-mode preserves point.
2875
2876 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2877
2878 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2879 (bs--nth-wrapper): Simplify.
2880 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
2881 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
2882 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2883 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
2884 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
2885 (bs-configurations, bs-default-configuration)
2886 (bs-alternative-configuration, bs-cycle-configuration-name)
2887 (bs-string-show-always, bs-string-show-never, bs-string-current)
2888 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
2889 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
2890 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
2891 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
2892 (bs--window-config-coming-from): Revert 2006-11-09 change.
2893 (bs--restore-window-config): Keep the selected frame.
2894 (bs--track-window-changes, bs--remove-hooks): New functions.
2895 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2896 (bs--create-header): Remove.
2897 (bs--create-header-line): New function, based on `bs--create-header'.
2898 (bs--show-header): Use `bs--create-header-line'.
2899 (bs--show-with-configuration): Revert 2006-11-09 change.
2900 Don't reuse window unless it is visible on the selected frame.
2901 Restore window configuration (possibly in a different frame)
2902 before creating any window.
2903
2904 2007-10-16 Glenn Morris <rgm@gnu.org>
2905
2906 * simple.el (blink-matching-open): Don't report false errors with
2907 the `$' syntax class.
2908
2909 2007-10-16 Richard Stallman <rms@gnu.org>
2910
2911 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2912 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2913 (ad-is-advised, ad-get-advice-info-field)
2914 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2915
2916 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * vc-hooks.el (vc-workfile-version): Compatibility alias.
2919 (vc-default-working-revision): Compatibility for backends.
2920
2921 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2924 (filesets-ormap, filesets-sort-case-sensitive-flag)
2925 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2926 Fix typos in docstrings.
2927 (filesets-conditional-sort, filesets-find-or-display-file)
2928 (filesets-data-get-name, filesets-data-get-data)
2929 (filesets-data-set, filesets-cmd-query-replace-getargs)
2930 (filesets-ingroup-collect): Doc fixes.
2931
2932 2007-10-15 Sam Steingold <sds@gnu.org>
2933
2934 * mail/sendmail.el (sendmail-error-reporting-interactive)
2935 (sendmail-error-reporting-non-interactive): New variables for
2936 sendmail error reporting options to simplify support for imperfect
2937 sendmail emulators.
2938 (sendmail-send-it): Use them instead of list literals.
2939
2940 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * help-fns.el: Revert previous change; it creates a
2943 dependency loop between advice.el and help-fns.el.
2944
2945 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * help-fns.el: Require advice when compiling.
2948
2949 2007-10-14 Drew Adams <drew.adams@oracle.com>
2950
2951 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2952 (ring-insert+extend, ring-remove+insert+extend, ring-member)
2953 (ring-next, ring-previous): New functions.
2954
2955 2007-10-14 Richard Stallman <rms@gnu.org>
2956
2957 * emacs-lisp/advice.el (documentation): Advice deleted.
2958 Doc for advised functions is now handled at C level.
2959 (ad-stop-advice, ad-start-advice): Don't enable or disable
2960 advice for `documentation'.
2961 (ad-advised-definition-docstring-regexp): Var deleted.
2962 (ad-make-advised-definition-docstring): Store orig name
2963 as text property of string.
2964 (ad-advised-definition-p): Check for text property of docstring.
2965
2966 * help-fns.el (describe-function-1): Find source of advised functions.
2967
2968 2007-10-14 Juri Linkov <juri@jurta.org>
2969
2970 * faces.el (describe-face): Allow handling a string as the face name.
2971
2972 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2973 active region in transient-mark-mode.
2974 (ispell-region): Change messages displayed at the start and end of
2975 the spell-checking to be the same.
2976
2977 * startup.el (fancy-startup-tail): Say exactly what does the button
2978 dismiss ("Dismiss this startup screen"). Use text "Never show
2979 it again" for the checkbox after this button.
2980 (fancy-startup-screen, fancy-about-screen): Put point before the
2981 first link, so the user can quickly select links with the keyboard.
2982 (normal-mouse-startup-screen): Add more useful text describing how
2983 to follow a link.
2984
2985 2007-10-14 Glenn Morris <rgm@gnu.org>
2986
2987 * progmodes/etags.el (select-tags-table): Disable undo in the
2988 `*Tags Table List*' buffer.
2989
2990 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2991
2992 * dired.el (dired-warn-writable): New face.
2993 (dired-warn-writable-face): New variable.
2994 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2995 of dired-warning-face, for group- and world-writable files.
2996
2997 2007-10-13 Richard Stallman <rms@gnu.org>
2998
2999 * files.el (directory-abbrev-alist): Doc fix.
3000
3001 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3002
3003 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3004
3005 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3006
3007 * frame.el (set-frame-configuration): Assign name parameter only
3008 if it has been set explicitly before.
3009
3010 2007-10-11 Tom Tromey <tromey@redhat.com>
3011
3012 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3013 frame is visible.
3014
3015 2007-10-10 Richard Stallman <rms@gnu.org>
3016
3017 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3018 in *Backtrace*.
3019
3020 * faces.el (face-font-selection-order): Doc fix.
3021
3022 * loadhist.el (unload-feature): Doc fix.
3023
3024 2007-10-13 Glenn Morris <rgm@gnu.org>
3025
3026 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3027 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3028 Add doc string, and an explicit COUNT argument.
3029 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3030 `inc' to search functions.
3031
3032 * faces.el (face-spec-set): When FRAME is nil, set the default for
3033 new frames (restores pre-2007-09-17 behavior). Doc fix.
3034
3035 2007-10-13 John W. Eaton <jwe@octave.org>
3036
3037 * progmodes/octave-mod.el (octave-looking-at-kw)
3038 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3039 New functions.
3040 (octave-in-defun-p, calculate-octave-indent)
3041 (octave-blink-matching-block-open, octave-beginning-of-defun)
3042 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3043 to search for regexps that contain case-sensitive keywords.
3044 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3045 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3046
3047 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3050 Do not use a single clause cond.
3051
3052 * cus-start.el (all): Use test that does not match the X11 version
3053 for mac.
3054
3055 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3056
3057 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3058 BROWSE buffer.
3059
3060 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * cus-start.el (all): Undo previous change.
3063
3064 2007-10-13 Glenn Morris <rgm@gnu.org>
3065
3066 * woman.el (woman0-rename): Fix paren typo.
3067
3068 * mail/feedmail.el (feedmail-run-the-queue)
3069 (feedmail-look-at-queue-directory):
3070 * mail/reporter.el (reporter-dump-state):
3071 * net/eudc-hotlist.el (eudc-edit-hotlist):
3072 * net/eudc.el (eudc-display-records)
3073 (eudc-filter-duplicate-attributes)
3074 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3075 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3076 (eudc-bbdb-query-internal):
3077 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3078 * net/socks.el (socks-build-auth-list):
3079 * progmodes/cc-cmds.el (top level):
3080 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3081 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3082 (cperl-write-tags, cperl-tags-treeify):
3083 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3084 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3085 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3086 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3087 (idlwave-toolbar-remove-everywhere):
3088 * progmodes/idlwave.el (idlwave-indent-line)
3089 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3090 (idlwave-write-paths, idlwave-all-method-classes)
3091 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3092 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3093 (idlwave-complete-in-buffer):
3094 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3095 (org-fast-tag-selection):
3096 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3097 than mapcar.
3098
3099 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3100
3101 * diff-mode.el (diff-fine-change): Add :group.
3102
3103 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3104
3105 * cus-start.el (all): Use the same test as the 22.2 branch.
3106
3107 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * diff-mode.el (diff-current-defun): Force recomputation of
3110 change-log-default-name.
3111
3112 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3115 and some leftover logic regarding dedicated frames. If showing
3116 concise startup screen, fit window to buffer.
3117 (command-line-1): If we will be using the splash screen, use
3118 find-file instead of find-file-other-window to find additional files.
3119 Comment out unused code for coping with the old sit-for behavior.
3120
3121 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3124 `meta' modifier consistently, rather than using sometimes meta
3125 sometimes alt.
3126
3127 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3128
3129 * window.el (handle-select-window): Revert part of 2007-10-08
3130 change setting the input focus.
3131
3132 2007-10-12 Glenn Morris <rgm@gnu.org>
3133
3134 * startup.el (command-line): Do not read abbrev file in batch mode.
3135
3136 * emacs-lisp/byte-opt.el (top level):
3137 * mail/rmail.el (rmail-list-to-menu):
3138 * obsolete/hilit19.el (hilit-mode):
3139 * progmodes/cc-mode.el (c-postprocess-file-styles)
3140 (c-submit-bug-report):
3141 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3142 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3143 (reftex-access-parse-file):
3144 * textmodes/reftex-cite.el (reftex-do-citation)
3145 (reftex-insert-bib-matches):
3146 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3147 * textmodes/reftex-sel.el (reftex-select-unmark):
3148 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3149 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3150
3151 * cus-edit.el (custom-variable-menu, custom-face-menu)
3152 (custom-group-menu): Check init-file-user rather than
3153 user-init-file, in case cus-edit is loaded by site-run-file.
3154
3155 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 * vc.el (vc-deduce-fileset): Delete unused code.
3158 (vc-next-action): Fix typos.
3159
3160 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * bs.el (bs--mark-unmark): New function.
3163 (bs-mark-current, bs-unmark-current): Use it.
3164
3165 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3166
3167 * vc.el (vc-diff):
3168 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3169 temporarily disable the check for his edge case of
3170 vc-diff (stopping it from grinding when called from $HOME), as
3171 it's calling some brittle code in vc-hooks.el.
3172 (with-vc-properties): Fix evaluation time of a macro argument.
3173 * ediff-vers.el (ediff-vc-internal):
3174 * vc-hooks.el:
3175 * loaddefs.el: Follow up on VC terminology change.
3176
3177 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * follow.el (follow-stop-intercept-process-output):
3180 Use `follow-call-process-filter' rather than `process-filter'.
3181 Simplify.
3182
3183 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3184
3185 * vc-hooks.el (vc-registered): Robustify this function a bit
3186 against filenames with no directory component.
3187
3188 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * international/characters.el: Undo unwanted and unexplained change.
3191
3192 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3193
3194 * ps-print.el: Fix the usage of :foreground and :background face
3195 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3196 (ps-print-version): New version 6.7.6.
3197 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3198 Fix code.
3199 (ps-face-foreground-color-p, ps-face-background-color-p)
3200 (ps-face-color-p): New inline funs.
3201
3202 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3203
3204 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3205 (org-complete): Use `org-additional-option-like-keywords'.
3206 (org-parse-local-options): New function.
3207
3208 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3209
3210 * textmodes/org.el (org-in-clocktable-p): New function.
3211 (org-clock-report): Only update the table at point, or insert a new one.
3212 (org-clock-goto): New function.
3213 (org-open-file): Use `start-process-shell-command' instead of
3214 `shell-command' with an ampersand.
3215 (org-deadline, org-schedule): New argument REMOVE to remove the
3216 date from the entry.
3217 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3218 argument to `org-schedule' and `org-deadline'.
3219 (org-trim): Use the correct expressions for beginning and end of
3220 the string.
3221 (org-get-cleaned-entry): Trim the string before returning it.
3222 (org-clock-find-position): New function.
3223 (org-clock-into-drawer): New option.
3224 (org-agenda-tags-column): Rename from
3225 `org-agenda-align-tags-to-column'.
3226 (org-agenda-align-tags): Allow negative values for
3227 `org-agenda-tags-column'.
3228 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3229 (org-agenda-to-appt): New optional argument FILTER.
3230 (org-completion-fallback-command): New variable.
3231 (org-complete): Use `org-completion-fallback-command'.
3232 (org-find-base-buffer-visiting): Catch the case that there is no
3233 buffer visiting the file.
3234 (org-property-or-variable-value): New function.
3235 (org-todo): Use `org-property-or-variable-value'
3236 (org-agenda-compact-blocks): New option.
3237 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3238 (org-agenda-schedule, org-agenda-deadline):
3239 Call `org-agenda-show-new-time'.
3240 (org-agenda-show-new-time): New argument PREFIX.
3241 (org-colgroup-info-to-vline-list): Fix but that cause a
3242 shift in the vertical lines.
3243 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3244 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3245 (org-indent-item): No arg in call to `org-fix-bullet-type'.
3246 (org-fix-bullet-type): Remove argument.
3247 (org-read-date): Check for am/pm twice, to catch the end time.
3248 (org-goto-map): Use `suppress-keymap'.
3249 (org-remember-apply-template): Respect the dynamically scoped
3250 selection character.
3251
3252 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3253
3254 * textmodes/org-export-latex.el (org-export-latex-protect-string):
3255 Renaming of `org-latex-protect'.
3256 (org-export-latex-emphasis-alist): By default, don't protect
3257 any emphasis formatter from further conversion.
3258 (org-export-latex-tables): Honor column grouping for tables.
3259 (org-export-latex-title-command): New option.
3260 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3261 export backslash character.
3262
3263 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * frame.el (frame-inherited-parameters): Remove unused `environment'
3266 parameter, and let server.el add `client' when needed.
3267
3268 * server.el (server-create-tty-frame)
3269 (server-create-window-system-frame): Set frame-inherited-parameters.
3270
3271 * frame.el (frame-inherited-parameters): New var.
3272 (make-frame): Use it.
3273
3274 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3275
3276 * env.el (let-environment): Remove. Unused.
3277 (read-envvar-name): Simplify.
3278 (setenv): Remove unused arg `frame'.
3279
3280 * help-fns.el (describe-variable): Add missing " " for multiline
3281 obsolescence info and missing EOL after global value.
3282
3283 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3284
3285 * add-log.el:
3286 * ediff-vers.el:
3287 * log-view.el:
3288 * pcvs.el:
3289 * vc-arch.el:
3290 * vc-bzr.el:
3291 * vc-cvs.el:
3292 * vc.el:
3293 * vc-git.el:
3294 * vc-hg.el:
3295 * vc-hooks.el:
3296 * vc-mcvs.el:
3297 * vc-mtn.el:
3298 * vc-rcs.el:
3299 * vc-sccs.el:
3300 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
3301 {find,init,next,previous,annotate-*,log}-version ->
3302 {find,init,next,previous,annotate-*,log}-revision,
3303 annotate-focus-version -> annotate-working-revision, The term
3304 'focus' is gone. The term 'revision' is now used consistently
3305 everywhere that reference to a revision ID is intended, replacing
3306 older use of 'version'.
3307
3308 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * follow.el: Change all instances of "Follow Mode" to "Follow
3311 mode" in docstrings and messages.
3312 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
3313
3314 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3315
3316 * vc.el (vc-next-action): Rewrite completely; this principal
3317 entry point now operates on a current fileset selected either
3318 explicitly via VC-Dired or implicitly by visiting a file buffer,
3319 rather than always operating on the file of the current buffer as
3320 in older versions. Rewrite the rest of the mode to match.
3321 (with-vc-properties): Rewrite to operate on a file list.
3322 (with-vc-file): vc-checkin takes a file list argument now.
3323 (vc-post-command-functions): This hook now receives a file list.
3324 (vc-do-command): Take a either a file or a file list as argument.
3325 (vc-deduce-fileset): New function for deducing a file list to
3326 operate on.
3327 (vc-next-action-on-file, vc-next-action-dired): Remove.
3328 Merge into vc-next-action.
3329 (vc-register): Adapt to the fact that vc-start-entry now takes a
3330 file list.
3331 (vc-register-with): New function.
3332 (vc-start-entry): Take a file list argument rather than a
3333 file argument.
3334 (vc-checkout): Cope with vc-start-entry taking a file list.
3335 (vc-steal-lock): Cope with with-vc-properties taking a
3336 file list.
3337 (vc-checkin): Take a file list argument rather than a file argument.
3338 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
3339 (vc-diff-internal): Rewrite for filesets.
3340 (vc-diff-sentinel): New function, tests whether changes were
3341 written into a diff buffer.
3342 (vc-diff): Rewrite for filesets.
3343 (vc-version-diff): Rewrite for filesets.
3344 (vc-print-log): Take a fileset argument.
3345 (vc-revert): Revert the entire selected fileset, not just the
3346 current buffer.
3347 (vc-rollback): Roll back the entire selected fileset, if
3348 possible. No longer accepts a prefix argument.
3349 (vc-update): Merge new changes for the entire selected
3350 fileset, not just the current buffer.
3351 (vc-revert-file): Cope with with-vc-properties taking a file list.
3352 (vc-default-dired-state-info): Add + status suffix if the file is
3353 modified.
3354 (vc-annotate-warp-version): Use the new diff machinery.
3355 (vc-log-edit): Take a file list argument rather than a file argument.
3356
3357 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
3358
3359 Sync with Tramp 2.1.11.
3360
3361 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3362 Pacify byte compiler.
3363
3364 * net/trampver.el: Update release number.
3365
3366 2007-10-09 Richard Stallman <rms@gnu.org>
3367
3368 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
3369
3370 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3371
3372 * follow.el: Require easymenu.
3373 (follow-mode-hook, follow-mode): Doc fixes.
3374 (follow-mode-off-hook): Mark as obsolete.
3375
3376 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3377
3378 * window.el (mouse-autoselect-window-cancel): Don't cancel for
3379 select-window or select-frame events.
3380 (handle-select-window): When autoselecting window set input
3381 focus. Restructure.
3382
3383 * frame.el (focus-follows-mouse): Move to frame.c.
3384 * cus-start.el (all): Add focus-follows-mouse.
3385
3386 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3389 activate font-locking in the *buffer-selection* buffer.
3390 (bs-show-sorted): Doc fix.
3391
3392 * bs.el (bs--get-marked-string, bs--get-modified-string)
3393 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3394 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3395 (bs--format-aux): Doc fix.
3396
3397 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3398
3399 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3400
3401 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3404 (gud-gdb): New function for old M-x gdb (text command mode).
3405 (gud-gdb-command-name, gdb): Move to...
3406
3407 * progmodes/gdb-ui.el: ...here and adapt doc string.
3408 (gud-gdba-command-name, gdba): Delete.
3409
3410 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * bs.el: Don't defvar `font-lock-verbose'.
3413 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3414 (bs--get-file-name): Fix typos in docstrings.
3415 (bs--show-header): Use `dolist' instead of `mapcar'.
3416 (bs-mode): Set `show-trailing-whitespace' to nil.
3417 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3418 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3419 Doc fixes.
3420
3421 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
3422
3423 * progmodes/gud.el (pdb): Specify file for gud-break.
3424
3425 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * progmodes/gud.el (gdb): Make graphical mode the default and
3428 switch to text command mode if appropriate, i.e., reverse previous
3429 arrangement.
3430 (gud-gdb-marker-filter): Adapt for above change.
3431
3432 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3433 gud-minor-mode and gud-marker-filter.
3434 (gdb-fullname-regexp): New variable.
3435 (gud-gdba-marker-filter): Use it to switch to text command
3436 mode if appropriate.
3437
3438 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3439
3440 * progmodes/gud.el (gud-display-line): Find source buffer even when
3441 GUD buffer has its own frame.
3442
3443 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3444
3445 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3446
3447 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3448
3449 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3450
3451 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3452
3453 * allout.el (allout-before-change-handler): Replace got-char by
3454 goto-char.
3455
3456 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3459 Used to try and automatically enabled smerge-mode in the presence of
3460 conflicts and to call `svn resolved' when the conflicts are gone.
3461 (vc-svn-parse-status): Remember the svn-specific status.
3462
3463 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3464
3465 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3466 menu-bar-apropos-menu. All users changed.
3467 (menu-bar-help-menu): Change menu symbols to better match the text
3468 displayed by the menu.
3469
3470 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3471
3472 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3473 #, @, : and ^.
3474
3475 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3478
3479 * log-view.el (log-view-mode-map): Likewise.
3480
3481 * diff-mode.el (diff-mode-shared-map): Likewise.
3482
3483 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3484
3485 * files.el (file-name-sans-versions): Also allow `A-Z'.
3486
3487 * vc.el: Mention all supported VC backends.
3488
3489 2007-10-08 Richard Stallman <rms@gnu.org>
3490
3491 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3492 neighbouring buttons.
3493
3494 2007-10-08 Andreas Schwab <schwab@suse.de>
3495
3496 * files.el (file-name-sans-versions): Also allow `_'.
3497
3498 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3501
3502 * log-view.el (log-view-mode-map, log-view-mode-menu):
3503 Bind log-view-annotate-version.
3504 (log-view-beginning-of-defun, log-view-end-of-defun)
3505 (log-view-annotate-version): New functions.
3506 (log-view-mode): Use log-view-beginning-of-defun and
3507 log-view-end-of-defun.
3508
3509 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3512
3513 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3516 neighbouring buttons.
3517
3518 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3519 Recognize gcc's use of "note" for informational messages.
3520
3521 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3524 (css-mode): Update correspondingly.
3525
3526 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3527
3528 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3529 Signed-off-by, Acked-by and Merge.
3530
3531 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3534
3535 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * vc-mtn.el: New file.
3538
3539 * vc-hooks.el (vc-handled-backends): Add Mtn.
3540
3541 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3542
3543 * files.el (find-file, find-file-other-window)
3544 (find-file-other-frame, find-file-existing, find-file-read-only)
3545 (find-file-read-only-other-window)
3546 (find-file-read-only-other-frame)
3547 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3548
3549 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3550
3551 * progmodes/gud.el (gdb-ready): New variable.
3552 (gdb): Set it to nil. Set gud-running to nil here...
3553 (gud-common-init): ...instead of here.
3554
3555 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3556 Use gdb-ready. Discard input until GDB is ready to accept it.
3557
3558 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3559
3560 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3561 make it show up with eight colors.
3562
3563 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3566 diffs are concatenated with no intervening line.
3567
3568 2007-10-08 Dave Love <fx@gnu.org>
3569
3570 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3571 (python-font-lock-keywords): Update to the 2.5 version of the language.
3572 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3573 (python-backspace): Only behave funny in code.
3574 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3575 (inferior-python-mode): Add PDB prompt regexp.
3576 (python-fill-paragraph): Refine the fenced-string regexp.
3577 (python-find-imports): Handle imports spanning several lines.
3578 (python-mode): Add `class' to hideshow support.
3579
3580 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3583 Use add-log-buffer-file-name-function rather than binding
3584 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
3585 when `fi' is the ChangeLog file itself.
3586
3587 * outline.el (outline-flag-region): Use front-advance.
3588
3589 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
3590
3591 * progmodes/cperl-mode.el: Merge upstream 5.23.
3592 (cperl-where-am-i): Remove function.
3593 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3594 (cperl-sniff-for-indent): De-invert [string] and [comment].
3595 When looking for label, skip s:m:y:tr.
3596 (cperl-indent-line): Likewise.
3597 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3598 (cperl-windowed-init): Wrong `ps-print' handling.
3599 Both thanks to Chong Yidong.
3600 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3601 (cperl-find-pods-heres): If the second part of s()[] is missing,
3602 don't try to highlight delimiters...
3603
3604 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * progmodes/compile.el (compilation-get-file-structure): Complete last
3607 change by also using spec-directory in the puthash.
3608
3609 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
3610
3611 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3612 (vc-bzr-status): Fix shadowing of variable 'status'.
3613 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3614 Use `expand-file-name' instead of `concat'.
3615 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3616 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3617
3618 2007-10-08 Jason Rumney <jasonr@gnu.org>
3619
3620 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3621
3622 2007-10-08 Richard Stallman <rms@gnu.org>
3623
3624 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3625 Add `safe-local-variable' property.
3626 (lisp-body-indent): Likewise.
3627
3628 2007-10-08 Richard Stallman <rms@gnu.org>
3629
3630 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3631 Add doc string.
3632
3633 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3634
3635 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3636
3637 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3638
3639 * repeat.el (repeat): Use last-repeatable-command instead of
3640 real-last-command. Run pre- and post-command hooks for
3641 self-insertion. Update doc-string.
3642
3643 2007-10-08 Alexandre Julliard <julliard@winehq.org>
3644
3645 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3646 state of the file.
3647 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3648 (vc-git-create-repo): Fix invalid command.
3649
3650 2007-10-08 Richard Stallman <rms@gnu.org>
3651
3652 * textmodes/flyspell.el (flyspell-mode):
3653 Catch errors in flyspell-mode-on.
3654
3655 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3656
3657 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3658
3659 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * international/encoded-kb.el (encoded-kbd-setup-display):
3662 Use input-decode-map rather than local-key-translation-map.
3663
3664 * term/rxvt.el (rxvt-alternatives-map): New map.
3665 (terminal-init-rxvt): Use it.
3666 Bind rxvt-function-map in input-decode-map.
3667
3668 * term/xterm.el (xterm-alternatives-map): New map.
3669 (terminal-init-xterm): Use it.
3670 Bind xterm-function-map in input-decode-map.
3671
3672 * term/x-win.el (x-alternatives-map): New var.
3673 (x-setup-function-keys): Use it.
3674
3675 * help-fns.el (describe-variable): Slightly change the layout of
3676 meta-info to separate it better from the docstring.
3677 Standardize insertion of extra empty lines in various circumstances.
3678
3679 * diff-mode.el (diff-hunk-style): New fun.
3680 (diff-end-of-hunk): Use it.
3681 (diff-context->unified): Use the new `apply' undo element,
3682 if applicable, so as to save undo-log space.
3683 (diff-fine-change): New face.
3684 (diff-fine-highlight-preproc): New function.
3685 (diff-fine-highlight): New command.
3686 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
3687
3688 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3689 (smerge-refine-highlight-change): Add `props' argument.
3690 (smerge-refine-subst): New function holding most of smerge-refine.
3691 (smerge-refine): Use it.
3692
3693 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
3694
3695 * vc.el (vc-default-wash-log): Remove unused code, the
3696 log washers all live in the backends now.
3697 (vc-default-comment-history): Correct for the fact
3698 that wash-log is argumentless in the new API.
3699
3700 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
3703 (tramp-maybe-send-script): Apply `member' but `memq'.
3704 (tramp-advice-file-expand-wildcards): Simplify implementation.
3705
3706 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3709
3710 * mb-depth.el (minibuf-depth-indicator-function): New variable.
3711 (minibuf-depth-setup-minibuffer): Use it.
3712
3713 2007-10-07 Glenn Morris <rgm@gnu.org>
3714
3715 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3716 version numbers.
3717
3718 2007-10-06 Juri Linkov <juri@jurta.org>
3719
3720 * textmodes/fill.el (fill-paragraph-or-region): New function.
3721
3722 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3723 instead of fill-paragraph.
3724
3725 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3726 with fill-paragraph-or-region. Suspend command is now the same
3727 `suspend-frame' on window systems and on tty.
3728
3729 * image.el (image-type): Check if image-types is bound to not fail
3730 on tty.
3731
3732 * delsel.el (delete-selection-pre-hook):
3733 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3734 is fbound to not fail on mouseless tty.
3735
3736 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (top): Move loading of tramp-util.el and
3739 tramp-vc.el to tramp-compat.el.
3740 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
3741 temporary file if possible, in order to avoid a security hole.
3742 (tramp-do-copy-or-rename-file-out-of-band)
3743 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3744 with DONT-CREATE, because the connection is not setup yet.
3745 (tramp-handle-process-file): Rewrite temporary file handling.
3746 (tramp-completion-mode): New defvar.
3747 (tramp-completion-mode-p): Use it.
3748
3749 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
3750
3751 * net/tramp-fish.el (tramp-fish-handle-process-file):
3752 Rewrite temporary file handling.
3753
3754 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3755
3756 * vc.el: Workfile version -> focus version change. Port various
3757 comments from new VC to reduce the noise in the diff.
3758 Patch in the new vc-create-repo function to go with the
3759 header comment about it already present.
3760 There are no changes to existing logic in this patch.
3761 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
3762
3763 2007-10-06 Aaron Hawley <aaronh@garden.org>
3764
3765 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3766
3767 2007-10-05 Chris Moore <dooglus@gmail.com>
3768
3769 * server.el (server-kill-new-buffers): Doc fix.
3770
3771 2007-10-05 John W. Eaton <jwe@octave.org>
3772
3773 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3774 (octave-begin-keywords): Add "do".
3775 (octave-end-keywords): Remove "end".
3776 (octave-reserved-words): Add "end". Remove "all_va_args",
3777 "gplot", and 'gsplot".
3778 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3779 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
3780 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3781 "default_return_value", "define_all_return_values",
3782 "do_fortran_indexing", "empty_list_elements_ok",
3783 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3784 "ok_to_lose_imaginary_part", "prefer_column_vectors",
3785 "prefer_zero_one_indexing", "propagate_empty_matrices",
3786 "resize_on_range_error", "treat_neg_dim_as_zero",
3787 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3788 "warn_divide_by_zero", "warn_function_name_clash",
3789 "warn_missing_semicolon", "whitespace_in_literal_matrix".
3790 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3791 "crash_dumps_octave_core", "sighup_dumps_octave_core",
3792 "sigterm_dumps_octave_core".
3793 (octave-block-match-alist): Remove "end" from block-end keywords.
3794 (octave-mode): Update ftp site address.
3795
3796 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3797
3798 * vc.el: Reorder functions, no code changes.
3799
3800 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
3801
3802 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3803 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3804 the cond clauses where needed.
3805 (tramp-handle-write-region): Rearrange code for proper handling of
3806 tmpfile.
3807
3808 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3809
3810 * net/tramp.el:
3811 * net/tramp-fish.el:
3812 * net/tramp-ftp.el:
3813 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3814 `tramp-compat-make-temp-file'.
3815
3816 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3819
3820 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3823 already uses a more recent copyright version than the "current" one.
3824
3825 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3826
3827 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3828 (doc-view-insert-image): Minor aesthetical docstring changes.
3829
3830 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
3831
3832 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3833 completing filename.
3834 (doc-view-search-internal): Docstring change.
3835
3836 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
3837
3838 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
3839 (tramp-file-name-handler-alist):
3840 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
3841 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
3842 used before, creates the file already, which is not desired.
3843 (tramp-do-copy-or-rename-file-directly): Simplify handling of
3844 temporary file.
3845 (tramp-handle-insert-file-contents): Assign the result in the
3846 short track case.
3847 (tramp-handle-insert-file-contents-literally): New defun.
3848 (tramp-completion-mode-p): Revert change from 2007-09-24.
3849 Checking for `return' etc as last character is not sufficient, for
3850 example in dired-mode when entering <g> (revert-buffer) or
3851 <s> (dired-sort).
3852
3853 * net/tramp-compat.el (top): Add also compatibility code for loading
3854 appropriate timer package.
3855 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3856 order to avoid autoloading problems.
3857
3858 * net/tramp-fish.el:
3859 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
3860
3861 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3862 where the second parameter of `copy-file' or `rename-file' is a
3863 remote file but not via ftp.
3864
3865 2007-10-02 Richard Stallman <rms@gnu.org>
3866
3867 * frame.el (cursor-in-non-selected-windows): Doc fix.
3868
3869 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3870
3871 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3872 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3873
3874 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
3875
3876 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3877 when `expt' doesn't give range errors.
3878
3879 2007-10-01 Markus Triska <markus.triska@gmx.at>
3880
3881 * calc/calc-math.el (math-smallest-emacs-expt):
3882 Make the computation more robust.
3883
3884 2007-09-30 David Kastrup <dak@gnu.org>
3885
3886 * startup.el (argv): Alias for `command-line-args-left' to use as
3887 `(pop argv)' inside of --eval command sequences. Allows for
3888 passing shell commands into Emacs verbatim without need for Lisp
3889 quoting.
3890
3891 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
3892 check only for changed size.
3893 (auto-revert-tail-handler): Get size from caller. If the file has
3894 shrunk, tail the whole file again (the file presumably has been
3895 rewritten).
3896
3897 * woman.el (woman-topic-all-completions, woman-mini-help):
3898 Fix fallout from 2007-09-07 introduction of `dolist' when the list
3899 actually was being manipulated in the loop.
3900 (woman-Cyg-to-Win, woman-pre-process-region)
3901 (woman-horizontal-escapes, woman-if-body, woman-unescape)
3902 (woman-strings, woman-special-characters, woman1-hc)
3903 (woman-change-fonts, woman-find-next-control-line):
3904 Use `match-beginning' rather than `match-string' when the result is
3905 just used as a flag.
3906
3907 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
3908
3909 * net/tramp-compat.el: New file.
3910
3911 * net/tramp.el:
3912 * net/tramp-fish.el:
3913 * net/tramp-smb.el:
3914 * net/tramp-uu.el:
3915 * net/trampver.el: Move compatibility code to tramp-compat.el.
3916 Apply `mapc' instead of `mapcar' when the code needs side effects
3917 only. Move utf-8 coding cookie to the second line.
3918
3919 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
3920
3921 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
3922 Improve custom type.
3923 (icon-map-list): Make it customizable. Document how to disable
3924 stock icons.
3925
3926 2007-09-30 Richard Stallman <rms@gnu.org>
3927
3928 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
3929
3930 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3931
3932 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3933
3934 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
3937 (t-mouse-mode): New compatibility alias.
3938
3939 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3940
3941 * server.el (server-delete-client): Only delete the terminal if it
3942 is non-nil.
3943
3944 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * net/tramp.el (with-file-property, with-connection-property):
3947 Highlight as keyword.
3948 (tramp-rfn-eshadow-setup-minibuffer)
3949 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3950 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3951 (tramp-do-copy-or-rename-file-directly)
3952 (tramp-do-copy-or-rename-file-out-of-band)
3953 (tramp-handle-shell-command, tramp-get-debug-buffer)
3954 (tramp-send-command-and-read, tramp-equal-remote)
3955 (tramp-get-local-gid): Pacify byte-compiler.
3956 (tramp-handle-file-name-directory): Result shall not be expanded.
3957 (tramp-find-foreign-file-name-handler): Rewrite.
3958 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3959
3960 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3961
3962 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3963 Apply `tramp-completion-mode-p'.
3964 (tramp-fish-handle-set-file-times)
3965 (tramp-fish-handle-executable-find)
3966 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3967 (tramp-fish-retrieve-data): Pacify byte-compiler.
3968
3969 * net/tramp-gw.el (tramp-gw-basic-authentication):
3970 Call `tramp-read-passwd' with first parameter `nil'.
3971
3972 2007-09-28 Glenn Morris <rgm@gnu.org>
3973
3974 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3975 than mapcar.
3976
3977 * textmodes/tex-mode.el (tex-suscript-height-ratio)
3978 (tex-suscript-height-minimum): New customizable variables.
3979 (tex-suscript-height): New function.
3980 (superscript, subscript): Set height using tex-suscript-height
3981 rather than fixing at 0.8.
3982 (tex-fontify-script, tex-font-script-display): Add :version tag.
3983
3984 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * progmodes/python.el (python-eldoc-function): Doc fix.
3987
3988 2007-09-27 Glenn Morris <rgm@gnu.org>
3989
3990 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
3991 image if it is not in image-type-auto-detectable, or is there with
3992 a nil value.
3993
3994 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3997 connection more robust.
3998
3999 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4002 Deal with the case that special &keywords are at the beginning or
4003 end of the argument list. Also add some (incomplete) support for
4004 non-standard arglists.
4005
4006 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4009 (eldoc-message-commands, eldoc-current-idle-delay)
4010 (eldoc-function-argstring-format): Fix typos in docstrings.
4011
4012 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4013
4014 * calc/calc-units.el (calc-convert-units)
4015 (calc-convert-temperature): Remove unnecessary colons.
4016
4017 2007-09-26 Bastien Guerry <bzg@altern.org>
4018
4019 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4020 New function.
4021 (org-export-latex-remove-from-headlines): Name changed because of typo.
4022 (org-export-latex-quotation-marks-convention): Option removed.
4023 (org-export-latex-make-preamble): Handle the DATE option.
4024 (org-export-latex-cleaned-string): Now the only cleaning function,
4025 synched up with org.el.
4026 (org-export-latex-lists, org-export-latex-parse-list)
4027 (org-export-list-to-latex): New functions.
4028
4029 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4030
4031 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4032 (org-outline-regexp): New constant.
4033 (org-remember-handler): Throw error when the target file is not in
4034 org-mode.
4035 (org-cleaned-string-for-export): No longer call
4036 `org-export-latex-cleaned-string' with an argument.
4037 (org-get-tags): Returns now a list, not a string.
4038 (org-get-tags-string): New function.
4039 (org-archive-subtree): No need to split return of `org-get-tags'.
4040 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4041 instead of `org-get-tags'.
4042 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4043 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4044 (org-compatible-face): New argument INHERITS. Inherit from this
4045 face if possible.
4046 (org-level-1, org-level-2, org-level-3, org-level-4)
4047 (org-level-5, org-level-6, org-level-7, org-level-8)
4048 (org-special-keyword, org-drawer, org-column, org-warning)
4049 (org-archived, org-todo, org-done, org-headline-done, org-table)
4050 (org-formula, org-code, org-agenda-structure)
4051 (org-scheduled-today, org-scheduled-previously)
4052 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4053 in the new way.
4054 (org-get-heading): New argument NO-TAGS.
4055 (org-fast-tag-selection-include-todo): Made defvar instead of
4056 defcustom, feature is not deprecated.
4057 (org-remember-store-without-prompt): New default value t.
4058 (org-todo-log-states): New variable.
4059 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4060 Compute the log states.
4061 (org-goto-map): More commands copied from global map. Also bind
4062 `org-occur'.
4063 (org-goto): Made into a general lookup command.
4064 (org-get-location): Complete rewrite.
4065 (org-goto-exit-command): New variable.
4066 (org-goto-selected-point): New variable.
4067 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4068 Set the new variables.
4069 (org-paste-subtree): Whitespace insertion strategy revised.
4070 (org-remember-apply-template): Protect v-A from the possibility
4071 that v-a might be nil.
4072 (org-remember-handler): Insertion rules revised.
4073 (org-todo): Respect org-todo-log-states.
4074 (org-up-heading-safe): New function.
4075 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4076
4077 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4078
4079 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4080 region if in transient-mark-mode.
4081
4082 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4085 * calc/calc-help.el (calc-full-help):
4086 * calc/calc-misc.el (another-calc):
4087 * calc/calc-store.el (calc-var-name-map):
4088 * calc/calc-stuff.el (calc-flush-caches):
4089 * calc/calc-units.el (math-build-units-table):
4090 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4091 (calc-quit):
4092 * calendar/icalendar.el (icalendar--format-ical-event)
4093 (icalendar--convert-ical-to-diary):
4094 * emacs-lisp/authors.el (authors):
4095 * emacs-lisp/cust-print.el (custom-print-install)
4096 (custom-print-uninstall):
4097 * emacs-lisp/disass.el (disassemble-1):
4098 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4099 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4100 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4101 (elint-check-let-form, elint-check-condition-case-form)
4102 (elint-initialize):
4103 * emacs-lisp/elp.el (elp-results):
4104 * emacs-lisp/generic.el (generic-mode-internal):
4105 * emacs-lisp/re-builder.el (reb-delete-overlays):
4106 * emacs-lisp/regi.el (regi-interpret):
4107 * emacs-lisp/sregex.el (sregex--char-aux):
4108 * emulation/cua-rect.el (cua--deactivate-rectangle)
4109 (cua--highlight-rectangle, cua--rectangle-post-command):
4110 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4111 * emulation/viper-macs.el (viper-describe-kbd-macros)
4112 (viper-describe-one-macro):
4113 * emulation/viper-util.el (viper-setup-master-buffer):
4114 * emulation/viper.el (set-viper-state-in-major-mode):
4115 * international/mule-diag.el (describe-current-coding-system):
4116 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4117 * mail/emacsbug.el (report-emacs-bug):
4118 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4119 * obsolete/hilit19.el (hilit-unhighlight-region)
4120 (hilit-set-mode-patterns):
4121 * play/solitaire.el (solitaire-check, solitaire-solve):
4122 * play/zone.el (zone-pgm-rotate):
4123 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4124 * progmodes/ada-prj.el (ada-prj-display-page):
4125 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4126 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4127 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4128 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4129 * progmodes/sh-script.el (sh-make-vars-local)
4130 (sh-reset-indent-vars-to-global-values):
4131 * progmodes/sql.el (top):
4132 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4133 * progmodes/xscheme.el (top):
4134 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4135 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4136 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4137 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4138 (artist-submit-bug-report):
4139 * textmodes/flyspell.el (flyspell-delay-commands)
4140 (flyspell-deplacement-commands):
4141 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4142 (table--generate-source-cells-in-a-row, table--make-cell-map)
4143 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4144
4145 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * allout.el (produce-allout-mode-map, allout-process-exposed):
4148 * ansi-color.el (ansi-color-make-color-map):
4149 * autoinsert.el (auto-insert):
4150 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4151 * dired-aux.el (dired-create-files):
4152 * dired.el (dired-restore-desktop-buffer):
4153 * ediff-diff.el (ediff-setup-fine-diff-regions):
4154 * ediff-mult.el (ediff-intersect-directories)
4155 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4156 (ediff-redraw-registry-buffer):
4157 * ediff-ptch.el (ediff-fixup-patch-map):
4158 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4159 (ediff-really-quit, ediff-clear-diff-vector):
4160 * emerge.el (emerge-really-quit):
4161 * ffap.el (ffap-replace-file-component):
4162 * filecache.el (file-cache-add-directory)
4163 (file-cache-add-directory-recursively)
4164 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4165 (file-cache-delete-directory, file-cache-files-matching-internal)
4166 (file-cache-display):
4167 * files.el (cd):
4168 * find-lisp.el (find-lisp-insert-directory):
4169 * finder.el (finder-compile-keywords):
4170 * help.el (view-emacs-news):
4171 * hi-lock.el (hi-lock-write-interactive-patterns):
4172 * ido.el (ido-to-end, ido-set-matches-1):
4173 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4174 (image-dired-mark-tagged-files):
4175 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4176 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4177 * ps-print.el (ps-background, ps-begin-file)
4178 (ps-build-reference-face-lists):
4179 * simple.el (clone-buffer):
4180 * startup.el (command-line):
4181 * tempo.el (tempo-insert-template, tempo-is-user-element)
4182 (tempo-forward-mark, tempo-backward-mark):
4183 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4184
4185 2007-09-25 Glenn Morris <rgm@gnu.org>
4186
4187 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4188
4189 * view.el (view-search-no-match-lines): Add a doc string.
4190 Rewrite to simplify and work better.
4191
4192 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4193
4194 * progmodes/cc-mode.el (c-mode-base-map):
4195 Use c-indent-line-or-region instead of c-indent-line.
4196
4197 * indent.el (indent-for-tab-command): First check if the region is
4198 active.
4199
4200 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4201
4202 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4203 whitespace-rescan-timer-time is 0.
4204
4205 2007-09-24 Karl Berry <karl@gnu.org>
4206
4207 * international/mule.el (coding-system-base): Fix doc string grammar.
4208
4209 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/tramp.el (tramp-completion-mode-p): Rename from
4212 `tramp-completion-mode'. Revert logic, check `return', `newline'
4213 and such alike. Packages like Icicles tend to use other completion
4214 characters but `tab' and `space' only.
4215
4216 2007-09-24 Adam Hupp <adam@hupp.org>
4217
4218 * progmodes/python.el (run-python): Import emacs module without
4219 waiting; prevents lockup on error.
4220
4221 2007-09-23 Richard Stallman <rms@gnu.org>
4222
4223 * mail/sendmail.el (mail-bury): Delete the frame
4224 if this frame looks like it was made for this message.
4225
4226 * completion.el (completion-separator-self-insert-command)
4227 (completion-separator-self-insert-autofilling):
4228 If `self-insert-command' has been remapped, use the substitute.
4229
4230 * simple.el (copy-region-as-kill): Doc fix.
4231
4232 * textmodes/org.el (org-confirm-shell-link-function)
4233 (org-confirm-elisp-link-function): Doc fixes.
4234
4235 2007-09-23 Glenn Morris <rgm@gnu.org>
4236
4237 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4238
4239 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4240
4241 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4242
4243 * term/tvi970.el (terminal-init-tvi970): Likewise.
4244
4245 * term/sun-mouse.el (print-mouse-format): Likewise.
4246
4247 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4248 Use forward-line instead of previous-line and next-line.
4249
4250 2007-09-22 Juri Linkov <juri@jurta.org>
4251
4252 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4253
4254 * tutorial.el (tutorial--default-keys): Update standard bindings:
4255 rename `iconify-or-deiconify-frame' to `suspend-frame',
4256 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4257
4258 2007-09-22 Juri Linkov <juri@jurta.org>
4259
4260 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4261 Add help-echo to external links and to links without description.
4262 (fancy-splash-insert): Use help-echo from the 3rd element of the
4263 link specification list, or "Follow this link" if it's nil. Doc fix.
4264
4265 2007-09-22 Juri Linkov <juri@jurta.org>
4266
4267 * startup.el (command-line): Rename `inhibit-startup-message' to
4268 `inhibit-startup-screen'.
4269 (fancy-about-text): Use shorter label for "Ordering Manuals".
4270 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4271 is nil, display a line with "To start..." and 3 links to useful
4272 tasks. Display the "Dismiss" button and "Don't show this message
4273 again" only when concise is non-nil.
4274 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4275 arg `concise'. If CONCISE is non-nil, display a concise version
4276 of the splash screen in another window. Otherwise, switch to the
4277 startup buffer in the same window.
4278 (startup-echo-area-message): Change displayed binding from
4279 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4280 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4281 the GNU system".
4282 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4283 to "*GNU Emacs*".
4284 (display-about-screen): Don't check the existence of the buffer
4285 "*About GNU Emacs*".
4286 (display-splash-screen): Make alias to `display-startup-screen'.
4287 (command-line-1): Rename `inhibit-startup-message' to
4288 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4289 started with command line options "-f", "-funcall", "-e", "-eval",
4290 "-execute", "-insert", "-find-file", "-file", "-visit".
4291 Inhibit startup screen when Emacs is started with a file name only
4292 on tty (i.e. don't inhibit it when started with a file name like
4293 "emacs FILE..." on a window system).
4294 (command-line-1): Simplify logic of displaying the startup screen:
4295 if file-count > 0, then display the concise version in another
4296 window, otherwise display full version in the same window.
4297
4298 * help.el (help-map): Bind C-h C-a to about-emacs.
4299 (help-for-help-internal): Add C-a description to C-h help text.
4300
4301 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4302
4303 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4304 (checkdoc-permit-comma-termination-flag): Autoload the
4305 safe-local-variable setting.
4306
4307 * bookmark.el (bookmark-xemacsp): Remove.
4308 (bookmark-make): Don't use bookmark-xemacsp,
4309 use (featurep 'xemacs) instead.
4310
4311 * speedbar.el (speedbar-frame-mode)
4312 (speedbar-frame-reposition-smartly)
4313 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
4314 (speedbar-check-vc): Remove use of non-existent variable
4315 dframe-xemacsp, use (featurep 'xemacs) instead.
4316
4317 * indent.el (indent-for-tab-command): Indent the region if
4318 transient-mark-mode and the region is active.
4319
4320 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
4321
4322 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
4323 add inferior-octave-directory-tracker to the buffer-local value
4324 of comint-input-filter-functions.
4325
4326 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4327
4328 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
4329
4330 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
4331
4332 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
4333 on w32 frames.
4334
4335 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * startup.el (normal-top-level): Remove DISPLAY from
4338 process-environment to let it be computed dynamically in callproc.c.
4339
4340 * frame.el (frame-initialize, make-frame):
4341 * faces.el (tty-set-up-initial-frame-faces):
4342 * env.el (setenv): Don't set display-environment-variable.
4343
4344 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
4345 (server-create-tty-frame): Don't set unused `tty' property.
4346 Set `display' instead of display-environment-variable.
4347 (server-create-window-system-frame): No display-environment-variable.
4348
4349 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
4350
4351 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
4352 (rfn-eshadow-update-overlay-hook): New defvars.
4353 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
4354 Run the hooks.
4355
4356 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
4357 (tramp-rfn-eshadow-setup-minibuffer)
4358 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
4359 rfn-eshadow.el.
4360
4361 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
4362 timeout.
4363
4364 2007-09-21 Glenn Morris <rgm@gnu.org>
4365
4366 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
4367 * term/sun-mouse.el (suspend-emacstool): Remove.
4368 * term/sun.el: Remove emacstool-related code.
4369
4370 * emacs-lisp/bytecomp.el (byte-compile-warnings)
4371 (byte-compile-warnings-safe-p): Add `mapcar'.
4372 (byte-compile-warning-types): Add mapcar and make-local.
4373 (byte-compile-normal-call): Add option to suppress mapcar warning.
4374 (top-level): Use mapc rather than mapcar in eval-when-compile.
4375
4376 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
4377 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
4378 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
4379 Handle escaped parens.
4380 (latex-forward-sexp): Doc fix.
4381
4382 * eshell/esh-mode.el (eshell-output-filter-functions):
4383 Add eshell-postoutput-scroll-to-bottom.
4384
4385 * loadup.el: Remove termdev.
4386
4387 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
4388 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
4389
4390 2007-09-21 Markus Triska <markus.triska@gmx.at>
4391
4392 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
4393 `mapcar' is called for effect.
4394
4395 2007-09-21 Kevin Ryde <user42@zip.com.au>
4396
4397 * international/mule.el (sgml-html-meta-auto-coding-function):
4398 Bind `case-fold-search' to t.
4399
4400 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * termdev.el: Remove.
4403
4404 * frame.el (get-device-terminal): New function. Moved from termdev.el.
4405 (frames-on-display-list): Use it.
4406
4407 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
4408
4409 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
4410
4411 2007-09-20 Richard Stallman <rms@gnu.org>
4412
4413 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
4414
4415 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4418
4419 2007-09-20 Glenn Morris <rgm@gnu.org>
4420
4421 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4422 motion functions, rather than hard-coding "\n\n".
4423 (tex-validate-region): Check for eobp, to speed up.
4424 (tex-next-unmatched-end): Doc fix.
4425
4426 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * files.el (auto-mode-alist): Use archive-mode for .rar files.
4429
4430 * international/mule.el (auto-coding-alist): Rar archives are binary.
4431
4432 * arc-mode.el: Add basic support for Rar.
4433 (archive-find-type): Recognize Rar's signature.
4434 (archive-desummarize): New fun.
4435 (archive-summarize): Use it to restore the buffer's data in case
4436 someone wants to switch to some other major mode.
4437 (archive-resummarize): Use it as well.
4438 (archive-rar-summarize, archive-rar-extract): New functions.
4439
4440 * filesets.el: Remove spurious * in docstrings.
4441 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
4442 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4443 (filesets-ingroup-collect): Remove unused arg `depth'.
4444 (filesets-update): Remove unused arg `version'.
4445
4446 * finder.el (finder-compile-keywords): Fix up comment style.
4447 (finder-mouse-face-on-line): previous-line -> forward-line.
4448
4449 * recentf.el: Remove spurious * in docstrings.
4450 (recentf-save-list): Fix up comment style.
4451
4452 * progmodes/octave-mod.el: Remove spurious * in docstrings.
4453 (octave-mode-map): Move init into declaration and remove \t binding.
4454 (octave-mode-startup-message): Remove unused var.
4455 (octave-scan-blocks): Remove unused arg `from'.
4456 (octave-forward-block, octave-down-block, octave-up-block):
4457 Update callers.
4458
4459 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4460 (meta-mode-map): Likewise and remove \t binding.
4461
4462 * net/snmp-mode.el: Remove spurious * in docstrings.
4463 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4464 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4465 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4466 that completion accepts lists of strings.
4467 (snmp-mode-syntax-table): Move initialization into declaration.
4468 (snmp-mode-map): Likewise and remove \t binding.
4469 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4470 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4471 (snmp-indent-command): Remove.
4472
4473 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4474 binding, so tab-always-indent works right.
4475
4476 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
4477
4478 * net/browse-url.el (browse-url-elinks-new-window): New function.
4479 (browse-url-elinks): Use browse-url-elinks-new-window.
4480 Accept optional second argument `new-window'. Fix typo in doc-string.
4481 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4482 Improve error message.
4483
4484 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4485
4486 * net/browse-url.el (browse-url-url-encode-chars): Use the right
4487 parameter name in the function body.
4488 Reported by Johannes Weiner.
4489
4490 2007-09-19 Glenn Morris <rgm@gnu.org>
4491
4492 * net/socks.el (socks-open-network-stream): Signal an explicit
4493 error if the port associated with a service string can't be found.
4494
4495 * textmodes/tex-mode.el (tex-terminate-paragraph):
4496 Use backward-paragraph.
4497
4498 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * server.el (server-running-p): New function.
4501
4502 2007-09-18 Jason Rumney <jasonr@gnu.org>
4503
4504 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
4505 x-focus-frame.
4506
4507 * frame.el (select-frame-set-input-focus, select-frame-by-name):
4508 Use x-focus-frame for w32.
4509
4510 2007-09-17 David Kastrup <dak@gnu.org>
4511
4512 * textmodes/tex-mode.el (tex-verbatim-environments):
4513 Eliminate CL dependency.
4514
4515 2007-09-17 Richard Stallman <rms@gnu.org>
4516
4517 * newcomment.el (comment-add): New arg EXTRA.
4518 (comment-region-default): Pass EXTRA if not indenting lines.
4519
4520 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4521
4522 * net/browse-url.el (browse-url-url-encode-chars): New function.
4523 URL-encode some chars in a string.
4524 (browse-url-encode-url): Rewrite using the previous function.
4525 (browse-url-file-url): Use `browse-url-url-encode-chars'.
4526 (browse-url-elinks-sentinel): Fix typo.
4527 (browse-url-new-window-flag): Doc change.
4528
4529 2007-09-17 Glenn Morris <rgm@gnu.org>
4530
4531 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4532 filename from `--file-line-error', if it is available.
4533
4534 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4535
4536 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4537 TeX `--file-line-error' format.
4538
4539 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 * xt-mouse.el: Delete add-hook calls that were moved to
4542 xterm-mouse-mode.
4543 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4544 does not work.
4545
4546 2007-09-17 Richard Stallman <rms@gnu.org>
4547
4548 * cus-face.el (custom-theme-set-faces): Undo previous change.
4549
4550 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4551
4552 2007-09-17 Glenn Morris <rgm@gnu.org>
4553
4554 * textmodes/tex-mode.el (tex-region): Simplify previous change,
4555 handling the case where the region is not in `tex-main-file'.
4556 (tex-region-1): Delete.
4557 (tex-region-header): New function, doing the header part of the
4558 old tex-region-1.
4559
4560 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * simple.el (newline): Simplify use of prefix-numeric-value.
4563 (line-move-partial): Remove unused var `ppos'.
4564 (line-move-1): Replace 9999 with most-positive-fixnum.
4565 (move-end-of-line): Use more efficient single-property search.
4566 (move-beginning-of-line): Remove unused var `start'.
4567 (blink-matching-open): Restructure in a more functional style.
4568
4569 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4570
4571 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
4572
4573 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * server.el (server-clients): Only keep procs, no properties any more.
4576 (server-client): Remove.
4577 (server-client-get, server-client-set): Remove, replace all callers by
4578 process-get and process-put resp.
4579 (server-clients-with, server-add-client, server-delete-client)
4580 (server-create-tty-frame, server-create-window-system-frame)
4581 (server-process-filter, server-execute, server-visit-files)
4582 (server-buffer-done, server-kill-buffer-query-function)
4583 (server-kill-emacs-query-function, server-switch-buffer)
4584 (server-save-buffers-kill-terminal): Update accordingly.
4585
4586 * server.el (server-with-environment): Simplify.
4587 (server-select-display, server-unselect-display): Re-add functions that
4588 seem to have been lost in the multi-tty merge.
4589 (server-eval-and-print, server-create-tty-frame)
4590 (server-create-window-system-frame, server-goto-toplevel)
4591 (server-execute, server-return-error): New functions extracted from
4592 server-process-filter.
4593 (server-execute-continuation): New functions.
4594 (server-process-filter): Restructure so that all arguments are analysed
4595 first and then acted upon in a subsequent stage. This way
4596 server-goto-toplevel can be executed later, when we know if
4597 it's necessary.
4598 Remove the "-version" and "-version-good" support.
4599
4600 2007-09-16 Drew Adams <drew.adams@oracle.com>
4601
4602 * cus-edit.el (custom-face-edit-activate): Doc fix.
4603
4604 2007-09-16 Glenn Morris <rgm@gnu.org>
4605
4606 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4607 Following cal-bahai renaming, update all instances of
4608 list-bahai-diary-entries to diary-bahai-list-entries,
4609 mark-bahai-diary-entries to diary-bahai-mark-entries,
4610 calendar-goto-bahai-date to calendar-bahai-goto-date,
4611 insert-bahai-diary-entry to diary-bahai-insert-entry,
4612 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
4613 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
4614 calendar-print-bahai-date to calendar-bahai-print-date.
4615
4616 * textmodes/tex-mode.el (tex-region): Handle the case where the
4617 region is not in `tex-main-file'. Move the old code that applies
4618 to both cases...
4619 (tex-region-1): ...to this new function.
4620
4621 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * vc.el (vc-process-sentinel): New function.
4624 (vc-exec-after): Use it instead of using ugly hackish analysis and
4625 construction of Elisp code.
4626 (vc-sentinel-movepoint): New dynamically scoped var.
4627 (vc-print-log, vc-annotate): Set it to move the user's point.
4628
4629 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4630 inhibit-modification-hooks.
4631
4632 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
4633 (calendar-bahai-print-date, calendar-bahai-goto-date)
4634 (diary-bahai-list-entries, diary-bahai-insert-entry):
4635 New names to clean up the namespace a bit more.
4636 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
4637
4638 2007-09-15 Glenn Morris <rgm@gnu.org>
4639
4640 * calendar/holidays.el (holiday-list): Rename it back to
4641 `list-holidays', but leave `holiday-list' as an alias.
4642
4643 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
4644 custom group.
4645
4646 * textmodes/css-mode.el (css): New custom group.
4647 (css-electrick-keys, css-selector, css-property)
4648 (css-indent-offset): Specify custom group.
4649
4650 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4653 (cvs-execute-single-file): Use process-file.
4654 (cvs-run-process): Use start-file-process.
4655
4656 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4657
4658 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4659 level. Remove the hooks when turning off the mode.
4660
4661 * term/xterm.el: Require xt-mouse at compile time.
4662 (terminal-init-xterm): Turn on xterm mouse tracking for this
4663 terminal if xterm-mouse-mode is enabled.
4664
4665 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4666
4667 * term/xterm.el (xterm-function-map): Replace bindings that were
4668 deleted by the merge.
4669
4670 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
4671
4672 * play/bubbles.el (bubbles-version): Bump value to "0.5".
4673 (bubbles-mode-map): Move define-key statements here.
4674 (bubbles-game-theme-menu): Ditto.
4675 (bubbles-graphics-theme-menu): Ditto.
4676 (bubbles-menu): Ditto.
4677 (bubbles-mode): Initialize buffer-undo-list, redisplay.
4678 (bubbles--initialize): Reset buffer-undo-list, redisplay.
4679 (bubbles-plop): Set buffer-undo-list, redisplay.
4680 (bubbles-undo): Reset buffer-undo-list, redisplay.
4681 (bubbles--show-images): Take care of missing text properties.
4682
4683 2007-09-14 Glenn Morris <rgm@gnu.org>
4684
4685 * startup.el (fancy-startup-text, fancy-about-text): Fix face
4686 quoting.
4687
4688 * calendar/cal-hebrew.el, calendar/cal-menu.el
4689 * calendar/calendar.el, calendar/diary-lib.el
4690 * calendar/holidays.el: Rename all instances of
4691 list-calendar-holidays callers to calendar-list-holidays,
4692 list-holidays to holiday-list, check-calendar-holidays to
4693 calendar-check-holidays, mark-calendar-holidays to
4694 calendar-mark-holidays, and filter-visible-calendar-holidays to
4695 holiday-filter-visible-calendar.
4696
4697 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4698
4699 * term/xterm.el (xterm-function-map): Add C-M- bindings.
4700
4701 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4702
4703 * play/bubbles.el (bubbles--initialize-images): Fix bug:
4704 Use transparent background for empty cells in graphics mode.
4705
4706 2007-09-13 Jari Aalto <jari.aalto@cante.net>
4707
4708 * man.el (Man-default-man-entry): At end of line, continue looking
4709 to the next line for possible end of hyphenated command.
4710
4711 2007-09-13 Chris Moore <dooglus@gmail.com>
4712
4713 * shell.el (shell-resync-dirs): Don't move the cursor relative to
4714 the command being edited.
4715
4716 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
4717
4718 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4719
4720 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
4721
4722 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4723 C-M-S- keys.
4724
4725 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4726
4727 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4728
4729 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
4730 New argument `filename-p' to use one set of confusing chars or another.
4731 (browse-url-file-url): Use the argument.
4732 Suggested by Johannes Weiner.
4733
4734 2007-09-12 Romain Francoise <romain@orebokech.com>
4735
4736 * cus-start.el (all): Revert 2007-09-08 change.
4737
4738 2007-09-12 Aaron Hawley <aaronh@garden.org>
4739
4740 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4741 extract .Z files, since it is more common than uncompress.
4742
4743 2007-09-12 Glenn Morris <rgm@gnu.org>
4744
4745 * textmodes/org-publish.el (org-publish-org-to-html): Remove
4746 duplicate function definition.
4747
4748 2007-09-10 Chris Moore <dooglus@gmail.com>
4749
4750 * diff-mode.el (diff-sanity-check-hunk):
4751 Also accept single-line hunks.
4752
4753 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * startup.el (startup-screen-inhibit-startup-screen)
4756 (pure-space-overflow-message): New vars.
4757 (fancy-splash-insert): Allow functions for face and link specs.
4758 (fancy-splash-head): Remove unused arg. Move splash text...
4759 (fancy-startup-text, fancy-about-text): ...here.
4760 (fancy-startup-tail): Rename from fancy-splash-tail.
4761 (fancy-startup-screen, fancy-about-screen): Split off from
4762 fancy-splash-screens.
4763 (display-startup-screen): New function.
4764 (display-about-screen): Rename from display-splash-screen.
4765 (command-line-1): Use concise startup screen if necessary.
4766
4767 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4768
4769 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4770 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
4771
4772 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4775 (python-font-lock-keywords): Update to the 2.5 version of the language.
4776 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4777 (python-backspace): Only behave funny in code.
4778 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4779 (inferior-python-mode): Add PDB prompt regexp.
4780 (python-fill-paragraph): Refine the fenced-string regexp.
4781 (python-find-imports): Handle imports spanning several lines.
4782 (python-mode): Add `class' to hideshow support.
4783
4784 2007-09-10 Dave Love <fx@gnu.org>
4785
4786 * outline.el (outline-4, outline-5, outline-7):
4787 Move font-lock-builtin-face down from 4 to 7 to better keep the
4788 progression of color brightness, and to better match Org-mode's faces.
4789
4790 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4791
4792 * progmodes/meta-mode.el (meta-font-lock-keywords)
4793 (font-lock-match-meta-declaration-item-and-skip-to-next)
4794 (meta-comment-indent, meta-indent-previous-line)
4795 (meta-indent-unfinished-line, meta-beginning-of-defun)
4796 (meta-end-of-defun, meta-common-initialization): Handle \f.
4797 (meta-indent-unfinished-line): Do not handle a `%' in a string as
4798 a comment-start.
4799
4800 * files.el (file-modes-char-to-who, file-modes-char-to-right)
4801 (file-modes-rights-to-number): Auxiliary functions for symbolic to
4802 numeric notation of file modes.
4803 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
4804 numeric value.
4805 (read-file-modes): New. Read either an octal value of a file mode or a
4806 symbolic value, and return its numeric value.
4807
4808 * dired-aux.el (dired-do-chmod): Change to use the built-in
4809 `set-file-modes' and the previous symbolic mode parsing functions.
4810
4811 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * textmodes/texinfo.el: Remove spurious * in docstrings.
4814 (texinfo-mode-syntax-table, texinfo-mode-map):
4815 Initialize in the declaration.
4816
4817 * tmm.el: Remove spurious * in docstrings.
4818 (tmm-prompt): Use with-current-buffer.
4819
4820 * vcursor.el: Remove spurious * in docstrings.
4821 (vcursor-map): Initialize in the declaration.
4822 (vcursor-use-vcursor-map): Use define-minor-mode.
4823 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4824
4825 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4826 Initialize in the declaration.
4827 (widget-minor-mode): Use define-minor-mode.
4828
4829 * woman.el (woman-mode-map, woman-syntax-table):
4830 Initialize in the declaration.
4831
4832 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
4833
4834 * doc-view.el: New file.
4835
4836 2007-09-09 Juri Linkov <juri@jurta.org>
4837
4838 * Makefile.in (update-authors): Add etc/ to AUTHORS.
4839
4840 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4841
4842 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4843 to "Startup screen". Fix docstring.
4844 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4845 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4846 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4847 (initial-scratch-message): Fix docstring.
4848 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4849 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4850 Add link to "Customize Startup" and set interval between links to
4851 5 spaces.
4852 (fancy-about-text): Add links "Authors" and "Contributing".
4853 (fancy-splash-head): Add text "Welcome to " on the startup screen,
4854 and "This is " on the about screen. Add link to
4855 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4856 For the about screen move emacs version to the header from
4857 `fancy-splash-tail' (as it's done already for normal about screen).
4858 (fancy-splash-tail): Insert emacs version only for startup screen.
4859 (normal-splash-screen): Remove duplicate empty lines.
4860 (normal-about-screen): Add links "Authors" and "Contributing".
4861
4862 * menu-bar.el (menu-bar-help-menu):
4863 Move "About Emacs" and "About GNU" to the end of the Help menu.
4864 Move "Emacs Psychotherapist" after "Send Bug Report...".
4865 Move "External Packages" after "Find Emacs Packages".
4866
4867 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
4868
4869 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4870 they are useless with the byte compiler.
4871 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4872 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4873 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4874 (tramp-file-name-real-host, tramp-file-name-port)
4875 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4876 defuns.
4877
4878 * net/tramp-cache.el (top): Improve error message when
4879 `tramp-persistency-file-name' is corrupted.
4880
4881 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
4882
4883 * textmodes/org.el (org-re): Also replace the :alpha: class.
4884 (org-todo-tag-alist): Variable removed.
4885 (org-todo-key-alist, org-todo-key-trigger): New variables.
4886 (org-use-fast-todo-selection): New option.
4887 (org-log-done): Docstring fixed.
4888 (org-deadline-warning-days): New default value 14.
4889 (org-edit-timestamp-down-means-later): New option.
4890 (org-tag-alist): Docstring fixed.
4891 (org-fast-tag-selection-include-todo): New option.
4892 (org-export-language-setup): New languages added.
4893 (org-set-regexps-and-options): Compute the new variables.
4894 (org-paste-subtree): Cleaning up.
4895 (org-remember-apply-template): New escape %A.
4896 (org-todo): Call fast TODO selection.
4897 (org-fast-todo-selection): New function.
4898 (org-add-log-note): Allow prefix for abort exit.
4899 (org-at-property-p, org-entry-properties)
4900 (org-columns-get-autowidth-alist): Use :alpha: class.
4901 (org-get-wdays): New function.
4902 (org-agenda-remove-date): New variable.
4903 (org-agenda-get-deadlines): Use `org-get-wdays'.
4904 (org-agenda-get-deadlines): Reverse ee before returning.
4905 (org-format-agenda-item): New argument REMOVE-RE.
4906 (org-agenda-convert-date): Baha'i calendar added.
4907 (org-infile-export-plist): Also find DATE line.
4908 (org-get-min-level): New function.
4909 (org-export-as-html, org-export-as-ascii): Use the date format.
4910 (org-shiftup, org-shiftdown): Use.
4911 `org-edit-timestamp-down-means-later'.
4912 (org-assign-fast-keys): New function.
4913
4914 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
4915
4916 * cus-start.el (all): Add prefer-window-split-horizontally from
4917 window.c.
4918
4919 2007-09-08 Eli Zaretskii <eliz@gnu.org>
4920
4921 * net/browse-url.el (browse-url-galeon): Fix last change.
4922 (top-level): Require cl when compiling.
4923
4924 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
4925
4926 * textmodes/org-export-latex.el: arch-tag restored.
4927
4928 * textmodes/org-publish.el: arch-tag restored.
4929
4930 2007-09-08 Masatake YAMATO <jet@gyve.org>
4931
4932 * progmodes/which-func.el (which-func-modes): Add diff-mode.
4933
4934 * progmodes/cc-langs.el: Support new keywords added to
4935 objective-c frontend of gcc.
4936 (c-simple-stmt-kwds): Add @throw.
4937 (c-block-stmt-2-kwds): Add @synchronized.
4938 (c-block-stmt-1-kwds): Add @finally and @try.
4939
4940 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
4941
4942 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
4943 (org-agenda-after-show-hook): New variable.
4944 (org-columns-compile-format)
4945 (org-columns-get-autowidth-alist, org-buffer-property-keys)
4946 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4947 property names.
4948 (org-get-wdays): New function.
4949
4950 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4953
4954 * term/xterm.el (xterm-function-map): Initialize in the declaration.
4955
4956 * vc-arch.el (vc-arch-checkin): Fix typo.
4957
4958 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4959
4960 * cus-face.el (custom-theme-set-faces): Set face attributes
4961 locally for each frame.
4962
4963 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4966 via font-lock-defaults.
4967
4968 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4969 derived-mode-p.
4970
4971 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
4972
4973 * progmodes/autoconf.el (autoconf-definition-regexp):
4974 Handle optional square brackets around definition name.
4975
4976 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
4977
4978 * net/browse-url.el (browse-url-browser-function): Add elinks.
4979 (browse-url-elinks-wrapper): New option.
4980 (browse-url-encode-url, browse-url-elinks)
4981 (browse-url-elinks-sentinel): New functions.
4982 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
4983 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4984 Use new function browse-url-encode-url.
4985
4986 2007-09-07 Glenn Morris <rgm@gnu.org>
4987
4988 * version.el (emacs-version): Revert 2007-08-29 change: no need to
4989 say if multi-tty is present.
4990
4991 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * cus-start.el (split-window-preferred-function): Add custom info.
4994
4995 * calendar/holidays.el (holiday-list, calendar-check-holidays)
4996 (calendar-mark-holidays, calendar-list-holidays)
4997 (holiday-filter-visible-calendar): New names to clean up namespace.
4998 (filter-visible-calendar-holidays, list-calendar-holidays)
4999 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5000 Add compatibility aliases.
5001 (calendar-check-holidays, calendar-mark-holidays)
5002 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5003 (holiday-sexp): Replace append with list.
5004 (holiday-filter-visible-calendar): Replace append with push.
5005
5006 * woman.el: Remove spurious * in docstrings.
5007 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5008 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5009 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5010 (woman-write-directory-cache, woman-display-extended-fonts)
5011 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5012 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5013 (woman-mode): Use inhibit-read-only.
5014 (woman-negative-vertical-space): Use dotimes.
5015 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5016
5017 2007-09-06 Romain Francoise <romain@orebokech.com>
5018
5019 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5020 (vc-bzr-workfile-version): Use it.
5021
5022 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5023
5024 * complete.el (PC-do-completion): Don't try to treat
5025 empty string as an abbreviation.
5026
5027 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5028
5029 * help-fns.el (describe-variable): Keep doc's text properties.
5030
5031 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5032
5033 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5034 instead of a file.
5035
5036 2007-09-06 Glenn Morris <rgm@gnu.org>
5037
5038 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5039 (checkdoc-minor-mode): Allow user to specify lighter via
5040 checkdoc-minor-mode-string.
5041
5042 2007-09-05 Richard Stallman <rms@gnu.org>
5043
5044 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5045 Several items removed, simplified, or put on one line.
5046 (fancy-about-text): Add substantial contents, part of startup text.
5047 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5048 (normal-splash-screen): Call normal-mouse-startup-screen,
5049 normal-no-mouse-startup-screen, or normal-about-screen.
5050 (normal-mouse-startup-screen): New fn, broken out, shortened.
5051 (normal-no-mouse-startup-screen): New fn, broken out.
5052 (normal-about-screen): New function, contents all new.
5053
5054 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5055
5056 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5057
5058 2007-09-05 Glenn Morris <rgm@gnu.org>
5059
5060 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5061 is bound.
5062
5063 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5064
5065 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5066 in doc string.
5067
5068 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5069
5070 * server.el (server-start, server-unload-hook): Undo previous change.
5071
5072 * xt-mouse.el: Undo previous change.
5073
5074 2007-09-04 Juri Linkov <juri@jurta.org>
5075
5076 * startup.el (fancy-about-text): New variable.
5077 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5078 (fancy-current-text, fancy-splash-stop-time)
5079 (fancy-splash-outer-buffer): Remove variables.
5080 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5081 `startup' and use it to conditionally display different texts for
5082 Startup and About screens. Don't display Help commands on the About
5083 screen.
5084 (fancy-splash-screens-1): Remove function and move its content to
5085 `fancy-splash-screens' to the part that dislpays the About screen.
5086 (exit-splash-screen): Don't treat specially exiting from
5087 alternating screens.
5088 (fancy-splash-screens): Rename argument `static' to `startup'.
5089 Fix docstring. Remove code for displaying alternating screens.
5090 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5091 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5092 for `inhibit-read-only'.
5093 (normal-splash-screen): Rename argument `static' to `startup'.
5094 Fix docstring. Use argument `startup' to conditionally display
5095 different texts for Startup and About screens. Don't display Help
5096 commands on the About screen. Remove `unwind-protect' `sit-for'
5097 delay and `kill-buffer' after it.
5098 (display-startup-echo-area-message): Remove call to
5099 `use-fancy-splash-screens-p' because image.el is preloaded and
5100 doesn't display "Loading image... done".
5101 (display-splash-screen): Rename argument `static' to `startup'.
5102 Fix docstring.
5103
5104 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5105
5106 * server.el (server-start, server-unload-hook):
5107 suspend-tty-functions has been renamed to suspend-tty-hook.
5108
5109 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5110 resume-tty-hook.
5111
5112 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5113
5114 * loadup.el: Fix merge problem, only load "button" once.
5115
5116 2007-09-03 Glenn Morris <rgm@gnu.org>
5117
5118 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5119 "Working file:" as the prefix, for the sake of
5120 log-view-current-file.
5121
5122 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5123
5124 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5125 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5126 if the selected frames is in
5127 xterm-modify-other-keys-terminal-list.
5128 (xterm-turn-off-modify-other-keys): Add an optional frame
5129 parameter. Only turn off modify-other-keys if FRAME is in
5130 xterm-modify-other-keys-terminal-list.
5131 (xterm-remove-modify-other-keys): New function.
5132 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5133 Add the selected frame to xterm-modify-other-keys-terminal-list.
5134
5135 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5136
5137 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5138 (icon-map-list): New variable.
5139 (x-gtk-map-stock): Use icon-map-list.
5140
5141 2007-09-02 Romain Francoise <romain@orebokech.com>
5142
5143 * log-view.el (log-view-current-file): Balance parens.
5144
5145 2007-09-02 Glenn Morris <rgm@gnu.org>
5146
5147 * comint.el (comint-mode): Don't set scroll-conservatively.
5148
5149 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5150 non-command arguments.
5151
5152 * log-view.el (log-view-current-file): Give a more explicit error
5153 if log-view-file-re fails to find a match.
5154
5155 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5156
5157 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5158 Fix bug: Don't expand top-level file name more than once.
5159 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5160
5161 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * server.el (server-process-filter): Don't display the splash screen.
5164 It's annoying enough on the initial screen and becomes positively
5165 obnoxious here.
5166
5167 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5170 Change naming to use "avl-tree--" for internal functions.
5171
5172 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5173
5174 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5175 the merge.
5176 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5177 (provide): Move to the end of file.
5178
5179 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5180
5181 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5182
5183 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5184 New variable. List of exceptions for the duplicated word rule.
5185 (flyspell-mark-duplications-flag): Mention it.
5186 (flyspell-word): Treat it.
5187
5188 * files.el (create-file-buffer): If the filename sans directory starts
5189 with spaces, remove them.
5190
5191 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5192
5193 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5194 (x-gtk-map-stock): Use two directory elements when matching
5195 file name.
5196
5197 2007-08-31 James Wright <james@chumsley.org>
5198
5199 * eshell/em-unix.el (eshell/info): New function.
5200
5201 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * frame.el (frame-initialize, make-frame):
5204 * server.el (server-process-filter):
5205 * faces.el (tty-set-up-initial-frame-faces): Don't set
5206 term-environment-variable since it's not used any more.
5207
5208 * env.el (setenv): Don't treat $TERM specially.
5209
5210 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5211 stated otherwise, subprocesses do not send back escape sequences
5212 corresponding to the terminal from which Emacs was started.
5213
5214 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5215
5216 * calculator.el: Require cl for compilation.
5217
5218 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5219
5220 * outline.el (outline-font-lock-levels): Comment out unused var.
5221 (outline-font-lock-face): Wrap around face list to handle any
5222 nesting depth gracefully.
5223
5224 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5227 `set-file-times'.
5228
5229 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5230
5231 * textmodes/org.el (org-export-visible): Fix drawers before export.
5232 (org-do-sort): Allow sorting by priority.
5233 (org-agenda-files): Ignore non-existing files.
5234 (org-agenda-skip-unavailable-files): New variable.
5235 (org-ellipsis): All a face as value.
5236 (org-mode): Interprete the face value of `org-ellipsis'.
5237 (org-archive-save-context-info): New option.
5238 (org-archive-subtree): Store context info in archived entry.
5239 (org-fast-tag-selection-can-set-todo-state): New variable.
5240 (org-fast-tag-selection): Allow setting TODO states through this
5241 interface.
5242 (org-cycle): Docstring updated.
5243 (org-todo-keyword-faces): New option.
5244 (org-get-todo-face): New function.
5245 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5246 Use `org-get-todo-face'.
5247 (org-switch-to-buffer-other-window): New function.
5248 (org-table-edit-field, org-table-show-reference)
5249 (org-table-edit-formulas, org-add-log-note)
5250 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5251 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5252 `switch-to-buffer-other-window' to make sure that the temporary
5253 windows show up on the current frame.
5254 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
5255 (org-get-entries-from-diary, org-replace-region-by-html):
5256 Don't allow pop-up frames.
5257 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5258 Fix problems with time-of-day.
5259 (org-export-get-title-from-subtree): New function.
5260 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5261 with listing items that are DONE.
5262 (org-change-tag-in-region): New command.
5263 (org-agenda-skip-scheduled-if-done)
5264 (org-agenda-skip-deadline-if-done): Docstring clarified.
5265 (org-mode): Hide drawers on startup.
5266 (org-get-todo-face): New function.
5267 (org-todo-keyword-faces): New option.
5268 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5269 (org-remove-keyword-keys): New function.
5270
5271 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5272
5273 * progmodes/grep.el (grep-find-ignored-directories):
5274 Add monotone _MTN bookkeeping directory in workspaces.
5275 Add RCS control directory. List items in alphabetical order.
5276
5277 * progmodes/grep.el (grep-files-aliases): Add cc alias.
5278 Sort items in alphabetical order. Fix parens.
5279
5280 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5281
5282 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5283 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5284 (vc-hg-pull): New functions.
5285 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5286
5287 * term/mac-win.el: Don't require url, only autoloaded url
5288 functions are used in this file.
5289
5290 2007-08-29 Andreas Schwab <schwab@suse.de>
5291
5292 * shell.el (shell): Return correct value from interactive spec.
5293
5294 2007-08-29 Glenn Morris <rgm@gnu.org>
5295
5296 * version.el (emacs-version): Increase to 23.0.50.
5297
5298 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5299
5300 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5301
5302 2007-08-29 Juri Linkov <juri@jurta.org>
5303
5304 * loadup.el: Add "button" loading after "faces" and move "startup"
5305 to load after "button".
5306
5307 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5308
5309 * loadup.el: Load term/mac-win on a Mac using Carbon.
5310
5311 * term/mac-win.el: Provide mac-win.
5312 (mac-initialized): New variable.
5313 (mac-initialize-window-system): New function. Move global setup here.
5314 (handle-args-function-alist, frame-creation-function-alist):
5315 (window-system-initialization-alist): Add mac entries.
5316 (x-setup-function-keys): New function containing all the
5317 top level function key definitions.
5318
5319 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
5320
5321 * env.el (read-envvar-name): Don't consider the environment frame param.
5322
5323 * env.el (setenv):
5324 * frame.el (frame-initialize, make-frame):
5325 * faces.el (tty-set-up-initial-frame-faces):
5326 * server.el (server-process-filter): Set
5327 display-environment-variable and term-environment-variable.
5328
5329 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
5330
5331 2007-08-29 Jason Rumney <jasonr@gnu.org>
5332
5333 * loadup.el: Only load term/x-win when X is compiled in.
5334 Load term/w32-win and dependencies on windows-nt.
5335
5336 * term/w32-win.el: Reorder to match x-win.el more closely.
5337 Provide w32-win. Don't throw error when global window-system not w32.
5338 (internal-face-interactive): Remove obsolete function.
5339 (x-setup-function-keys): Use local-function-key-map.
5340 (w32-initialized): New variable.
5341 (w32-initialize-window-system): Set it.
5342 Move more global setup here.
5343 (x-setup-function-keys): New function.
5344 (w32-initialize-window-system): Move non function key global setup here.
5345 (x-cut-buffer-max): Remove.
5346 (w32-initialize-window-system): New function.
5347 (handle-args-function-alist, frame-creation-function-alist):
5348 (window-system-initialization-alist): Add w32 entries.
5349
5350 2007-08-29 David Kastrup <dak@gnu.org>
5351
5352 * env.el (getenv): Pass frame to getenv-internal.
5353
5354 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5355
5356 * version.el (emacs-version): Show if multi-tty is present.
5357
5358 * loadup.el: Delay loading env; mule-conf gets confused by cl
5359 during bootstrap. Also load termdev and term/x-win.
5360
5361 * bindings.el (mode-line-client): New variable.
5362 (help-echo): Add it to the default mode-line format.
5363
5364 * cus-start.el: Remove bogus window-system reference from GTK test.
5365
5366 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
5367 (ebrowse-electric-position-mode-map):
5368 * ebuff-menu.el (electric-buffer-menu-mode-map):
5369 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
5370 not `suspend-emacs'.
5371
5372 * ediff-wind.el (ediff-setup-windows-automatic): New function.
5373 (ediff-window-setup-function): Use it as default.
5374
5375 * files.el (save-buffers-kill-terminal): New function.
5376 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
5377
5378 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
5379 and `with-selected-frame'.
5380
5381 * help-fns.el (describe-variable): Describe frame-local variables
5382 correctly.
5383
5384 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
5385 display support.
5386 (normal-erase-is-backspace-setup-frame): New function.
5387
5388 * subr.el (with-selected-frame): New function.
5389 (read-quoted-char): Use terminal-local binding of
5390 local-function-key-map instead of function-key-map.
5391
5392 * talk.el (talk): New function.
5393 (talk-handle-delete-frame): New function.
5394 (talk-add-display): Open a new frame only if FRAME was not a frame.
5395
5396 * termdev.el: New file.
5397
5398 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
5399 * term/x-win.el: Don't bind f10.
5400 * tmm.el: Remove autoload binding for f10.
5401
5402 * international/encoded-kb.el (encoded-kbd-setup-display): Use
5403 `set-input-meta-mode'. Fix broken condition before set-input-mode.
5404 Store the saved input method as a terminal parameter. Add keymap
5405 parameter. Use it instead of changing key-translation-map directly.
5406 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
5407 Remove.
5408 (encoded-kbd-setup-display): New function.
5409
5410 * international/mule-cmds.el (set-locale-environment): Fix getenv
5411 call. Use save-buffers-kill-terminal. Ignore window-system; always
5412 set the keyboard coding system. Add DISPLAY parameter.
5413 (set-display-table-and-terminal-coding-system): Add DISPLAY
5414 parameter. Pass it to set-terminal-coding-system.
5415
5416 * international/mule.el (keyboard-coding-system): Test for
5417 encoded-kbd-setup-display, not encoded-kbd-mode.
5418 (set-terminal-coding-system, set-keyboard-coding-system): Add
5419 DISPLAY parameter.
5420 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5421
5422 * term/README: Update.
5423
5424 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5425
5426 * term/x-win.el (x-setup-function-keys): New function. Move
5427 function-key-map tweaks here. Protect against multiple calls on
5428 the same terminal. Use terminal-local binding of
5429 local-function-key-map instead of function-key-map.
5430 (x-initialize-window-system): Make a copy of pure list. Pass a
5431 frame getenv.
5432
5433 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5434 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5435 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5436 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5437 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5438 local-function-key-map instead of function-key-map.
5439
5440 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5441 `substitute-key-definition' and `define-key' calls against
5442 multiple execution. Use terminal-local binding of
5443 local-function-key-map instead of function-key-map. Pass a frame
5444 to getenv.
5445
5446 * edmacro.el (edmacro-format-keys):
5447 * emulation/cua-base.el (cua--pre-command-handler):
5448 * isearch.el (isearch-other-meta-char):
5449 * xt-mouse.el: Use terminal-local binding of
5450 local-function-key-map instead of function-key-map.
5451
5452 * fringe.el (set-fringe-mode): Simplify and fix using
5453 `modify-all-frames-parameters'.
5454 * scroll-bar.el (set-scroll-bar-mode): Ditto.
5455 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
5456 check before calling `tool-bar-setup'.
5457 (tool-bar-setup): New variable.
5458 (tool-bar-setup): Use it to guard against multiple calls. Add
5459 optional frame parameter, and select that frame before adding items.
5460 (toggle-tool-bar-mode-from-frame): New function.
5461
5462 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5463 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5464 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5465 "Tool-bar" toggles to reflect the state of the current frame.
5466 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5467
5468 * env.el: Require cl for byte compilation (for `block' and `return').
5469 (environment, setenv-internal): New functions.
5470 (let-environment): New macro.
5471 (setenv, getenv): Add optional terminal parameter. Update docs.
5472 (setenv): Use setenv-internal. Always set process-environment.
5473 Handle `local-environment-variables'.
5474 (read-envvar-name, setenv, getenv): Use frame parameters
5475 to store the local environment, not terminal parameters. Include
5476 `process-environment' as well.
5477
5478 * faces.el (tty-run-terminal-initialization): New function.
5479 (tty-create-frame-with-faces): Use it. Set up faces and
5480 background mode only after the terminal has been initialized.
5481 Call terminal-init-*. Don't load the initialization file more
5482 than once. Call set-locale-environment.
5483 (frame-set-background-mode): Handle the 'background-mode terminal
5484 parameter.
5485 (tty-find-type): New function.
5486 (x-create-frame-with-faces): Remove bogus check for
5487 first frame. Call `tool-bar-setup'. Don't make frame visible
5488 until we are done setting up all its parameters. Call
5489 x-setup-function-keys.
5490
5491 * frame.el (make-frame): Always inherit 'environment and 'client
5492 parameters. Set up the 'environment frame parameter, when needed.
5493 Also inherit 'client parameter. Don't override explicitly
5494 specified values with inherited ones. Add 'terminal frame
5495 parameter. Append window-system-default-frame-alist to parameters
5496 before calling frame-creation-function.
5497 (frame-initialize): Copy the environment from the initial frame.
5498 (window-system-default-frame-alist): Enhance doc string.
5499 (frame-notice-user-settings): Don't put 'tool-bar-lines in
5500 `default-frame-alist' when initial frame is on a tty.
5501 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
5502 Remove specified parameters from `window-system-default-frame-alist'.
5503 (make-frame-on-tty, framep-on-display, suspend-frame):
5504 Extend doc string, update parameter names.
5505 (frames-on-display-list): Use terminal-id to get the display id.
5506 (frame-notice-user-settings): Extend to apply
5507 settings in `window-system-default-frame-alist' as well.
5508 (terminal-id, terminal-parameters, terminal-parameter)
5509 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
5510 (delete-frame-functions): Add to `delete-frame-functions' hook.
5511 (blink-cursor-mode): Adapt blink-cursor-mode default
5512 value from startup.el.
5513 (make-frame-on-display): Protect condition on x-initialized when
5514 x-win.el is not loaded. Update doc.
5515 (suspend-frame): Use display-controlling-tty-p to decide between
5516 suspend-emacs and suspend-tty.
5517 (frames-on-display-list): Update for display ids.
5518 (framep-on-display): Ditto.
5519 (suspend-frame): Use display-name, not frame-tty-name.
5520 (selected-terminal): New function.
5521
5522 * server.el: Use `device' instead of `display' or `display-id' in
5523 variable and client parameter names.
5524 (server-select-display): Remove (unused).
5525 (server-tty-live-p, server-handle-delete-tty): Remove.
5526 (server-unquote-arg, server-quote-arg, server-buffer-clients):
5527 Update docs.
5528 (server-getenv-from, server-with-environment, server-send-string)
5529 (server-save-buffers-kill-terminal): New functions.
5530 (server-delete-client): Handle quits in kill-buffer. Don't kill
5531 modified buffers. Add extra logging. Delete frames after
5532 deleting the tty. Clear 'client parameter before deleting a frame.
5533 Use delete-display, not delete-tty.
5534 (server-visit-files): Don't set `server-existing-buffer' if the
5535 buffer already has other clients. Return list of buffers
5536 created. Update doc. Don't set client-record when nowait.
5537 (server-handle-delete-frame): Delete the client if this was its
5538 last frame. Check that the frame is alive. Remove bogus comment.
5539 Add note on possible race condition. Delete tty clients, if needed.
5540 (server-handle-suspend-tty): Use server-send-string. Kill the
5541 client in case of errors from process-send-string. Use the display
5542 parameter.
5543 (server-unload-hook): Remove obsolete delete-tty hook.
5544 (server-start): Ask before restarting if the old server still has
5545 clients. Add feedback messages. Remove obsolete delete-tty hook.
5546 (server-process-filter): Use server-send-string. Accept `-dir'
5547 command. Switch to *scratch* immediately after creating the frame,
5548 before evaluating any -evals. Protect `display-splash-screen'
5549 call in a condition-case. Explain why. Call
5550 `display-startup-echo-area-message' before
5551 `display-splash-screen'. Don't display the splash screen when no
5552 frame was created. Show the Emacs splash screen and startup echo
5553 area message. Display the *scratch* buffer by default. Store the
5554 local environment in a frame (not terminal) parameter. Do not try
5555 to decode environment strings. Fix reference to the 'display
5556 frame parameter. Change syntax of environment variables. Put
5557 environment into terminal parameters, not client parameters. Use
5558 a dummy client with --no-wait's X frames. In `-position LINE'
5559 handler, don't ruin the request string until the line number is
5560 extracted. Log opened files. Handle -current-frame command.
5561 Don't create frames when it is given. Don't bind X frames to the
5562 client when we are in -no-wait mode. Set locale environment
5563 variables from client while creating tty frames. Disable call to
5564 configure-display-for-locale. When processing -position command,
5565 don't change the request string until the parameters are
5566 extracted. Don't try to create an X frame when Emacs does not
5567 support it. Improve logging. Temporarily set ncurses-related
5568 environment variables to those of the client while creating a new
5569 tty frame. Select buffers opened by nowait clients, don't leave
5570 them buried under others. Set the display parameter, and use it
5571 when appropriate.
5572
5573 * startup.el (display-startup-echo-area-message): Handle
5574 `inhibit-startup-echo-area-message' here.
5575 (command-line-1): Moved from here.
5576 (fancy-splash-screens): Use `overriding-local-map' instead of
5577 `overriding-terminal-local-map' for now; the latter doesn't work
5578 right, it looses keypresses to another terminal. Use
5579 `overriding-terminal-local-map' to set up keymap. Install a
5580 `delete-frame-functions' hook to catch `delete-frame' events.
5581 Ignore `select-window' events to cope better with
5582 `focus-follows-mouse'. Don't switch back to the original buffer
5583 if the splash frame has been killed. Restore previous buffer, even
5584 if it's *scratch*.
5585 (normal-splash-screen): Don't let-bind `mode-line-format'; it
5586 changes the global binding - setq it instead. Use
5587 `save-buffers-kill-terminal'.
5588 (display-splash-screen): Don't do anything if the splash screen is
5589 already displayed elsewhere.
5590 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
5591 (command-line): Replace duplicated code with a call to
5592 tty-run-terminal-initialization. Don't load the terminal
5593 initialization file more than once. Remove call to nonexistent
5594 function `set-locale-translation-file-name'.
5595
5596 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
5597 parameters.
5598 (xterm-mouse-position-function, xterm-mouse-event): Update.
5599 (xterm-mouse-mode): Don't depend on current value of window-system.
5600 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5601 Update for multi-tty.
5602 (turn-on-xterm-mouse-tracking-on-terminal)
5603 (turn-off-xterm-mouse-tracking-on-terminal)
5604 (xterm-mouse-handle-delete-frame): New functions.
5605 (delete-frame-functions, after-make-frame-functions)
5606 (suspend-tty-functions, resume-tty-functions): Install extra hooks
5607 for multi-tty.
5608
5609 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * simple.el (invisible-p): Remove: implemented in C now.
5612 (line-move-invisible-p): Remove obsolete alias.
5613
5614 2007-08-28 Juri Linkov <juri@jurta.org>
5615
5616 * image-mode.el (image-type): New variable.
5617 (image-mode): Set default major mode name to "Image[text]".
5618 (image-minor-mode): Change LIGHTER to display image-type in the
5619 mode line.
5620 (image-minor-mode): Set default image-type to "text".
5621 (image-toggle-display): After switching to text mode, set
5622 image-type to "text" and major mode name to "Image[text]".
5623 After switching to image mode, set image-type to actual image
5624 type, and add image type to major mode name. Let-bind the same
5625 variable names as arguments of `image-type' and `create-image'.
5626 Bind `type' to the result of `image-type' and use it as arg
5627 of `create-image' to not determine the image type twice.
5628
5629 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
5630
5631 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
5632 (tramp-set-file-uid-gid, tramp-get-local-uid)
5633 (tramp-get-local-gid): New defuns.
5634 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
5635 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
5636 Improve fast track.
5637 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
5638 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
5639 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
5640 (tramp-handle-write-region): Improve fast track.
5641 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
5642 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
5643 be nil.
5644
5645 2007-08-28 Ivan Kanis <apple@kanis.eu>
5646
5647 * time.el: New feature to display several time zones in a buffer.
5648 (display-time-world-mode, display-time-world-display)
5649 (display-time-world, display-time-world-timer): New functions.
5650 (display-time-world-list, display-time-world-time-format)
5651 (display-time-world-buffer-name, display-time-world-timer-enable)
5652 (display-time-world-timer-second, display-time-world-mode-map):
5653 New variables.
5654
5655 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5656
5657 * term/x-win.el (x-gtk-stock-map): New variable.
5658 (x-gtk-map-stock): New function.
5659
5660 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5661 prev/next-node.
5662
5663 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5664
5665 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5666
5667 2007-08-28 Glenn Morris <rgm@gnu.org>
5668
5669 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
5670
5671 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5672
5673 * progmodes/modula2.el (m2-definition, m2-module):
5674 Don't use previous-line. Reported by T. V. Raman.
5675
5676 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5677
5678 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5679 argument to tool-bar-mode call.
5680
5681 2007-08-27 Glenn Morris <rgm@gnu.org>
5682
5683 * diff-mode.el (diff-find-file-name): Only accept regular files,
5684 to rule out /dev/null, directories, etc.
5685
5686 * vc-svn.el (vc-svn-diff): If the repository version of all the
5687 files is the same as the specified OLDVERS, do a local diff.
5688
5689 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5692 of buffers in uniquify-managed.
5693
5694 * simple.el (invisible-p): Rename from text-invisible-p.
5695 Update callers.
5696
5697 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5700 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5701 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5702 (cperl-etags-goto-tag-location): Use new style backquotes.
5703
5704 * net/browse-url.el: Remove spurious * in custom docstrings.
5705 (browse-url-filename-alist): Use new-style backquote.
5706
5707 * emacs-lisp/backquote.el (backquote-unquote-symbol)
5708 (backquote-splice-symbol): Clarify they're not new-style unquotes.
5709
5710 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5711 (\,@): Backslash the , and ,@ which are not new-style unquotes.
5712
5713 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5714
5715 * net/socks.el (socks-username/password-auth-filter):
5716 Remove unused vars `state' and `desired-len'.
5717 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5718 (socks-wait-for-state-change): Use new-style backquotes.
5719
5720 * pcvs.el (cvs-mode-status): Fix long-standing typo.
5721
5722 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5723 backquotes after each `read' rather than once per buffer.
5724
5725 * dframe.el: Remove spurious * in custom docstrings.
5726 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5727 (dframe-xemacs20p): Remove, inline at the sole use point.
5728 (defface): Don't defvar the face, don't use old-style backquote.
5729 (defcustom): Don't use old-style backquote.
5730 (dframe-frame-parameter, dframe-mouse-event-p):
5731 Make it obvious that it's always defined.
5732 (dframe-popup-kludge): New function to replace
5733 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5734 (dframe-frame-mode, dframe-set-timer-internal)
5735 (dframe-mouse-set-point): Remove use of with-no-warnings from
5736 XEmacs-specific code.
5737 (dframe-set-timer-internal): Fix very old bug with
5738 post-command-idle-hook.
5739
5740 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5741
5742 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5743
5744 * emacs-lisp/avl-tree.el: New file.
5745
5746 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5747
5748 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5749 was used.
5750
5751 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
5752
5753 * complete.el (PC-do-completion): Make RET accept a non-unique but
5754 complete expansion again.
5755
5756 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
5757
5758 * eshell/esh-opt.el (eshell-eval-using-options):
5759 Add debug declaration.
5760
5761 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5762
5763 * log-view.el (log-view-toggle-mark-entry): Add docstring.
5764 (log-view-get-marked): Likewise.
5765
5766 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5767 (vc-delete-automatic-version-backups): Likewise.
5768
5769 * vc.el (vc-dired-buffers-for-dir): Likewise.
5770
5771 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5772
5773 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5774 safe-local-variable setting.
5775 * progmodes/perl-mode.el (perl-indent-level): Likewise.
5776
5777 * log-view.el (log-view-marked-list): Delete variable.
5778 (log-view-mode): Don't use it.
5779 (log-view-toggle-mark-entry): Likewise, simplify.
5780 (log-view-current-tag): Don't return properties.
5781 (log-view-get-marked): New function.
5782
5783 2007-08-25 Alexandre Julliard <julliard@winehq.org>
5784
5785 * vc-git.el (vc-git-mode-line-string): New function.
5786
5787 2007-08-25 Alan Mackenzie <acm@muc.de>
5788
5789 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5790 new language variable.
5791
5792 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5793 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5794 "extern" etc., rather than BOI. Fix addition of spurious
5795 syntactic-symbol 'defun-block-intro, replacing it with
5796 'innamespace, etc.
5797
5798 2007-08-25 Juri Linkov <juri@jurta.org>
5799
5800 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5801
5802 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5803 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5804 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5805
5806 * image.el (image-type-header-regexps): Use more complex regexp for svg.
5807 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5808 (image-type-auto-detectable): Add (svg . maybe).
5809
5810 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5811 to treat it like .tgz.
5812
5813 * calendar/cal-bahai.el: Add file coding cookie.
5814
5815 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5818 Don't behave differently when executed via M-x. Add doc string.
5819
5820 * sort.el (sort-fold-case, sort-numeric-base): Mark as
5821 safe-local-variable.
5822
5823 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
5824
5825 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5826 the default value.
5827 (math-calendar-tzinfo): New variable.
5828 (math-get-calendar-tzinfo): New function.
5829 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5830 to get information when zone is nil.
5831
5832 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5833
5834 * log-view.el (log-view-toggle-mark-entry): New function.
5835 (log-view-mode-map): Bind it.
5836 (log-view-marked-list): New variable.
5837 (log-view-mode): Make it local.
5838
5839 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5840
5841 * play/zone.el (zone-pgm-rat-race): New func.
5842 (zone-programs): Add `zone-pgm-rat-race'.
5843
5844 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5847 a list.
5848
5849 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5850
5851 * progmodes/hideshow.el (hs-match-data): Delete alias.
5852 (hs-hide-block-at-point, hs-find-block-beginning)
5853 (hs-show-block): Use `match-data' directly.
5854
5855 2007-08-24 Martin Rudalics <rudalics@gmx.at>
5856
5857 * format.el (format-alist): Fix typo in doc-string.
5858
5859 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * net/tramp.el (tramp-local-host-p): New defun.
5862 (tramp-handle-file-local-copy, tramp-handle-write-region):
5863 Implement fast track when being on the local host.
5864 (tramp-file-name-handler): Don't set "started" property. It shall
5865 be reserved for the "ftp" method.
5866 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5867
5868 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
5869 (tramp-ftp-file-name-handler): Set "started" property.
5870
5871 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5872
5873 * files.el (backup-buffer-copy): Don't wrap delete in
5874 condition-case, only try to delete if file exists.
5875
5876 2007-08-24 Glenn Morris <rgm@gnu.org>
5877
5878 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5879
5880 * startup.el (tutorial-directory): Set with eval-at-startup so it
5881 gets the right value in an installed Emacs.
5882
5883 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5884
5885 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
5886 (eldoc-highlight-function-argument): Use it.
5887
5888 2007-08-23 Masatake YAMATO <jet@gyve.org>
5889
5890 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
5891 name of parameters in document body.
5892
5893 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
5896 (byte-compile-output-as-comment): Use with-current-buffer rather than
5897 a weird set-buffer&prog1 combination.
5898
5899 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
5900 test so as to optimise cases where the `progn's result is constant.
5901
5902 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5903
5904 * locate.el (locate-get-file-positions):
5905 Use line-beginning-position and line-end-position.
5906
5907 2007-08-23 John Wiegley <johnw@newartisans.com>
5908
5909 * calendar/cal-bahai.el: Added in the diacriticals that were
5910 missing for many of the month names.
5911
5912 2007-08-22 Jason Rumney <jasonr@gnu.org>
5913
5914 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
5915
5916 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * image-mode.el (image-minor-mode): Use image-mode-text-map.
5919
5920 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5921
5922 * dabbrev.el (dabbrev--progress-reporter): New variable.
5923 (dabbrev--scanning-message): Delete func.
5924 (dabbrev--find-expansion): Use a progress reporter
5925 instead of dabbrev--scanning-message.
5926
5927 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5928
5929 * comint.el (comint-exec-1): Raise an error if
5930 `start-file-process' does not return a process object.
5931
5932 * shell.el (shell): Prompt for `default-directory' if it is a
5933 remote file name, and if called with a prefix arg.
5934
5935 2007-08-22 Sam Steingold <sds@gnu.org>
5936
5937 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5938
5939 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5940
5941 * textmodes/org-export-latex.el: New file.
5942
5943 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
5944
5945 * textmodes/org.el (org-agenda-skip): Allow a form for
5946 `org-agenda-skip-function'.
5947 (org-agenda-redo): Re-use local settings.
5948 (org-agenda): Store local settings.
5949 (org-agenda-deadline-faces): New option.
5950 (org-agenda-deadline-face): New function.
5951 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5952 entries on their due date.
5953 (org-agenda-get-timestamps): No longer handle the due dates of
5954 schedules and deadline items.
5955 (org-insert-link-global, org-open-at-point-global): New commands.
5956 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5957 :for-ascii parameter.
5958 (org-skip-comments): Function removed.
5959 (org-cleaned-string-for-export): Handle special table lines.
5960 (org-global-properties): New option.
5961 (org-entry-get-with-inheritance): Check global properties.
5962 (org-local-properties): New variable.
5963 (org-set-regexps-and-options): Find the #+PROPERTY line.
5964 (org-link-types): Change type into variable (was constant).
5965 (org-make-link-regexps): New function.
5966 (org-link-re-with-space, org-link-re-with-space2)
5967 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5968 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5969 these regular expressions happens now in the function
5970 `org-make-link-regexps'.
5971 (org-store-link): Call the functions in
5972 `org-store-link-functions'.
5973 (org-add-link-type): New function.
5974 (org-store-link-functions): New variable.
5975 (org-activate-tags): Force matches to be in headlines.
5976 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
5977 (org-columns-display-here): Make sure this works in a narrowed
5978 buffer by checking for point-min.
5979 (org-columns-display-here): Make the rest of the line intangible,
5980 so that point never can be there.
5981 (org-cleaned-string-for-export): Use `with-current-buffer'.
5982 (org-replace-region-by-html): Use `with-current-buffer'.
5983 (org-unfontify-region, org-do-occur, org-columns-display-here)
5984 (org-columns-remove-overlays, org-columns-quit)
5985 (org-columns-edit-value, org-columns-next-allowed-value)
5986 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5987 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5988 (org-agenda-todo, org-agenda-change-all-lines)
5989 (org-agenda-align-tags, org-agenda-priority)
5990 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5991 (org-agenda-show-new-time, org-cleaned-string-for-export)
5992 (org-export-grab-title-from-buffer)
5993 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5994 instead of `buffer-read-only'.
5995 (org-export-as-html): Set `coding-system-for-write'.
5996 (org-remember-store-without-prompt): New option.
5997 (org-archive-subtree): Fixed bug with modifying TODO keyword.
5998 (org-beginning-of-line): Also treat C-a special in items.
5999 (org-table-convert-refs-to-rc): Fixed problem with column
6000 reference after "..".
6001 (org-columns-compute): Don't mark buffer modified because of text
6002 properties.
6003 (org-batch-store-agenda-views): Use the variable
6004 `default-directory', not the function.
6005 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6006 (org-clock-out-when-done): New option.
6007 (org-html-entities): Added HTML entities for smileys.
6008
6009 2007-08-22 Glenn Morris <rgm@gnu.org>
6010
6011 * image.el (create-image): Doc fix.
6012
6013 * startup.el (tutorial-directory): New constant.
6014 (fancy-splash-text): Tutorials now in tutorial-directory.
6015 * tutorial.el (help-with-tutorial): Tutorials now in
6016 tutorial-directory.
6017
6018 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6021 otherwise.
6022 (tramp-get-remote-path): New defun. Replace occurrences of
6023 `tramp-default-remote-path' by this function.
6024 (tramp-set-remote-path): Move most of the code to
6025 `tramp-get-remote-path'.
6026 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6027 existing directories, this is done already in
6028 `tramp-get-remote-path'.
6029
6030 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6031
6032 * image-file.el (image-file-name-extensions): Add "svg".
6033 * image.el (image-type-header-regexps): Add svg entry.
6034
6035 2007-08-22 Glenn Morris <rgm@gnu.org>
6036
6037 * files.el (backup-buffer-copy): Check backup directory is
6038 writable, to avoid infloop deleting old backup.
6039
6040 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6041 movemail related variables.
6042 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6043 will now be set before this is called.
6044
6045 2007-08-21 Juri Linkov <juri@jurta.org>
6046
6047 * delsel.el (delete-selection-pre-hook):
6048 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6049 instead of checking last-command.
6050
6051 2007-08-21 Juri Linkov <juri@jurta.org>
6052
6053 * loadup.el: Preload "button".
6054
6055 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6058 Add previous-line and next-line.
6059
6060 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6061 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6062
6063 * vc-hooks.el (vc-menu-entry): New var.
6064 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6065 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6066 (vc-menu-map): Declare and initialize in one step.
6067 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6068
6069 * menu-bar.el (vc-menu-map): Don't setup any more.
6070 Instead, just create the proper spot in the menu.
6071
6072 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * smerge-mode.el (smerge-resolve): New arg `safe'.
6075 (smerge-resolve-all, smerge-batch-resolve): New function.
6076 (smerge-refine): Make sure `diff' returns the expected result.
6077 (smerge-parsep-re): New const.
6078 (smerge-mode): Use it to adjust paragraph-separate.
6079
6080 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6081 Correctly match / regexp matchers as first char on a line when
6082 fontifying only that line.
6083
6084 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6085
6086 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6089 (vc-bzr-registered): Don't redundantly protect against
6090 file-error. Actually use the format-specific code.
6091 (vc-bzr-buffer-nonblank-p): Remove.
6092 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6093
6094 2007-08-20 Juri Linkov <juri@jurta.org>
6095
6096 * startup.el (fancy-splash-text): Change multiple tabs into one
6097 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6098 and "Recover Crashed Session").
6099 (fancy-splash-screens): Set tab-width to 22.
6100 (normal-splash-screen): Replace literal tabs with \t and
6101 fix whitespace. Remove "Useful File menu items" section (with
6102 "Exit Emacs" and "Recover Crashed Session").
6103
6104 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6105
6106 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6107 extracted from `eval-last-sexp-1'.
6108 (eval-last-sexp-1): Call `preceding-sexp'.
6109
6110 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6111
6112 * vc-rcs.el (vc-rcs-annotate-command):
6113 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6114 Add back :vc-annotate-prefix propertization.
6115
6116 2007-08-20 Andreas Schwab <schwab@suse.de>
6117
6118 * mail/rmail.el (rmail-autodetect): Doc fix.
6119
6120 2007-08-19 Juri Linkov <juri@jurta.org>
6121
6122 * startup.el (normal-splash-screen): Add more links.
6123
6124 2007-08-19 Juri Linkov <juri@jurta.org>
6125
6126 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6127 because it's common to both types of splash screen: fancy and normal.
6128 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6129 (exit-splash-screen): Rename from `fancy-splash-quit'.
6130 Use `quit-window' instead of `kill-buffer'.
6131 (fancy-splash-head): Use make-button to insert GNU image link.
6132 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6133 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6134 (normal-splash-screen): Put "Browse manuals" on the same line with
6135 "Emacs manual". Remove descriptions from "Useful tasks" and put
6136 all links in two columns on two lines.
6137
6138 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6139
6140 * emulation/viper.el (viper-remove-hooks): Remove some additional
6141 viper hooks when the user calls viper-go-away.
6142 (viper-go-away): Restore the default of default-major-mode.
6143 Save the value of default-major-mode before vaperization.
6144
6145 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6146
6147 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6148
6149 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6150 buffer for which file is created.
6151
6152 2007-08-19 Glenn Morris <rgm@gnu.org>
6153
6154 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6155 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6156 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6157 shadow files messing up the compilation.
6158
6159 2007-08-18 Glenn Morris <rgm@gnu.org>
6160
6161 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6162 string. Also apply eldoc-argument-case in the help-split-fundoc
6163 case. Adapt for changed behavior of eldoc-function-argstring,
6164 eldoc-function-argstring-format, and
6165 eldoc-highlight-function-argument.
6166 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6167 just call eldoc-docstring-format-sym-doc in that case.
6168 (eldoc-function-argstring): Change the behavior. Now it converts
6169 an argument list to a string.
6170 (eldoc-function-argstring-format): Change the behavior. Now it
6171 applies `eldoc-argument-case' to a string.
6172
6173 * progmodes/scheme.el (scheme-mode-variables): Set
6174 font-lock-comment-start-skip.
6175
6176 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6177
6178 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6179 set-syntax-table from here to ...
6180 (ada-mode): ... here. Do not change global value of
6181 comment-multi-line. Call new function
6182 ada-initialize-syntax-table-properties and add new function
6183 ada-handle-syntax-table-properties to font-lock-mode-hook.
6184 (ada-deactivate-properties, ada-initialize-properties): Replace
6185 by new functions ...
6186 (ada-handle-syntax-table-properties)
6187 (ada-initialize-syntax-table-properties)
6188 (ada-set-syntax-table-properties): ... to set up syntax-table
6189 properties uniformly, independently from whether font-lock-mode
6190 is enabled or not. Handle read-only buffers and do not change
6191 undo-list when setting syntax-table properties.
6192 (ada-after-change-function): Use ada-set-syntax-table-properties.
6193
6194 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6195
6196 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6197 (meta-indent-current-nesting): Use a computation of the nesting
6198 instead.
6199 (meta-indent-current-indentation): Indentation is given according
6200 to nesting and if the previous line was finished or not.
6201 (meta-indent-unfinished-line): Tell if the current line ends with
6202 a finished expression.
6203 (meta-indent-looking-at-code): Like `looking-at', but checks if
6204 the point is in a string before.
6205 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6206 done in the nesting function.
6207 (meta-indent-in-string-p): Tell if the current point is in a
6208 string.
6209 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6210 previous functions.
6211
6212 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6213
6214 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6215 (copyright-update-year, copyright-update)
6216 (copyright-fix-years): Use it.
6217
6218 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6219
6220 * emacs-lisp/copyright.el (copyright-update-year):
6221 Fix bug: Handle nil copyright-limit.
6222
6223 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6224
6225 * calc/calc-units.el (math-standard-units): Give exact
6226 conversion for tsp.
6227
6228 * calc/calc.el (math-bignum-digit-length): Compute the
6229 appropriate value.
6230
6231 * calc/calc-bin.el (math-bignum-logb-digit-size)
6232 (math-bignum-digit-power-of-two):
6233 * calc/calc-comb.el (math-small-factorial-table):
6234 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6235 (math-approx-gamma-const):
6236 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6237 (math-besY1, math-bernoulli-b-cache):
6238 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6239 Remove `eval-when-compile's.
6240
6241 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6242
6243 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
6244 (cperl-find-pods-heres): Fix an error when typing expressions like
6245 `s{a}{b}'.
6246
6247 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6248
6249 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
6250 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6251 a special case (there's no build number).
6252
6253 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6254
6255 * completion.el (symbol-under-point, symbol-before-point)
6256 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
6257
6258 2007-08-17 Glenn Morris <rgm@gnu.org>
6259
6260 * progmodes/compile.el (compilation-get-file-structure): Make use
6261 of the directory part when checking for an existing entry, to
6262 handle files with same basename in different directories.
6263
6264 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6265
6266 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6267
6268 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6269
6270 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
6271 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6272 (ps-paragraph-spacing): Docstring fix.
6273
6274 2007-08-16 Glenn Morris <rgm@gnu.org>
6275
6276 * ps-print.el (ps-font-size): Doc fix.
6277
6278 2007-08-16 Richard Stallman <rms@gnu.org>
6279
6280 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6281
6282 2007-08-15 Juri Linkov <juri@jurta.org>
6283
6284 * startup.el (initialization): Change parent group from `internal'
6285 to `environment'.
6286 (initial-buffer-choice): New variable.
6287 (command-line): Revert 2007-07-02 change that sets
6288 buffer-offer-save in *scratch* and enables auto-save in it.
6289 (fancy-splash-text): Add links to existing items. Add new items
6290 with links for useful tasks. Move information about Control-g to
6291 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6292 (fancy-splash-keymap): New variable.
6293 (fancy-splash-last-input-event): Remove variable.
6294 (fancy-splash-insert): Add processing of `:link' element.
6295 (fancy-splash-head): Replace "Type Control-l to begin editing"
6296 with "Type `q' to exit".
6297 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6298 (fancy-splash-default-action, fancy-splash-special-event-action):
6299 Remove functions.
6300 (fancy-splash-quit): New function.
6301 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6302 `static' and reverse the condition of its usage. Don't preserve
6303 original values of `minor-mode-map-alist',
6304 `emulation-mode-map-alists', `special-event-map'.
6305 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6306 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6307 Remove processing of special events. Use local key map
6308 `fancy-splash-keymap'. Set buffer to read-only.
6309 (normal-splash-screen): Rename input arg from `hide-on-input' to
6310 `static' and reverse the condition of its usage.
6311 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6312 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6313 Add links to existing items. Add new items with links for useful
6314 tasks. Use local key map `fancy-splash-keymap'.
6315 (display-splash-screen): Rename input arg from `hide-on-input' to
6316 `static'.
6317 (about-emacs): Add alias to display-splash-screen.
6318 (command-line-1): Use `initial-buffer-choice'.
6319
6320 * menu-bar.el (menu-bar-help-menu):
6321 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
6322 item to about-emacs instead of display-splash-screen.
6323
6324 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6325
6326 * calc/calc-units.el (math-standard-units): Update values.
6327 Put in exact, rational values when possible.
6328 (math-unit-prefixes): Replace floats with powers of ten.
6329 (math-standard-units-systems): Replace floats with integers.
6330 (math-make-unit-string): Remove extra spaces in output.
6331
6332 2007-08-15 Glenn Morris <rgm@gnu.org>
6333
6334 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
6335 sloppier, for the sake of GNU Mailman.
6336 (rmail-digest-rfc1153): Initialize `result' correctly.
6337
6338 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6339
6340 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
6341 in the mail title. Suggested by Reiner Steib.
6342
6343 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
6344
6345 * calc/calc-aent.el (calc-do-quick-calc): Add binary
6346 representation of integers to the list of outputs.
6347
6348 2007-08-14 Glenn Morris <rgm@gnu.org>
6349
6350 * simple.el (bad-packages-alist): New constant.
6351 (bad-package-check): New function. Together, these two add elements
6352 to `after-load-alist' to check for problematic external packages.
6353 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
6354
6355 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6356
6357 * calc/calc-units.el (math-get-standard-units)
6358 (math-get-units, math-make-unit-string)
6359 (math-get-default-units, math-put-default-units): New functions.
6360 (math-default-units-table): New variable.
6361 (calc-convert-units, calc-convert-temperature): Add machinery
6362 to supply default values.
6363
6364 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
6367 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
6368 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
6369 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
6370
6371 * emulation/tpu-extras.el: Remove spurious * in docstrings.
6372 Put its autoloads into tpu-edt.el rather than loaddefs.el.
6373 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
6374 Make into a proper minor-mode.
6375 (tpu-backward-char, tpu-next-line, tpu-previous-line)
6376 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
6377 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
6378 (tpu-set-cursor-free, tpu-set-cursor-bound):
6379 Delegate to tpu-cursor-free-mode.
6380 (tpu-next-line, tpu-previous-line, tpu-forward-line)
6381 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
6382 Use line-move or forward-line instead of next-line-internal.
6383
6384 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
6385
6386 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
6387
6388 2007-08-12 Richard Stallman <rms@gnu.org>
6389
6390 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
6391 (cvs-execute-single-file): Use new name split-string-and-unquote.
6392 (cvs-header-msg): Use new name combine-and-quote-strings.
6393
6394 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
6395
6396 * progmodes/gud.el (gud-common-init): Use new name
6397 split-string-and-unquote.
6398
6399 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
6400 in javac regexp.
6401
6402 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
6403 combine-and-quote-strings and split-string-and-unquote.
6404
6405 * subr.el (combine-and-quote-strings): Rename from strings->string.
6406 (split-string-and-unquote): Rename from string->strings.
6407
6408 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
6411 to buffer-local settings.
6412
6413 * emacs-lisp/backquote.el (backquote-delay-process): New function.
6414 (backquote-process): Add internal arg `level'. Use the two to
6415 correctly handle nested backquotes.
6416
6417 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
6418
6419 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6420 (vc-bzr-state-words): Add "kind changed" state word.
6421 (vc-bzr-status): New function. Return Bzr idea of file status,
6422 which is different from VC's.
6423 (vc-bzr-state): Use vc-bzr-status.
6424 (vc-workfile-unchanged-p): Use vc-bzr-status.
6425 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6426 (vc-dired-state): Process "kind changed" state word.
6427
6428 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6431
6432 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6433 Move from vc-default-find-file-not-found-hook.
6434
6435 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * man.el: Remove spurious * in docstrings.
6438 Merge defvars and toplevel setq-defaults.
6439 (Man-highlight-references0): Limit=nil rather than point-max.
6440 (Man-mode-map): Move initialization into the declaration.
6441 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6442 (Man-view-header-file): Use expand-file-name rather than concat.
6443 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6444
6445 * man.el (Man-next-section): Make sure we do not move backward.
6446
6447 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * files.el (auto-mode-alist): Use the purecopied text (duh!).
6450
6451 2007-08-08 Glenn Morris <rgm@gnu.org>
6452
6453 * Replace `iff' in doc-strings and comments.
6454
6455 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6456
6457 * dired.el (dired-pop-to-buffer):
6458 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6459 * calendar/calendar.el (generate-calendar-window):
6460 * progmodes/compile.el (compilation-set-window-height):
6461 * textmodes/two-column.el (2C-two-columns, 2C-merge):
6462 Use window-full-width-p instead of comparing frame-width and
6463 window-width.
6464
6465 * progmodes/compile.el (compilation-find-buffer): Remove extra
6466 argument in call to compilation-buffer-internal-p.
6467
6468 2007-08-07 Tom Tromey <tromey@redhat.com>
6469
6470 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6471 Add safe-local-variable property.
6472
6473 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6474
6475 * image-mode.el (image-toggle-display): Use image-refresh.
6476
6477 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
6478
6479 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6480 unofficial version.
6481 (vc-bzr-command): Remove redundant setting of process-connection-type.
6482 (vc-bzr-admin-checkout-format-file): Add autoload.
6483 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6484 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6485 (vc-bzr-registered): Compare dirstate format tag with known good
6486 value, abort parsing if match fails. Warn user in docstring.
6487 (vc-bzr-workfile-version): Case for different Bzr branch formats.
6488 See bzrlib/branch.py in Bzr sources.
6489 (vc-bzr-diff): First argument FILES may be a string rather than a list.
6490 (vc-bzr-shell-command): Remove in favor of
6491 vc-bzr-command-discarding-stderr.
6492 (vc-bzr-command-discarding-stderr): New function.
6493
6494 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
6495
6496 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
6497 program, and return nil.
6498 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6499 (vc-bzr-state): Look for path names relative to the repository
6500 root after status keyword.
6501 (vc-bzr-file-name-relative): New function.
6502 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
6503 depend on it.
6504 (vc-bzr-admin-dirname, ...-checkout-format-file)
6505 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
6506 files that we now parse directly for speed.
6507 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
6508 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
6509 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
6510 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
6511 Bzr warnings, so we must discard it.
6512 (vc-bzr-workfile-version): Speedup counting lines from
6513 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
6514 if that file doesn't exist.
6515 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
6516 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
6517 to `vc-directory-exclusion-list'.
6518 (vc-bzr-shell-command): New function.
6519
6520 2007-08-06 Tom Tromey <tromey@redhat.com>
6521
6522 * diff-mode.el (diff-unified->context, diff-reverse-direction)
6523 (diff-fixup-modifs): Typo in docstring.
6524
6525 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
6528 count-screen-lines.
6529 (tpu-edt-off): Disable relevant pieces of advice.
6530
6531 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6532 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
6533 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6534 redefining the function.
6535 (tpu-set-scroll-margins): Activate the pieces of advice.
6536
6537 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6538
6539 * help.el (resize-temp-buffer-window): Use window-full-width-p
6540 instead of comparing frame-width and window-width.
6541
6542 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
6543
6544 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6545 optional quotes around files in NEED-UPDATE . REMOVED case.
6546
6547 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6548 (ada-treat-cmd-string): Improve error message.
6549 (ada-do-file-completion): Call `ada-require-project-file', so
6550 project variables are set properly.
6551 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6552 (ada-gnatfind-buffer-name): New constant.
6553 (ada-find-any-references): Use new constant. Set buffer name
6554 properly in compilation-start. Toggle read-only properly.
6555 (ada-find-in-src-path): Fix spelling error in docstring.
6556
6557 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6558 by zero error.
6559
6560 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6563
6564 2007-08-12 Richard Stallman <rms@gnu.org>
6565
6566 * progmodes/sh-script.el (sh): Delete group `unix'.
6567
6568 * progmodes/gud.el (gud): Change to group `processes'.
6569
6570 2007-08-11 Glenn Morris <rgm@gnu.org>
6571
6572 * progmodes/compile.el (compilation-buffer-name): Don't check
6573 compilation-arguments. It is superfluous, and the variable isn't
6574 even set when this function is called.
6575
6576 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6577
6578 * term/mac-win.el (mac-ae-reopen-application): New function.
6579 (mac-apple-event-map): Bind "reopen application" Apple event to it.
6580
6581 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
6584 take tex-font-script-display into account.
6585 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
6586 cell to a list of 2 elements to simplify the unfontify code.
6587
6588 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6589
6590 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
6591 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
6592 ps-print-color-p is neither nil nor black-white. Reported by Christian
6593 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6594
6595 2007-08-08 Andreas Schwab <schwab@suse.de>
6596
6597 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
6598 self-insert-command, not self-insert.
6599
6600 2007-08-08 Glenn Morris <rgm@gnu.org>
6601
6602 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
6603 argument optional, for backwards compatibility, and only highlight
6604 args when present. Fix symbol name typo (doc/args).
6605
6606 * help-mode.el (help-make-xrefs): Search for symbol constituents,
6607 rather than just `-'.
6608
6609 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
6610
6611 * calc/calc-units.el (calc-convert-temperature):
6612 Use `/' to create fractions.
6613
6614 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
6617 global matching.
6618 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
6619 ERROR-BUFFER more robust. Display output.
6620 (tramp-file-name-handler): Add a connection property when we found
6621 a foreign file name handler. This allows backends like ftp to
6622 profit also from usr/host name completion based on connection
6623 cache.
6624 (tramp-send-command-and-read): Search for trash after the regexp
6625 until eol only. In XEmacs, there is a problem with \n.
6626
6627 * net/tramp-cache.el (top): Read persistent connection history
6628 when cache is empty.
6629
6630 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
6631
6632 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
6633 resulting output.
6634
6635 2007-08-07 Sam Steingold <sds@gnu.org>
6636
6637 * progmodes/compile.el (compilation-start): Pass nil as startfile
6638 to comint-exec.
6639
6640 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6641
6642 * longlines.el (longlines-decoded): New variable.
6643 (longlines-mode): Avoid encoding or decoding the buffer twice.
6644
6645 2007-08-07 Martin Rudalics <rudalics@gmx.at>
6646
6647 * format.el (format-insert-file): Make sure that at most one undo
6648 entry is recorded for the insertion. Inhibit point-motion and
6649 modification hooks around call to insert-file-contents.
6650
6651 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6654 Select the buffer's window before moving point.
6655
6656 2007-08-07 Richard Stallman <rms@gnu.org>
6657
6658 * term.el (term): Remove parent group `unix'.
6659
6660 * simple.el (default-indent-new-line): New function.
6661 It calls comment-line-break-function if there are comments.
6662 (do-auto-fill): Use that.
6663
6664 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
6665
6666 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6667 (PC-do-completion): Add "acronym completion" for symbols and
6668 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6669
6670 2007-08-06 Sam Steingold <sds@gnu.org>
6671
6672 * mouse.el (mouse-buffer-menu): Pass mode-name through
6673 format-mode-line because it may be a list,
6674 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6675
6676 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
6677
6678 * printing.el (pr-update-menus): Docstring fix.
6679
6680 2007-08-06 Jason Rumney <jasonr@gnu.org>
6681
6682 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6683
6684 * vc-hooks.el (vc-call): Add doc string.
6685
6686 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6689 process-filter.
6690
6691 2007-08-06 Kenichi Handa <handa@m17n.org>
6692
6693 * international/quail.el: Wrap (require 'help-mode) by
6694 eval-when-compile.
6695 (quail-help-init): New function.
6696 (quail-help): Call quail-help-init.
6697 (quail-store-decode-map-key): Change it to a function.
6698
6699 2007-08-05 Jason Rumney <jasonr@gnu.org>
6700
6701 * vc.el (vc-rollback): Add norevert argument back.
6702 (vc-revert-buffer): Add back as obsolete alias.
6703
6704 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
6705
6706 * term.el: Honor term-default-fg-color and term-default-bg-color
6707 settings when modifying term-current-face.
6708 (term-default-fg-color, term-default-bg-color): Initialize from
6709 default term-current-face.
6710 (term-mode, term-reset-terminal): Set term-current-face with
6711 term-default-fg-color and term-default-bg-color.
6712 (term-handle-colors-array): term-current-face has term-default-fg-color
6713 and term-default-bg-color after reset escape sequence.
6714 (term-handle-colors-array): Set term-current-color with
6715 term-default-fg/bg-color instead of ansi-term-color-vector when the
6716 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6717
6718 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6719
6720 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
6721 (math-nlfit-givens): Let bind free variables.
6722
6723 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
6724
6725 * printing.el: Require lpr and ps-print when loading printing package.
6726 Reported by Glenn Morris <rgm@gnu.org>.
6727
6728 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
6729
6730 * files.el (set-auto-mode): Handle also remote files wrt
6731 `auto-mode-alist'.
6732
6733 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
6734
6735 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6736 curves and plotting.
6737
6738 * calc/calc-nlfit.el: New file.
6739
6740 2007-08-04 Glenn Morris <rgm@gnu.org>
6741
6742 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6743 zero, not nil, when the library is first loaded. Check for a file
6744 that has been modified on disk.
6745
6746 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6747 Remove duplicate defvar preventing initialization.
6748 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6749
6750 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6753 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6754 may match up to 4 lines.
6755 (diff-beginning-of-file-and-junk): Rewrite.
6756
6757 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6758
6759 * printing.el: Evaluate require only during compilation.
6760 (pr-version): New version 6.9.1.
6761 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6762 (pr-global-menubar): Fix code.
6763
6764 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 * term.el (term-erase-in-display): Fix case when point is not at
6767 the beginning of the line.
6768
6769 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6770
6771 * calc/calc-ext.el (math-get-value, math-get-sdev)
6772 (math-contains-sdev): New functions.
6773
6774 * calc/calc-graph.el (calc-graph-format-data)
6775 (calc-graph-add-curve): Check for error forms.
6776 (calc-graph-set-styles): Add option for error forms.
6777
6778 2007-08-03 Miles Bader <miles@gnu.org>
6779
6780 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6781 backend names for new backends to `Git', `Hg', and `Bzr'.
6782 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6783 not `HG'.
6784 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6785 name, not `GIT'.
6786 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6787 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6788
6789 2007-08-03 Richard Stallman <rms@gnu.org>
6790
6791 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6792 to update deleted flag.
6793
6794 * cus-edit.el (customize-apropos, customize-apropos-options)
6795 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6796
6797 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6798
6799 * startup.el (fancy-splash-head, startup-echo-area-message):
6800 Change message text.
6801
6802 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6803 All callers use line-move.
6804
6805 * progmodes/compile.el (compilation-find-buffer): Return current
6806 buffer immediately if suitable.
6807 (compile, compilation-buffer-name, compilation-start): Doc fixes.
6808
6809 2007-08-03 Daiki Ueno <ueno@unixuser.org>
6810
6811 * faces.el (face-normalize-spec): New function.
6812 (frame-set-background-mode): Normalize face-spec before calling
6813 face-spec-match-p.
6814
6815 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * server.el (server-window): Add switch-to-buffer-other-frame option.
6818
6819 2007-08-03 Glenn Morris <rgm@gnu.org>
6820
6821 * cus-edit.el (customize-apropos): Make the error message indicate
6822 what kind of thing the user was trying to customize.
6823
6824 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6825
6826 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6827 Fix off-by-one error in previous change.
6828
6829 2007-08-03 Drew Adams <drew.adams@oracle.com>
6830
6831 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6832 Make buffer writable.
6833
6834 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6835
6836 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6837 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
6838 Use native Emacs functions, when appropriate.
6839
6840 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6841 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * vc.el: Document new VC operation `extra-menu'.
6844
6845 * vc-hooks.el (vc-default-extra-menu): New function.
6846
6847 * menu-bar.el (menu-bar-vc-filter): New function.
6848 (menu-bar-tools-menu): Use it as a filter.
6849
6850 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
6851
6852 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6853
6854 2007-08-01 Glenn Morris <rgm@gnu.org>
6855
6856 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6857 strings.
6858 (fortran-tab-mode-default): Remove needless autoload.
6859 (fortran-tab-mode-string): Add help-echo and mouse properties, and
6860 mark as risky.
6861 (fortran-line-length): New buffer-local variable, safe if integer.
6862 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6863 Change from variables to constants.
6864 (fortran-font-lock-syntactic-keywords): Delete as a variable,
6865 replace with a new function definition.
6866 (fortran-mode): Use fortran-line-length, and
6867 fortran-font-lock-syntactic-keywords as a function. Add a
6868 hack-local-variables-hook function.
6869 (fortran-line-length, fortran-hack-local-variables): New functions.
6870 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6871 Use fortran-line-length rather than 72.
6872 (fortran-window-create-momentarily): Doc fix.
6873
6874 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
6875
6876 * cus-edit.el (custom-group-value-create, custom-goto-parent):
6877 Fix parent groups link.
6878
6879 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
6880
6881 * progmodes/python.el (python-current-defun): Adjust to never fall
6882 into infinite loop.
6883
6884 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
6887
6888 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
6889
6890 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
6891 (copyright-fix-years, copyright): Correctly handle the case where
6892 copyright-limit is nil.
6893
6894 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
6895
6896 * progmodes/python.el (run-python): Fix path separator under w32.
6897
6898 2007-07-30 Richard Stallman <rms@gnu.org>
6899
6900 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6901 Treat non-break space as whitespace in Lisp.
6902
6903 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * vc.el (vc-dired-hook): Use inhibit-read-only.
6906
6907 * progmodes/compile.el (compilation-forget-errors):
6908 Reset compilation-auto-jump-to-next.
6909
6910 2007-07-30 Michael Olson <mwolson@gnu.org>
6911
6912 * cus-edit.el (custom-group-save): Fix void function definition
6913 error. Thanks to Zhang Wei for the report.
6914
6915 * ps-print.el: Check in trivial changes to the autoloads section
6916 caused by the build process. These autoloads really ought to be
6917 placed in a separate file, methinks.
6918
6919 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * calendar/calendar.el (calendar-mode): Make sure
6922 displayed-(month|year) are set.
6923 (calendar-basic-setup): Display buffer before adjusting window sizes.
6924 (generate-calendar-window): Use inhibit-read-only. Simplify.
6925 Generate buffer and set displayed-month and displayed-year before
6926 calling update-calendar-mode-line.
6927
6928 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * net/tramp.el:
6931 * net/tramp-uu.el:
6932 * net/trampver.el: Use utf-8 encoding with coding cookie.
6933
6934 * net/tramp-cache.el:
6935 * net/tramp-fish.el:
6936 * net/tramp-ftp.el:
6937 * net/tramp-gw.el:
6938 * net/tramp-smb.el: Remove coding cookie.
6939
6940 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6941 Flush buffer file-name's file property.
6942 (tramp-handle-file-remote-p): The first parameter is FILENAME.
6943
6944 * net/trampver.el: Update release number.
6945
6946 2007-07-29 Juri Linkov <juri@jurta.org>
6947
6948 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6949 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6950 when major-mode is not dired-mode.
6951 (dired-toggle-read-only): New function.
6952 (dired-recursive-deletes): Remove obsolete comments about old
6953 default value.
6954 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6955
6956 * wdired.el (wdired-exit): New function.
6957 (wdired-mode-map): Bind C-x C-q to wdired-exit.
6958
6959 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * cus-edit.el (customize-read-group): New fun.
6962 (customize-group-other-window, customize-face-other-window):
6963 Prompt before delegating to customize-(group|face).
6964 Bind pop-up-windows rather than use the other-window argument.
6965 (customize-group, customize-face): Prompt from the interactive spec.
6966 Remove args `prompt-for-group' and `other-window'.
6967
6968 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6969 (ad-body-forms, ad-advised-interactive-form): Revert this part of
6970 last change.
6971
6972 2007-07-28 Masatake YAMATO <jet@gyve.org>
6973
6974 * vc.el (vc-dired-mode): Add a menu for VC related operation.
6975 Use backend name as the menu label. Suggested by David Kastrup.
6976
6977 2007-07-28 Alan Mackenzie <acm@muc.de>
6978
6979 Fix problem with modes derived from CC Mode:
6980 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
6981 macro to cc-langs.
6982 (c-init-language-vars-for): Remove call to above macro.
6983 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
6984 been moved to here.
6985 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
6986
6987 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6988
6989 * net/trampver.el: Fix the `coding' cookie.
6990
6991 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6992
6993 * vc-git.el (vc-git-print-log): Support both the old single file
6994 interface and the new one.
6995
6996 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * bindings.el (mode-line-remote): Use updated %@ construct.
6999
7000 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7003 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7004 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7005 (diary-list-bahai-entries, diary-bahai-mark-entries)
7006 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7007 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7008 New names to clean up namespace.
7009 (list-bahai-diary-entries, mark-bahai-diary-entries)
7010 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7011 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7012 Add compatibility aliases.
7013
7014 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7015
7016 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7017 (calendar-scroll-left-three-months)
7018 (calendar-scroll-right-three-months): Clean up namespace.
7019 (scroll-calendar-left, scroll-calendar-right)
7020 (scroll-calendar-left-three-months)
7021 (scroll-calendar-right-three-months): Add compatibility aliases.
7022
7023 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7024 Behave like mouse-scroll-calendar-* when used from the mouse.
7025
7026 * calendar/cal-menu.el (cal-menu-scroll-menu)
7027 (cal-menu-global-mouse-menu):
7028 * calendar/calendar.el (calendar-mode-map):
7029 Use new calendar-scroll-* names.
7030 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7031 Remove. Use calendar-scroll-* directly instead.
7032
7033 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7036 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7037 (ad-make-advised-definition, ad-cache-id-verification-code):
7038 Use commandp and interactive-form instead.
7039
7040 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7041
7042 * vc-git.el: Relicense to GPLv3 or later.
7043 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7044
7045 * vc-hooks.el (vc-handled-backends): Add GIT.
7046
7047 * vc.el (vc-directory-exclusion-list): Add .git.
7048
7049 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7050
7051 * vc-git.el (vc-git-revision-table)
7052 (vc-git-revision-completion-table): New functions.
7053
7054 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7055
7056 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7057 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7058 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7059 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7060 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7061 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7062 New command actions for EPS header and EPS footer.
7063
7064 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7065 footer. Fix some problems with one-or-more, zero-or-more and
7066 alternative constructions generation. Some log messages
7067 implementation. Doc fix.
7068 (ebnf-version): New version 4.4.
7069 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7070 (ebnf-eps-footer, ebnf-log): New options.
7071 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7072 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7073 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7074 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7075 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7076 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7077 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7078 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7079 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7080 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7081 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7082 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7083 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7084 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7085 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7086 (ebnf-except-dimension, ebnf-alternative-dimension)
7087 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7088 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7089 message fun.
7090 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7091 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7092 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7093 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7094 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7095 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7096 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7097 compatibility with Emacs 20 & 21.
7098 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7099 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7100 (ebnf-basic-empty-height): New vars.
7101 (ebnf-prologue): Fix PostScript code.
7102 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7103 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7104 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7105 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7106
7107 2007-07-25 Glenn Morris <rgm@gnu.org>
7108
7109 * Relicense all FSF files to GPLv3 or later.
7110
7111 * COPYING: Switch to GPLv3.
7112
7113 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7116 Replace it with another one which disables undo before calling
7117 erase-buffer and then turns it back on if needed.
7118
7119 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7120
7121 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7122
7123 2007-07-24 Glenn Morris <rgm@gnu.org>
7124
7125 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7126 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7127 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7128 (cal-tex-cursor-week, cal-tex-cursor-week2)
7129 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7130 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7131 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7132 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7133
7134 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * calendar/calendar.el (calendar-mode-map): Move initialization
7137 into declaration. Add menu bindings (used to be done in cal-menu).
7138 (calendar-mode): Don't add an activate-menubar-hook.
7139
7140 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7141 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7142 can be used on the menu entries.
7143 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7144 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7145 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7146 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7147 (calendar-flatten, cal-menu-update): Remove.
7148 (calendar-mouse-insert-hebrew-diary-entry)
7149 (calendar-mouse-insert-islamic-diary-entry)
7150 (calendar-mouse-insert-bahai-diary-entry):
7151 Remove (fold into cal-menu-diary-menu).
7152 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7153 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7154 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7155 (calendar-mouse-view-diary-entries): Minor simplifications.
7156 (calendar-event-to-date): Use with-current-buffer.
7157
7158 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7159
7160 * add-log.el (change-log-redate): Remove (not needed anymore and
7161 doesn't appear to work).
7162
7163 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * frame.el: Use mapc and dolist instead of mapcar where possible.
7166 (close-display-connection): New command.
7167
7168 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7169
7170 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7171 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7172
7173 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7174
7175 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7176
7177 * ps-mule.el: Doc fix.
7178 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7179 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7180
7181 2007-07-25 Glenn Morris <rgm@gnu.org>
7182
7183 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7184 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7185 (cal-tex-daily-end, cal-tex-hook)
7186 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7187 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7188 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7189 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7190 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7191 (cal-tex-day-prefix, cal-tex-day-name-format)
7192 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7193 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7194 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7195 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7196 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7197 etc, rather than \bf.
7198 (cal-tex-mini-calendar): Fix typos in previous change.
7199 (cal-tex-latexify-list): Remove inner let binding.
7200 (cal-tex-end-document, cal-tex-banner): Use multi-line
7201 cal-tex-comment.
7202 (cal-tex-comment): Handle embedded newlines.
7203 (cal-tex-LaTeXify-string): Use substring-no-properties.
7204
7205 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7206
7207 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7208 Add support for the Maden build tool.
7209
7210 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7211
7212 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7213
7214 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7217
7218 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7219
7220 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7221 C-x C-q.
7222
7223 * vc-git.el (vc-git-print-log): Fix previous change.
7224
7225 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * window.el (save-selected-window): Minor optimization.
7228 (bw-adjust-window): If operation failed, try with a smaller delta.
7229 (window-fixed-size-p): New function.
7230 (window-area-factor): New var.
7231 (balance-windows-area): New command.
7232
7233 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7234 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7235 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7236 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7237 (ps-mule-begin-job): Use dolist.
7238
7239 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7240
7241 * subr.el (start-file-process-shell-command)
7242 (process-file-shell-command): New defuns.
7243
7244 * progmodes/compile.el (compilation-start):
7245 Apply `start-file-process-shell-command'.
7246
7247 2007-07-24 Alexandre Julliard <julliard@winehq.org>
7248
7249 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7250
7251 2007-07-24 Alan Mackenzie <acm@muc.de>
7252
7253 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7254 Initialise byte-compile-unresolved-functions before rather than
7255 after a compilation.
7256 (byte-compile-unresolved-functions): Amplify doc string.
7257
7258 2007-07-24 Glenn Morris <rgm@gnu.org>
7259
7260 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7261
7262 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7263 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7264 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7265 (cal-tex-cursor-week, cal-tex-cursor-week2)
7266 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7267 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7268 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7269 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7270
7271 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7272 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7273 (cal-tex-day-name-format, cal-tex-cal-one-month)
7274 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7275 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7276 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7277 (cal-tex-list-holidays, cal-tex-cursor-year)
7278 (cal-tex-cursor-year-landscape, cal-tex-year)
7279 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7280 (cal-tex-cursor-month, cal-tex-insert-days)
7281 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7282 (cal-tex-first-blank-p, cal-tex-cursor-week)
7283 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7284 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7285 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7286 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7287 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7288 (cal-tex-latexify-list, cal-tex-previous-month)
7289 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7290 modernization, including using dotimes rather than
7291 calendar-for-loop.
7292 (cal-tex-LaTeX-subst-list): Remove `@'.
7293 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7294 Use \textit and \textbf rather than \em and \it.
7295
7296 * calendar/cal-bahai.el (list-bahai-diary-entries)
7297 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7298 * calendar/cal-islam.el (list-islamic-diary-entries)
7299 * calendar/calendar.el (generate-calendar, generate-calendar-month)
7300 * calendar/diary-lib.el (diary-list-entries)
7301 (mark-calendar-date-pattern): Use `dotimes' rather than
7302 `calendar-for-loop'.
7303
7304 * calendar/calendar.el (calendar-for-loop): Doc fix.
7305
7306 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
7309 underlying file is uptodate.
7310
7311 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
7312
7313 * replace.el (perform-replace): Use isearch-no-upper-case-p.
7314
7315 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * vc-hooks.el (vc-mode-line-map): New const.
7318 (vc-mode-line): Use it.
7319
7320 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7321
7322 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
7323 (vc-git-unregister): New functions.
7324 (vc-git-find-version): Use the result of ls-files as a parameter
7325 for cat-file.
7326
7327 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
7328
7329 * net/tramp.el (tramp-perl-file-attributes)
7330 (tramp-perl-directory-files-and-attributes)
7331 (tramp-handle-file-attributes-with-stat)
7332 (tramp-handle-directory-files-and-attributes-with-stat)
7333 (tramp-convert-file-attributes): Handle huge file sizes.
7334
7335 2007-07-23 Juri Linkov <juri@jurta.org>
7336
7337 * isearch.el (isearch-message-function): New variable.
7338 (isearch-update, isearch-search): Use it.
7339
7340 * simple.el (goto-history-element): New function created from
7341 next-history-element.
7342 (next-history-element): Most code moved to goto-history-element.
7343 Call goto-history-element with (- minibuffer-history-position n).
7344 (previous-history-element): Call goto-history-element with (+
7345 minibuffer-history-position n).
7346 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
7347 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
7348 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
7349 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
7350 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
7351 (minibuffer-history-isearch-pop-state): New functions.
7352
7353 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7354
7355 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
7356 Also, if FILE is a list, return non-nil if any of its elements
7357 should stay local. Update docstring.
7358
7359 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
7362 change by reverting a small part.
7363
7364 2007-07-23 Richard Stallman <rms@gnu.org>
7365
7366 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
7367
7368 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7369
7370 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
7371 handling it. Use vc-git-command.
7372 (vc-git-find-version, vc-git-diff-tree): New functions.
7373 (vc-git-revert): Use vc-git-command.
7374 (vc-git--run-command): Delete.
7375
7376 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7377
7378 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
7379
7380 2007-07-20 Kenichi Handa <handa@m17n.org>
7381
7382 * international/utf-8.el (utf-8-post-read-conversion):
7383 Temporarily bind utf-8-compose-scripts to nil while running
7384 *-compose-region functions.
7385
7386 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7387
7388 * vc-git.el: Update status.
7389 (vc-directory-exclusion-list): Use eval-after-load.
7390
7391 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * bindings.el (mode-line-remote): New variable.
7394 (help-echo): Add to default values of mode-line-format.
7395
7396 * files.el: Mark mode-line-remote as risky.
7397
7398 2007-07-22 Juri Linkov <juri@jurta.org>
7399
7400 * isearch.el (isearch-edit-string): Save old point and
7401 isearch-other-end to old-point and old-other-end before reading
7402 the search string from minibuffer. After exiting minibuffer set
7403 point to old-other-end if point and the search direction is the
7404 same as before reading the search string.
7405 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
7406 to isearch-other-end. Instead of isearch-search-and-update call
7407 three functions isearch-search, isearch-push-state and isearch-update.
7408
7409 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7410
7411 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
7412 deal with multiple file arguments.
7413 (vc-git-print-log): Deal with multiple file arguments.
7414
7415 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7418 diff-refine-hunk. Adjust users.
7419 (diff-unified-hunk-p, diff-splittable-p): New functions.
7420 (diff-mode-menu): Use it to disable Split when it doesn't work.
7421
7422 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7423
7424 * diff-mode.el (diff-mode-menu): New entries.
7425
7426 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7429 if applicable, so as to save undo-log space.
7430
7431 * diff-mode.el (diff-find-file-name): Add arg `batch'.
7432
7433 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7434 (diff-file-kill): Use it.
7435 (diff-beginning-of-hunk): Add arg `try-harder' using it.
7436 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7437 Use it so they find the hunk even when we're in the file header.
7438
7439 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7440
7441 * vc-git.el (vc-git-revision-granularity, vc-git-root)
7442 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
7443 (vc-git-create-repo): New functions.
7444 (vc-git-registered): New autoloaded function definition.
7445 (vc-git-registered): Use vc-git-root.
7446 (vc-git-responsible-p): New defalias.
7447 (vc-git-annotate-extract-revision-at-line): Uncomment.
7448 (vc-git-print-log): Add the file name to the log.
7449 (vc-git-log-view-mode): New derived mode.
7450 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
7451
7452 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * progmodes/grep.el (grep-compute-defaults): Keep default values.
7455
7456 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
7457
7458 * textmodes/reftex.el (reftex-access-parse-file): Create parse
7459 file in a way that does not interfere with recentf mode.
7460 (reftex-access-parse-file): Do not risk destroying an existing
7461 buffer.
7462
7463 2007-07-22 Alexandre Julliard <julliard@winehq.org>
7464
7465 * vc-git.el: New file.
7466
7467 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * textmodes/tex-mode.el (tex-font-script-display): Change default.
7470
7471 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7472
7473 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7474 for branches and new files.
7475
7476 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7477 local-map handling ...
7478 (vc-mode-line): ... here. Improve handling of help-echo.
7479
7480 * vc.el (mode-line-string): Document help-echo usage.
7481
7482 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7483
7484 Sync with Tramp 2.1.10.
7485
7486 * net/tramp.el (tramp-get-ls-command): Fix typo.
7487
7488 * net/trampver.el: Update release number.
7489
7490 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7491
7492 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
7493
7494 * term/x-win.el (x-handle-no-bitmap-icon): New function.
7495
7496 2007-07-22 Martin Rudalics <rudalics@gmx.at>
7497
7498 * add-log.el (change-log-fill-parenthesized-list): New function.
7499 (change-log-indent): Call change-log-fill-parenthesized-list.
7500 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
7501 Have lines with leading asterisk start a paragraph.
7502
7503 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7504
7505 * calc/calc-math.el (math-emacs-precision)
7506 (math-largest-emacs-expt, math-smallest-emacs-expt):
7507 New variables.
7508 (math-use-emacs-fn): New function.
7509 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
7510 appropriate.
7511
7512 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7513
7514 * image-dired.el (image-dired-sane-db-file): New func.
7515 (image-dired-write-tags, image-dired-remove-tag)
7516 (image-dired-list-tags, image-dired-write-comments)
7517 (image-dired-get-comment, image-dired-mark-tagged-files)
7518 (image-dired-create-gallery-lists): Call new func.
7519 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
7520
7521 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7522
7523 * vc-hg.el (vc-hg-dir-state): Fix loop.
7524 (vc-hg-print-log): Fix expected return value for vc-hg-command.
7525 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
7526 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
7527 (vc-hg-revert): Likewise.
7528 (vc-hg-revision-table, vc-hg-revision-completion-table): New
7529 functions.
7530
7531 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * add-log.el (change-log-resolve-conflict): Don't lose data if the
7534 merge fails.
7535
7536 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7537
7538 * progmodes/compile.el (compilation-auto-jump-to-first-error):
7539 Add group and version.
7540
7541 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * add-log.el (add-log-file-name): Use file-relative-name.
7544 (add-change-log-entry): Delay reading
7545 add-log-(full-name|mailing-address) to after we've switched to the
7546 ChangeLog buffer so we get the right value.
7547 (add-change-log-entry, add-log-current-defun, change-log-merge):
7548 Use derived-mode-p rather than checking major-mode directly.
7549
7550 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7551 name for buffer-file-name if it refers to a directory.
7552
7553 * vc-arch.el (vc-arch-diff): Fix last change.
7554
7555 * progmodes/compile.el (compilation-start): Remember the original
7556 directory in a buffer-local compilation-directory.
7557 (compile): Set the global value of compilation-directory.
7558 (recompile): Use compilation-directory even in the compilation buffer.
7559
7560 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7561
7562 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7563
7564 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7565
7566 * ps-print.el: Problem with foreground and background color when
7567 printing a buffer with and without faces. Reported by Christian
7568 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7569 (ps-print-version): New version 6.7.5.
7570 (ps-default-fg): Change default value to nil, so black color is used
7571 when a face does not specify a foreground color.
7572 (ps-default-bg): Change default value to nil, so white color is used
7573 for background color.
7574 (ps-begin-job): Fix code.
7575
7576 2007-07-20 Eli Zaretskii <eliz@gnu.org>
7577
7578 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
7579 in $(INSTALL_DIR)/lisp/ if they already exist.
7580
7581 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
7582
7583 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
7584 in $(INSTALL_DIR)/lisp/ if they already exist.
7585
7586 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * progmodes/vera-mode.el (vera-re-search-forward)
7589 (vera-re-search-backward): Remove use of store-match-data.
7590 (vera-mode-map): Move initialization into declaration.
7591
7592 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
7593 (flymake-find-buildfile): Use locate-dominating-file.
7594
7595 * vc.el (vc-delistify): Use mapconcat.
7596 (vc-do-command): Minor simplification.
7597 (vc-expand-dirs): Use push.
7598
7599 * vc-mcvs.el (vc-mcvs-create-repo):
7600 * vc-cvs.el (vc-cvs-create-repo): Remove.
7601
7602 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
7603 directory and the root as well.
7604
7605 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7606
7607 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
7608 instead of a file.
7609
7610 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
7611 (vc-hg-registered): Replace if with when.
7612 (vc-hg-state): Deal with nonexistent files and handle removed files.
7613 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
7614 (vc-hg-checkout): Re-enable.
7615 (vc-hg-create-repo): Fix typos.
7616 (vc-hg-print-log): Fix for multiple files.
7617 (vc-hg-workfile-unchanged-p): New function.
7618
7619 * vc.el: Fix typo.
7620 (vc-print-log): Fix call to print-log.
7621 (vc-default-comment-history): Likewise.
7622 (vc-directory-exclusion-list): Add .hg and .bzr.
7623 (vc-diff-internal): Pass a list instead of a file.
7624
7625 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
7626
7627 * vc-bzr.el (vc-bzr-create-repo): New function.
7628
7629 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
7632 `file' from which to start the search.
7633
7634 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
7635
7636 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
7637 having a single file argument to having a list of files as the
7638 first argument.
7639
7640 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * files.el (locate-dominating-file): New function.
7643
7644 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
7645
7646 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
7647 (grep-compute-defaults): Use it.
7648
7649 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * uniquify.el: Docstring fixes.
7652
7653 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
7654
7655 * vc.el (revision-granularity, create-repo): Document new vc
7656 backend properties.
7657 (vc-rollback): Renamed from vc-cancel-version. Update
7658 references. Pass a list instead of a file.
7659 (vc-revert): Renamed from vc-revert-buffer. Update references.
7660 (vc-delistify, vc-expand-dirs): New functions.
7661 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7662 of files instead of a single file.
7663 (vc-position-context, vc-resync-window, vc-diff-internal)
7664 (vc-print-log): Pass a list instead of a file.
7665
7666 * vc-hooks.el (vc-stay-local-p, vc-backend)
7667 (vc-backend-subdirectory-name): Work on a file list, not a single
7668 file.
7669 (vc-workfile-version): Update docstring.
7670 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7671 vc-revert instead of vc-revert-buffer.
7672 (vc-prefix-map): Likewise. Bind vc-update.
7673
7674 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7675 (vc-svn-wash-log): New functions.
7676 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7677 (vc-svn-command): Deal with a list of files, not a single file.
7678
7679 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7680 (vc-rcs-wash-log): New functions.
7681 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7682 Deal with a list of files, not a single file.
7683 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7684
7685 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7686 functions.
7687 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7688 list of files, not a single file.
7689
7690 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7691 New functions.
7692 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7693 (vc-mcvs-diff): Deal with a list of files, not a single file.
7694
7695 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7696 functions.
7697 (vc-hg-print-log): Deal with a list of files, not a single file.
7698 (vc-hg-diff-tree): New function, replace defalias with the same
7699 name.
7700 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7701 FILES to denote that it is a file list, not a single file.
7702
7703 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7704 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7705 a single file.
7706 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7707 that it is a file list, not a single file.
7708 (vc-cvs-diff): Likewise. Simplify.
7709
7710 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7711 Deal with a list of files, not a single file.
7712
7713 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7714 (vc-bzr-print-log): Update FILE parameter name to denote that it
7715 is a file list, not a single file.
7716 (vc-bzr-diff): Likewise. Use the car of files.
7717
7718 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7721 (follow-delete-other-windows-and-split, follow-recenter)
7722 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7723 (follow-redisplay, follow-estimate-first-window-start)
7724 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7725 Fix typos in docstrings.
7726
7727 2007-07-18 Martin Rudalics <rudalics@gmx.at>
7728
7729 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7730 avoid that filling introduces lines with a single asterisk.
7731
7732 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7733 avoid incorrect kmacro-ring-empty-p messages.
7734 Reported by Michael Schierl <schierlm@gmx.de>.
7735
7736 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7737
7738 * vc.el: Add more info about the vc-registered function.
7739
7740 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7741
7742 * files.el (file-remote-p): Introduce optional parameter
7743 IDENTIFICATION.
7744
7745 * recentf.el (recentf-keep-default-predicate): Adapt call of
7746 `file-remote-p'.
7747
7748 * progmodes/grep.el (grep-probe): Use `process-file'.
7749 (grep-compute-defaults): Handle variables host specific.
7750
7751 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
7752 parameter IDENTIFICATION.
7753
7754 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7755 parameter IDENTIFICATION.
7756 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
7757 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7758 Add entry for `set-file-times'.
7759 (tramp-do-copy-or-rename-file-via-buffer)
7760 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7761 (tramp-handle-unhandled-file-name-directory): Rewrite.
7762 (tramp-convert-file-attributes): Add error handling when inode is
7763 extraordinary big.
7764 (tramp-get-inode): Change parameter from FILE to VEC.
7765 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7766 is nil. This is according to the specification. Goto (point-max)
7767 when ready.
7768 (tramp-handle-shell-command): Rewrite completely, using
7769 `process-file' and `start-file-process'.
7770 (tramp-methods, tramp-find-shell)
7771 (tramp-open-connection-setup-interactive-shell)
7772 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7773 var. Reported by Steve Youngs <steve@sxemacs.org>.
7774
7775 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7776 entry for `set-file-times'. Rename `start-process' into
7777 `start-file-process'. Remove `call-process' entry.
7778 (tramp-fish-handle-set-file-times): New defun.
7779 (tramp-fish-handle-executable-find): Use `process-file'.
7780 (tramp-fish-handle-process-file): New defun. Replaces
7781 `tramp-fish-handle-call-process'.
7782 (tramp-fish-do-copy-or-rename-file-directly): Use
7783 `set-file-times'.
7784 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7785
7786 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7787 `tramp-get-inode' parameter.
7788
7789 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7792 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
7793 nowadays, and by the time Emacs-23 comes out, nobody will even remember
7794 it has ever existed.
7795
7796 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7797
7798 * vc.el: Undo previous change.
7799
7800 2007-07-16 Eli Zaretskii <eliz@gnu.org>
7801
7802 * makefile.w32-in (clean): Don't delete *~.
7803
7804 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * textmodes/tex-mode.el (tex-verbatim-environments):
7807 Add safe-local-variable property.
7808 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7809 when starting font-lock rather than when loading tex-mode.el.
7810
7811 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7812 whole $( rather than just the $. Rename from sh-quoted-subshell.
7813 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7814
7815 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7816
7817 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7818 bookmark-alist. Instead, if not sorting, simply return it.
7819 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7820 for its return value, not for its side effect.
7821
7822 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7823 case of alignment under a constant symbol, find and consider
7824 the sexp actually at indentation to be the "last sexp".
7825
7826 2007-07-16 Drew Adams <drew.adams@oracle.com>
7827
7828 * mouse.el (mouse-yank-secondary): Better error message if no
7829 secondary selection.
7830
7831 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7832
7833 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7834
7835 * term/xterm.el (xterm-turn-on-modify-other-keys)
7836 (xterm-turn-off-modify-other-keys): New functions.
7837 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7838 terminal supports it.
7839
7840 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7841
7842 * bookmark.el (bookmark-show-all-annotations):
7843 Make sure each inserted annotation ends with newline.
7844
7845 2007-07-15 Richard Stallman <rms@gnu.org>
7846
7847 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
7848
7849 * tutorial.el (tutorial--find-changed-keys):
7850 Handle C-x specially like ESC.
7851
7852 2007-07-15 Aaron Hawley <aaronh@garden.org>
7853
7854 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
7855
7856 2007-07-15 Juri Linkov <juri@jurta.org>
7857
7858 * delsel.el (delete-selection-pre-hook):
7859 * emulation/cua-base.el (cua-paste): Before a yank command,
7860 check also whether last-command is one of mouse-save-then-kill,
7861 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7862
7863 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
7864
7865 * recentf.el (recentf-keep-default-predicate): New defun.
7866 (recentf-keep): Use it as initial value.
7867
7868 2007-07-15 Karl Fogel <kfogel@red-bean.com>
7869
7870 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7871 thus restoring bookmark bindings to three slots under C-x r. See
7872 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7873
7874 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7875
7876 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
7877
7878 2007-07-15 Jason Rumney <jasonr@gnu.org>
7879
7880 * w32-fns.el (set-default-process-coding-system): Use dos line ends
7881 for input to cmdproxy on all versions of Windows.
7882 Use dos line ends for input to plink.
7883
7884 * comint.el (comint-simple-send): Concat newline before sending.
7885 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
7886
7887 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
7890 safe-local-variable setting.
7891
7892 2007-07-14 David Kastrup <dak@gnu.org>
7893
7894 * emacs-lisp/advice.el (defadvice): Doc fix.
7895
7896 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * subr.el (when, unless): Doc fix.
7899
7900 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7901
7902 * replace.el (match): Use yellow1 instead of yellow.
7903
7904 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
7905 red.
7906
7907 * pcvs-info.el (cvs-unknown): Likewise.
7908
7909 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7910
7911 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
7912 (install): Use them to copy all *.el files before *.elc.
7913
7914 2007-07-13 Drew Adams <drew.adams@oracle.com>
7915
7916 * bookmark.el (bookmark-jump-other-window): New function.
7917 (bookmark-map): Bind it to "o".
7918
7919 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
7920 and its thread contains discussion about this change.
7921 The original patch was slightly tweaked by Karl Fogel
7922 <kfogel@red-bean.com> before committing.
7923
7924 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7925
7926 * bookmark.el: Shorten some comments to fit within 80 lines.
7927
7928 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7929
7930 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7931 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
7932 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
7933 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7934
7935 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
7936
7937 * textmodes/org.el: Bug fixes.
7938 (org-end-of-line): Move to end of line if in headline without tags.
7939
7940 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * vc-hooks.el: Remove spurious * in docstrings.
7943 (vc-handled-backends): Add BZR.
7944
7945 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7946
7947 2007-07-12 Davis Herring <herring@lanl.gov>
7948
7949 * desktop.el (desktop-buffer-info, desktop-save):
7950 Use `desktop-dirname' instead of `dirname'.
7951
7952 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7953
7954 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7955
7956 * progmodes/python.el (python-which-func-length-limit): New var.
7957 (python-which-func): New function.
7958 (python-current-defun): Add optional `length-limit' and try to fit
7959 computed function name to that length.
7960 (python-mode): Hook `python-which-func' up.
7961
7962 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7963
7964 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7965
7966 * comint.el (comint-dynamic-complete-as-filename):
7967 Use read-file-name-completion-ignore-case.
7968
7969 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * comint.el (comint-dynamic-list-filename-completions):
7972 Use read-file-name-completion-ignore-case.
7973
7974 * vc-cvs.el: Require CL.
7975 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7976 New functions to provide completion of revision names.
7977
7978 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7979 (vc-cvs-annotate-first-line-re): New const.
7980 (vc-cvs-annotate-process-filter): New fun.
7981 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7982
7983 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7984
7985 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7986 (eldoc-print-current-symbol-info): Adjust for changed helper
7987 function signatures.
7988 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7989 `eldoc-highlight-function-argument'.
7990 (eldoc-highlight-function-argument): New function.
7991 (eldoc-get-var-docstring): Format documentation with
7992 `font-lock-variable-name-face'.
7993 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7994 where suited.
7995 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7996 (eldoc-beginning-of-sexp): Return number of skipped sexps.
7997
7998 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
7999
8000 * progmodes/compile.el (compilation-start): `start-process' must
8001 still be redefined when calling `start-process-shell-command'.
8002
8003 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8004 remote file name, prepend its remote part to the filename.
8005 (gud-common-init): When `default-directory' is a remote file name,
8006 make the filename relative to it.
8007 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8008
8009 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8010
8011 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8012 mouse binding and a tooltip.
8013
8014 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8015
8016 * menu-bar.el (vc-menu-map): New defalias.
8017
8018 2007-07-10 Richard Stallman <rms@gnu.org>
8019
8020 * emacs-lisp/lisp-mode.el (eval-defun):
8021 Explain special handling of `defface'.
8022
8023 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8024
8025 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8026
8027 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8028
8029 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8032
8033 * vc-arch.el (vc-arch-complete): Remove.
8034 (vc-arch-revision-completion-table): Use complete-with-action.
8035
8036 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8037 (complete-with-action): New function.
8038 (dynamic-completion-table): Use it.
8039
8040 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8041
8042 * comint.el (make-comint, make-comint-in-buffer)
8043 (comint-exec-1): Replace `start-process' by `start-file-process'.
8044
8045 * progmodes/compile.el (compilation-start): Revert redefining
8046 `start-process'.
8047
8048 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8051 with EOLs when generating MD5 checksums.
8052
8053 * follow.el: Don't change the global map from the follow-mode-map
8054 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8055 XEmacs code.
8056 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8057 since `follow-mode' should be used instead for that.
8058
8059 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8060 (easy-menu-do-define): Use it.
8061 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8062
8063 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8064 (compilation-auto-jump-to-next): New vars.
8065 (compilation-auto-jump): New function.
8066 (compilation-error-properties): Use them to jump to first error.
8067 (compilation-start): Set the var if requested.
8068
8069 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8070 duplicates without also removing entries from other directories.
8071
8072 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8073
8074 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8075 Remember span as default.
8076 (org-columns-edit-value): Rename from `org-column-edit'.
8077 (org-columns-display-here-title): Rename from
8078 `org-overlay-columns-title'.
8079 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8080 (org-columns-get-autowidth-alist): Rename from
8081 `org-get-columns-autowidth-alist'.
8082 (org-columns-display-here): Rename from `org-overlay-columns'.
8083 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8084 (org-columns-quit): Rename from `org-column-quit'.
8085 (org-columns-show-value): Rename from `org-column-show-value'.
8086 (org-columns-content, org-columns-widen)
8087 (org-columns-next-allowed-value)
8088 (org-columns-edit-allowed, org-columns-store-format)
8089 (org-columns-uncompile-format, org-columns-redo)
8090 (org-columns-edit-attributes, org-delete-property)
8091 (org-set-property, org-columns-update)
8092 (org-columns-compute, org-columns-eval)
8093 (org-columns-not-in-agenda, org-columns-compute-all)
8094 (org-property-next-allowed-value)
8095 (org-columns-compile-format)
8096 (org-fill-paragraph-experimental)
8097 (org-string-to-number, org-property-action)
8098 (org-columns-move-left, org-columns-new)
8099 (org-column-number-to-string)
8100 (org-property-previous-allowed-value)
8101 (org-at-property-p, org-columns-delete)
8102 (org-columns-previous-allowed-value)
8103 (org-columns-move-right, org-columns-narrow)
8104 (org-property-get-allowed-values)
8105 (org-verify-version, org-column-string-to-number)
8106 (org-delete-property-globally): New functions.
8107 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8108 (org-columns-overlays): Rename from `org-column-overlays'.
8109 (org-columns-map): Rename from `org-column-map'.
8110 (org-columns-current-maxwidths): Rename from
8111 `org-current-columns-maxwidths'.
8112 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8113 (org-previous-header-line-format)
8114 (org-columns-inhibit-recalculation)
8115 (org-columns-top-level-marker): New variables.
8116 (org-columns-default-format): Rename from `org-default-columns-format'.
8117 (org-property-re): New constant.
8118
8119 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8120
8121 * subr.el (looking-at-p, string-match-p): New functions.
8122
8123 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8124
8125 * textmodes/tex-mode.el (tex-fontify-script)
8126 (tex-font-script-display): New variables to make display of
8127 superscripts and subscripts customizable.
8128 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8129
8130 2007-07-09 Richard Stallman <rms@gnu.org>
8131
8132 * isearch.el (isearch-edit-string): Call to isearch-push-state
8133 after the search.
8134
8135 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8136
8137 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8138 to 1 as enlarge-window uses the value to resize/shrink windows other
8139 than WINDOW if needed.
8140
8141 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8142
8143 * cus-start.el (file-coding-system-alist): Fix custom type.
8144
8145 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8148 modified.
8149 (longlines-auto-wrap, longlines-window-change-function):
8150 Remove unnecessary calls to set-buffer-modified-p.
8151
8152 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8153
8154 * cus-start.el (file-coding-system-alist): Fix custom type.
8155
8156 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8159 (vc-cvs-checkout): Remove last arg now unused; simplify.
8160
8161 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8162
8163 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8164
8165 * net/tramp.el:
8166 * net/tramp-ftp.el:
8167 * net/tramp-smb.el:
8168 * net/tramp-uu.el:
8169 * net/trampver.el: Migrate to Tramp 2.1.
8170
8171 * net/tramp-cache.el:
8172 * net/tramp-fish.el:
8173 * net/tramp-gw.el: New Tramp packages.
8174
8175 * net/tramp-util.el:
8176 * net/tramp-vc.el: Removed.
8177
8178 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8179 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8180
8181 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8182
8183 * progmodes/compile.el (compilation-start): Redefine
8184 `start-process' temporarily when `default-directory' is remote.
8185 Remove case of synchronous compilation, this won't happen ever.
8186 (compilation-setup): Make local variable `comint-file-name-prefix'
8187 for remote compilation.
8188
8189 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8190
8191 * novice.el (disabled-command-function): Fit window to buffer to
8192 make last line visible.
8193 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8194
8195 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8196 when handling the terminating event.
8197
8198 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8199
8200 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8201 (math-bignum-digit-length): Change to optimal value.
8202
8203 * calc/calc-bin.el (math-bignum-logb-digit-size)
8204 (math-bignum-digit-power-of-two): Evaluate when compiled.
8205
8206 * calc/calc-comb.el (math-small-factorial-table)
8207 (math-init-random-base, math-prime-test): Remove unnecessary calls
8208 to `math-read-number-simple'.
8209
8210 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8211 (math-approx-gamma-const): Add docstrings.
8212
8213 * calc/calc-forms.el (math-julian-date-beginning)
8214 (math-julian-date-beginning-int): New constants.
8215 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8216 Use the new constants.
8217
8218 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8219
8220 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8221 Add docstrings.
8222
8223 2007-07-07 Tom Tromey <tromey@redhat.com>
8224
8225 * vc.el (vc-annotate): Jump to line and output message only after the
8226 process is really all done.
8227
8228 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * vc.el (vc-exec-after): Don't move point from the sentinel.
8231 Forcefully read all the remaining text in the pipe upon process exit.
8232 (vc-annotate-display-autoscale, vc-annotate-lines):
8233 Don't stop at the first unrecognized line.
8234 (vc-annotate-display-select): Run autoscale after the process is done
8235 since it depends on the whole result.
8236
8237 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8238
8239 * term/w32-win.el (menu-bar-open): New function.
8240 Bind <f10> to it.
8241
8242 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
8243
8244 * simple.el (start-file-process): New defun.
8245
8246 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * files.el (find-file-confirm-nonexistent-file): Rename from
8249 find-file-confirm-inexistent-file. Update users.
8250
8251 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8252 format of autoload block where the file's time-stamp is replaced by its
8253 MD5 checksum.
8254 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8255 time-stamp for secondary autoloads files.
8256 (update-directory-autoloads): Remove duplicate entries.
8257 Use time-less-p for time-stamps, as done in autoload-find-destination.
8258
8259 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8260
8261 * calc/calc.el (math-read-number): Replace number by variable.
8262 (math-read-number-simple): Properly parse small integers.
8263
8264 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8265
8266 * vc.el: Fix doc for the checkout function.
8267
8268 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8269
8270 * vc-hg.el (vc-hg-root): New function.
8271 (vc-hg-registered): Use it.
8272 (vc-hg-diff-tree): New defalias.
8273 (vc-hg-responsible-p): Likewise.
8274 (vc-hg-checkout): Comment out, not needed.
8275 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8276 (vc-hg-find-version, vc-hg-next-version): New functions.
8277
8278 2007-07-06 Andreas Schwab <schwab@suse.de>
8279
8280 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8281 dynamic bindings around the evaluation of the expression.
8282 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8283
8284 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8287 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8288 Use run-hooks rather than run-mode-hooks.
8289
8290 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8291
8292 * calc/calc-comb.el (math-random-digit): Rename to
8293 `math-random-three-digit-number'.
8294 (math-random-digits): Don't depend on representation of integer.
8295
8296 * calc/calc-bin.el (math-bignum-logb-digit-size)
8297 (math-bignum-digit-power-of-two): New constants.
8298 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8299 (math-not-bignum, math-clip-bignum): Use the constants
8300 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8301 instead of their values.
8302 (math-clip): Use math-small-integer-size instead of its value.
8303
8304 * calc/calc.el (math-add-bignum): Replace number by constant.
8305
8306 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8307
8308 * wid-edit.el (widget-documentation-string-value-create):
8309 Insert indentation spaces.
8310
8311 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8312
8313 * emacs-lisp/byte-opt.el: Revert last change.
8314
8315 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8316
8317 * vc-hooks.el (vc-handled-backends): Add HG.
8318
8319 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
8320
8321 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * complete.el (PC-do-complete-and-exit): Add support for the new
8324 `confirm-only' confirmation mode.
8325
8326 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8327
8328 * cus-edit.el (custom-commands): New variable.
8329 (custom-tool-bar-map): New variable. Initialize using
8330 `custom-commands'.
8331 (custom-mode): Use `custom-tool-bar-map'.
8332 (custom-buffer-create-internal): Insert action buttons only if
8333 tool bar is not used. Use `custom-commands'.
8334 (Custom-help, custom-command-apply): New function.
8335 (custom-command-apply, Custom-set, Custom-save)
8336 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
8337 Use `custom-command-apply' instead of duplicating code.
8338 (customize-group-other-window): Call `customize-group' instead of
8339 duplicating code.
8340 (customize-face-other-window): Call `customize-face' instead of
8341 duplicating code.
8342 (customize-group, customize-face): Add optional args for opening
8343 in another window.
8344 (custom-variable-tag): Don't inherit `variable-pitch' face.
8345 (custom-group-tag): Inherit `variable-pitch' face.
8346 (custom-variable-value-create): Set documentation indentation.
8347 (custom-group-value-create): Make group name a link, instead of
8348 using an extra "go to group" button.
8349 (custom-prompt-variable, custom-group-set, custom-group-save)
8350 (custom-group-reset-current, custom-group-reset-saved)
8351 (custom-group-reset-standard): Minor cleanup.
8352
8353 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8354
8355 * Makefile.in (bootstrap-prepare): When copying from
8356 ldefs-boot.el, make sure loaddefs.el is writeable.
8357
8358 (bootstrap-prepare): Make $(lisp)/ps-print.el
8359 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
8360
8361 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8362
8363 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
8364 only caller, and delete.
8365 (vc-hg-state): Deal with exceptions and only parse the output on
8366 successful return.
8367 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
8368 caller, and delete.
8369 (vc-hg-workfile-version): Deal with exceptions and only parse the
8370 output on successful return.
8371 (vc-hg-revert): New function.
8372
8373 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
8374
8375 * calculator.el (calculator-expt): Use more cases to determine
8376 the value.
8377
8378 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8379
8380 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
8381 file names.
8382
8383 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8384
8385 * calculator.el (calculator-expt, calculator-integer-p):
8386 New functions.
8387 (calculator-fact): Check to see if the factorial will be too
8388 large before computing it.
8389 (calculator-initial-operators): Use `calculator-expt' to
8390 compute "^".
8391 (calculator-mode): Mention that results which are too large
8392 will return inf.
8393 * calc/calc-comb.el (math-small-factorial-table): Replace list
8394 by vector.
8395
8396 2007-07-03 David Kastrup <dak@gnu.org>
8397
8398 * shell.el: On request of the authors, remove their addresses for
8399 the sake of bug reports, and add the developer list address as
8400 maintainer information.
8401
8402 2007-07-03 Richard Stallman <rms@gnu.org>
8403
8404 * files.el (make-directory): Doc fix.
8405 (find-file-confirm-inexistent-file): Make it a defcustom.
8406 Make nil the default.
8407
8408 2007-07-02 Richard Stallman <rms@gnu.org>
8409
8410 * startup.el (command-line): Set buffer-offer-save in *scratch*
8411 and enable auto-save in it.
8412
8413 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8414
8415 * textmodes/org.el (orgstruct-mode-map): New variable.
8416 (orgstruct-mode): New minor mode.
8417 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8418 (orgstruct-make-binding, org-context-p, org-get-local-variables)
8419 (org-run-like-in-org-mode): New functions.
8420 (org-cycle-list-bullet): New command.
8421 (org-special-properties, org-property-start-re)
8422 (org-property-end-re): New constants.
8423 (org-with-point-at): New macro.
8424 (org-get-property-block, org-entry-properties, org-entry-get)
8425 (org-entry-delete, org-entry-get-with-inheritance)
8426 (org-entry-put, org-buffer-property-keys): New functions.
8427 (org-insert-property-drawer): New command.
8428 (org-entry-property-inherited-from): New variable.
8429 (org-column): New face.
8430 (org-column-overlays, org-current-columns-fmt)
8431 (org-current-columns-maxwidths, org-column-map): New variables.
8432 (org-column-menu): New menu.
8433 (org-new-column-overlay, org-overlay-columns)
8434 (org-overlay-columns-title, org-remove-column-overlays)
8435 (org-column-show-value, org-column-quit, org-column-edit):
8436 New functions.
8437 (org-columns, org-agenda-columns): New commands.
8438 (org-get-columns-autowidth-alist): New functions.
8439 (org-properties): New customize group.
8440 (org-default-columns-format): New option.
8441 (org-priority): Realign tags after changing priority.
8442 (org-preserve-lc): New macro.
8443 (org-update-checkbox-count): Catch case when there is no headline.
8444 (org-agenda-quit): Remove any column overlays.
8445 (org-beginning-of-item-list): Fixed bug when non-item line is
8446 indented too deep.
8447 (org-cached-props): New variable.
8448 (org-cached-entry-get): New function.
8449 (org-make-tags-matcher): Handle property matches.
8450 (org-table-recalculate): Swap evaluation order: Field formula
8451 first, then column formulas, but don't allow them to overwrite the
8452 field formulas.
8453 (org-table-eval-formula): New argument untouchable.
8454 (org-table-put-field-property): New function.
8455
8456 2007-07-02 Martin Rudalics <rudalics@gmx.at>
8457
8458 * help-mode.el (help-make-xrefs): Skip spaces too when
8459 skipping tabs.
8460
8461 * ffap.el (dired-at-point-prompter): Improve prompt in
8462 list-directory case.
8463
8464 2007-07-01 Richard Stallman <rms@gnu.org>
8465
8466 * files.el (find-file-visit-truename): Fix safe-local-variable value.
8467
8468 2007-07-01 Richard Stallman <rms@gnu.org>
8469
8470 * cus-start.el (max-mini-window-height): Added.
8471
8472 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8473
8474 * complete.el (partial-completion-mode): Remove advice of
8475 read-file-name-internal.
8476 (PC-do-completion): Rebind minibuffer-completion-table.
8477 (PC-read-file-name-internal): New function doing what
8478 read-file-name-internal advice did.
8479
8480 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
8481
8482 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8483 property on a few symbols.
8484 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8485 (byte-optimize-lapcode): Remove bindings that are not referenced
8486 and certainly will not effect through dynamic scoping.
8487
8488 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * files.el (find-file-confirm-inexistent-file): New var.
8491 (find-file, find-file-other-window, find-file-other-frame)
8492 (find-file-read-only, find-file-read-only-other-window)
8493 (find-file-read-only-other-frame): Use it.
8494
8495 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8498
8499 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * generic-x.el (generic-define-mswindows-modes)
8502 (generic-define-unix-modes, apache-log-generic-mode)
8503 (bat-generic-mode-keymap, java-manifest-generic-mode)
8504 (show-tabs-generic-mode): Fix typos in docstrings.
8505
8506 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
8507
8508 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
8509 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
8510 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
8511 (rcirc-print): Never ignore messages from ourself.
8512
8513 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
8516 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
8517
8518 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8519
8520 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
8521 replace-regexp-in-string.
8522
8523 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * emacs-lisp/cl.el: Set edebug and indentation before loading
8526 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
8527
8528 2007-06-28 Andreas Schwab <schwab@suse.de>
8529
8530 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8531 $(lisp)/subdirs.el.
8532
8533 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
8534
8535 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8536 the speedbar frame if nil; that deletes the current frame or
8537 causes an error if it is the only frame.
8538 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8539
8540 2007-06-28 Kevin Ryde <user42@zip.com.au>
8541
8542 * textmodes/nroff-mode.el: Groff \# comments.
8543 (nroff-mode-syntax-table): \# comment intro,
8544 plain # as punct per global table.
8545 (nroff-font-lock-keywords): Add # as a single char escape.
8546 (nroff-mode): In comment-start-skip, match \#.
8547
8548 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8551 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8552 point-min == 1.
8553
8554 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
8555
8556 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8557 Rename and move to...
8558
8559 * subr.el (strings->string, string->strings): ...here.
8560
8561 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8562 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8563
8564 * progmodes/gud.el (gud-common-init): Call string->strings instead
8565 of split-string.
8566
8567 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
8568
8569 * dired-aux.el: Remove `dired-call-process'.
8570 (dired-check-process): Call `process-file'.
8571
8572 * wdired.el (wdired-do-perm-changes): Call `process-file'.
8573
8574 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
8575 `ange-ftp-process-file'.
8576
8577 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
8580
8581 * emacs-lisp/cl-extra.el:
8582 * emacs-lisp/cl-seq.el:
8583 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
8584 Add autoload cookies on all defs autoloaded manually in cl.el.
8585
8586 * emacs-lisp/cl-loaddefs.el: New file.
8587
8588 * textmodes/texinfmt.el (texinfo-raisesections-alist)
8589 (texinfo-lowersections-alist): Merge definition and declaration.
8590 (texinfo-start-of-header, texinfo-end-of-header): Remove.
8591 (texinfo-format-syntax-table): Merge init into declaration.
8592 (texinfo-format-parse-line-args, texinfo-format-parse-args)
8593 (texinfo-format-parse-defun-args, texinfo-format-node)
8594 (texinfo-push-stack, texinfo-multitable-widths)
8595 (texinfo-define-info-enclosure, texinfo-alias)
8596 (texinfo-format-defindex, batch-texinfo-format): Use push.
8597 (texinfo-footnote-number): Remove duplicate declaration.
8598
8599 * ps-print.el: Update with auto-generated autoloads.
8600
8601 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
8602
8603 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
8606 relative to current dir for file-local settings.
8607 (autoload-generate-file-autoloads): Add `outfile' arg.
8608 (update-directory-autoloads): Use it to directly call
8609 autoload-generate-file-autoloads instead of going through
8610 update-file-autoloads so we avoid redundant searches and so we can know
8611 the set of buffers changed so we can save them all.
8612
8613 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
8614 rather than throwing `up-to-date'.
8615 (autoload-generate-file-autoloads): Adjust correspondingly.
8616 (update-file-autoloads): Be careful to let-bind
8617 autoload-modified-buffers and adjust to new calling conventions.
8618 (autoload-modified-buffers): Make it a dynamically scoped var.
8619 (update-directory-autoloads): Use file-relative-name instead of
8620 autoload-trim-file-name.
8621 (autoload-insert-section-header): Don't use autoload-trim-file-name
8622 since the file is already relative now.
8623 (autoload-trim-file-name): Remove.
8624
8625 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
8626 (vc-arch-complete, vc-arch--version-completion-table)
8627 (vc-arch-revision-completion-table): New functions to provide
8628 completion of revision names.
8629 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
8630 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
8631 to let the user trim the revlib.
8632
8633 * vc.el: Add new VC operation `revision-completion-table'.
8634 (vc-default-revision-completion-table): New function.
8635 (vc-version-diff, vc-version-other-window): Use it to provide
8636 completion of revision names if the backend provides it.
8637
8638 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
8639
8640 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
8641 of newer .svn/entries.
8642
8643 2007-06-25 David Kastrup <dak@gnu.org>
8644
8645 * calc/calc-poly.el (math-padded-polynomial)
8646 (math-partial-fractions): Add some function comments.
8647
8648 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8651 Make `outbuf' optional.
8652 (update-file-autoloads): Use it.
8653
8654 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8657 (autoload-find-destination): Keep it uptodate.
8658 (autoload-save-buffers): New fun.
8659 (update-file-autoloads): Use it. Re-add the "up to date" message.
8660
8661 * emacs-lisp/autoload.el: Refactor for upcoming changes.
8662 (autoload-find-destination): New function extracted from
8663 update-file-autoloads.
8664 (update-file-autoloads): Use it.
8665 (autoload-generate-file-autoloads): New function extracted from
8666 generate-file-autoloads. Use file-relative-name. Delay computation of
8667 output-start to the first cookie. Remove done-any, replaced by
8668 output-start.
8669 (generate-file-autoloads): Use it.
8670
8671 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8672
8673 * calc/calc-comb.el (math-init-random-base, math-prime-test):
8674 Use math-read-number-simple to insert constants.
8675 (math-prime-test): Redo calculation of sum.
8676
8677 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8678
8679 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
8680 math-scale-bignum-3.
8681 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8682 math-bignum-digit-size.
8683 (math-isqrt-small): Add another possible initial guess.
8684
8685 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8686
8687 * textmodes/bibtex.el (bibtex-entry-format): New options
8688 `whitespace', `braces', and `string'.
8689 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8690 (bibtex-field-braces-opt, bibtex-field-strings-opt)
8691 (bibtex-cite-matcher-alist): New variables.
8692 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8693 (bibtex-flash-head): Use blink-matching-delay.
8694 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8695 (bibtex-format-entry, bibtex-reformat): Handle new options of
8696 bibtex-entry-format.
8697 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8698 New functions.
8699 (bibtex-complete-internal): Do not display messages while
8700 minibuffer is used. Do not leave around a completions buffer
8701 that is out of date.
8702 (bibtex-copy-summary-as-kill): New optional arg.
8703 (bibtex-font-lock-url): New optional arg no-button.
8704 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8705 (bibtex-url): Allow multiple URLs per entry.
8706
8707 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * emacs-lisp/autoload.el (autoload-generated-file): New function.
8710 (update-file-autoloads, update-directory-autoloads): Use it.
8711 (autoload-file-load-name): New function.
8712 (generate-file-autoloads, update-file-autoloads): Use it.
8713 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8714 (generate-file-autoloads): If the autoloaded form is malformed,
8715 indicate the problem with a warning instead of aborting.
8716
8717 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8718
8719 * simple.el (next-error-recenter): Accept `(4)' as well;
8720 also, specify `integer' instead of `number'.
8721
8722 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8723
8724 * ls-lisp.el (insert-directory): If an invalid regexp error is
8725 thrown, try using FILE as a literal file name, not a wildcard.
8726
8727 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
8728
8729 * ruler-mode.el (ruler-mode): Prevent clobbering the original
8730 `header-line-format' when reentering ruler mode.
8731
8732 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8733
8734 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
8735 FILE exists as a file.
8736
8737 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8738
8739 * calc/calc.el (math-bignum-digit-length)
8740 (math-bignum-digit-size, math-small-integer-size):
8741 New constants.
8742 (math-normalize, math-bignum-big, math-make-float)
8743 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8744 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
8745 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
8746 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8747 (math-quotient, math-div-bignum, math-div-bignum-digit)
8748 (math-div-bignum-part, math-format-bignum-decimal)
8749 (math-read-bignum): Use math-bignum-digit-length,
8750 math-bignum-digit-size and math-small-integer-size.
8751
8752 * calc/calc-ext.el (math-fixnum-big): Use the variable
8753 math-bignum-digit-size.
8754
8755 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8756
8757 * log-view.el (log-view-mode-menu): New menu.
8758
8759 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8762 differently.
8763
8764 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8765 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8766
8767 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8768
8769 * vc-hg.el (vc-hg-print-log): Insert the file name.
8770 (vc-hg-log-view-mode): Fontify the file name.
8771
8772 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8773
8774 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8775 (calcFunc-julian): Fix incorrect number used in calculations.
8776
8777 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
8778
8779 * simple.el (next-error-recenter): New defcustom.
8780 (next-error, next-error-internal): Recenter if specified,
8781 immediately prior to running `next-error-hook'.
8782
8783 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8784 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8785
8786 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8787
8788 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8789
8790 * calc/calc-comb.el (math-small-factorial-table): New variable.
8791 (calcFunc-fact): Use `math-small-factorial-table'.
8792
8793 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8794 initial values.
8795 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
8796 New variables to use in caches.
8797
8798 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8799 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
8800
8801 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
8802 (math-bernoulli-b-cache): Use math-read-number-simple to insert
8803 bignums.
8804
8805 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8806 New variables to use in caches.
8807
8808 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8809
8810 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
8811
8812 * vc-hg.el (vc-hg-log-view-mode): New mode.
8813
8814 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
8815
8816 * calc/calc.el (math-read-number-simple): New function.
8817
8818 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
8821 (vera-font-lock-match-item): Fix doc string.
8822 (vera-in-comment-p): Remove unused function.
8823 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
8824 use `syntax-ppss'.
8825 (vera-forward-syntactic-ws): Fix argument order.
8826 (vera-prepare-search): Use `with-syntax-table'.
8827 (vera-indent-line): Fix doc string.
8828 (vera-electric-tab): Fix doc string.
8829 (vera-expand-abbrev): Define alias instead of using `fset'.
8830 (vera-comment-uncomment-region): Use `comment-start-skip'.
8831
8832 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
8833
8834 * textmodes/org.el (org-export-with-footnotes): New option.
8835 (org-export-as-html): Fix replacement bug for XEmacs.
8836 (org-agenda-default-appointment-duration): New option.
8837
8838 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8839
8840 * vc-hg.el: Add to do items.
8841 (vc-hg-diff): Add support for comparing different revisions.
8842 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8843 (vc-hg-annotate-extract-revision-at-line)
8844 (vc-hg-previous-version, vc-hg-checkin): New functions.
8845 (vc-hg-annotate-re): New constant.
8846
8847 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8848
8849 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
8850
8851 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8854 buffer-local value of log-view-*-re if applicable.
8855
8856 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8857 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8858 (vc-bzr-command*): Remove both (incompatible) versions.
8859 (vc-bzr-do-command*): Remove.
8860 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8861 Remove by folding into its only caller vc-bzr-command.
8862 (vc-bzr-command): Always set the environment, even when ineffective.
8863 (vc-bzr-version): Minor fix up.
8864 (vc-bzr-admin-dirname): New var.
8865 (vc-bzr-bzr-dir): Remove.
8866 (vc-bzr-root-dir): New fun.
8867 (vc-bzr-registered): Use it. Add an autoloaded version.
8868 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8869 (vc-bzr-view-log-function): Remove.
8870 (vc-bzr-log-view-mode): New major mode to replace it.
8871 (vc-bzr-print-log): Only activate the old hack if needed.
8872
8873 * vc.el (vc-default-log-view-mode): New function.
8874 (vc-print-log): Add new `log-view-mode' VC operation.
8875
8876 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
8877
8878 * ido.el (ido-find-file-in-dir): Don't signal an error for
8879 empty directories.
8880
8881 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8882
8883 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
8884 directory where the desktop file was found, as the docstring says.
8885 (desktop-kill): Use `read-directory-name'.
8886
8887 2007-06-20 Alan Mackenzie <acm@muc.de>
8888
8889 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
8890 When removing lines, also remove the \n. Correction of patch of
8891 2007-04-21.
8892
8893 2007-06-20 Martin Rudalics <rudalics@gmx.at>
8894
8895 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
8896 event is not a cons cell. Do not unread drag-mouse-1 events.
8897 Select right window in check whether space was stolen from
8898 window above.
8899
8900 * help-mode.el (help-make-xrefs): Adjust position of new forward
8901 button.
8902
8903 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
8904
8905 * vc-bzr.el (vc-bzr-with-process-environment)
8906 (vc-bzr-std-process-invocation): New macros.
8907 (vc-bzr-command, vc-bzr-command*): Use them.
8908 (vc-bzr-with-c-locale): Remove.
8909 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8910 (vc-bzr-buffer-nonblank-p): New function.
8911 (vc-bzr-state-words): New const.
8912 (vc-bzr-state): Look for `bzr status' keywords in output.
8913 Display everything else as a warning message to the user.
8914 Fix status report with bzr >= 0.15.
8915
8916 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8917
8918 * vc-hg.el (vc-hg-global-switches): Simplify.
8919 (vc-hg-state): Handle more states.
8920 (vc-hg-diff): Fix doc-string.
8921 (vc-hg-register): New function.
8922 (vc-hg-checkout): Likewise.
8923
8924 2007-06-20 Reto Zimmermann <reto@gnu.org>
8925
8926 * progmodes/vera-mode.el: New file.
8927
8928 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8929
8930 * calc/calc.el (calc-multiplication-has-precendence):
8931 New variable.
8932 (math-standard-ops, math-standard-ops-p, math-expr-ops):
8933 New functions.
8934 (math-expr-opers): Define using math-standard-ops rather than
8935 math-standard-opers.
8936 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8937 equal the function math-standard-ops rather than the variable
8938 math-standard-opers.
8939 (calc-algebraic-entry): Let math-expr-opers equal
8940 math-standard-ops or math-expr-ops, as appropriate.
8941 (math-expr-read-level, math-read-factor): Let math-expr-opers
8942 equal math-expr-ops.
8943 * calc/calc-embed.el (calc-embedded-finish-edit):
8944 Let math-expr-opers equal the function math-standard-ops
8945 rather than the variable math-standard-opers.
8946 * calc/calc-ext.el (math-read-plain-expr)
8947 (math-format-flat-expr-fancy): Let math-expr-opers equal the
8948 function math-standard-ops rather than the variable
8949 math-standard-opers.
8950 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
8951 Let math-expr-opers equal the function math-standard-ops rather
8952 than the variable math-standard-opers.
8953 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8954 equal the function math-standard-ops rather than the variable
8955 math-standard-opers.
8956 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8957 equal the function math-standard-ops rather than the variable
8958 math-standard-opers.
8959 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8960 math-expr-ops.
8961
8962 2007-06-19 Ivan Kanis <apple@kanis.eu>
8963
8964 * vc-hg.el: New file.
8965
8966 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8969 with font-lock-multiline.
8970
8971 2007-06-17 Glenn Morris <rgm@gnu.org>
8972
8973 * lpr.el (lpr-page-header-switches): Move %s to separate element
8974 for correct quoting. Doc fix.
8975
8976 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8979 than setting sgml-xml-mode.
8980 (sgml-mode, html-mode): Set sgml-xml-mode.
8981 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8982 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8983 (sgml-electric-tag-pair-before-change-function)
8984 (sgml-electric-tag-pair-flush-overlays): New functions.
8985 (sgml-electric-tag-pair-mode): New minor mode.
8986 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8987 (sgml-calculate-indent): Use assoc-string.
8988
8989 2007-06-16 Karl Fogel <kfogel@red-bean.com>
8990
8991 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8992 chars before the "@" in an email address. Andreas Roehler noticed
8993 this problem.
8994
8995 2007-06-15 Karl Fogel <kfogel@red-bean.com>
8996
8997 * thingatpt.el: Add support for email addresses (`email').
8998 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8999 (thing-at-point-email-regexp): New variable.
9000 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9001 properties on this symbol, with lambda forms for values.
9002
9003 2007-06-15 Masatake YAMATO <jet@gyve.org>
9004
9005 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9006
9007 * vc.el (vc-dired-hook): Check the backend returned from
9008 `vc-responsible-backend' can really handle `subdir'.
9009
9010 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * wid-edit.el (widget-add-documentation-string-button):
9013 Fix handling of documentation indent.
9014
9015 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9016
9017 * mb-depth.el: New file.
9018
9019 2007-06-15 Masatake YAMATO <jet@gyve.org>
9020
9021 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9022
9023 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * wid-edit.el (widget-default-create): Move ?h handling here...
9026 (widget-default-format-handler): ...from here.
9027 (widget-docstring, widget-add-documentation-string-button): New funs.
9028 (documentation-string): Add :visibility-widget property.
9029 (widget-documentation-string-value-create): Use it.
9030
9031 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9032 (custom-buffer-create-internal): Simplify message.
9033 (custom-variable-tag): Reduce height to normal.
9034 (custom-variable-value-create, custom-face-value-create)
9035 (custom-visibility): New widget.
9036 (custom-visibility): New face.
9037 (custom-group-value-create):
9038 Call widget-add-documentation-string-button, using `custom-visibility'.
9039
9040 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9043 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9044 change. Apparently the "warning even if the group is implicit" is
9045 a feature rather than a bug.
9046
9047 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9048
9049 * emulation/viper.el (viper-describe-key-ad)
9050 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9051 Compile them conditionally.
9052 (viper-version): Belated version change.
9053
9054 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9055
9056 * follow.el (follow-all-followers, follow-generic-filter):
9057 * pcomplete.el (pcomplete-restore-windows):
9058 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9059 (x-dnd-drop-data):
9060 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9061 * progmodes/python.el (python-complete-symbol):
9062 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9063
9064 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9065
9066 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9067 around bright and dim regexps. Make sure bright and dim matches
9068 use word anchors. Send text through rcirc-markup functions.
9069 (rcirc-url-regexp): Add single quote character.
9070 (rcirc-connect): Write logs to disk on auto-save-hook.
9071 Make server a non-optional argument.
9072 (rcirc-log-alist): New variable.
9073 (rcirc-log-directory): Make customizable.
9074 (rcirc-log-flag): New customizable variable.
9075 (rcirc-log): New function.
9076 (rcirc-print): Use above function.
9077 (rcirc-log-write): New function.
9078 (rcirc-generate-new-buffer-name): Strip text properties.
9079 (rcirc-switch-to-buffer-function): Remove variable.
9080 (rcirc-last-non-irc-buffer): Remove variable.
9081 (rcirc-non-irc-buffer): Add function.
9082 (rcirc-next-active-buffer): Use above function.
9083 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9084 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9085 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9086 (rcirc-omit-mode): Add minor-mode.
9087 (rcirc-mode-map): Change C-c C-o binding.
9088 (rcirc-mode): Clear mode-line-process. Use a custom
9089 fill-paragraph-function. Set up buffer-invisibility-spec.
9090 (rcirc-response-formats): Remove timestamp code.
9091 (rcirc-omit-responses): Add variable.
9092 (rcirc-print): Don't put the overlay arrow on potentially omitted
9093 lines. Log line to disk. Record activity for private messages
9094 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9095 (rcirc-jump-to-first-unread-line): Print message if there is no
9096 unread text.
9097 (rcirc-clear-unread): New function.
9098 (rcirc-markup-text-functions): Add variable.
9099 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9100 (rcirc-debug): Don't mess with window configuration.
9101 (rcirc-send-message): Send message before printing locally.
9102 Add SILENT argument, do not print message if non-nil.
9103 (rcirc-visible-buffers): New function and variable.
9104 (rcirc-window-configuration-change-1): Add function.
9105 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9106 server buffer.
9107 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9108 (rcirc-fill-paragraph): Add function.
9109 (rcirc-record-activity, rcirc-window-configuration-change-1):
9110 Only update the activity string if it has actually changed.
9111 (rcirc-update-activity-string): Remove padding characters from the
9112 mode-line string.
9113 (rcirc-disconnect-buffer): New function to be called when a
9114 channel is parted or the user quits.
9115 (rcirc-server-name): Warn when the server-name hasn't been set.
9116 (rcirc-window-configuration-change): Postpone work until
9117 post-command-hook.
9118 (rcirc-window-configuration-change-1): Update mode-line and
9119 overlay arrows here.
9120 (rcirc-authenticate): Fixc hanserv identification.
9121 (rcirc-default-server): Remove variable.
9122 (rcirc): Connect according to rcirc-connections.
9123 (rcirc-connections): Add variable.
9124 (rcirc-startup-channels-alist): Remove variable.
9125 (rcirc-startup-channels): Remove function.
9126
9127 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9130
9131 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9132
9133 * term/xterm.el (terminal-init-xterm): Escape parens in character
9134 constants.
9135
9136 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9139 Use [:alpha:] and [:alnum:] where applicable.
9140 (sh-quoted-subshell): Rewrite to correctly
9141 handle nested mixes of `...' and $(...).
9142 (sh-apply-quoted-subshell): Remove.
9143 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9144
9145 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9146
9147 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9148
9149 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9150 previous change.
9151
9152 2007-06-12 Tom Tromey <tromey@redhat.com>
9153
9154 * subr.el (user-emacs-directory): New defconst.
9155 * cmuscheme.el (scheme-start-file):
9156 * shell.el (shell):
9157 * completion.el (save-completions-file-name):
9158 * custom.el (custom-theme-directory):
9159 * term/x-win.el (emacs-session-filename):
9160 * filesets.el (filesets-menu-cache-file):
9161 * thumbs.el (thumbs-thumbsdir):
9162 * server.el (server-auth-dir):
9163 * image-dired.el (image-dired-dir):
9164 (image-dired-db-file):
9165 (image-dired-temp-image-file):
9166 (image-dired-gallery-dir):
9167 (image-dired-temp-rotate-image-file):
9168 * play/gamegrid.el (gamegrid-user-score-file-directory):
9169 * savehist.el (savehist-file):
9170 * tutorial.el (tutorial--saved-dir):
9171 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9172
9173 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9174
9175 * scroll-lock.el (scroll-lock-mode): Doc fix.
9176
9177 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9178
9179 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9180
9181 * ediff-init.el: Doc strings.
9182
9183 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9186 (byte-compile-file): Bind it.
9187 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9188 group argument is provided implicitly.
9189 (byte-compile-format-warn, byte-compile-from-buffer)
9190 (byte-compile-insert-header): Don't hardcode point-min==1.
9191 (byte-compile-file-form-require): Remove unused var old-load-list.
9192 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9193
9194 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9195
9196 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9197 Display error messages.
9198 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9199 Get rid of cl.el dependencies.
9200
9201 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9202 New variable.
9203 (viper-activate-input-method-action)
9204 (viper-inactivate-input-method-action):
9205 Use viper-suppress-input-method-change-message.
9206
9207 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9208 for C-s, C-r.
9209
9210 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9211 Use viper-replace-overlay-cursor-color instead of
9212 viper-replace-overlay-cursor-color.
9213 (viper-sit-for-short): Use sit-for with 3 arguments.
9214
9215 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9216 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9217 to gud-mode.
9218
9219 * ediff-mult.el (ediff-meta-buffer-brief-message)
9220 (ediff-meta-buffer-verbose-message): New variables.
9221 (ediff-meta-buffer-message): Variable deleted.
9222 (ediff-verbose-help-enabled): New variable.
9223 (ediff-toggle-verbose-help-meta-buffer): New function.
9224 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9225 message options.
9226
9227 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9228 (ediff-fixup-patch-map): Improve heuristic.
9229
9230 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9233 (log-view-font-lock-keywords): Simplify.
9234 (log-view-current-file, log-view-current-tag): Simplify.
9235
9236 2007-06-12 Sam Steingold <sds@gnu.org>
9237
9238 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9239
9240 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
9241
9242 * desktop.el (desktop-load-locked-desktop): New option.
9243 (desktop-read): Use it.
9244 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9245 Use `when'.
9246
9247 2007-06-12 Davis Herring <herring@lanl.gov>
9248
9249 * desktop.el (desktop-save-mode-off): New function.
9250 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9251 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9252 (desktop-claim-lock, desktop-release-lock): New functions.
9253 (desktop-kill): Tell `desktop-save' that this is the last save.
9254 Release the lock afterwards.
9255 (desktop-buffer-info): New function.
9256 (desktop-save): Use it. Run `desktop-save-hook' where the doc
9257 says to. Detect conflicts, and manage the lock.
9258 (desktop-read): Detect conflicts. Manage the lock.
9259
9260 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9263
9264 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9265 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
9266 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
9267 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9268 keysyms rather than byte sequences.
9269 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9270
9271 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9274 half-activated, forcefully activate it completely.
9275
9276 2007-06-11 Richard Stallman <rms@gnu.org>
9277
9278 * cus-edit.el (custom-variable-type): Doc fix.
9279
9280 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9283 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9284 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9285 different possible cases for \'.
9286
9287 * complete.el (PC-bindings): Don't bind things already bound in the
9288 parent keymap.
9289
9290 * textmodes/bibtex-style.el: New file.
9291
9292 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9293
9294 * vc-bzr.el: New file.
9295
9296 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * vc-svn.el (vc-svn-program): New var.
9299 (vc-svn-command): Use it.
9300
9301 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
9302
9303 * server.el (server-switch-buffer): Remove redundant check.
9304
9305 2007-06-10 Martin Rudalics <rudalics@gmx.at>
9306
9307 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9308 Match against file-name-nondirectory.
9309 Fix text on user customization variables.
9310 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
9311
9312 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9313
9314 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
9315
9316 2007-06-09 Davis Herring <herring@lanl.gov>
9317
9318 * desktop.el (desktop-minor-mode-table): Doc fix.
9319
9320 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * textmodes/css-mode.el (css-navigation-syntax-table):
9323 Use set-char-table-range so it also works in the unicode branch.
9324
9325 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
9326
9327 * help-mode.el (help-xref-forward-stack)
9328 (help-xref-stack-forward-item, help-forward-label): New variables.
9329 (help-forward): New button type.
9330 (help-setup-xref): Initialise help-xref-forward-stack.
9331 (help-make-xrefs): Add forward button, if appropriate.
9332 (help-xref-go-back): Push item on forward stack.
9333 (help-xref-go-forward, help-go-forward): New functions.
9334
9335 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
9336
9337 * dired.el (dired-mode-map): Remove spurious separator.
9338
9339 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9340
9341 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
9342
9343 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9344 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
9345
9346 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
9347
9348 * textmodes/org.el: Version number fixed.
9349
9350 2007-06-07 Glenn Morris <rgm@gnu.org>
9351
9352 * version.el (emacs-copyright): New constant.
9353 * startup.el (fancy-splash-tail): Use emacs-copyright.
9354 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
9355
9356 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
9357 `make-local'.
9358 (byte-compile-warnings-safe-p): Add `make-local'.
9359 (byte-compile-make-variable-buffer-local):
9360 Allow byte-compile-warnings to suppress this warning.
9361
9362 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
9363 format of "menu" description.
9364 (tutorial--find-changed-keys): Describe the specific menu a
9365 command is in.
9366
9367 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
9368 Rewrite compatibility functions to silence byte-compiler.
9369
9370 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9371
9372 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
9373 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
9374
9375 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
9376
9377 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
9378
9379 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9380
9381 * progmodes/ebrowse.el (ebrowse-member-table):
9382 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
9383 (org-batch-agenda-csv): Fix typos in docstrings.
9384
9385 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9386
9387 * international/mule-cmds.el (toggle-enable-multibyte-characters)
9388 (sort-coding-systems, search-unencodable-char): Doc fixes.
9389 (coding-system-change-eol-conversion, set-default-coding-systems)
9390 (prefer-coding-system, find-multibyte-characters, princ-list)
9391 (leim-list-entry-regexp, set-input-method, locale-language-names)
9392 (input-method-exit-on-first-char, exit-language-environment-hook)
9393 (locale-charset-language-names): Fix typos in docstrings.
9394
9395 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9396
9397 * pgg.el (pgg-sign-region, pgg-sign):
9398 * ses.el (ses-call-printer):
9399 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
9400 * textmodes/org.el (org-cycle): Fix typos in docstrings.
9401
9402 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
9403
9404 * textmodes/org.el (org-export-region-as-html)
9405 (org-replace-region-by-html, org-number-to-letters)
9406 (org-table-fedit-finish, org-normalize-color)
9407 (org-table-fedit-ref-right, org-date-to-gregorian)
9408 (org-table-fedit-move, org-table-convert-refs-to-rc)
9409 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
9410 (org-write-agenda, org-colgroup-info-to-vline-list)
9411 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
9412 (org-indent-line-function, org-export-as-html-to-buffer)
9413 (org-store-agenda-views, org-update-mode-line)
9414 (org-find-if, org-delete-all)
9415 (org-table-fedit-convert-buffer, org-emphasize)
9416 (org-uniquify, org-table-fedit-lisp-indent)
9417 (org-table-fedit-scroll, org-get-todo-sequence-head)
9418 (org-table-fedit-scroll-down, org-table-fedit-line-down)
9419 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9420 (org-table-fedit-toggle-coordinates, org-dvipng-color)
9421 (org-table-fedit-line-up, org-table-fedit-ref-down)
9422 (org-table-formula-from-user, org-mode-flyspell-verify)
9423 (org-cycle-show-empty-lines, org-ctrl-c-ret)
9424 (org-table-formula-to-user, org-diary-to-ical-string)
9425 (orgtbl-export, org-table-fedit-post-command)
9426 (org-closed-in-range, org-shiftcontrolright)
9427 (org-table-convert-refs-to-an, org-table-hline-and-move)
9428 (org-table-formula-less-p, org-format-table-ascii)
9429 (org-agenda-get-sexps, org-shift-refpart)
9430 (org-diary-sexp-entry, org-time-string-to-absolute)
9431 (org-table-show-reference, org-letters-to-number)
9432 (org-fix-agenda-info, org-table-fedit-ref-up)
9433 (org-table-fedit-shift-reference, org-table-fedit-abort)
9434 (org-closest-date, org-shiftcontrolleft)
9435 (org-at-heading-or-item-p, org-rematch-and-replace)
9436 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9437 New functions.
9438 (org-table-edit-scroll-down, org-finish-edit-formulas)
9439 (org-table-edit-next-field, org-abort-edit-formulas)
9440 (org-font-lock-level, org-export-find-first-heading-line)
9441 (org-table-edit-line-down, org-table-edit-backward-field)
9442 (org-edit-formula-lisp-indent, org-table-edit-move)
9443 (org-check-log-option, org-this-word)
9444 (org-table-edit-line-up, org-table-edit-formulas-post-command)
9445 (org-agenda-file-to-end, org-expand-file-name)
9446 (org-fake-empty-table-line, org-table-edit-scroll)
9447 (org-toggle-log-option, org-show-reference): Function removed.
9448 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9449 New defsubsts.
9450 (org-unmodified, org-batch-store-agenda-views)
9451 (org-batch-agenda-csv): New macro.
9452 (org-agenda-export): New customization group.
9453 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9454 (org-highest-priority, org-agenda-exporter-settings)
9455 (org-log-done-with-time, org-replace-disputed-keys)
9456 (org-format-latex-header, org-export-table-header-tags)
9457 (org-cycle-separator-lines, org-export-table-data-tags)
9458 (org-icalendar-include-sexps)
9459 (org-empty-line-terminates-plain-lists)
9460 (org-log-repeat, org-special-ctrl-a)
9461 (org-table-use-standard-references, org-disputed-keys)
9462 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9463 (org-agenda-export-html-style): New option.
9464 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
9465 (org-CUA-compatible): Option removed.
9466 (org-agenda-structure, org-sexp-date): New face.
9467 (org-todo-keywords-for-agenda, org-not-done-keywords)
9468 (org-planning-or-clock-line-re, org-agenda-name)
9469 (org-table-colgroup-info, org-todo-sets)
9470 (constants-unit-system, org-clock-mode-line-entry)
9471 (org-mode-line-timer, org-table-current-begin-pos)
9472 (org-todo-keywords-1, org-mode-line-string)
9473 (org-table-clean-did-remove-column, org-table-fedit-map)
9474 (org-clock-heading, org-table-buffer-is-an)
9475 (org-agenda-info, org-done-keywords)
9476 (org-done-keywords-for-agenda, org-todo-heads)
9477 (org-todo-kwd-alist, org-clock-start-time): New variable.
9478 (org-todo-kwd-priority-p, org-edit-formulas-map)
9479 (org-repeat-re, org-todo-kwd-max-priority)
9480 (org-version, org-done-string)
9481 (org-table-clean-did-remove-column-1, org-disputed-keys):
9482 Remove variables.
9483 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
9484 (org-ts-lengths): Constant removed.
9485 (org-follow-gnus-link): Don't ask how many articles to read.
9486 (org-export-find-first-export-line): Rename from
9487 `org-export-find-first-heading'.
9488 Use `org-export-skip-text-before-1st-heading'.
9489 (org-table-fedit-post-command): Rename from
9490 `org-table-edit-formulas-post-command'.
9491 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9492 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9493 (org-table-fedit-lisp-indent): Rename from
9494 `org-edit-formula-lisp-indent'.
9495 (org-table-show-reference): Rename from `org-show-reference'.
9496 (org-table-store-formulas): Use `org-table-formula-less-p'.
9497 (org-table-edit-formulas): Position cursor to current field equation.
9498 (org-update-checkbox-count, org-hide-archived-subtrees)
9499 (org-timestamp-up-day, org-timestamp-down-day)
9500 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
9501 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
9502 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
9503 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
9504 Let `org-on-heading-p' also check for invisible heading.
9505 (org-read-date): Match am/pm times.
9506 (org-eval-in-calendar): Fix default date in prompt.
9507
9508 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
9509
9510 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
9511 "ChangeLog.a" entries, giving the latter lower priority.
9512
9513 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * faces.el (face-id): If the argument is a face alias,
9516 return the ID of the target face.
9517
9518 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
9519
9520 * net/socks.el (top): Remove unnecessary copyright line.
9521
9522 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * longlines.el (longlines-auto-wrap): Handle argument correctly.
9525
9526 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
9527
9528 * net/socks.el: New file, taken from w3 repository.
9529 (top): Update Copyright. Don't load cl.el.
9530 (all): Replace `case' by `cond', `string-to-int' by
9531 `string-to-number', and `process-kill-without-query' by
9532 `set-process-query-on-exit-flag'.
9533 (socks-char-int): Remove defalias and all occurrences.
9534
9535 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
9536
9537 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9538 Fix typos in docstrings.
9539 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9540 (compilation-finish-function): Fix typo in obsolescence declaration.
9541
9542 2007-06-03 Sam Steingold <sds@gnu.org>
9543
9544 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9545 handle unending automatic recompilation of changed files (`omake -P').
9546 (compilation-loop): VISITED is now 5th CDR.
9547 (compilation-next-error-function): Set TIMESTAMP.
9548
9549 2007-06-03 Sam Steingold <sds@gnu.org>
9550
9551 * files.el (kill-buffer-ask): New function.
9552 (kill-some-buffers): Use it.
9553 (kill-matching-buffers): New user command.
9554
9555 2007-06-01 David Kastrup <dak@gnu.org>
9556
9557 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9558 Change default to `top'.
9559
9560 2007-05-31 Richard Stallman <rms@gnu.org>
9561
9562 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9563
9564 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * textmodes/css-mode.el: New file.
9567
9568 2007-05-30 Michael Olson <mwolson@gnu.org>
9569
9570 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
9571 died and we are trying to send a signal to it. The program using
9572 tq.el should periodically check to see whether the process has
9573 died and react appropriately -- this is not the responsibility of
9574 tq.el, and is consistent with the rest of the tq.el source code.
9575
9576 2007-05-29 Martin Rudalics <rudalics@gmx.at>
9577
9578 * textmodes/table.el (table--point-entered-cell-function)
9579 (table--point-left-cell-function):
9580 Bind `inhibit-point-motion-hooks' to t.
9581
9582 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9583
9584 * emacs-lisp/rx.el (rx): Doc fix.
9585
9586 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
9587
9588 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
9589
9590 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
9591
9592 Sync with Tramp 2.0.56.
9593
9594 * net/tramp.el:
9595 * net/tramp-ftp.el:
9596 * net/tramp-smb.el:
9597 * net/tramp-util.el:
9598 * net/tramp-vc.el:
9599 Don't load cl.el, because that pollutes the namespace. Replace cl
9600 macros by their implementations where necessary. Requested by
9601 Richard Stallman <rms@gnu.org>.
9602
9603 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
9604 doesn't exist.
9605 (with-parsed-tramp-file-name): Protect debug spec during compilation.
9606 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
9607 (tramp-file-name-p, tramp-file-name-multi-method)
9608 (tramp-file-name-method, tramp-file-name-user)
9609 (tramp-file-name-host, tramp-file-name-localname): New defuns,
9610 replacing defstruct `tramp-file-name'.
9611 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
9612 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
9613 Apply `vector' instead of `make-tramp-file-name'.
9614 (tramp-handle-make-auto-save-file-name):
9615 Apply `tramp-temporary-file-directory' for compatibility reasons.
9616 (tramp-completion-mode): Use `natnump' instead of `wholenump'
9617 because of XEmacs.
9618 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
9619 started.
9620
9621 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
9624
9625 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9626
9627 * log-edit.el (log-edit-changelog-paragraph): Return point-max
9628 as the end of the ChangeLog paragraph when it ends without a line
9629 termination.
9630
9631 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
9632
9633 * net/webjump.el (webjump-sample-sites):
9634 Add simple Wikipedia query.
9635
9636 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
9639 compatibility code.
9640
9641 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
9642 (copyright-update-year): Use it.
9643
9644 * edmacro.el (edmacro-format-keys): Use current-active-maps.
9645
9646 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
9647 Add indentation and debugging info. Fix up comment convention.
9648
9649 * cus-dep.el (custom-make-dependencies): Simplify.
9650
9651 * composite.el (compose-region, decompose-region):
9652 Use inhibit-read-only and restore-buffer-modified-p.
9653
9654 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9655 (xterm-mouse-event): Use it.
9656
9657 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
9658
9659 * bs.el (bs-cycle-previous): Don't modify the cycle list until
9660 `switch-to-buffer' has returned succesfully.
9661 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
9662 window is dedicated (it could iconify the frame).
9663
9664 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
9665
9666 * vc-hooks.el (vc-find-root): Fix file attribute test.
9667
9668 2007-05-24 Richard Stallman <rms@gnu.org>
9669
9670 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9671 Don't let opoint be nil.
9672 (flyspell-emacs-popup): Explicit error if no dialogs.
9673
9674 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9677 (image-next-line, image-previous-line, image-scroll-up)
9678 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9679 New functions.
9680 (image-mode-map): Remap motion commands.
9681 (image-mode-text-map): New keymap for viewing images as text.
9682 (image-mode): Use image-mode-map.
9683 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9684
9685 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * textmodes/fill.el (canonically-space-region): Make the second arg
9688 a marker if it's not already the case.
9689
9690 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9691
9692 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9693 (tar-get-descriptor): Handle type 55, an extended pax header.
9694
9695 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9698 to confuse outline-minor-mode.
9699
9700 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9701
9702 * tar-mode.el (tar-file-name-handler): New function.
9703 (tar-extract): Bind file-name-handler-alist to it to force
9704 find-buffer-file-type-coding-system behave as if the file being
9705 extracted existed. Use last-coding-system-used to force
9706 buffer-file-coding-system to what decode-coding-region actually
9707 used to decode the file.
9708
9709 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9710
9711 * progmodes/compile.el (compilation-handle-exit):
9712 `compilation-finish-function' may change the current buffer.
9713
9714 2007-05-22 Richard Stallman <rms@gnu.org>
9715
9716 * files.el (set-auto-mode): Doc fix.
9717
9718 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9719
9720 * help-fns.el (find-source-lisp-file): New function.
9721 (describe-function-1): Use find-source-lisp-file to find source
9722 file in compile tree.
9723
9724 2007-05-22 Eli Zaretskii <eliz@gnu.org>
9725
9726 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9727
9728 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * emacs-lisp/easy-mmode.el (define-minor-mode)
9731 (easy-mmode-define-navigation): Fix typos in docstrings.
9732
9733 2007-05-22 Glenn Morris <rgm@gnu.org>
9734
9735 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
9736
9737 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
9738
9739 * mail/mail-extr.el (mail-extract-address-components):
9740 Recognize non-ASCII characters except for NBSP as words.
9741
9742 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
9743
9744 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9745 (rcirc-print): Handle `window-width'.
9746 (rcirc-buffer-maximum-lines): Doc fix.
9747
9748 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
9749
9750 * image-mode.el (image-toggle-display): Don't clear image cache.
9751 Only use filename in image spec if the file is readable.
9752 Call image-refresh.
9753
9754 * image.el (image-type-from-file-name, image-type): Simplify.
9755 (image-type-auto-detected-p): Don't scan auto-mode-alist.
9756
9757 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9758 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9759
9760 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9761
9762 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9763 is an error.
9764
9765 * term/linux.el (terminal-init-linux): Don't signal an error
9766 if gpm isn't running.
9767
9768 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9769
9770 * t-mouse.el: Reduce to a minor-mode macro call.
9771 (t-mouse-mode): Remove the lighter.
9772
9773 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
9774
9775 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
9776
9777 * files.el (auto-mode-alist): Change the regexp so that
9778 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9779
9780 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * Version 22.1 released.
9783
9784 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
9785
9786 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9787 changes.
9788
9789 2007-05-19 Kevin Ryde <user42@zip.com.au>
9790
9791 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9792
9793 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9794
9795 * textmodes/sgml-mode.el: Revert last change.
9796
9797 2007-05-18 Richard Stallman <rms@gnu.org>
9798
9799 * simple.el (push-mark): Doc fix.
9800
9801 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
9802
9803 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
9804 tpu-global-map.
9805 (tpu-original-global-map): Variable deleted.
9806 (tpu-control-keys-map): New keymap variable.
9807 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
9808 setting keymapping directly.
9809 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
9810 tpu-global-map.
9811 (tpu-edt-on): Activate the tpu-global-map.
9812 (tpu-edt-off): Deactivate the tpu-global-map.
9813
9814 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
9815
9816 * textmodes/ispell.el (ispell-get-word): Return markers
9817 for start and end positions.
9818 (ispell-word): Assume END is a marker.
9819
9820 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9821
9822 * printing.el: Group together all XEmacs/Emacs definitions.
9823 (pr-version): New version 6.9.
9824 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9825 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9826 (pr-menu-bind): Fix code.
9827 (pr-e-frame-char-height, pr-e-frame-char-width)
9828 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9829 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9830 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9831 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9832 (pr-x-event-y-pixel): Aliases eliminated.
9833 (pr-xemacs-global-menubar): Macro moved.
9834 (current-menubar, current-mouse-event, zmacs-region-stays)
9835 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9836 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9837 Vars moved.
9838 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9839 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9840 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9841 (pr-menu-set-utility-title, pr-even-or-odd-pages)
9842 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9843 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9844 moved.
9845
9846 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
9847
9848 * textmodes/sgml-mode.el (sgml-tag):
9849 Fix bug: Call sgml-transformation-function.
9850
9851 2007-05-17 Martin Rudalics <rudalics@gmx.at>
9852
9853 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9854 modified flag of buffer. Use `inhibit-modification-hooks'.
9855
9856 2007-05-16 Richard Stallman <rms@gnu.org>
9857
9858 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9859
9860 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * files.el (magic-mode-alist, magic-fallback-mode-alist):
9863 Move the *ml, Postscript, and XmCD entries to the fallback part.
9864
9865 * files.el (magic-fallback-mode-alist):
9866 Rename from file-start-mode-alist.
9867
9868 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9869
9870 * progmodes/compile.el (compilation-handle-exit): Quote first
9871 argument of `run-hook-with-args'.
9872
9873 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
9874
9875 * buff-menu.el (Buffer-menu-sort-column):
9876 * dabbrev.el (dabbrev-upcase-means-case-search):
9877 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9878 * info.el (Info-current-subfile):
9879 * ls-lisp.el (ls-lisp-verbosity):
9880 * msb.el (msb-menu-cond):
9881 * pcvs.el (cvs-dired-use-hook):
9882 * simple.el (set-mark-command-repeat-pop):
9883 * time.el (display-time-24hr-format, display-time-mail-file):
9884 Doc fixes.
9885
9886 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
9887 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
9888
9889 * view.el (view-inhibit-help-message): Fix typo in docstring.
9890 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
9891
9892 2007-05-16 Martin Rudalics <rudalics@gmx.at>
9893
9894 * textmodes/ispell.el (ispell-start-process): Defend against bad
9895 default-directory.
9896
9897 2007-05-14 Eli Zaretskii <eliz@gnu.org>
9898
9899 * mail/rmail.el (rmail-convert-to-babyl-format): Check
9900 content-transfer-encoding _last_, because it's its position that
9901 we need as value of base64-header-field-end.
9902
9903 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * files.el (mode-require-final-newline, require-final-newline)
9906 (enable-local-variables, enable-local-eval): Doc fixes.
9907
9908 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9909
9910 * ps-print.el: Use default color when foreground or background color
9911 are unspecified. Reported by Leo <sdl.web@gmail.com>.
9912 (ps-print-version): New version 6.7.4.
9913 (ps-rgb-color): New argument. Use default color when color is
9914 unspecified.
9915 (ps-begin-job): Fix code.
9916
9917 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
9918
9919 * longlines.el (longlines-mode): Make longlines-auto-wrap
9920 buffer-local. Add hooks unconditionally.
9921 (longlines-auto-wrap): Toggle wrapping.
9922 (longlines-after-change-function)
9923 (longlines-post-command-function): Check longlines-auto-wrap.
9924
9925 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
9926
9927 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9928 (xterm-mouse-translate): Use it.
9929
9930 2007-05-10 Richard Stallman <rms@gnu.org>
9931
9932 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9933 (iso-cvt-write-only): Likewise.
9934
9935 * emacs-lisp/easy-mmode.el (define-minor-mode):
9936 Fix generated doc string.
9937
9938 * startup.el (fancy-splash-text): Add URL of guided tour.
9939 Adjust horizontal and vertical whitespace.
9940
9941 * progmodes/compile.el (compilation-handle-exit):
9942 Use run-hook-with-args to run compilation-finish-functions.
9943
9944 * files.el (file-start-mode-alist): New variable.
9945 (magic-mode-regexp-match-limit): Doc fix.
9946 (set-auto-mode): Handle file-start-mode-alist.
9947 A little cleanup of structure.
9948
9949 * dabbrev.el (dabbrev-eliminate-newlines):
9950 Renamed from dabbrev--eliminate-newlines. All uses changed.
9951
9952 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9953
9954 * man.el (Man-next-section): Don't consider the last line of the page
9955 as being part of any section.
9956
9957 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9960 can take any number of values.
9961
9962 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9965 to the list of citation commands.
9966
9967 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9970
9971 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
9972
9973 * progmodes/python.el (python-font-lock-keywords)
9974 (python-open-block-statement-p, python-mode): Add support for the new
9975 "with" keyword.
9976
9977 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9980 the exact opposite of diff-goto-source.
9981
9982 * emacs-lisp/advice.el (ad-special-forms): Remove.
9983 (ad-special-form-p): Use subr-arity.
9984
9985 * newcomment.el (comment-search-forward): Make sure we search forward.
9986 (comment-enter-backward): Try and distinguish the non-matching case at
9987 EOB from the non-matching case with a missing comment-end-skip for
9988 a 2-char comment ender.
9989 (comment-choose-indent): New function extracted from comment-indent.
9990 Improve the alignment algorithm.
9991 (comment-indent): Use it.
9992
9993 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9994 XML style Processing Instructions.
9995 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
9996 (sgml-calculate-indent): Handle `pi' context.
9997
9998 * vc.el: Ensure that update-changelog issues an error when used with
9999 a backend that does not implement it.
10000 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10001 Remove `backend' argument. Use expand-file-name.
10002 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10003
10004 * progmodes/python.el (python-end-of-block): Revert last change.
10005 (python-end-of-statement): Make sure we move *forward*.
10006
10007 2007-05-08 Richard Stallman <rms@gnu.org>
10008
10009 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10010 Don't include non-self-insert commands in the exception for `-'.
10011
10012 2007-05-08 David Reitter <david.reitter@gmail.com>
10013
10014 * progmodes/python.el (python-guess-indent): Check non-nullness
10015 before comparing indent against the 2..8 interval.
10016
10017 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10018
10019 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10020 available.
10021
10022 2007-05-06 Richard Stallman <rms@gnu.org>
10023
10024 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10025
10026 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10029 rather than storing their value in the revert-buffer function.
10030
10031 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10032
10033 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10034 when disabling t-mouse-mode.
10035
10036 2007-05-01 Davis Herring <herring@lanl.gov>
10037
10038 * calendar/timeclock.el: Update version number.
10039 (timeclock-modeline-display): Mention timeclock-use-display-time
10040 in explanatory message.
10041 (timeclock-in): Fix non-interactive workday specifications.
10042 (timeclock-log): Don't kill the log buffer if it already existed.
10043 Suppress warnings when finding the log. Don't check for a nil
10044 project twice. Run hooks after killing the buffer (if applicable).
10045 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10046 was geometric). All uses changed.
10047 (timeclock-generate-report): Support prefix argument.
10048
10049 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10050
10051 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10052 disconnections.
10053
10054 2007-05-01 Romain Francoise <romain@orebokech.com>
10055
10056 * dired-x.el: Revert 2007-04-06 change.
10057
10058 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10059
10060 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10061
10062 2007-04-29 Richard Stallman <rms@gnu.org>
10063
10064 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10065
10066 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10069 than 1.
10070
10071 2007-04-28 Richard Stallman <rms@gnu.org>
10072
10073 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10074
10075 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10078 don't put stop on toolbar.
10079
10080 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10083
10084 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10085
10086 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10087 instead of $(lisp)/mh-e.
10088
10089 2007-04-28 Glenn Morris <rgm@gnu.org>
10090
10091 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10092 (image-dired-cmd-create-temp-image-options): Replace option
10093 +profile "*" with -strip.
10094
10095 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10098 Use window-start and window-end.
10099
10100 2007-04-27 Andreas Schwab <schwab@suse.de>
10101
10102 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10103
10104 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10105
10106 * textmodes/fill.el (fill-paragraph): Doc fix.
10107
10108 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10109
10110 * locate.el (locate-in-alternate-database): Doc fix.
10111
10112 2007-04-26 Glenn Morris <rgm@gnu.org>
10113
10114 * button.el (button): Use underline if supported, else fall back
10115 to color.
10116
10117 * version.el (emacs-version): Increase to 22.1.50.
10118
10119 2007-04-25 Richard Stallman <rms@gnu.org>
10120
10121 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10122
10123 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10124
10125 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10126 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10127 pushing mark.
10128 (idlwave-current-routine): Don't push mark.
10129
10130 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10131
10132 * image-dired.el (image-dired-display-image): Derive image-type from
10133 filename rather than assuming jpeg, in case no resizing was needed.
10134
10135 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10136
10137 * custom.el (defface): Doc fix.
10138
10139 See ChangeLog.12 for earlier changes.
10140
10141 ;; Local Variables:
10142 ;; coding: iso-2022-7bit
10143 ;; add-log-time-zone-rule: t
10144 ;; End:
10145
10146 Copyright (C) 2007 Free Software Foundation, Inc.
10147
10148 This file is part of GNU Emacs.
10149
10150 GNU Emacs is free software; you can redistribute it and/or modify
10151 it under the terms of the GNU General Public License as published by
10152 the Free Software Foundation; either version 3, or (at your option)
10153 any later version.
10154
10155 GNU Emacs is distributed in the hope that it will be useful,
10156 but WITHOUT ANY WARRANTY; without even the implied warranty of
10157 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10158 GNU General Public License for more details.
10159
10160 You should have received a copy of the GNU General Public License
10161 along with GNU Emacs; see the file COPYING. If not, write to the
10162 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10163 Boston, MA 02110-1301, USA.
10164
10165 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af