]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lisp / ChangeLog
1 2008-01-31 Jason Rumney <jasonr@gnu.org>
2
3 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
4
5 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6
7 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
8 (gdb-var-set-format-handler): New function.
9 (gdb-var-set-format): Use it.
10
11 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
12
13 * linum.el (linum-unload-function): New function.
14
15 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
16
17 * emacs-lisp/check-declare.el (check-declare-directory):
18 * emacs-lisp/authors.el (authors): Use `find-program' and
19 `grep-program' instead of hardcoded program names.
20
21 * emacs-lisp/cl-loaddefs.el: Update.
22
23 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
24
25 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
26 Implement bookmark support the new make-cell/handler way.
27 (Info-mode): Bind bookmark-make-cell-function to
28 Info-bookmark-make-cell buffer locally.
29
30 2008-01-30 Richard Stallman <rms@gnu.org>
31
32 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
33 Doc fix.
34
35 * files.el (hack-local-variables): Don't query about fake variables.
36
37 2008-01-30 Markus Triska <markus.triska@gmx.at>
38
39 * linum.el: New file.
40
41 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
42
43 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
44 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
45 a single element in "plinkx".
46 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
47 "*Shell Command Output*" buffers. Check, whether there is already
48 an asynchronous process running. Display always the buffer of the
49 asynchronous process.
50 (tramp-compute-multi-hops): Adapt error message.
51
52 2008-01-29 Alan Mackenzie <acm@muc.de>
53
54 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
55 from this regexp; part of same fix as next change to cc-engine.el.
56
57 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor
58 the "{" of a template function correctly on "template", not the
59 following "<".
60
61 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
62
63 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
64
65 * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
66 being an alist now.
67
68 * image-mode.el (image-mode-current-vscroll)
69 (image-mode-current-hscroll): Add doc strings.
70 (image-set-window-vscroll, image-set-window-hscroll)
71 (image-reset-current-vhscroll, image-mode): Adapt to
72 i-m-current-[vh]scroll being an alist now.
73
74 2008-01-29 Martin Rudalics <rudalics@gmx.at>
75
76 * emacs-lisp/find-func.el (find-function-search-for-symbol):
77 Strip extension from .emacs.el to make sure symbol is searched
78 in .emacs too.
79
80 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
81
82 * doc-view.el (doc-view-mode): Use facilities below to
83 restore [vh]scroll when switching buffers.
84
85 * image-mode.el (image-mode-current-vscroll)
86 (image-mode-current-hscroll): New variables.
87 (image-set-window-hscroll, image-set-window-vscroll): New functions.
88 (image-forward-hscroll, image-next-line, image-bol, image-eol)
89 (image-bob, image-eob): Use them.
90 (image-reset-current-vhscroll): New function.
91 (image-mode): Make new variables buffer-local and reset [vh]scroll
92 on window configuration changes.
93
94 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
95
96 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
97 gdb-cpp-define-alist-program if file is nil (currently only
98 " *partial-output-...").
99
100 2008-01-27 Richard Stallman <rms@gnu.org>
101
102 * allout.el: Many doc fixes.
103 (allout-encrypt-string): Fix error message.
104
105 2008-01-26 Eli Zaretskii <eliz@gnu.org>
106
107 * progmodes/etags.el (tags-query-replace): Doc fix.
108
109 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
110
111 * allout.el (allout-unload-function): New function.
112
113 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
114
115 * allout.el (allout-prefix-data): Doc fix.
116 (allout-show-current-subtree): Reflow docstring.
117 (allout-use-mode-specific-leader, allout-use-hanging-indents)
118 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
119 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
120 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
121 (allout-copy-topic-as-kill, allout-listify-exposed)
122 (allout-process-exposed, allout-encrypted-key-info)
123 (allout-update-passphrase-mnemonic-aids)
124 (allout-next-topic-pending-encryption)
125 (allout-tests-globally-true): Fix typos in docstrings.
126
127 2008-01-23 Jason Rumney <jasonr@gnu.org>
128
129 * lpr.el (printer-name): Do not set on MS Windows.
130
131 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
132
133 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
134 the command.
135
136 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
137
138 * whitespace.el: Moved to obsolete dir.
139
140 * blank-mode.el: New version 9.2. Replace whitespace funs by aliases
141 in blank-mode.
142 (whitespace-buffer): New fun.
143 (whitespace-region): Alias for whitespace-buffer, because there is no
144 blank-region fun.
145 (whitespace-cleanup): Alias for blank-cleanup.
146 (whitespace-cleanup-region): Alias for blank-cleanup-region.
147
148 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
149
150 * server.el (server-log-time-function): Doc fix.
151 (server-buffer): Fix typo in docstring.
152
153 2008-01-27 Martin Rudalics <rudalics@gmx.at>
154
155 * view.el (view-buffer): Explain in doc-string why exit-action
156 should not be set to kill-buffer.
157
158 * arc-mode.el (archive-extract):
159 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
160 exit-action when viewing the buffer.
161
162 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
163
164 * add-log.el (change-log-search-file-name): Work harder to find
165 the correct file name.
166 (change-log-find-file): Fix typo.
167 (change-log-start-entry-re): Move definition earlier.
168
169 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
170
171 * add-log.el (change-log-search-file-name, change-log-find-file):
172 New function.
173 (change-log-font-lock-keywords): Move file name matching ...
174 (change-log-file-names-re): ... here. New defconst.
175 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
176
177 2008-01-27 Alan Mackenzie <acm@muc.de>
178
179 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
180 enhance comments.
181
182 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
183
184 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
185 methods, the host name must be a local host.
186
187 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
188
189 * vc.el: Add TODO item about not defaulting to RCS.
190
191 * server.el (server-process-filter): Check for non-nil before
192 calling file-directory-p.
193
194 2008-01-27 Alan Mackenzie <acm@muc.de>
195
196 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
197 arglist-cont-nonempty.
198
199 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
200 for a brace with syntax arglist-cont-nonempty.
201
202 * progmodes/cc-styles.el (c-style-alist): Add elements for
203 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
204 awk).
205
206 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
207
208 * button.el (define-button-type): Clarify type of NAME in docstring.
209
210 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * server.el (server-buffer): New const.
213 (server-log): New var.
214 (server-log): Use them.
215 (server-process-filter): (Try to) run the continuation in the same cwd
216 as the client's.
217
218 2008-01-26 Alan Mackenzie <acm@muc.de>
219
220 * progmodes/cc-defs.el (c-save-buffer-state):
221 Bind buffer-file-name and buffer-file-truename to nil, to prevent
222 primitives generating "buffer is read only" messages.
223
224 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
225
226 * icalendar.el (icalendar-version): Increase to "0.17".
227 (icalendar-import-format): Doc fix. Allow function type.
228 (icalendar--read-element): Doc fix.
229 (icalendar--parse-summary-and-rest): Doc fix. Handle function
230 type icalendar-import-format. Make regexps non-greedy.
231 (icalendar--format-ical-event): Handle function type
232 icalendar-import-format.
233 (icalendar-import-format-sample): New function.
234
235 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
236
237 * vc.el (vc-exec-after): For mode-line-process highlighting, if
238 `compile' is not available, fall back to font-lock-warning-face.
239
240 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
241
242 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
243 that the filename end is found even when the filename is empty.
244 Fixes error and spurious newlines when marking files for deletion.
245
246 2008-01-26 Martin Rudalics <rudalics@gmx.at>
247
248 * subr.el (find-tag-default): Simplify using exclusively
249 skip-syntax-backward/-forward.
250
251 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
252
253 * vc.el (vc-directory, vc-update-change-log): Remove check for
254 Tramp. Both functions work for it, though pretty slow
255 (`vc-directory'). Maybe the implementation can be optimized.
256
257 * net/tramp.el (tramp-dissect-file-name): Raise an error when
258 Tramp 2.0 syntax is used.
259 Suggested by Trent W. Buck <trentbuck@gmail.com>.
260
261 2008-01-26 Eli Zaretskii <eliz@gnu.org>
262
263 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
264 invoke directory-files-and-attributes with last argument `integer'
265 instead of `string'.
266 (insert-directory): Add -n to the list of supported switches
267 mentioned in the doc string.
268
269 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
270
271 * blank-mode.el: New version 9.1. Handle "long" line tail
272 visualization. Doc fix.
273 (blank-line-length): Rename to blank-line-column.
274 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
275 Initialization fix.
276 (blank-replace-spaces-by-tabs): New fun.
277 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
278
279 2008-01-25 Richard Stallman <rms@gnu.org>
280
281 * subr.el (add-hook): Implement `permanent-local-hook' property.
282
283 * loadhist.el (file-provides, file-requires): Push the filename right.
284
285 2008-01-25 Martin Rudalics <rudalics@gmx.at>
286
287 * emacs-lisp/find-func.el (find-library): Wrap search for
288 library name in condition-case to avoid reporting a scan-error.
289
290 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
291
292 * server.el (server-process-filter): Don't force
293 the authentication string to be followed by "\n".
294
295 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
296
297 * blank-mode.el: New version 9.0. New commands to clean up some blank
298 problems like trailing blanks. New faces and regexp for visualizing
299 the blank problems. Doc fix.
300 (blank-chars, blank-global-modes, blank-chars-value-list)
301 (blank-toggle-option-alist, blank-help-text): Initialization fix.
302 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
303 (blank-indentation, blank-empty, blank-space-after-tab)
304 (blank-indentation-regexp, blank-empty-at-bob-regexp)
305 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
306 (blank-cleanup, blank-cleanup-region): New commands.
307 (blank-color-on): Code fix.
308
309 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
310
311 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
312 file name.
313 (ibuffer-mode-map): Add binding to sort by file name.
314 (ibuffer-filename/process-header-map): New variable.
315 (filename-and-process): Add a header that sorts by file name.
316 (ibuffer-mode): Mention sorting by file name.
317
318 * ibuf-ext.el (filename/process): New sorter.
319
320 2008-01-25 Sven Joachim <svenjoac@gmx.de>
321
322 * view.el (kill-buffer-if-not-modified): Don't pass t to
323 buffer-modified-p.
324
325 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
328 the source file in case of `rename'.
329 Reported by Pete Forman <pete.forman@westerngeco.com>.
330
331 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
332
333 * allout.el (allout-keybindings-list): In initial setting, express
334 meta-prefixed allout keys as vectors instead of strings, since the
335 string form is interpreted in some cases as composed key
336 modifiers, eg, accented keys.
337
338 (allout-line-boundary-regexp): Clarify description.
339
340 (set-allout-regexp): Repair the expressions so that the formfeed
341 part is identified as one of the top-level groups, and is
342 included in all the forms, not just the -line-boundary-regexp one.
343
344 (allout-prefix-data): Incorporate information from the various
345 allout regexp's formfeed alternative group, when present.
346
347 (allout-write-file-hook-handler): Rectify mangling of the error
348 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
349 condition-case handler was apparently reformatted as if it was a
350 call to the error function. An apparent repair attempt in version
351 1.101 situated the original body of the error handling code as
352 bogus condition-case handlers. I've returned to just about the
353 working code that was originally there, removing an unnecessary -
354 but benign - enclosing 'progn'. \(Automated or cursory code fixes
355 often aren't.)
356
357 (allout-region-active-p): Fallback to value of mark-active if
358 neither use-region-p nor region-active-p are present, for
359 compatability with current and recent emacs major releases.
360
361 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
362
363 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
364 (reftex-toc-restore-region):
365 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
366 (reftex-index-phrases-apply-to-region):
367 * textmodes/ispell.el (ispell-word):
368 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
369 * progmodes/pascal.el (pascal-mark-defun):
370 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
371 (f90-fill-region):
372 * emulation/tpu-edt.el (tpu-set-mark):
373 * emulation/crisp.el (crisp-region-active):
374 * winner.el (winner-active-region):
375 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
376 of bound tests in order to resolve conditionals at compile time.
377
378 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
379
380 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
381 not autoloaded, and we wouldn't want to load CL just to unload
382 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
383
384 2008-01-24 Martin Rudalics <rudalics@gmx.at>
385
386 * delsel.el (delete-selection-pre-hook): Avoid clearing out
387 pre-command-hook when text is read-only.
388
389 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
390
391 * vc.el (vc-process-filter): Do nothing if buffer not live.
392 (vc-diff-finish): Rename from vc-diff-sentinel.
393 No longer take REV1-NAME and REV2-NAME.
394 Instead, take BUFFER-NAME. Do nothing if buffer not live.
395 Don't do window resize if no window displays buffer.
396 (vc-diff-internal): Use vc-diff-finish.
397
398 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
399 In both cases, convert single call to one wrapped in dolist.
400
401 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
402
403 * vc.el: Add a TODO item about missing files.
404 (vc-exec-after): Add a tooltip to the new mode-line item.
405
406 2008-01-24 Glenn Morris <rgm@gnu.org>
407
408 * t-mouse.el (gpm-mouse-start): Declare as a function.
409
410 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
411
412 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
413 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
414 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
415 Don't send `tramp-rsh-end-of-line' additionally, when setting the
416 prompt.
417 (tramp-wait-for-output): Distinguish different prompt formats.
418 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
419 (tramp-local-host-p): Check whether temp directory is writable.
420
421 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
422
423 * vc.el: Add TODO items.
424
425 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
426
427 * replace.el (occur-mode-find-occurrence-hook): New hook that can
428 be used to reveal or highlight the location of a match.
429 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
430 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
431
432 2008-01-23 Martin Rudalics <rudalics@gmx.at>
433
434 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
435 for defcustom.
436 (hide-ifdef-shadow): Add version number for defface.
437
438 2008-01-23 Glenn Morris <rgm@gnu.org>
439
440 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
441
442 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
443
444 * progmodes/sh-script.el (sh-basic-offset):
445 * progmodes/cc-vars.el (c-syntactic-indentation)
446 (c-syntactic-indentation-in-macros): Mark as safe.
447
448 2008-01-23 Richard Stallman <rms@gnu.org>
449
450 * icomplete.el (icomplete-get-keys):
451 Look up KEYS using all maps in proper buffer.
452
453 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
454
455 * frame.el (display-mm-height, display-mm-width):
456 * whitespace.el (whitespace-check-leading-whitespace)
457 (whitespace-check-trailing-whitespace)
458 (whitespace-check-spacetab-whitespace)
459 (whitespace-check-indent-whitespace)
460 (whitespace-check-ateol-whitespace):
461 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
462
463 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
464
465 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
466 after-save-hook so that it is not called multiple times.
467
468 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
469
470 2008-01-23 Eli Zaretskii <eliz@gnu.org>
471
472 * view.el (view-file-other-window, view-file-other-frame):
473 Don't kill the buffer if it is modified. Doc fixes.
474 (kill-buffer-if-not-modified): New function.
475 (view-file): Don't kill the buffer if it is modified.
476
477 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
478 (ebrowse-view/find-file-and-search-pattern):
479 Call view-file-other-window instead of ebrowse-view-file-other-window.
480 (ebrowse-view-file-other-frame): Don't call
481 current-window-configuration. Fix second argument in the call to
482 view-mode-enter. Doc fix.
483
484 2008-01-23 Richard Stallman <rms@gnu.org>
485
486 * subr.el (atomic-change-group): Prevent undo list truncation.
487
488 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
489
490 * files.el (safe-local-eval-forms):
491 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
492
493 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
494
495 * comint.el (comint-insert-input): Set point first.
496
497 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
498 session doesn't hang because gdb-pending-triggers is non-nil.
499 (gdb-frame-handler): Use buffer-file-name instead of
500 buffer-name in case of duplicate file names.
501
502 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
503
504 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
505 C-M-e and C-M-h for emacs, they work by default.
506 (verilog-emacs-features): Remove.
507 (verilog-setup-dual-comments, verilog-populate-syntax-table):
508 Remove. Move syntax table initialization ...
509 (verilog-mode-syntax-table): ... here.
510 (verilog-mode): Don't initialize the syntax table here.
511 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
512 does not need it.
513
514 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
515
516 * progmodes/verilog-mode.el (verilog-booleanp): New function for
517 backward compatibility. Replace all uses of booleanp with
518 verilog-booleanp.
519
520 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
523
524 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
525
526 * progmodes/verilog-mode.el (top-level): Fix spacing.
527 (verilog-mode-version, verilog-mode-release-date):
528 Update version number.
529 (verilog-mode-release-emacs): New variable.
530 (compile-command, reporter-prompt-for-summary-p):
531 Define for byte compiler.
532 (verilog-startup-message-lines, verilog-startup-message-displayed)
533 (verilog-display-startup-message): Remove.
534 (verilog-highlight-p1800-keywords): Improve docstring.
535 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
536 (vector-skip-list): Only defvar at compile time.
537 (verilog-highlight-translate-off, verilog-indent-level)
538 (verilog-indent-level-module, verilog-indent-level-declaration)
539 (verilog-indent-declaration-macros, verilog-indent-lists)
540 (verilog-indent-level-behavioral, verilog-indent-level-directive)
541 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
542 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
543 (verilog-tab-to-comment, verilog-indent-begin-after-if)
544 (verilog-align-ifelse, verilog-minimum-comment-distance)
545 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
546 (verilog-auto-endcomments, verilog-auto-read-includes)
547 (verilog-auto-star-expand, verilog-auto-star-save)
548 (verilog-library-flags, verilog-library-directories)
549 (verilog-library-files, verilog-library-extensions)
550 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
551 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
552 (verilog-assignment-delay, verilog-auto-inst-vector)
553 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
554 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
555 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
556 Add safe-local-variable properties.
557 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
558 (verilog-re-search-backward, verilog-error-regexp-add)
559 (verilog-end-block-re, verilog-emacs-features)
560 (verilog-populate-syntax-table, verilog-setup-dual-comments)
561 (verilog-type-font-keywords, verilog-inside-comment-p)
562 (electric-verilog-backward-sexp, verilog-backward-sexp)
563 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
564 (electric-verilog-terminate-line, electric-verilog-semi)
565 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
566 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
567 (verilog-beg-of-statement, verilog-in-case-region-p)
568 (verilog-in-struct-region-p, verilog-in-generate-region-p)
569 (verilog-in-fork-region-p, verilog-backward-case-item)
570 (verilog-set-auto-endcomments, verilog-get-expr)
571 (verilog-expand-vector-internal, verilog-surelint-off)
572 (verilog-batch-execute-func, verilog-calculate-indent)
573 (verilog-calc-1, verilog-calculate-indent-directive)
574 (verilog-leap-to-head, verilog-continued-line)
575 (verilog-backward-token, verilog-backward-syntactic-ws)
576 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
577 (verilog-forward-ws&directives, verilog-at-constraint-p)
578 (verilog-skip-backward-comments, verilog-indent-line-relative)
579 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
580 (verilog-pretty-declarations, verilog-pretty-expr)
581 (verilog-just-one-space, verilog-indent-declaration)
582 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
583 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
584 (verilog-read-always-signals-recurse, verilog-read-instants)
585 (verilog-read-auto-template, verilog-set-define)
586 (verilog-read-defines, verilog-read-signals, verilog-getopt)
587 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
588 (verilog-modi-cache-results, verilog-insert-one-definition)
589 (verilog-make-width-expression, verilog-delete-autos-lined)
590 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
591 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
592 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
593 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
594 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
595 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
596 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
597 (verilog-load-file-at-mouse, verilog-load-file-at-point)
598 (verilog-library-files): Cleanup spacing of )'s they should not be
599 on unique lines. Fix checkdoc warnings.
600
601 2008-01-22 Glenn Morris <rgm@gnu.org>
602
603 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
604 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
605 from defcustoms.
606 (hide-ifdef-shadow): Remove autoload cookie from defface.
607
608 * vc.el (vc-diff-sentinel): Do not write a footer if there were
609 differences.
610
611 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
612
613 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
614 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
615 manual entry.
616
617 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/dbus.el (dbus-ignore-errors): New macro.
620 (dbus-unregister-object): New defun. Moved from dbusbind.c.
621 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
622 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
623 (dbus-get-signatures): Apply `dbus-ignore-errors'.
624
625 2008-01-21 Martin Rudalics <rudalics@gmx.at>
626
627 * outline.el (outline-up-heading): Fix check for top level to
628 avoid infinite looping in hide-other.
629
630 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
631
632 * vc.el (vc-process-sentinel): After calling the previous
633 sentinel, do nothing if the process' buffer is not live.
634
635 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
636
637 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
638 blank-mode in some buffers (like *info* buffers). Reported by Juanma
639 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
640 blank-mode faces. Doc fix. New version 8.1.
641 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
642 CONDITION BODY).
643 (blank-space-face): Face/option name replaced by blank-space.
644 (blank-hspace-face): Face/option name replaced by blank-hspace.
645 (blank-tab-face): Face/option name replaced by blank-tab.
646 (blank-newline-face): Face/option name replaced by blank-newline.
647 (blank-trailing-face): Face/option name replaced by blank-trailing.
648 (blank-line-face): Face/option name replaced by blank-line.
649 (blank-space-before-tab-face): Face/option name replaced by
650 blank-space-before-tab.
651 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
652
653 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
654
655 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
656 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
657 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
658 (global-blank-mode): Doc fixes.
659 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
660 (blank-newline-face, blank-trailing-face, blank-line-face)
661 (blank-space-before-tab-face, blank-display-mappings)
662 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
663 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
664 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
665 Fix typos in docstrings.
666
667 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
668
669 * server.el (server-log-time-function): New variable.
670 (server-log): Use it.
671
672 2008-01-21 Glenn Morris <rgm@gnu.org>
673
674 * progmodes/hideif.el: Move defcustoms and defface to start of file.
675
676 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
677
678 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
679
680 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
681 (org-descriptive-links, org-link-file-path-type)
682 (org-remember-use-refile-when-interactive)
683 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
684 (org-export-ascii-bullets, org-agenda-deadline-faces)
685 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
686 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
687 (org-kill-note-or-show-branches): Fix typos in docstrings.
688
689 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
690
691 * vc.el (vc-process-sentinel): Set mode-line-process.
692 (vc-exec-after): Likewise, for the `run' process status.
693
694 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * ibuffer.el (ibuffer-mode): Fix last change.
697
698 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
699
700 * vc-hg.el (vc-hg-registered):
701 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
702
703 2008-01-20 Martin Rudalics <rudalics@gmx.at>
704
705 * repeat.el (repeat-undo-count): New variable.
706 (repeat): For self-insertions make undo boundary only after 20
707 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
708
709 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
710
711 * net/imap.el (imap-ping-server): New variable.
712 (imap-opened): On add extra ping if imap-ping-server is non-nil.
713 (imap-ping-server): Minor doc string fixes.
714
715 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
716
717 * net/imap.el (imap-ping-server): New function.
718 (imap-opened): Call imap-ping-server.
719
720 2008-01-20 Glenn Morris <rgm@gnu.org>
721
722 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
723 prevent infloops.
724
725 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
726
727 * progmodes/python.el (python-imports): Default to "None".
728
729 2008-01-19 Tom Tromey <tromey@redhat.com>
730
731 * vc-svn.el (vc-svn-after-dir-status): New function.
732 (vc-svn-dir-status): Run svn asynchronously.
733
734 2008-01-19 Martin Rudalics <rudalics@gmx.at>
735
736 * progmodes/hideif.el (hide-ifdef-shadow): New option.
737 (hide-ifdef-shadow): New face.
738 (hide-ifdef-toggle-shadowing): New function to toggle between
739 shadowing and making code invisible.
740 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
741 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
742 (hide-ifdef-region-internal): Give new overlay hide-ifdef
743 property. Shadow text when hide-ifdef-shadow is non-nil.
744 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
745 (hif-hide-line): Use when instead of if.
746 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
747 Remove unneeded * from doc-strings.
748
749 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
752 the hscroll behavior was fixed.
753 (doc-view-mode): Disable auto-hscroll-mode.
754
755 2008-01-18 Tom Tromey <tromey@redhat.com>
756
757 * vc-svn.el (vc-svn-dir-status): New function.
758
759 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
760
761 * vc.el: Make vc-status asynchronous.
762 (vc-update-vc-status-buffer): New function broken out of ...
763 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
764 the dir-status backend function.
765
766 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
767 Move the output processing to ...
768 (vc-hg-after-dir-status): ... here. Call the function passed as
769 an argument with the results.
770
771 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
774 (doc-view-insert-image): Do something if the image is missing.
775 (doc-view-mode): Don't use file-remote-p.
776
777 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
778
779 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
780 (org-export-latex-special-chars): Convert "..." in \ldots
781 and skip tables.
782 (org-export-latex-fontify-headline): Change parameter name.
783 (org-export-as-latex): Handle export of subtrees.
784 (org-export-latex-make-header): New argument TITLE.
785 (org-export-latex-content): New argument EXCLUDE-LIST.
786 (org-list-parse-list): New name for org-export-latex-parse-list.
787 (org-export-latex-make-header): New name for
788 org-export-latex-make-preamble.
789 (org-list-to-generic): New name of org-export-list-to-generic.
790 (org-list-to-latex): New name of org-export-list-to-latex.
791 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
792 (org-list-send-list, org-list-to-texinfo)
793 (org-list-to-html): New functions.
794 (org-export-latex-tables-column-borders)
795 (org-export-latex-default-class, org-export-latex-classes)
796 (org-export-latex-classes-sectioning)
797 (org-list-radio-list-templates): New options.
798 (org-export-latex-header): New variable.
799 (org-latex-entities): New constant.
800 (org-export-latex-default-sectioning, org-export-latex-preamble)
801 (org-export-latex-prepare-text-option)
802 (org-export-latex-get-sectioning): Remove.
803
804 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
805
806 * textmodes/org-publish.el (org-publish-current-project):
807 Fix bug with forcing publication.
808
809 * textmodes/org.el (org-export-with-special-strings): New option.
810 (org-export-html-convert-special-strings): New function.
811 (org-html-do-expand): `org-export-html-convert-special-strings'
812 added to the list of conversion.
813 (org-infile-export-plist, org-get-current-options): Add support
814 for "-" in the #+OPTION line to let user switch on/off special
815 strings conversion.
816 (org-export-plist-vars): New :html-table-tag property.
817 (org-export-as-html, org-format-org-table-html)
818 (org-format-table-table-html) Use the :html-table-tag property
819 instead of the `org-export-html-table-tag' global value.
820 (org-additional-option-like-keywords): Add "TBLFM".
821 (org-entry-properties): Include the CLOCKSUM special property.
822 (org-columns-edit-value): Do not allow to edit the special
823 CLOCKSUM property.
824 (org-flag-drawer): Use the original value of `outline-regexp'.
825 (org-remember-handler): Add invisible-ok flag to call to
826 `org-end-of-subtree'.
827 (org-agenda-highlight-todo): Respect
828 `org-agenda-todo-keyword-format'.
829 (org-agenda-todo-keyword-format): New option.
830 (org-infile-export-plist): No restriction while searching for options.
831 (org-remember-handler): Remove comments at the end of the buffer.
832 (org-remember-use-refile-when-interactive): New option.
833 (org-table-sort-lines): Make sure sorting works on link
834 descritions only, and ignores the link.
835 (org-sort-entries-or-items): Make sure the end of the subtree is
836 included.
837 (org-refile-use-outline-path): New allowed values `file' and
838 `full-file-path'.
839 (org-get-refile-targets): Respect new values for
840 `org-refile-use-outline-path'.
841 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
842 (org-export-as-xoxo): Restore point when done.
843 (org-open-file): Allow multiple %s in command.
844 (org-clock-in-switch-to-state): New option.
845 (org-first-list-item-p): New function.
846 (org-last-remember-storage-locations): New variable.
847 (org-get-refile-targets): Interpret the new maxlevel setting.
848 (org-refile-targets): New option `:maxlevel'.
849 (org-copy-subtree): Include empty lines before but not after subtree.
850 (org-back-over-empty-lines, org-skip-whitespace): New functions.
851 (org-move-item-down, org-move-item-up): Include empty lines before
852 but not after item.
853 (org-first-sibling-p): New function.
854 (org-remember-apply-template): Defaults, completions and history
855 for template prompts. Also, interpret new `%!' escape.
856 (org-context-choices): New constant.
857 (org-bound-and-true-p): New macro.
858 (org-imenu-depth): New option.
859 (org-imenu-markers): New variable.
860 (org-imenu-new-marker, org-imenu-get-tree)
861 (org-speedbar-set-agenda-restriction): New functions.
862 (org-agenda-set-restriction-lock)
863 (org-agenda-remove-restriction-lock)
864 (org-agenda-maybe-redo): New functions.
865 (org-agenda-restriction-lock): New face.
866 (org-agenda-restriction-lock-overlay)
867 (org-speedbar-restriction-lock-overlay): New variables.
868 (org-open-at-point): Remove obsolete way to do redirection in
869 shell links.
870 (org-imenu-and-speedbar): New customization group.
871 (org-entry-properties): Return keyword-less time strings.
872 (org-clock-heading-function): New option.
873 (org-clock-in): Use `org-clock-heading-function'.
874 (org-calendar-holiday): Try to use `calendar-check-holidays'
875 instead of the obsolete `check-calendar-holidays'.
876 (org-export-html-special-string-regexps): New constant.
877 (org-massive-special-regexp): New variable.
878 (org-compute-latex-and-specials-regexp)
879 (org-do-latex-and-special-faces): New functions.
880 (org-latex-and-export-specials): New face.
881 (org-highlight-latex-fragments-and-specials): New option.
882 (org-link-escape-chars): Use characters instead of strings.
883 (org-link-escape-chars-browser, org-link-escape)
884 (org-link-unescape): Use characters instead of strings.
885 (org-export-html-convert-sub-super, org-html-do-expand): Check for
886 protected text.
887 (org-emphasis-alist): Additional `verbatim' flag.
888 (org-set-emph-re): Handle the verbatim flag and compute
889 `org-verbatim-re'.
890 (org-cleaned-string-for-export): Protect verbatim elements.
891 (org-verbatim-re): New variable.
892 (org-hide-emphasis-markers): New option.
893 (org-additional-option-like-keywords): Add new keywords.
894 (org-get-entry): Rename from `org-get-cleaned-entry'.
895 (org-icalendar-cleanup-string): New function for quoting icalendar text.
896 (org-agenda-skip-scheduled-if-done): New option.
897 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
898 `org-agenda-skip-scheduled-if-done'.
899 (org-prepare-agenda-buffers): Allow buffers as arguments.
900 (org-entry-properties): Add CATEGORY as a special property.
901 (org-use-property-inheritance): Allow a list of properties as a value.
902 (org-eval-in-calendar): No longer update the prompt.
903 (org-read-date-popup-calendar): Rename from
904 `org-popup-calendar-for-date-prompt'.
905 (org-read-date-display-live): New variable.
906 (org-read-date-display): New function.
907 (org-read-date-analyze): New function.
908 (org-remember-apply-template): Define `remember-finalize' if it is
909 not yet defined.
910 (org-remember-insinuate): New function.
911 (org-read-date-prefer-future): New option.
912 (org-read-date): Respect the setting of
913 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
914 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
915 hardcoded string.
916 (org-remember-apply-template): Use `remember-finalize' instead of
917 `remember-buffer'.
918 (org-columns-compute, org-column-number-to-string)
919 (org-columns-uncompile-format, org-columns-compile-format)
920 (org-columns-compile-format): Handle printf format specifier.
921 (org-columns-new, org-column-number-to-string)
922 (org-columns-uncompile-format, org-columns-compile-format):
923 Support for new currency summary type.
924 (org-tree-to-indirect-buffer): Do not kill old buffer when
925 `org-indirect-buffer-display' is `new-frame'.
926 (org-indirect-buffer-display): Document that `new-frame' leads to
927 indiret buffer proliferation.
928 (org-agenda-list): Use `org-extend-today-until'.
929 (org-extend-today-until): New option.
930 (org-format-org-table-html): Use lower-case for <col> tag.
931 (org-agenda-execute): New command.
932 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
933 (org-select-remember-template): New function.
934 (org-remember-apply-template): Use `org-select-remember-template'.
935 (org-go-to-remember-target): New function.
936
937 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
938
939 * vc.el: Add a TODO note about vc-state.
940 (vc-next-action): Register 'unregistered and 'ignored files.
941 Use when and unless instead of if where appropriate.
942 (vc-start-entry): Fix typo.
943 (vc-status): Autoload it.
944
945 2008-01-18 Glenn Morris <rgm@gnu.org>
946
947 * ffap.el (ffap-alist): Remove space from RFC regexp.
948
949 2008-01-18 Richard Stallman <rms@gnu.org>
950
951 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
952 than face-spec-recalc.
953
954 2008-01-18 Glenn Morris <rgm@gnu.org>
955
956 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
957
958 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
959 Miles Bader <miles@gnu.org>
960
961 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
962 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
963 for handling display table (via visws.el package), his code was
964 modified, but the main idea was kept.
965
966 2008-01-17 Glenn Morris <rgm@gnu.org>
967
968 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
969 (ibuffer-save-filters): Remove calls to deleted
970 ibuffer-update-mode-name.
971
972 2008-01-16 Martin Rudalics <rudalics@gmx.at>
973
974 * longlines.el (longlines-mode, longlines-show-region)
975 (longlines-unshow-hard-newlines): Bind buffer-file-name and
976 buffer-file-truename to nil while modifying buffer.
977
978 * cus-edit.el (custom-reset-standard-variables-list)
979 (custom-reset-standard-faces-list): New variables.
980 (custom-reset-standard-save-and-update): New function.
981 (Custom-save): Apply custom-mark-to-save before and
982 custom-state-set-and-redraw after saving options.
983 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
984 options and call custom-reset-standard-save-and-update.
985 (custom-variable, custom-face, custom-group): Provide new
986 entries for custom-mark-to-save, custom-mark-to-reset-standard,
987 and custom-state-set-and-redraw.
988 (custom-variable-mark-to-save)
989 (custom-variable-state-set-and-redraw)
990 (custom-variable-mark-to-reset-standard)
991 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
992 (custom-face-mark-to-reset-standard)
993 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
994 (custom-group-mark-to-reset-standard): New functions.
995 (custom-variable-save): Move save, state-set, and redraw
996 functionality to custom-variable-mark-to-save.
997 (custom-face-save): Move save, state-set, and redraw
998 functionality to custom-face-mark-to-save.
999 (custom-group-save): Move save, state-set, and redraw
1000 functionality to custom-group-mark-to-save.
1001 (custom-variable-reset-standard, custom-face-reset-standard)
1002 (custom-group-reset-standard): Move save, state-set, and redraw
1003 functionality to custom-reset-standard-save-and-update.
1004
1005 (custom-buffer-create-internal): Fix text in verbose help.
1006 (custom-face-value-create): Indent doc-strings of faces like
1007 those of variables.
1008
1009 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * server.el (server-process-filter): Replace lineno and columnnno
1012 which defaulted to 1&0 with filepos which defaults to nil.
1013 (server-goto-line-column): Only receive the filepos.
1014 Only move if filepos is non-nil.
1015 (server-visit-files): Slight restructure to consolidate two calls to
1016 server-goto-line-column into just one.
1017
1018 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
1019 the use of degraded mode.
1020 (nxml-degrade): Don't change mode-name.
1021
1022 * nxml/rng-nxml.el (rng-nxml-mode-init):
1023 Don't overwrite mode-line-process.
1024
1025 * ibuffer.el (mode): Pass the buffer to format-mode-line.
1026 (ibuffer-update-mode-name): Remove.
1027 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
1028 (ibuffer-mode): Use mode-line-process instead.
1029
1030 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
1031 Use derived-mode-p.
1032 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
1033
1034 * help.el (describe-mode): Pass the right buffer to format-mode-line.
1035
1036 2008-01-16 Glenn Morris <rgm@gnu.org>
1037
1038 * comint.el (comint-regexp-arg): Fix no-input case.
1039
1040 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
1041
1042 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
1043 * pcvs.el (cvs-revert-if-needed):
1044 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
1045
1046 * vc-svn.el (vc-svn-find-file-hook):
1047 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
1048
1049 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
1050
1051 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
1052 (icalendar-export-file, icalendar-import-file):
1053 Restore significant trailing whitespace in `interactive' prompts.
1054
1055 2008-01-16 Tom Tromey <tromey@redhat.com>
1056
1057 * calendar/icalendar.el (icalendar--convert-tz-offset)
1058 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
1059 (icalendar--find-time-zone): New functions.
1060 (icalendar--decode-isodatetime): Add `zone' argument, passed to
1061 `decode-time'. Doc fix.
1062 (icalendar--convert-ical-to-diary): Compute zone-map.
1063 Pass timezone to icalendar--decode-isodatetime.
1064
1065 2008-01-16 Alan Mackenzie <acm@muc.de>
1066
1067 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
1068 an eval-and-compile, so as to permit byte-compiling (e.g. in
1069 bootstrap).
1070
1071 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
1074 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
1075 using the same key for different menu entries.
1076
1077 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
1078 (smerge-makeup-conflict): New command.
1079
1080 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
1081
1082 * log-edit.el (log-edit): Doc fix.
1083
1084 2008-01-15 Glenn Morris <rgm@gnu.org>
1085
1086 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1087
1088 2008-01-14 Alan Mackenzie <acm@muc.de>
1089
1090 * progmodes/cc-vars.el (c-constant-symbol): New function which
1091 supersedes c-const-symbol. During a customize-.. call it enables
1092 an element of (e.g.) c-hanging-braces alist to have its name
1093 displayed, even when the default value of c-h-b etc. doesn't
1094 include the elemnt. Replace uses of the old function by the new.
1095
1096 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1097 obscure non-working fragment ":value c-".
1098
1099 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
1102
1103 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
1106 instead of `tramp-file-name-real-host'.
1107
1108 * net/trampver.el: Update release number.
1109
1110 2008-01-14 Alan Mackenzie <acm@muc.de>
1111
1112 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1113 call inside a struct being recognised as a K&R argument.
1114
1115 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1118 Accept "fatal error" from MSFT.
1119 Reported by Jared Finder <jfinder@crypticstudios.com>.
1120
1121 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
1122
1123 * smerge-mode.el (smerge-auto): New function.
1124 * vc-svn.el (vc-svn-find-file-hook):
1125 * vc-arch.el (vc-arch-find-file-hook):
1126 * pcvs.el (cvs-revert-if-needed):
1127 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
1128 (top-level): Add a Todo list.
1129
1130 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1131
1132 * vc.el (vc-update): Resolve conflicts if necessary instead of
1133 just updating the buffer.
1134
1135 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
1136 update command so that we can parse the output.
1137
1138 2008-01-13 Martin Rudalics <rudalics@gmx.at>
1139
1140 * mail/rmail.el (rmail-convert-to-babyl-format):
1141 Remove save-excursion to avoid infinite looping.
1142 Reported by: dnz <dnz@bk.ru>.
1143
1144 2008-01-12 Glenn Morris <rgm@gnu.org>
1145
1146 * woman.el (woman-parse-numeric-arg): Change handling of `==':
1147 can be interned without a function definition.
1148
1149 2008-01-12 Jason Rumney <jasonr@gnu.org>
1150
1151 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
1152 (rng-nxml-mode-init): Declare.
1153
1154 2008-01-11 Jason Rumney <jasonr@gnu.org>
1155
1156 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
1157 (rng-preferred-prefix-alist-default): Remove.
1158
1159 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
1160 Rename from nxml-enable-unicode-char-name-sets-flag.
1161 (nxml-enable-unicode-char-name-sets-1): Merge into
1162 nxml-enable-unicode-char-name-sets.
1163 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
1164 nxml-char-name-ignore-case here.
1165
1166 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
1167 Update doc string and commentary.
1168 (nxml-char-name-ignore-case): Change default value.
1169 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
1170
1171 2008-01-11 Martin Rudalics <rudalics@gmx.at>
1172
1173 * cus-start.el (all): Add missing version entries.
1174
1175 2008-01-11 Glenn Morris <rgm@gnu.org>
1176
1177 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
1178 (euc-to-flat-code, flat-code-to-euc):
1179 * textmodes/org.el (elmo-msgdb-overview-get-entity)
1180 (wl-summary-buffer-msgdb): Declare as funtions.
1181
1182 2008-01-10 Martin Rudalics <rudalics@gmx.at>
1183
1184 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
1185 Bind buffer-file-name and buffer-file-truename.
1186
1187 * fringe.el (fringe-mode-explicit): New variable.
1188 (set-fringe-mode): Don't alter default-frame-alist when just
1189 loading this file.
1190
1191 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
1192
1193 * doc-view.el (doc-view-buffer-file-name): New variable.
1194 (doc-view-convert-current-doc, doc-view-search)
1195 (doc-view-current-cache-dir, doc-view-initiate-display)
1196 (doc-view-mode): Use it.
1197 (doc-view-bookmark-make-cell): Use variable buffer-file-name
1198 instead of function.
1199
1200 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1201
1202 * vc-svn.el (vc-svn-registered): Return the correct value for
1203 ignored and unregistered files.
1204
1205 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
1206
1207 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
1208
1209 2008-01-10 Tom Tromey <tromey@redhat.com>
1210
1211 * vc.el (vc-status-unmark-all-files): New function.
1212 (vc-status-unmark-all-files): Likewise.
1213 (vc-status-mode-map): Add bindings.
1214
1215 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
1216
1217 * ediff*.el: Uncomment declare-function.
1218
1219 * viper*.el: Uncomment declare-function.
1220
1221 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
1222
1223 * doc-view.el (doc-view-mode): Support tramp, compressed files and
1224 files inside archives uniformly.
1225
1226 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
1227
1228 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
1229 constant with a computation on sgml-specials rather than a literal
1230 list. Without this change the syntax table is generated
1231 incorrectly, and the mode will think it's in a comment following
1232 any instance of the string "--".
1233
1234 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
1235
1236 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
1237 (doc-view-mode): Support document files inside archives.
1238
1239 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * vc.el (vc-deduce-fileset): Return the currently selected file if
1242 no files are selected when using vc-status.
1243
1244 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1245
1246 * ediff*.el: Comment out declare-function. "make bootstrap"
1247 stops with an error and Emacs does not compile with those things in.
1248 Besides, declare-function is not defined in XEmacs.
1249
1250 * ediff-util (eqiff-quit): Autoraise minibuffer.
1251
1252 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
1253
1254 * viper*.el: Comment out declare-function -- not defined in XEmacs.
1255
1256 * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
1257
1258 * viper.el (viper-set-hooks, set-cursor-color):
1259 Set viper-vi-state-cursor-color.
1260
1261 2008-01-09 Tom Tromey <tromey@redhat.com>
1262
1263 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
1264 Just return header.
1265 (vc-status-move-to-goal-column): New function.
1266 (vc-status-mode-map): Define more keys.
1267 (vc-status-mode): Use vc-status-refresh. Now 'special.
1268 (vc-status-refresh): New function.
1269 (vc-status-next-line): Likewise.
1270 (vc-status-previous-line): Likewise.
1271 (vc-status-mark-file): Use vc-status-next-line.
1272 (vc-status-unmark-file): Use vc-status-previous-line.
1273 (vc-status-unmark-file-up): New function.
1274 (vc-status-register): Likewise.
1275 (vc-status-find-file): Likewise.
1276 (vc-status-find-file-other-window): Likewise.
1277 (vc-status-current-file): Likewise.
1278 (vc-ensure-vc-buffer): Understand vc-status mode.
1279
1280 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
1281
1282 2008-01-09 Glenn Morris <rgm@gnu.org>
1283
1284 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1285 entry, for Windows.
1286
1287 2008-01-09 Tom Tromey <tromey@redhat.com>
1288
1289 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
1290
1291 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1292
1293 * ps-print.el: Some face attributes (like :strike-through) were not
1294 being recognised. Reported by Leo <sdl.web@gmail.com>.
1295 (ps-print-version): New version 6.8.2.
1296 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1297 (ps-screen-to-bit-face): Fix code.
1298
1299 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
1302 add a file-name handler.
1303
1304 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1305
1306 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
1307 Rename from function bibtex-files-expand. New optional arg select.
1308 (bibtex-flash-head): Allow blink-matching-delay being zero.
1309 (bibtex-clean-entry): Use atomic-change-group.
1310 (bibtex-format-entry): Check presence of required fields only
1311 after formatting of fields. Use member-ignore-case. Do not use
1312 bibtex-parse-entry. Do not use booktitle field to set a missing title.
1313 (bibtex-autofill-entry): Do not call undo-boundary.
1314 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
1315 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
1316 Parse keys if necessary.
1317
1318 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1319
1320 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1321 quotes in case of spaces, e.g. STL containers (not pretty).
1322
1323 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * progmodes/gdb-ui.el (gud-gdb-command-name):
1326 Explain "--annotate=3" option is necessary for the Graphical Interface.
1327
1328 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1329
1330 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1331 on menu bar.
1332
1333 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1334
1335 * ffap.el (ffap-read-file-or-url): Let-bind
1336 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1337
1338 2008-01-08 Sven Joachim <svenjoac@gmx.de>
1339
1340 * vc-bzr.el: Fix typo in header.
1341
1342 2008-01-08 Eli Zaretskii <eliz@gnu.org>
1343
1344 * Makefile.in (custom-deps, finder-data): Depend on autoloads
1345 instead of loaddefs.el.
1346
1347 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1350 gets inserted out-of-order.
1351
1352 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
1353
1354 * vc-bzr.el: Copyright and version headers update.
1355 Remove some outdated comments through the whole file.
1356 (vc-bzr-program-args): Remove because unused.
1357 (vc-bzr-log-switches): New customization option.
1358 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
1359 use `vc-bzr-program-args'.
1360 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1361 `vc-find-root' (patch by Andreas Hoenen).
1362 (vc-bzr-status): Update regex to match latest Bzr output.
1363 Remove redundant test.
1364 (vc-bzr-init-version): New function.
1365 (vc-bzr-unregister): Must not delete file.
1366 (vc-bzr-find-version): New function.
1367 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1368 a non-empty string, otherwise take head revision.
1369 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1370 (vc-bzr-diff): Simpler build of the revision spec string.
1371 (vc-annotate-convert-time, vc-bzr-annotate-difference):
1372 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1373 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
1374 (vc-bzr-dired-state-info): Only provide custom strings for
1375 overloaded VC state 'edited; otherwise fallback to
1376 `vc-default-dired-state-info'.
1377
1378 2008-01-08 Richard Stallman <rms@gnu.org>
1379
1380 * delsel.el (delete-selection-mode): Doc fix.
1381
1382 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1383
1384 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1385 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1386
1387 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1388 of watch expressions (only works fully with GDB 6.7 or later).
1389
1390 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
1391
1392 * time-stamp.el (time-stamp-time-zone):
1393 * whitespace.el (whitespace-check-buffer-leading)
1394 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1395 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1396 * progmodes/sh-script.el (sh-indentation):
1397 * textmodes/ispell.el (ispell-local-pdict):
1398 Add safe-local-variable properties.
1399
1400 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1401
1402 * vc-git.el (vc-git--call): Apply `process-file' instead of
1403 `call-process'.
1404
1405 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1406 Reported by Pete Forman <pete.forman@westerngeco.com>.
1407 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1408 (tramp-handle-process-file): Handle the case where DESTINATION is
1409 a consp with t as car.
1410 (tramp-wait-for-output): We shall remove exactly what has been
1411 find by the search.
1412
1413 2008-01-08 Kevin Ryde <user42@zip.com.au>
1414
1415 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1416 For perl, allow "during global destruction" at end. Add entry for
1417 two-arg form of the Test module ok() func.
1418
1419 2008-01-08 Glenn Morris <rgm@gnu.org>
1420
1421 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1422 unified format.
1423
1424 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1425
1426 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
1427
1428 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1429 Simplify selection of frame focusing function.
1430
1431 2008-01-08 Michael Olson <mwolson@gnu.org>
1432
1433 * textmodes/remember.el (remember-region): Fix typo in docstring.
1434
1435 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
1436
1437 * textmodes/remember.el (remember): If there is a visible region
1438 [that is, the mark is active and transient mark mode is enabled]
1439 then use this region for the initial contents of the *Remember*
1440 buffer. Use `region-beginning' and `region-end' instead of
1441 `point' and `mark'.
1442
1443 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1444
1445 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1446 argument to vc-hg-command.
1447 (vc-hg-log-view-mode): Handle the user field better.
1448
1449 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1452
1453 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1454
1455 * vc.el (vc-status-fileinfo): New defstruct.
1456 (vc-status): New defvar
1457 (vc-status-insert-headers, vc-status-printer, vc-status)
1458 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1459 (vc-status-unmark-file, vc-status-marked-files): New functions.
1460
1461 * vc-hg.el (vc-hg-dir-status): New function.
1462
1463 2008-01-06 Martin Rudalics <rudalics@gmx.at>
1464
1465 * cus-edit.el (custom-tool-bar-map): Move initialization of this
1466 keymap from here ...
1467 (custom-mode): ... to here. Reported by Reiner Steib.
1468
1469 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * obsolete/x-apollo.el: Remove file for unsupported system.
1472
1473 * term/x-win.el (vendor-specific-keysyms): Remove reference to
1474 Apollo.
1475
1476 * progmodes/gud.el (gud-dgux-p): Remove.
1477 (dbx): Remove reference to dgux.
1478
1479 * progmodes/ps-mode.el (ps-mode-print-function):
1480 * ps-print.el (ps-lp-system):
1481 * paths.el (rmail-spool-directory):
1482 * ls-lisp.el (ls-lisp-emulation):
1483 * lpr.el (lpr-lp-system):
1484 * dired.el (dired-chown-program): Remove references to dgux.
1485
1486 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * vc.el (vc-process-sentinel): Fix apparent typo.
1489 (vc-do-command): Forcefully kill any left over process.
1490 Use start-file-process.
1491 (vc-annotate-get-time-set-line-props): Check we don't move backward.
1492
1493 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
1494
1495 * net/dbus.el (dbus-list-hash-table)
1496 (dbus-name-owner-changed-handler): Replace "signal" by "member".
1497 (dbus-check-event): Add serial number to event.
1498 (dbus-handle-event): Apply return message if needed.
1499 (dbus-event-serial-number): New defun.
1500 (dbus-event-service-name, dbus-event-path-name)
1501 (dbus-event-interface-name, dbus-event-member-name):
1502 Adapt implementation to serial number.
1503
1504 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * bs.el (bs--get-mode-name): Fix typo in previous change.
1507
1508 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 * mouse.el (mouse-popup-menubar): Fix typo.
1511
1512 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1513 form inside with-current-buffer.
1514
1515 * progmodes/antlr-mode.el (provide): Move to the end of file.
1516 (require): Don't require font-lock and compile.
1517 (outline-level, imenu-use-markers, imenu-create-index-function):
1518 Move declarations to top level.
1519 (cond-emacs-xemacs-macfn): Declare for compiler.
1520
1521 * vc-bzr.el (vc-bzr-root):
1522 * vc-arch.el (vc-arch-root): Only set a property if the file is
1523 managed by this backend.
1524
1525 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1526
1527 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
1528
1529 * doc-view.el (doc-view-scroll-up-or-next-page)
1530 (doc-view-scroll-down-or-previous-page): Don't scroll to the
1531 top/bottom again when on the first/last page.
1532
1533 * doc-view.el (doc-view-scroll-up-or-next-page)
1534 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1535 image-scroll-down instead of the non-image equivalents.
1536 Don't rely on a signalled condition but switch pages when scrolling
1537 doesn't change the vertical position anymore.
1538 (doc-view-mode-map): Remap scroll-{up,down} to
1539 image-scroll-{up,down}.
1540
1541 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
1542
1543 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1544 tpu-mapper command rather than load the tpu-mapper package.
1545
1546 * emulation/tpu-mapper.el (tpu-mapper): New command.
1547 Contains all the code previously at top-level.
1548
1549 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * bs.el (bs--sort-by-mode, bs--get-mode-name):
1552 * imenu.el (imenu-add-to-menubar):
1553 * makesum.el (make-command-summary):
1554 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1555 (mouse-buffer-menu):
1556 * msb.el (msb--mode-menu-cond):
1557 * calc/calc-embed.el (calc-do-embedded):
1558 * emacs-lisp/helper.el (Helper-describe-mode):
1559 * mail/emacsbug.el (report-emacs-bug):
1560 * progmodes/hideshow.el (hs-grok-mode-type):
1561 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1562 * textmodes/table.el (*table--cell-describe-mode):
1563 Pass mode-name through format-mode-line.
1564
1565 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * progmodes/ada-xref.el (ada-prj-find-prj-file):
1568 * progmodes/ada-mode.el (comment-region):
1569 * calendar/todo-mode.el (todo-insert-item):
1570 * bookmark.el (bookmark-buffer-name):
1571 Test major-mode rather than mode-name.
1572
1573 2008-01-04 Richard Stallman <rms@gnu.org>
1574
1575 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1576 Call byte-compile-warn-about-unresolved-functions outside
1577 the with-current-buffer.
1578 (byte-compile-insert-header): Use with-current-buffer.
1579
1580 2008-01-04 Glenn Morris <rgm@gnu.org>
1581
1582 * startup.el (fancy-about-screen): Remove reference to deleted
1583 `fancy-splash-help-echo' variable.
1584
1585 * version.el (emacs-copyright): Update to 2008.
1586
1587 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1588 rather than mapcar.
1589
1590 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1591 change (merge mistake).
1592
1593 * doc-view.el (doc-view-search-internal): Don't use `incf'.
1594
1595 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1596 (bookmark-get-bookmark-record):
1597 * image-mode.el (bookmark-make-cell-function)
1598 (bookmark-get-filename, bookmark-get-bookmark-record)
1599 (bookmark-get-position):
1600 * log-view.el (vc-modify-change-comment):
1601 * progmodes/grep.el (find-name-arg): Declare for compiler.
1602
1603 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * savehist.el (savehist-coding-system): Default to a variant coding
1606 system with explicit unix end-of-line conversion, which is safer.
1607
1608 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1611 * ibuffer.el (mode column): Use format-mode-line.
1612
1613 * server.el (server-create-window-system-frame): Remove workaround for
1614 a bug that has been fixed.
1615
1616 2008-01-03 Magnus Henoch <magnus@zemdatav>
1617
1618 * net/dbus.el (dbus-name-owner-changed-handler):
1619 Use dbus-unregister-object instead of dbus-unregister-signal.
1620
1621 2008-01-03 Drew Adams <drew.adams@oracle.com>
1622
1623 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1624
1625 2008-01-03 Richard Stallman <rms@gnu.org>
1626
1627 * replace.el (occur-context-lines): New subroutine,
1628 broken out of occur-engine.
1629 (occur-engine): Call it.
1630
1631 2008-01-03 Alexandre Julliard <julliard@winehq.org>
1632
1633 * vc-git.el (vc-git--ls-files-state): New function.
1634 (vc-git-dir-state): Use it instead of processing the status
1635 results here.
1636
1637 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1638
1639 * progmodes/grep.el (grep-find-ignored-directories):
1640 Initialize from the value of vc-directory-exclusion-list.
1641
1642 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1643 even though we don't have a back end for darcs yet.
1644
1645 2008-01-02 Karl Fogel <kfogel@red-bean.com>
1646
1647 Change a return type, for greater extensibility.
1648 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1649 and its thread for discussion leading to this change.
1650
1651 * emacs-cvs/lisp/bookmark.el:
1652 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1653 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1654 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1655 (bookmark-bmenu-switch-other-window): Adjust accordingly.
1656 (bookmark-make-cell-function): Adjust documentation accordingly.
1657
1658 * emacs-cvs/lisp/image-mode.el
1659 (image-bookmark-jump): Adjust return type accordingly; document.
1660
1661 * emacs-cvs/lisp/doc-view.el
1662 (doc-view-bookmark-jump): Adjust return type accordingly; document.
1663
1664 2008-01-02 Miles Bader <miles@gnu.org>
1665
1666 * net/rcirc.el (rcirc-log-filename-function): New variable.
1667 (rcirc-log): Use `rcirc-log-filename-function' to generate the
1668 log-file name. Don't log anything if it returns nil.
1669 (rcirc-log-write): Use `expand-file-name' when merging the
1670 log-file name from the alist with rcirc-log-directory; this does
1671 the right thing if the name in the alist already an absolute
1672 filename. Make the log-file directory if necessary.
1673
1674 2007-12-29 Richard Stallman <rms@gnu.org>
1675
1676 * font-lock.el (font-lock-prepend-text-property)
1677 (font-lock-append-text-property): Canonicalize the face and
1678 font-lock-face properties.
1679
1680 * faces.el (facep): Doc fix.
1681
1682 * startup.el (fancy-startup-tail, fancy-about-text)
1683 (fancy-startup-text): Regularize format of face property.
1684
1685 * facemenu.el (list-colors-print): Use :background and :foreground
1686 instead of background-color and foreground-color.
1687
1688 2007-12-29 Drew Adams <drew.adams@oracle.com>
1689
1690 * cus-edit.el (custom-add-parent-links):
1691 Fill the "Parent documentation" text.
1692
1693 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1694
1695 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1696 MS-Windows and MS-DOS.
1697 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1698
1699 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1700
1701 * vc-svn.el (vc-svn-modify-change comment): New function.
1702
1703 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1704
1705 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1706 Do not disable undo, with-temp-buffer does it by default.
1707
1708 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
1709
1710 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1711 correctly.
1712
1713 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
1714 with vc-state.
1715 (vc-next-action): Fix vc-transfer-file call.
1716
1717 2007-12-31 Tom Tromey <tromey@redhat.com>
1718
1719 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1720 Move point to the start of the buffer.
1721
1722 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1725
1726 * vc.el: State that dir-state is required to set the vc-state and
1727 vc-backend properties.
1728
1729 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1730
1731 * man.el (Man-default-man-entry): Make this a defun.
1732 Improve guessing mechanism and handling of section numbers.
1733
1734 2007-12-31 Richard Stallman <rms@gnu.org>
1735
1736 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1737
1738 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1739
1740 * calc/calc-units.el (calc-convert-temperature): Ensure that units
1741 are on the result even when the result is zero.
1742
1743 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
1744
1745 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1746 resistent towards wrong parameters.
1747 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1748
1749 2007-12-30 Richard Stallman <rms@gnu.org>
1750
1751 * faces.el (face-all-attributes): New function.
1752
1753 * faces.el (face-differs-from-default-p): Compute list of attr names
1754 from face-attribute-name-alist.
1755
1756 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1757 (custom-face-save): Likewise.
1758 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1759
1760 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1761 (custom-theme-set-faces): Clear `face-override-spec' property.
1762 Call `face-spec-set' with FOR-DEFFACE.
1763
1764 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1765
1766 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1767 Use of frame as third arg is deprecated.
1768 Handle `face-override-spec' property.
1769 (face-spec-recalc): New function.
1770 (face-spec-set-2): New function.
1771 (frame-set-background-mode): Handle `face-override-spec' property.
1772 Use `face-spec-recalc'.
1773 (face-set-after-frame-default): Use `face-spec-recalc'.
1774
1775 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
1776
1777 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1778
1779 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1780
1781 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1782
1783 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
1784
1785 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1786 'added, 'removed.
1787
1788 * vc.el (header coment): Better description of dir-state.
1789 (vc-compatible-state): New function. Checks whether two states
1790 can be in the same changeset; used with 'edited it can test whether
1791 the next action for a state should be commit.
1792 (vc-default-dired-state-info): Display 'removed state.
1793 (vc-dired-hook): Turn off undo, this is a speed tweak.
1794
1795 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1796
1797 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1798 Cope with the possibility that the 'C' status flag might change
1799 in 0.9,6.
1800
1801 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1802
1803 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1804
1805 * files.el (cd-absolute): Fix omission bug:
1806 Make `list-buffers-directory' buffer-local.
1807
1808 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1809
1810 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1811
1812 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1813
1814 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1815
1816 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1817 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1818 (math-yacas-compose-deriv, math-yacas-compose-taylor)
1819 (math-maxima-parse-subst, math-maxima-parse-taylor)
1820 (math-maxima-compose-taylor, math-maxima-compose-subst)
1821 (math-maxima-compose-if, math-lang-switch-args)
1822 (math-lang-compose-switch-args, math-read-giac-subscr):
1823 New functions.
1824 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1825 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1826 Add languages.
1827 (math-vector-brackets, math-complex-format, math-variable-table)
1828 (math-parse-table, math-oper-table, math-function-table)
1829 (math-special-function-table, math-compose-subscr):
1830 Add values for new languages.
1831
1832 * calc/calccomp.el (math-compose-expr): Add new languages.
1833
1834 * calc/calc.el (calc-language): Add languages to docstring.
1835
1836 * calc/calc-ext.el (calc-init-extensions): Add keybindings
1837 for new languages. Autoload commands to change languages.
1838
1839 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1840
1841 * calc/calc-menu.el (calc-modes-menu): Add new languages.
1842 (calc-arithmetic-menu, calc-scientific-function-menu)
1843 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1844 (calc-units-menu, calc-variables-menu, calc-stack-menu):
1845 Add :active keywords.
1846
1847 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1848
1849 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1850 returns 'ignored or 'unregistered.
1851 (vc-hg-state): Pass "-A" to the status command and deal with the
1852 output.
1853 (vc-hg-dir-state): Pass "-A" to the status command.
1854
1855 2007-12-29 Richard Stallman <rms@gnu.org>
1856
1857 * progmodes/compile.el (compilation-start): Set initial visible
1858 point properly even when compilation buffer already current.
1859
1860 2007-12-29 Richard Stallman <rms@gnu.org>
1861
1862 * files.el (conf-mode-maybe): New function.
1863 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1864
1865 2007-12-29 Martin Rudalics <rudalics@gmx.at>
1866
1867 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1868
1869 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1870
1871 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1872
1873 2007-12-29 Richard Stallman <rms@gnu.org>
1874
1875 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1876 so they never do EOF.
1877
1878 2007-12-29 Richard Stallman <rms@gnu.org>
1879
1880 * faces.el (copy-face): Create the new face explicitly if it
1881 does not exist already.
1882
1883 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1884
1885 * simple.el (minibuffer-history, shell-command-history)
1886 (set-variable-value-history):
1887 * replace.el (regexp-history):
1888 * international/mule-cmds.el (input-method-history):
1889 * files.el (file-name-history): Add reference to history-length in
1890 the doc string.
1891
1892 2007-12-29 Richard Stallman <rms@gnu.org>
1893
1894 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1895
1896 2007-12-29 Jason Rumney <jasonr@gnu.org>
1897
1898 * find-dired.el (find-name-arg): New custom variable.
1899 (find-name-dired): Use it.
1900 (find-dired-find-program): Remove.
1901 (find-dired): Use find-program.
1902 (find-grep-dired): Use grep-program.
1903
1904 * progmodes/grep.el (rgrep): Use find-name-arg.
1905
1906 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1907
1908 * progmodes/cc-vars.el (defcustom-c-stylevar):
1909 Revert to pre-2007-12-12 version.
1910
1911 2007-12-29 Richard Stallman <rms@gnu.org>
1912
1913 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1914
1915 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1916 Use changed.
1917
1918 * startup.el (fancy-splash-help-echo): Var deleted.
1919 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1920 (fancy-about-screen): Don't display fancy-splash-help-echo.
1921
1922 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1923
1924 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
1925
1926 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1927 to vc-hooks.el so it will be available to other modes, such as
1928 speedbar.el. Also, teach it to recognize monotone state directories.
1929
1930 * speedbar.el: Remove this mode's fragile assumptions about
1931 version-control systems. Instead, make it use logic from
1932 vc-hooks.el so it will become smarter whenever VC mode does.
1933
1934 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1935 Fix the documentation.
1936
1937 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1938 Modify all instances of the dir-state back-end method to suppress
1939 keeping undo lists on the buffers holding status output, which
1940 can get extremely large.
1941
1942 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1943 so they don't do work that the default one can do instead.
1944
1945 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1946 states, and the new return-value convention. These are not
1947 actually used yet, just set.
1948
1949 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1950 states when appropriate.
1951
1952 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1953 'unregistered when appropriate.
1954
1955 * vc-git.el: Document that we don't set the new states yet.
1956
1957 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1958 'ignored states.
1959
1960 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1961 appropriate.
1962
1963 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1964 when appropriate.
1965
1966 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
1967
1968 * thumbs.el (thumbs-call-convert): Use call-process directly
1969 with thumbs-conversion-program instead of through shell-file-name
1970 for better error reporting.
1971
1972 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
1973
1974 * calc/calc-aent.el (math-remove-percentsigns):
1975 * calc/calccomp.el (math-to-percentsigns): Change placeholder
1976 for percent signs.
1977
1978 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1979
1980 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1981 use completion-ignored-extensions to detect files that should be
1982 ignorted in VC-Dired listings, heading off lots of expensive calls
1983 to (vc-state).
1984
1985 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1986 non-terse mode.
1987 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1988 Makefile.in or Makefile.am
1989
1990 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1991
1992 * ps-print.el (ps-mark-active-p): Fun returned back.
1993 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1994 `region-active-p' for error checking.
1995
1996 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1997
1998 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1999 Put new machinery in place to support editing of change comments
2000 with 'e' in a log-view buffer. Not documented yet as this
2001 only works for SCCS, RCS, and maybe CVS if you have admin
2002 privileges. When we have backend support for Subversion and
2003 more modern systems it will be time to write this up.
2004
2005 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
2006
2007 * international/mule-cmds.el (select-safe-coding-system):
2008 When a buffer is modified, cancel the writing.
2009
2010 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
2011
2012 * log-view.el: Add Subversion and Mercurial log format samples.
2013
2014 * vc.el (vc-dired-hook): Significantly speed up by arranging for
2015 it to call the backend dir-state hook (if it exists)
2016 exactly *once*, rather than once per each subdirectory (with
2017 dired-state-info calls on all toplevel files slowing it down even
2018 further). For this to work, backend dir-state methods have to
2019 recurse to subdirectories. Most of them already did anyway; a few
2020 needed *non*-recursion switches removed. This change mostly
2021 removed code that was perversely bad and should have been shot
2022 through the head years ago.
2023
2024 * vc-bzr.el (vc-bzr-dir-state):
2025 * vc-cvs.el (vc-cvs-dir-state):
2026 * vc-mcvs.el (vc-mcvs-dir-state):
2027 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
2028
2029 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
2030 multiple arguments, so generate logs sequentially when we get them.
2031 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
2032 headers so the various log bindings can do the right thing.
2033 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
2034
2035 2007-12-26 Andreas Schwab <schwab@suse.de>
2036
2037 * font-lock.el (save-buffer-state): Make sure the state of the
2038 buffer is always restored.
2039
2040 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
2041
2042 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
2043
2044 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
2045 a variable.
2046
2047 * calc/calccomp.el (math-to-percentsigns): New function.
2048 (math-compose-var): Handle variables with percent signs.
2049 (math-compose-expr): Handle function names with percent signs.
2050
2051 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
2052 (math-read-exprs): Handle percent signs in languages that
2053 allow them.
2054 (math-restore-underscores): Remove function.
2055 (math-remove-percentsigns, math-restore-placeholders):
2056 New functions.
2057
2058 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2059
2060 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
2061 of `mark' for error checking.
2062
2063 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
2064
2065 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
2066 New functions.
2067 (image-mode): Set bookmark-make-cell-function appropriately.
2068
2069 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
2070
2071 * bookmark.el (bookmark-make-cell-function): New variable.
2072 (bookmark-make): Call bookmark-make-cell-function's function
2073 instead of bookmark-make-cell.
2074 (bookmark-get-handler, bookmark-jump-internal): New functions.
2075 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
2076 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
2077 Use bookmark-jump-internal.
2078 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
2079
2080 * doc-view.el (doc-view-bookmark-make-cell)
2081 (doc-view-bookmark-jump): New functions.
2082 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
2083
2084 2007-12-25 Miles Bader <miles@gnu.org>
2085
2086 * indent.el (indent-for-tab-command): Rigidly indent the following
2087 sexp along with the current line when a prefix arg is given in the
2088 non-active-region case. Specify raw prefix in interactive spec.
2089 Simplify main indentation logic to get rid of the conditional call
2090 to `indent-according-to-mode' (it just ended up calling
2091 `indent-line-function' in all cases anyway, which can be done more
2092 simply here). Remove unnecessary test of ARG in active region case.
2093
2094 2007-12-25 Richard Stallman <rms@gnu.org>
2095
2096 * allout.el (allout-region-active-p): Rename from my-region-active-p.
2097 Use `use-region-p'.
2098 (allout-write-file-hook-handler): Simplify code.
2099
2100 * ps-print.el (ps-mark-active-p): Function deleted.
2101 (ps-print-preprint-region): Use (mark) for the error check.
2102
2103 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
2104
2105 * winner.el (winner-active-region): Use `mark-active' if it's defined.
2106
2107 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
2108
2109 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
2110
2111 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
2112
2113 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
2114
2115 * progmodes/cc-defs.el (c-region-is-active-p):
2116 Use `mark-active' if it's defined.
2117
2118 * progmodes/cc-cmds.el (c-indent-line-or-region):
2119 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
2120
2121 * simple.el (select-active-regions): New option.
2122 (set-mark): Obey it.
2123 (yank-pop-change-selection): New option.
2124 (current-kill): Obey it.
2125
2126 * simple.el (use-region-p): Rename from `region-active-p'.
2127 (region-active-p): New function.
2128
2129 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
2130
2131 * term/x-win.el (x-select-enable-primary): New option.
2132 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
2133
2134 * mouse.el (mouse-yank-primary): New function (almost same
2135 as mouse-yank-secondary).
2136
2137 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 * calculator.el:
2140 * dframe.el:
2141 * iswitchb.el:
2142 * whitespace.el:
2143 * winner.el:
2144 * emacs-lisp/checkdoc.el:
2145 * mail/feedmail.el:
2146 * net/quickurl.el:
2147 * obsolete/fast-lock.el:
2148 * play/5x5.el:
2149 * progmodes/delphi.el:
2150 * progmodes/idlw-shell.el:
2151 * progmodes/idlwave.el:
2152 * textmodes/artist.el:
2153 * textmodes/ispell.el:
2154 * textmodes/texinfmt.el:
2155 * textmodes/texinfo.el: Remove obsolete definitions of backward
2156 compatibility macros for defcustom, defgroup, defface, when,
2157 unless, with-current-buffer and with-temp-message.
2158
2159 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
2160
2161 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
2162
2163 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
2166 indeed a process.
2167
2168 2007-12-23 Richard Stallman <rms@gnu.org>
2169
2170 * simple.el (region-active-p): New function.
2171 (use-empty-active-region): New variable.
2172
2173 * dired-aux.el (dired): Load dired.el at run time too.
2174
2175 2007-12-23 Juri Linkov <juri@jurta.org>
2176
2177 * man.el (Man-follow-manual-reference): Fill the minibuffer's
2178 default list with a full list of references.
2179
2180 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
2181
2182 2007-12-23 Andreas Schwab <schwab@suse.de>
2183
2184 * files.el (switch-to-buffer-other-frame): Return the buffer
2185 switched to.
2186
2187 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
2188
2189 Sync with Tramp 2.1.12.
2190
2191 * net/tramp.el: New todo item.
2192
2193 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
2194 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
2195
2196 * net/trampver.el: Update release number.
2197
2198 2007-12-22 Richard Stallman <rms@gnu.org>
2199
2200 * newcomment.el (comment-region-default): Don't triple the
2201 comment starter if the first region line isn't indented enough.
2202
2203 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2204
2205 * net/imap.el (imap-authenticate): Use current-buffer instead of
2206 buffer, for the cases where imap-authenticate is called with a nil
2207 buffer parameter.
2208
2209 2007-12-21 Martin Rudalics <rudalics@gmx.at>
2210
2211 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2212 specifier from format-string. Reported by Ye Wenbin.
2213
2214 2007-12-20 Jason Rumney <jasonr@gnu.org>
2215
2216 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
2217 Parent group is font-lock-faces.
2218 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
2219 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
2220 (nxml-version): Remove.
2221 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
2222 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
2223 (nxml-processing-instruction-delimiter)
2224 (nxml-processing-instruction-target)
2225 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
2226 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
2227 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
2228 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
2229 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
2230 (nxml-attribute-prefix, nxml-attribute-colon)
2231 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
2232 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
2233 (nxml-attribute-value, nxml-attribute-value-delimiter)
2234 (nxml-namespace-attibute-value)
2235 (nxml-namespace-attribure-value-delimiter)
2236 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
2237 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
2238 (nxml-glyph): Rename, removing -face suffix.
2239 Inherit from existing font-lock faces.
2240 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
2241 Use new face names.
2242
2243 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2244 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2245 Rename, removing -face suffix.
2246 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
2247 (nxml-highlighted-colon, nxml-highlighted-slash)
2248 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
2249 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
2250 (nxml-highlighted-qname, nxml-outline-display-heading):
2251 Use new face names.
2252
2253 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
2254
2255 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
2256
2257 2007-12-19 Martin Rudalics <rudalics@gmx.at>
2258
2259 * cus-start.el (all): Use correct group name for members of
2260 mode-line group.
2261
2262 * man.el (Man-default-man-entry): When looking for default man
2263 entry title search text preceding point. Use when instead of if.
2264
2265 * indent.el (indent-for-tab-command): Fix doc-string typo.
2266
2267 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
2268 vc-parent-buffer is the current buffer.
2269
2270 * info-look.el (info-lookup, info-lookup-setup-mode)
2271 (info-lookup-make-completions): Avoid clobbering Info-history and
2272 Info-history-list.
2273
2274 2007-12-19 Glenn Morris <rgm@gnu.org>
2275
2276 * progmodes/verilog-mode.el (top-level): Don't require compile.
2277 (compilation-error-regexp-alist, compilation-last-buffer):
2278 Define for compiler.
2279 (verilog-insert-1): New function.
2280 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2281 Use verilog-insert-1.
2282 (verilog-surelint-off): Use next-error-last-buffer if bound.
2283 Check compile buffer is live.
2284
2285 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
2286
2287 * progmodes/compile.el (compilation-start): Don't pass a FRAME
2288 argument to display-buffer.
2289
2290 2007-12-19 Jason Rumney <jasonr@gnu.org>
2291
2292 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
2293 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
2294 (rng-byte-compile-load, rng-write-version): Remove.
2295
2296 * nxml/rng-loc.el (rng-schema-locating-files-default)
2297 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
2298 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2299
2300 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
2301
2302 * files.el (cd-absolute): Set `list-buffers-directory' in order to
2303 show correct path in buffer list.
2304
2305 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
2306 (tramp-find-shell): Send only single prompt setting commands, in
2307 order to avoid double-prompt.
2308
2309 * net/tramp-compat.el (top): Require cl only when compiling.
2310 Reported by Glenn Morris <rgm@gnu.org>.
2311
2312 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2313
2314 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
2315 (c-comment-continuation-stars): No longer declare with
2316 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
2317 (c-block-comment-prefix): Use symbol-value to
2318 access c-comment-continuation-stars.
2319 * progmodes/cc-mode.el (c-initialize-cc-mode):
2320 Use symbol-value to access c-comment-continuation-stars.
2321
2322 2007-12-18 Mark A. Hershberger <mah@everybody.org>
2323
2324 * xml.el (xml-escape-string): New function. Escape string using
2325 xml-entity-alist.
2326 (xml-debug-print-internal): Use xml-escape-string to escape
2327 characters in attributes and in text children of elements.
2328
2329 2007-12-18 Glenn Morris <rgm@gnu.org>
2330
2331 * progmodes/cc-subword.el (c-subword-mode): Drop support for
2332 systems without define-minor-mode.
2333
2334 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
2335
2336 * progmodes/verilog-mode.el: Replace all instances of
2337 string-to-int with string-to-number, insert-string with insert,
2338 and read-input with read-string.
2339 (top-level): No need to require imenu, reporter, dinotrace, vc,
2340 font-lock when compiling. Always require compile. Relegate remaining
2341 compatibility cruft to XEmacs. Don't require font-lock.
2342 (verilog-version): Remove superfluous concat.
2343 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2344 No need to define.
2345 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2346 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2347 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2348 (verilog-startup-message-displayed): These are variables, not constants.
2349 (verilog-batch-execute-func, verilog-auto-inst)
2350 (verilog-auto-inst-param): Use mapc rather than mapcar.
2351 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2352 actually defining.
2353 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2354 (verilog-modi-get-outputs, verilog-modi-get-inouts)
2355 (verilog-modi-get-inputs, verilog-modi-get-wires)
2356 (verilog-modi-get-regs, verilog-modi-get-assigns)
2357 (verilog-modi-get-consts, verilog-modi-get-gparams)
2358 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2359 (verilog-modi-get-sub-inputs): Move inline functions earlier in
2360 the file.
2361 (sigs-in, sigs-out): Don't declare multiple times.
2362 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2363 `defvar'.
2364 (verilog-auto): Call dinotrace-unannotate-all only if bound.
2365 (verilog-module-inside-filename-p): No need to wrap fboundp test
2366 in condition-case.
2367 (reporter-submit-bug-report): Autoload it.
2368 (verilog-mark-defun): Call zmacs-activate-region only if bound.
2369 (verilog-font-customize): Call customize-apropos only if bound.
2370 (verilog-getopt-flags, verilog-auto-reeval-locals):
2371 Use make-local-variable rather than make-variable-buffer-local.
2372 (verilog-company, verilog-project, verilog-modi-cache-list):
2373 Move make-variable-buffer-local calls to top-level.
2374 (font-lock-defaults-alist): Don't define it.
2375 (verilog-need-fld): Remove.
2376 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2377 (verilog-mode): Only call make-local-hook on XEmacs.
2378 Set font-lock-defaults rather than using verilog-font-lock-init.
2379
2380 2007-12-17 Andreas Schwab <schwab@suse.de>
2381
2382 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2383 Fix comment typo.
2384
2385 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * net/dbus.el (dbus-name-owner-changed-handler):
2388 Use `dbus-unregister-signal' for removing old rules.
2389 Obey new structure of `dbus-registered-functions-table'.
2390
2391 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2392
2393 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2394
2395 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2396
2397 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2398 function.
2399 (add-submenu): Only define for XEmacs.
2400 (verilog-regexp-words): Revert previous change, keep the other
2401 definition.
2402
2403 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * progmodes/perl-mode.el (perl-continued-statement-offset)
2406 (perl-continued-brace-offset, perl-brace-offset)
2407 (perl-brace-imaginary-offset, perl-label-offset):
2408 * progmodes/cperl-mode.el (cperl-brace-offset)
2409 (cperl-continued-brace-offset, cperl-label-offset)
2410 (cperl-continued-statement-offset)
2411 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2412 Add safe-local-variable properties.
2413
2414 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2415
2416 * progmodes/verilog-mode.el (verilog-mode-map)
2417 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2418 (verilog-colorize-include-files): Use only overlay functions so
2419 that it can work on both emacs and XEmacs.
2420 (set-extent-keymap): Remove unused defun.
2421 (verilog-kill-existing-comment, verilog-insert-date)
2422 (verilog-insert-year): Rename in order not to pollute the global
2423 namespace from kill-existing-comment, insert-date and
2424 insert-year, respectively.
2425 (verilog-set-auto-endcomments, verilog-header): Update callers.
2426
2427 * files.el (auto-mode-alist): Recognize verilog files.
2428
2429 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2430 (verilog-string-remove-spaces, verilog-re-search-forward)
2431 (verilog-re-search-backward, verilog-re-search-forward-quick)
2432 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2433 (verilog-get-end-of-line, verilog-within-string): Move definitions
2434 before first use. No code changes.
2435
2436 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2437
2438 * progmodes/verilog-mode.el (verilog-mode-version)
2439 (verilog-mode-release-date): Don't use expanding keywords.
2440 (provide): Move to the end of file.
2441 (fboundp): Don't check if eval-when-compile is bound, it is used
2442 later in the file without checking.
2443 (when, unless): Copy definitions from subr.el.
2444 (char-before, defcustom, defface, customize-group)
2445 (verilog-batch-error-wrapper): Don't use old style backquotes.
2446 (verilog-regexp-opt): Avoid using the cl function case.
2447 (verilog-regexp-words): Remove duplicated definition.
2448 (verilog-mode-abbrev-table): Remove, duplicate.
2449 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2450 Declare and initialize in one step.
2451 (verilog-declaration-prefix-re, verilog-declaration-re)
2452 (verilog-end-of-statement, verilog-indent-declaration)
2453 (verilog-get-lineup-indent): Remove trailing whitespace.
2454 (verilog-mode): Fix autoload cookie.
2455 Set beginning-of-defun-function and end-of-defun-function. Use when
2456 instead of if.
2457 (verilog-emacs-features, verilog-auto-ascii-enum)
2458 (verilog-insert-indices): Escape braces in doc strings.
2459
2460 2007-12-08 Michael McNamara <mac@verilog.com>
2461 Wilson Snyder <wsnyder@wsnyder.org>
2462
2463 * progmodes/verilog-mode.el: New file.
2464
2465 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2466
2467 * international/latexenc.el (latexenc-find-file-coding-system):
2468 If both coding-system-for-write and buffer-file-coding-system of
2469 latex-main-file are nil, use `undecided'.
2470
2471 2007-12-06 Jason Rumney <jasonr@gnu.org>
2472
2473 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2474
2475 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2476
2477 * files.el (revert-buffer): Docstring fix.
2478
2479 2007-12-11 Glenn Morris <rgm@gnu.org>
2480
2481 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2482
2483 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2484
2485 * calc/calc-aent.el (math-restore-underscores)
2486 (math-string-restore-underscores): New functions.
2487 (math-read-factor): Properly check variable names with underscores
2488 for entries in `math-expr-variable-mapping'.
2489
2490 * calc/calc-lang.el (math-lang-name): New property name.
2491
2492 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2493 to set language name.
2494
2495 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2496
2497 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2498
2499 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * server.el (server-select-display): Fix important typo.
2502 (server-process-filter): Turn a "" display into nil.
2503
2504 2007-12-09 Juri Linkov <juri@jurta.org>
2505
2506 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2507 Check search-upper-case before calling isearch-no-upper-case-p
2508 to set case-fold-search.
2509 (occur): Doc fix.
2510 (occur-1, perform-replace): Check search-upper-case before calling
2511 isearch-no-upper-case-p to set case-fold-search.
2512
2513 * isearch.el (search-upper-case): Doc fix.
2514 (isearch-mode-map): Bind `M-s o' to isearch-occur.
2515 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
2516 (isearch-query-replace-regexp): Doc fix.
2517 (isearch-occur): New function.
2518
2519 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2520
2521 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2522 backward compatibility.
2523
2524 * net/imap.el (imap-string-to-integer): New function.
2525
2526 2007-12-09 David Kastrup <dak@gnu.org>
2527
2528 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2529 directories. Not sure anybody uses this anymore, though.
2530
2531 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2532
2533 * printing.el: Fix pr-interface-map initialization code.
2534 (pr-version): New version 6.9.3.
2535 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2536 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2537 (pr-f-read-string): Replace by pr-read-string.
2538 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2539 name.
2540 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2541
2542 2007-12-09 Glenn Morris <rgm@gnu.org>
2543
2544 * emulation/viper-init.el (top-level): Use dolist rather than mapc
2545 in make-variable-frame-local call.
2546
2547 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2548
2549 * mail/hashcash.el (declare-function):
2550 * net/imap.el (declare-function): New no-op macro for backward
2551 compatibility.
2552
2553 2007-12-08 Eli Zaretskii <eliz@gnu.org>
2554
2555 Sync makefile.w32-in with Makefile.in.
2556
2557 * makefile.w32-in (check-declare): New target.
2558 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2559 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2560 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2561 ($(lisp)/progmodes/cc-mode.elc): Use it.
2562 ($(lisp)/progmodes/cc-mode.elc): New rule.
2563
2564 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2565
2566 * indent.el (tab-stop-list): Mark as safe-local-variable.
2567
2568 * generic-x.el (etc-sudoers-generic-mode): New mode.
2569 (generic-unix-modes): Add it.
2570
2571 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
2572
2573 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
2574 apply wildcards in a hash table key; there is no usable hash code then.
2575 (dbus-registered-functions-table): Use `equal' as test function.
2576 (dbus-name-owner-changed-handler): Rewrite due to new hash table
2577 structure.
2578
2579 2007-12-08 Martin Rudalics <rudalics@gmx.at>
2580
2581 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2582 bound error in block comment branch.
2583
2584 2007-12-08 David Kastrup <dak@gnu.org>
2585
2586 * textmodes/reftex.el (reftex-select-with-char):
2587 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2588 (reftex-toc-visit-location, reftex-toc-find-section):
2589 * textmodes/reftex-index.el (reftex-index-show-entry):
2590 * textmodes/org.el (org-cycle-hide-archived-subtrees)
2591 (org-table-rotate-recalc-marks, org-mark-ring-push)
2592 (org-follow-info-link, org-mhe-get-message-folder-from-index)
2593 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2594 (org-evaluate-time-range, org-edit-agenda-file-list):
2595 * textmodes/artist.el (artist-select-next-op-in-list)
2596 (artist-select-prev-op-in-list):
2597 * term/mac-win.el (mac-service-insert-text):
2598 * startup.el (fancy-about-screen):
2599 * progmodes/vhdl-mode.el (vhdl-decision-query):
2600 * progmodes/idlwave.el (idlwave-template)
2601 (idlwave-scroll-completions, idlwave-display-completion-list):
2602 * progmodes/ebrowse.el (ebrowse-show-progress):
2603 * progmodes/cperl-mode.el (cperl-find-pods-heres):
2604 * progmodes/antlr-mode.el (antlr-insert-option-do):
2605 * play/mpuz.el (mpuz-close-game):
2606 * net/rcirc.el (rcirc-next-active-buffer):
2607 * mail/reporter.el (reporter-update-status):
2608 * kmacro.el (kmacro-display):
2609 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2610 * emulation/viper-util.el (viper-save-setting):
2611 * emacs-lisp/lisp-mnt.el (lm-verify):
2612 * emacs-lisp/edebug.el (edebug-set-mode):
2613 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2614 * calendar/calendar.el (calendar-print-day-of-year):
2615 * calc/calcalg3.el (calc-curve-fit):
2616 * calc/calcalg2.el (math-integral):
2617 * calc/calc.el (calc-read-key-sequence, calc-version):
2618 * calc/calc-mode.el (calc-set-simplify-mode):
2619 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2620
2621 2007-12-07 D. Goel <deego3@gmail.com>
2622
2623 * progmodes/idlw-shell.el (idlwave-shell-display-line)
2624 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2625 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2626 * mail/uce.el (uce-reply-to-uce)
2627 * progmodes/vhdl-mode.el (vhdl-template-modify)
2628 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2629 to `error' (as suggested by RMS.)
2630
2631 2007-12-07 Glenn Morris <rgm@gnu.org>
2632
2633 * allout.el (allout-write-file-hook-handler):
2634 * textmodes/reftex.el (reftex-TeX-master-file):
2635 * textmodes/reftex-parse.el (reftex-short-context):
2636 Revert previous change.
2637
2638 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
2639
2640 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2641 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2642 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2643 (dbus-event-service-name, dbus-event-path-name)
2644 (dbus-event-interface-name, dbus-event-member-name): Fix for new
2645 event structure.
2646 (dbus-list-activatable-names, dbus-list-names)
2647 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2648 Reorder `dbus-call-method' arguments.
2649
2650 2007-12-06 D. Goel <deego3@gmail.com>
2651
2652 * allout.el (allout-write-file-hook-handler):
2653 * textmodes/reftex.el (reftex-TeX-master-file):
2654 * textmodes/org.el (org-paste-subtree):
2655 * progmodes/vhdl-mode.el (vhdl-template-modify):
2656 * progmodes/idlw-shell.el (idlwave-shell-send-command)
2657 (idlwave-shell-display-line):
2658 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2659 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2660 * net/trampver.el (x):
2661 * mail/uce.el (uce-reply-to-uce):
2662 * mail/rmailout.el (rmail-output):
2663 * mail/feedmail.el (feedmail-dump-message-to-queue):
2664 * whitespace.el (whitespace-write-file-hook):
2665 * wdired.el (wdired-check-kill-buffer):
2666 * vc.el (vc-update):
2667 * vc-mcvs.el (vc-mcvs-checkin):
2668 * vc-cvs.el (vc-cvs-checkin):
2669 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2670 * ibuffer.el (ibuffer-current-buffer):
2671 * dired.el (dired-move-to-end-of-filename):
2672 * bindings.el (complete-symbol):
2673 * textmodes/org-publish.el (org-publish-file):
2674 (org-publish-current-project):
2675 * textmodes/reftex-parse.el (reftex-short-context):
2676 * textmodes/texinfmt.el: Fix buggy calls to `error'.
2677
2678 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * doc-view.el (doc-view-dvi->pdf-sentinel)
2681 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2682 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2683 within a sentinel or timer.
2684 (doc-view-display): Don't try to display before the requested page
2685 is available, unless told to do so explicitly.
2686 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2687 Force display even if the requested page is not available.
2688
2689 2007-12-06 Richard Stallman <rms@gnu.org>
2690
2691 * help-fns.el (describe-function-1): Call ad-get-advice-info
2692 only on symbols.
2693
2694 2007-12-06 Glenn Morris <rgm@gnu.org>
2695
2696 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2697 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2698 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2699 faces in non-light-background case.
2700
2701 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2702 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2703 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2704 * emulation/vi.el, emulation/viper-cmd.el:
2705 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2706 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2707 * textmodes/fill.el: Remove directory part from filenames in
2708 function declarations.
2709
2710 * dired-aux.el (mailcap-mime-info): Update declaration.
2711
2712 2007-12-05 Richard Stallman <rms@gnu.org>
2713
2714 * wid-edit.el (widget-type): Doc fix.
2715
2716 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2719 Don't match "sub { (...) ... }".
2720
2721 2007-12-05 Richard Stallman <rms@gnu.org>
2722
2723 * international/mule-cmds.el (toggle-input-method-active): New var.
2724 (toggle-input-method): Bind toggle-input-method-active to t.
2725 Error if it was already non-nil.
2726
2727 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2728
2729 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2730
2731 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2732
2733 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2734 see if certs should be verified and what is to be done in the
2735 event of a verification failure.
2736
2737 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2738
2739 * net/tls.el (tls-program): Provide more custom choices from
2740 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
2741 (tls-process-connection-type, tls-success): Remove "*" in doc string.
2742 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2743 version. Minor improvement to doc strings.
2744 (tls-program): Add comment.
2745
2746 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2747
2748 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2749 (tls-checktrust): New variable. Check if GNU TLS complained about a
2750 mismatch between the hostname provided in the certificate and the name
2751 of the host connnecting to.
2752 (open-tls-stream): Use them. Check certificates against trusted root
2753 certificates.
2754
2755 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2756
2757 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2758 (imap-parse-status): Upcase status-att for broken servers that sends
2759 them lower-case (e.g., MS Exchange 2007).
2760
2761 2007-12-05 D. Goel <deego3@gmail.com>
2762
2763 * simple.el (undo):
2764 * image-dired.el (image-dired-display-thumb-properties):
2765 (image-dired-modify-mark-on-thumb-original-file):
2766 (image-dired-dired-display-properties):
2767 * help.el (help-window-display-message):
2768 * files.el (hack-local-variables-confirm):
2769 * ediff.el (ediff-version):
2770 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2771 `message' and `error': Ensure that first arg is a format string.
2772
2773 * emacs-lisp/find-func.el (find-library-name): Prefer files with
2774 ".el" suffix over "".
2775
2776 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2779 interface and member fields.
2780
2781 2007-12-05 Glenn Morris <rgm@gnu.org>
2782
2783 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2784 (pcomplete-here): Autoload it.
2785
2786 * eshell/em-basic.el (print-func): No need to define for compiler.
2787
2788 * eshell/esh-cmd.el (eshell-debug-command):
2789 * eshell/esh-io.el (eshell-print): Move definitions before use.
2790
2791 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2792
2793 * eshell/esh-util.el (top-level): Don't require pp.
2794 Use condition-case rather than ignore-errors.
2795
2796 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2797
2798 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2799 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2800 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2801 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2802 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2803 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2804 * eshell/esh-util.el, eshell/eshell.el: Require individual files
2805 if needed when compiling, rather than esh-maint. Collect any
2806 require statements. Move provide statement to end. Move any
2807 commentary to start.
2808
2809 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2810 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2811 * eshell/esh-proc.el, eshell/esh-var.el:
2812 Require individual files if needed when compiling, rather than
2813 esh-maint. Collect any require statements. Leave provide at start.
2814 Move any commentary to start.
2815
2816 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2817 Remove declared function from byte-compile-noruntime-functions.
2818
2819 * ediff-util.el (ediff-version):
2820 * progmodes/python.el (compilation-shell-minor-mode):
2821 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2822 (calendar-bahai-date-string, calendar-check-holidays)
2823 (calendar-chinese-date-string, calendar-coptic-date-string)
2824 (calendar-ethiopic-date-string, calendar-forward-day)
2825 (calendar-french-date-string, calendar-goto-date)
2826 (calendar-goto-today, calendar-hebrew-date-string)
2827 (calendar-islamic-date-string, calendar-iso-date-string)
2828 (calendar-julian-date-string, calendar-mayan-date-string)
2829 (calendar-persian-date-string, gnus-summary-last-subject)
2830 (parse-time-string, rmail-show-message): Declare as functions.
2831
2832 2007-12-05 Michael Olson <mwolson@gnu.org>
2833
2834 * textmodes/remember.el: Merge contents of remember-diary.el here,
2835 updating header. Add autoload cookie so that byte-compilation
2836 works without warning.
2837 (remember-diary-file): Default to nil, since diary might not yet
2838 be loaded at this point, which would deny us access to diary-file.
2839 (remember-diary-extract-entries): If remember-diary-file is nil,
2840 then use diary-file instead.
2841
2842 * textmodes/remember-diary.el: Remove, due to the issue of needing
2843 the first 8 characters of a filename to be unique.
2844
2845 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
2846
2847 * net/dbus.el (dbus-hash-table=): New defun.
2848 (dbus-hash-table-test): New hash table test function, used in
2849 `dbus-registered-functions-table'.
2850 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2851 (dbus-event-service-name, dbus-event-path-name)
2852 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2853 due to new structure of `dbus-event'.
2854
2855 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2856
2857 * ido.el (ido-save-history): Set the `coding' local
2858 variable in the first line of the file.
2859
2860 2007-12-04 Glenn Morris <rgm@gnu.org>
2861
2862 * password-cache.el: Move here from gnus/password.el.
2863 (top-level): Don't require cl when compiling.
2864 (password-read-and-add): Doc fix. Make obsolete.
2865
2866 * net/tramp.el: Require password-cache or password.
2867
2868 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2869 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
2870 compiling.
2871 (cua-set-rectangle-mark): Add doc string to autoload.
2872 (cua--rectangle, cua--last-killed-rectangle)
2873 (cua--global-mark-active): Always define for compiler.
2874 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2875 (cua--delete-rectangle, cua--insert-rectangle)
2876 (cua--rectangle-corner, cua--rectangle-assert)
2877 (cua--insert-at-global-mark, cua--global-mark-post-command):
2878 Declare as functions.
2879
2880 * emulation/cua-gmrk.el (top-level): Move provide to end.
2881
2882 * emulation/cua-rect.el (top-level): Move provide to end.
2883 Don't require cua-gmrk when compiling.
2884 (cua--cut-rectangle-to-global-mark)
2885 (cua--copy-rectangle-to-global-mark): Declare as functions.
2886
2887 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2888 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2889 (viper-vi-state-cursor-color):
2890 Consolidate make-variable-frame-local calls.
2891
2892 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2893 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2894 than bbdb-address-street1,2,3.
2895
2896 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2897 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
2898
2899 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2900
2901 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2902 (imap-parse-status): Upcase status-att for servers that sends them
2903 lower-case (e.g., MS Exchange 2007).
2904
2905 2007-12-03 Karl Fogel <kfogel@red-bean.com>
2906
2907 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2908 (save-place-alist-to-file, load-save-place-alist-from-file):
2909 Don't print non-error messages at all, there's really no need.
2910 Do print if there's a problem, and clarify message in that case.
2911
2912 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2913
2914 * ediff-diff.el (ediff-prepare-error-list):
2915 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2916
2917 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
2918
2919 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2920 (doc-view-current-overlay, doc-view-pending-cache-flush):
2921 Add doc string.
2922
2923 2007-12-03 Richard Stallman <rms@gnu.org>
2924
2925 * subr.el (declare-function): Move from byte-run.el.
2926
2927 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2928
2929 * window.el (recenter-top-bottom): Don't use `ecase'.
2930
2931 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2932
2933 * saveplace.el (save-place-alist-to-file):
2934 Set coding-system-for-write once and refer to it throughout.
2935 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2936
2937 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2938
2939 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2940 system when writing, and set it in the first-line file variables.
2941 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2942 Juanma Barranquero.
2943
2944 2007-12-02 Glenn Morris <rgm@gnu.org>
2945
2946 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2947 Reverse branches of if statement.
2948
2949 * emulation/viper-cmd.el (top-level): Don't require advice.
2950 Don't load viper-util, viper-keym, viper-mous, viper-macs,
2951 viper-ex when compiling.
2952
2953 * emulation/viper-ex.el (top-level): Don't load viper-util,
2954 viper-keym when compiling.
2955
2956 * emulation/viper-init.el (top-level): Move provide statement to end.
2957
2958 * emulation/viper-keym.el (top-level): Don't load viper-util when
2959 compiling. Move provide statement to end.
2960
2961 * emulation/viper-macs.el (top-level): Don't load viper-util,
2962 viper-keym, viper-mous when compiling.
2963
2964 * emulation/viper-mous.el (top-level): Don't load viper-util when
2965 compiling.
2966
2967 * emulation/viper-util.el (top-level): Don't load viper-init when
2968 compiling.
2969
2970 * emulation/viper.el (top-level): Don't require ring.
2971 Don't load viper-init, viper-cmd when compiling.
2972
2973 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2974 Move here from gnus/.
2975
2976 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2977
2978 Offer option for saveplace to be quiet about loading and saving.
2979 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2980
2981 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2982 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2983 to determine whether to print loading/saving messages.
2984
2985 2007-12-02 Glenn Morris <rgm@gnu.org>
2986
2987 * mail/binhex.el: Move here from gnus/.
2988 (binhex): New custom group.
2989 (binhex-decoder-program, binhex-decoder-switches)
2990 (binhex-use-external): Move to the binhex custom group.
2991
2992 * mail/uudecode.el: Move here from gnus/.
2993 (uudecode): New custom group.
2994 (uudecode-decoder-program, uudecode-decoder-switches)
2995 (uudecode-use-external): Move to the uudecode custom group.
2996
2997 * net/netrc.el (top-level): Don't load `encrypt' features.
2998 (netrc-parse): Don't use encrypt.
2999 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3000
3001 * progmodes/python.el (top-level): Don't require cl when compiling.
3002
3003 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
3004
3005 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
3006 encoding for aspell process and for communication with it.
3007 Only add "-d" option if not already present.
3008 Use ispell-current-dictionary and ispell-current-personal-dictionary.
3009 General reorganization.
3010
3011 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
3012 encoding here.
3013 (ispell-start-process): Explicitly set encoding here if using aspell.
3014
3015 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
3016
3017 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
3018 function to log-edit.
3019
3020 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
3021
3022 * net/dbus.el: New file.
3023
3024 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
3025
3026 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
3027 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
3028 (calc-lang-parens-are-subscripts): New variables.
3029 (math-expr-special-function-mapping): Remove variable.
3030 (math-eqn-ignore-words, math-tex-ignore-words)
3031 (math-latex-ignore-words): Move to calc-lang.el.
3032
3033 * calc/calc-lang.el (math-compose-vector, math-compose-var)
3034 (math-tex-expr-is-flat): Declare as functions.
3035 (calc-lang-slash-idiv, calc-lang-allow-underscores)
3036 (math-comp-left-bracket, math-comp-right-bracket)
3037 (math-comp-comma, math-comp-vector-prec): Declare as variables.
3038 (math-var-formatter, math-matrix-formatter)
3039 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
3040 (math-punc-table, math-compose-subscr, math-dots)
3041 (math-func-formatter): New property names to store language
3042 specific information.
3043 (math-compose-tex-var, math-compose-tex-intv)
3044 (math-compose-maple-intv, math-compose-eqn-intv)
3045 (math-compose-tex-sum, math-compose-tex-func)
3046 (math-compose-tex-intv): New functions.
3047 (math-eqn-ignore-words, math-tex-ignore-words)
3048 (math-latex-ignore-words): Move from calc.el.
3049 (math-special-function-table): Add entries for tex.
3050 (calc-lang-slash-idiv, calc-lang-allows-underscores):
3051 New variables.
3052 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
3053 (math-compose-tex-matrix, math-compose-eqn-matrix)
3054 (math-eqn-special-functions): Move from calccomp.el.
3055
3056 * calc/calccomp.el (math-compose-var): New function.
3057 (math-compose-expr): Allow more special functions to be used.
3058 Change test for formatting fractions. Use variables and property
3059 names to help with language specific formatting.
3060 (math-compose-tex-matrix, math-compose-eqn-matrix)
3061 (math-eqn-special-functions): Move to calc-lang.el.
3062 (math-compose-rows): Use property names to help with language
3063 specific formatting.
3064
3065 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
3066 into nested subscripts.
3067 (math-read-token): Use variables and property names to help with
3068 language specific parsing.
3069 (math-read-expression-level): Use variables to help with language
3070 specific parsing.
3071
3072 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
3075 (archive-rar-summarize): Allow the file name to be passed as argument.
3076 Remove unused vars `header' and `footer'.
3077 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
3078
3079 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * log-edit.el (log-edit-show-diff): New function.
3082 (log-edit-mode-map, log-edit-menu): Bind it.
3083 (log-edit-diff-function): New variable.
3084 (log-edit): Change the 3rd param to be an alist and accept a
3085 function that computes a diff for the files involved.
3086
3087 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
3088
3089 2007-12-01 Martin Rudalics <rudalics@gmx.at>
3090
3091 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
3092 wrap next-/previous-line in with-no-warnings.
3093
3094 2007-12-01 Glenn Morris <rgm@gnu.org>
3095
3096 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
3097
3098 * net/dig.el: Move here from gnus/.
3099 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
3100
3101 * net/dns.el: Move here from gnus/.
3102 (top-level): Don't require mm-util, or cl when compiling.
3103 (dns-write-name, dns-read, dns-read-type, query-dns):
3104 Replace mm-with-unibyte-buffer with its expansion.
3105 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
3106
3107 * progmodes/gdb-ui.el (gud-remove, gud-break):
3108 * progmodes/gud.el (gdb-create-define-alist)
3109 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
3110 (hl-line-highlight, gdb-display-source-buffer)
3111 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
3112 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
3113
3114 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3115
3116 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
3117 Move args on defun line.
3118
3119 * textmodes/org.el (org-calendar-holiday):
3120 Use calendar-check-holidays instead of the obsolete
3121 check-calendar-holidays.
3122 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
3123 (bbdb-company, bbdb-current-record, bbdb-name)
3124 (bbdb-record-getprop, bbdb-record-name)
3125 (bibtex-beginning-of-entry, bibtex-generate-autokey)
3126 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
3127 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
3128 (mh-find-path, mh-get-header-field, mh-get-msg-num)
3129 (mh-header-display, mh-index-previous-folder)
3130 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
3131 (mh-show-buffer-message-number, mh-show-header-display)
3132 (mh-show-msg, mh-show-show, mh-visit-folder)
3133 (org-export-latex-cleaned-string, remember)
3134 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
3135 (rmail-what-message, elmo-folder-exists-p)
3136 (elmo-message-entity-field, elmo-message-field)
3137 (vm-beginning-of-message, vm-follow-summary-cursor)
3138 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
3139 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
3140 (vm-summarize, wl-folder-get-elmo-folder)
3141 (wl-summary-goto-folder-subr)
3142 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
3143 (wl-summary-line-subject, wl-summary-message-number)
3144 (wl-summary-redisplay): Declare as functions.
3145
3146 2007-11-30 Martin Rudalics <rudalics@gmx.at>
3147
3148 * longlines.el (longlines-show-hard-newlines): Remove handling of
3149 buffer-undo-list and buffer-modified status.
3150 (longlines-show-region, longlines-unshow-hard-newlines):
3151 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
3152 inhibit-modification-hooks here to avoid that a buffer appears
3153 modified when toggling visibility of hard newlines.
3154
3155 2007-11-30 Glenn Morris <rgm@gnu.org>
3156
3157 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
3158
3159 * progmodes/idlw-complete-structtag.el
3160 (idlwave-sintern-structtag):
3161 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
3162 (idlwave-sintern-sysvartag):
3163 * progmodes/idlwave.el (idlwave-sintern-class-tag)
3164 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
3165 functions.
3166
3167 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3168
3169 * textmodes/reftex-index.el (texmathp):
3170 * textmodes/reftex-auc.el (TeX-argument-insert)
3171 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
3172 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
3173 (LaTeX-label-list):
3174 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
3175 (rng-clear-conditional-region, rng-do-some-validation): Declare as
3176 functions.
3177 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
3178
3179 2007-11-30 Glenn Morris <rgm@gnu.org>
3180
3181 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
3182 argument and document it.
3183
3184 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3185 Third argument to declare-function must be a list to specify arglist.
3186
3187 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
3188 Handle declare-function third argument `t' and fourth argument.
3189 (check-declare-verify): Doc fix. Handle `fileonly' case.
3190 Use progn rather than prog1.
3191
3192 * desktop.el (uniquify-item-base):
3193 * term/mac-win.el (url-type): Declare as functions.
3194
3195 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
3196 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
3197 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
3198 fourth arg to declare-function.
3199
3200 * play/dunnet.el: Don't require cl when compiling.
3201 (byte-compile-warnings): Set via file local variables.
3202 (dun-parse): Let-bind `beg' and `line'.
3203
3204 2007-11-29 Alexandre Julliard <julliard@winehq.org>
3205
3206 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
3207
3208 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3209
3210 * calendar/time-date.el (encode-time-value): Doc fix.
3211
3212 2007-11-29 Glenn Morris <rgm@gnu.org>
3213
3214 * calendar/time-date.el (with-decoded-time-value): Doc fix.
3215
3216 * textmodes/css-mode.el (prog-mode): Remove.
3217 (css-mode): Derive from fundamental-mode rather than prog-mode.
3218
3219 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3220
3221 * emacs-lisp/check-declare.el (check-declare-locate)
3222 (check-declare-verify): Handle `external' files.
3223 (check-declare-errmsg): New function.
3224 (check-declare-verify, check-declare-file, check-declare-directory):
3225 Use check-declare-errmsg to report the number of problems.
3226
3227 * ffap.el (w3-view-this-url)
3228 * mail/mspools.el (vm-visit-folder)
3229 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
3230 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
3231 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
3232 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
3233 (bbdb-records)
3234 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
3235 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
3236 (sasl-make-client, sasl-next-step, sasl-step-data)
3237 (sasl-step-set-data)
3238 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
3239 (htmlr-step): Declare as functions.
3240
3241 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
3242 Use bbdb-address-zip rather than bbdb-address-zip-string.
3243
3244 2007-11-28 Richard Stallman <rms@gnu.org>
3245
3246 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
3247 Move here from gnus/.
3248
3249 2007-11-28 Martin Rudalics <rudalics@gmx.at>
3250
3251 * newcomment.el (comment-region-internal): Fix newline insertion
3252 in `block' case.
3253
3254 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
3257
3258 2007-11-28 Glenn Morris <rgm@gnu.org>
3259
3260 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
3261 delete .elc files.
3262
3263 * nxml/char-name/unicode: Move to etc/nxml/.
3264 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
3265
3266 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
3267 Declare as a function.
3268
3269 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
3270 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
3271 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
3272
3273 * nxml/nxml-outln.el (nxml-token-start-tag-p)
3274 (nxml-token-end-tag-p): Move definitions before use.
3275
3276 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
3277
3278 * nxml/nxml-uchnm.el (top-level)
3279 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
3280 (nxml-enabled-unicode-blocks): Add custom group.
3281
3282 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
3283 Use string-to-number rather than string-to-int.
3284
3285 * dired-x.el (dired-omit-old-add-entry): Declare as function.
3286 Move definition before use.
3287 (dired-old-find-buffer-nocreate): Declare as function.
3288
3289 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
3290 (check-declare-verify): Handle fset.
3291
3292 * emulation/edt.el (edt-user-emulation-setup):
3293 Test edt-setup-user-bindings is bound before calling.
3294
3295 * emulation/tpu-edt.el: Don't require cl when compiling.
3296 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
3297 (tpu-edt-off): Use condition-case rather than ignore-errors.
3298 Use with-no-warnings.
3299
3300 * eshell/esh-util.el (top-level): Use require rather than load for
3301 ange-ftp.
3302
3303 * mail/supercite.el (sc-version): Redefine as an alias for
3304 emacs-version.
3305 (sc-help-address): Remove.
3306 (sc-version): Use emacs-version rather than sc-version.
3307 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
3308
3309 * net/socks.el (socks-original-open-network-stream): Declare as
3310 function. Move definition before use.
3311
3312 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3313
3314 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
3315 (math-make-frac): Declare as functions.
3316
3317 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
3320 Pacify byte compiler.
3321 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
3322
3323 * progmodes/idlwave.el (idlwave-shell-get-path-info)
3324 (idlwave-shell-temp-file, idlwave-shell-is-running)
3325 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
3326 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
3327 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
3328 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
3329 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
3330 (idlwave-completing-read, idlwave-current-routine)
3331 (idlwave-downcase-safe, idlwave-entry-find-keyword)
3332 (idlwave-expand-keyword, idlwave-find-class-definition)
3333 (idlwave-find-inherited-class, idlwave-find-struct-tag)
3334 (idlwave-get-buffer-visiting, idlwave-in-quote)
3335 (idlwave-make-full-name, idlwave-members-only)
3336 (idlwave-popup-select, idlwave-routine-source-file)
3337 (idlwave-routines, idlwave-sintern-class)
3338 (idlwave-sintern-keyword, idlwave-sintern-method)
3339 (idlwave-sintern-routine-or-method)
3340 (idlwave-substitute-link-target, idlwave-sys-dir)
3341 (idlwave-this-word, idlwave-what-module-find-class)
3342 (idlwave-where):
3343 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
3344 * mail/uce.el (rmail-msg-is-pruned)
3345 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
3346 (rmail-toggle-header):
3347 * mail/sendmail.el (dired-view-file, dired-get-filename):
3348 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
3349 (rmail-display-labels, rmail-msgbeg)
3350 (rmail-set-message-deleted-p, rmail-message-labels-p)
3351 (rmail-show-message, mail-comma-list-regexp)
3352 (mail-parse-comma-list):
3353 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
3354 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
3355 (rfc822-addresses, mail-abbrev-make-syntax-table)
3356 (mail-sendmail-delimit-header, mail-header-end):
3357 * mail/hashcash.el (message-narrow-to-headers-or-head)
3358 (message-fetch-field, message-goto-eoh)
3359 (message-narrow-to-headers):
3360 * vc.el (view-mode-exit): Declare as functions.
3361
3362 * mail/vms-pmail.el:
3363 * vmsproc.el:
3364 * vms-patch.el: Don't byte compile these files, they don't work.
3365
3366 2007-11-27 Glenn Morris <rgm@gnu.org>
3367
3368 * calc/calc-ext.el (math-read-big-rec):
3369 * calc/calc-nlfit.el (math-map-binop):
3370 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3371
3372 * eshell/eshell.el (eshell-report-bug): Add version number of
3373 obsolescence.
3374
3375 * emulation/viper.el, emulation/viper-util.el,
3376 emulation/viper-macs.el, emulation/viper-keym.el,
3377 emulation/viper-ex.el, emulation/viper-cmd.el:
3378 Load viper-*.el files silently.
3379
3380 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3381 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3382 Load ediff-*.el files silently.
3383
3384 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
3385 compiling.
3386 (Info-goto-node): Declare as a function.
3387
3388 * ediff-init.el: Don't load ange-ftp when compiling.
3389 * ediff-util.el: Don't load reporter when compiling.
3390
3391 * ediff-wind.el (ediff-display-pixel-width)
3392 (ediff-display-pixel-height):
3393 * generic-x.el (ini-generic-mode):
3394 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3395 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3396 (ps-mule-initialize, ps-mule-begin-job):
3397 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3398 (mark-calendar-days-named):
3399 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3400 (add-to-diary-list, diary-name-pattern)
3401 (mark-calendar-days-named):
3402 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3403 (mark-calendar-days-named):
3404 * calendar/cal-x.el (make-fancy-diary-buffer):
3405 * calendar/holidays.el (calendar-absolute-from-julian):
3406 * calendar/todo-mode.el (calendar-current-date):
3407 * calendar/cal-menu.el (calendar-increment-month)
3408 (calendar-month-name, extract-calendar-year)
3409 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3410 (calendar-current-date, calendar-cursor-holidays)
3411 (calendar-date-string, insert-diary-entry, calendar-set-mark)
3412 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3413 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3414 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3415 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3416 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3417 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3418 (calendar-day-of-year-string, calendar-iso-date-string)
3419 (calendar-julian-date-string, calendar-astro-date-string)
3420 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3421 (calendar-persian-date-string, calendar-bahai-date-string)
3422 (calendar-islamic-date-string, calendar-chinese-date-string)
3423 (calendar-coptic-date-string, calendar-ethiopic-date-string)
3424 (calendar-french-date-string, calendar-mayan-date-string)
3425 (calendar-print-chinese-date, calendar-goto-date):
3426 Declare as functions.
3427
3428 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3429 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3430
3431 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3432 aliases for report-emacs-bug.
3433 (gnus-summary-select-article, gnus-configure-windows): Declare as
3434 functions.
3435
3436 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3437 compiler.
3438
3439 * pgg.el (pgg-clear-string): Declare as a function.
3440 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3441 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3442
3443 * emacs-lisp/check-declare.el (check-declare-locate):
3444 Handle compressed files.
3445 (check-declare-verify): Handle define-generic-mode,
3446 define-global(ized)-minor-mode, define-obsolete-function-alias.
3447
3448 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
3449
3450 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3451 algebraic modes.
3452
3453 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3454 (math-is-true, calc-explain-why, calc-alg-edit)
3455 (math-composite-inequalities, math-flatten-lands)
3456 (math-multi-subst, calcFunc-vmatches, math-simplify)
3457 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3458 (math-read-string, math-read-brackets, math-read-angle-brackets):
3459 Declare as functions.
3460
3461 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3462 (calc-fit-bell-shaped-logistic-curve)
3463 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3464 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3465 (math-max-list): Declare as functions.
3466 (math-map-binop): New function.
3467 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3468
3469 * calc/calc.el (calc-set-language, calc-edit-finish)
3470 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3471 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3472 (math-lessp, calc-embedded-finish-command)
3473 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3474 (calc-push-list-in-macro, calc-replace-selections)
3475 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3476 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3477 (calc-embedded-stack-change, calc-refresh-evaltos)
3478 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3479 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3480 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3481 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3482 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3483 (math-dimension-error, calc-incomplete-error, math-float-fancy)
3484 (math-neg-fancy, math-zerop, calc-add-fractions)
3485 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3486 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3487 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3488 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3489 (math-compose-expr, math-comp-width, math-composition-to-string)
3490 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3491 (math-adjust-fraction, math-format-binary, math-format-radix)
3492 (math-group-float, math-mod, math-format-number-fancy)
3493 (math-format-bignum-fancy, math-read-number-fancy)
3494 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3495 (calc-do-embedded-activate, math-do-defmath)
3496 (calc-load-everything): Declare as functions.
3497
3498 * calc/calc-ext.el (math-clip, math-round, math-simplify)
3499 (math-simplify-extended, math-simplify-units, calc-set-language)
3500 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3501 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3502 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3503 (math-normalize-hms, math-normalize-mod, math-make-sdev)
3504 (math-make-intv, math-normalize-logical-op, math-possible-signs)
3505 (math-infinite-dir, math-calcFunc-to-var)
3506 (calc-embedded-evaluate-expr, math-known-nonzerop)
3507 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3508 (math-format-date, math-vector-is-string, math-vector-to-string)
3509 (math-format-radix-float, math-compose-expr, math-abs)
3510 (math-format-bignum-binary, math-format-bignum-octal)
3511 (math-format-bignum-hex, math-format-bignum-radix)
3512 (math-compute-max-digits): Declare as functions.
3513 (math-provably-realp): Fix typo.
3514
3515 * calc/calc-forms.el (calendar-current-time-zone)
3516 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3517 functions.
3518
3519 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3520
3521 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3522 Declare as functions.
3523
3524 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3525 (math-posp, math-compare, math-bignum, math-compare-bignum):
3526 Declare as functions.
3527
3528 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3529 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3530 (calc-explain-why, calc-clear-command-flag)
3531 (calc-roll-down-with-selections, calc-roll-up-with-selections)
3532 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3533 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3534 (math-trunc-special, math-trunc-fancy, math-floor-special)
3535 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3536 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3537 (math-pow-zero, math-pow-fancy): Declare as functions.
3538
3539 * calc/calc-mode.el (calc-embedded-save-original-modes):
3540 Declare as a function.
3541
3542 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3543 Declare as functions.
3544 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3545 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3546 Replace `mapcar*' by `math-map-binop'.
3547 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3548
3549 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3550 (math-read-expr-level): Declare as functions.
3551
3552 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3553
3554 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3557 end-of-defun-function is called consistently, even for negative
3558 arguments.
3559 (end-of-defun-function): Default to forward-sexp.
3560
3561 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3564
3565 2007-11-26 Glenn Morris <rgm@gnu.org>
3566
3567 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3568 than :suffix.
3569
3570 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3571
3572 2007-11-26 Simon Josefsson <simon@josefsson.org>
3573
3574 * net/imap.el: Move from ../gnus.
3575
3576 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
3577
3578 * doc-view.el (doc-view-mode-p): New function.
3579
3580 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * mail/mspools.el (rmail-get-new-mail):
3583 * mail/reporter.el (mail-position-on-field, mail-text):
3584 * mail/rmail.el (mail-position-on-field, mail-text-start)
3585 (rmail-update-summary):
3586 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3587 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3588 * mail/rmailout.el (rmail-update-summary):
3589 * mail/rmailsort.el (rmail-update-summary):
3590 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3591 (dired-view-file):
3592 * mail/uce.el (mail-strip-quoted-names):
3593 * mail/undigest.el (rmail-update-summary):
3594 * mail/unrmail.el (mail-strip-quoted-names):
3595 * ediff.el (diff-latest-backup-file): Declare as functions.
3596
3597 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3598 (kill-to-end-of-line):
3599 * obsolete/rnews.el (news-set-minor-modes):
3600 Remove non working functions.
3601
3602 2007-11-25 Glenn Morris <rgm@gnu.org>
3603
3604 * eshell/esh-maint.el (top-level): Use require with NOERROR for
3605 pcomplete. Don't mess with load-path.
3606
3607 * eshell/eshell.el (eshell-report-bug-address): Remove.
3608 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3609
3610 2007-11-24 Glenn Morris <rgm@gnu.org>
3611
3612 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3613 (appt-disp-window): Don't require electric.
3614 Simplify minibuffer-avoidance code.
3615 (appt-select-lowest-window): Avoid minibuffer.
3616
3617 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3618 (esh-mode): Require it.
3619 (esh-util): Use require rather than featurep and load.
3620 (eshell): No need to test if eshell-mode is bound; remove obsolete
3621 reference to eshell-auto.
3622 (eshell-command, eshell-command-result): Don't require esh-mode
3623 now that the file does.
3624 (top-level): Move provide statement to the end of the file.
3625 Re-order and update commentary.
3626
3627 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3628
3629 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3630 (vc-annotate-toggle-annotation-visibility): New command.
3631 (vc-annotate-mode-map): Bind "V" to it.
3632 (vc-annotate-mode-menu): Add entry for it.
3633 (vc-annotate-get-time-set-line-props): New func.
3634 (vc-annotate-display-autoscale)
3635 (vc-annotate-display-difference): Use it.
3636
3637 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3638 Also, match one space at end of annotation text, after last paren.
3639
3640 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3643 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
3644 `tramp-completion-mode'.
3645
3646 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3647
3648 * vc-git.el (vc-git-show-log-entry): New func.
3649
3650 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3651 (vc-git-state): Use vc-git--call.
3652 (vc-git-registered, vc-git-working-revision)
3653 (vc-git-previous-revision, vc-git-next-revision)
3654 (vc-git--run-command-string, vc-git-symbolic-commit):
3655 Use vc-git--out-ok.
3656
3657 2007-11-24 Glenn Morris <rgm@gnu.org>
3658
3659 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3660
3661 2007-11-24 Kenichi Handa <handa@m17n.org>
3662
3663 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3664
3665 2007-11-23 David Kastrup <dak@gnu.org>
3666
3667 * server.el (server-process-filter): Use `command-line-args-left'.
3668
3669 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3672
3673 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3674
3675 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3676 buffer if the parent buffer is in vc-dired-mode.
3677
3678 2007-11-23 Mark A. Hershberger <mah@everybody.org>
3679
3680 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
3681
3682 2007-11-23 Juri Linkov <juri@jurta.org>
3683
3684 * dired.el (dired-read-dir-and-switches): For C-x d, set the
3685 value for M-n to the visited file name of the current buffer.
3686 Use minibuffer-with-setup-hook to set minibuffer-default to
3687 buffer-file-name inside read-file-name.
3688
3689 * man.el (Man-getpage-in-background): Don't disregard user option
3690 `Man-width' on non-window systems. Remove test for `window-system'
3691 around setting envvar "COLUMNS" depending on the value of `Man-width'.
3692
3693 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3694 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
3695 of "--color=always".
3696
3697 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3700 beginning-of-defun-function.
3701
3702 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3703
3704 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
3705
3706 2007-11-22 Glenn Morris <rgm@gnu.org>
3707
3708 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3709
3710 * emacs-lisp/check-declare.el (check-declare-locate): New function.
3711 (check-declare-scan): Use check-declare-locate.
3712 (check-declare-verify): No longer adjust fnfile, now
3713 check-declare-locate does it.
3714
3715 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3716
3717 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * subr.el (posn-col-row): Make the `default-value' use explicit.
3720
3721 * window.el (balance-windows): Remove unused var `counter'.
3722 (bw-balance-sub): Remove unused var `lastchild'.
3723 (split-window-vertically): Remove unused var `switch'.
3724 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3725
3726 * emacs-lisp/bytecomp.el
3727 (byte-compile-file-form-custom-declare-variable): Simplify.
3728
3729 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3732 Set `show-trailing-whitespace' to nil.
3733
3734 * dired.el (make-symbolic-link):
3735 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3736 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3737 * dired-x.el (make-symbolic-link):
3738 * frame.el (x-initialize-window-system):
3739 * menu-bar.el (x-menu-bar-open):
3740 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3741 (x-store-cut-buffer-internal):
3742 * wdired.el (make-symbolic-link):
3743 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3744 (x-send-client-message):
3745 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3746
3747 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3748
3749 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3750
3751 2007-11-22 Glenn Morris <rgm@gnu.org>
3752
3753 * dos-fns.el (int86):
3754 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3755
3756 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3757
3758 * calendar/holidays.el (holiday-list): Add autoload cookie.
3759
3760 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3761 files relative to src/ directory.
3762 (check-declare-verify): Handle .c files. Warn if could not find
3763 an arglist to check.
3764
3765 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3766
3767 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
3768
3769 * replace.el (occur-mode-map): Add a major mode menu with entries
3770 for all occur operations.
3771
3772 * international/titdic-cnv.el (dos-8+3-filename):
3773 * obsolete/fast-lock.el (msdos-long-file-names):
3774 * frame.el (msdos-mouse-p):
3775 * files.el (msdos-long-file-names, w32-long-file-name):
3776 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3777 (mac-resume-apple-event, mac-font-panel-mode)
3778 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3779 (mac-clear-font-name-table):
3780 * term/pc-win.el (msdos-remember-default-colors)
3781 (w16-set-clipboard-data, w16-get-clipboard-data):
3782 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3783 (set-message-beep):
3784 * net/browse-url.el (w32-shell-execute):
3785 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3786 (w32-get-locale-info, w32-get-valid-locale-ids)
3787 (w32-set-clipboard-data):
3788 * dos-fns.el (int86, msdos-long-file-names):
3789 * dos-w32.el (default-printer-name): Declare as functions.
3790
3791 2007-11-21 Jason Rumney <jasonr@gnu.org>
3792
3793 * emacs-lisp/byte-run.el (declare-function): Return nil.
3794
3795 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3798
3799 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3800
3801 * ps-print.el (ps-lpr-switches): Docstring fix.
3802 (ps-string-list): New fun.
3803 (ps-do-despool): Code fix.
3804
3805 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3808
3809 2007-11-21 Glenn Morris <rgm@gnu.org>
3810
3811 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3812 for now. Handle define-minor-mode, and defalias (with no argument
3813 checking).
3814
3815 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3816
3817 * frame.el (msdos-mouse-p):
3818 * files.el (msdos-long-file-names, w32-long-file-name):
3819 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3820 (mac-resume-apple-event, mac-font-panel-mode)
3821 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3822 (mac-clear-font-name-table):
3823 * term/pc-win.el (msdos-remember-default-colors)
3824 (w16-set-clipboard-data, w16-get-clipboard-data):
3825 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3826 (set-message-beep):
3827 * net/browse-url.el (w32-shell-execute):
3828 * dos-fns.el (int86, msdos-long-file-names):
3829 * dos-w32.el (default-printer-name): Undo previous change.
3830
3831 2007-11-21 Eli Zaretskii <eliz@gnu.org>
3832
3833 * international/mule-cmds.el (set-locale-environment):
3834 Set default-file-name-coding-system _after_ keyboard and terminal
3835 coding systems. This fixes last change.
3836
3837 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3838 one space after "Subject:".
3839
3840 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3841
3842 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3843 in order to determine if there's a conflict.
3844
3845 2007-11-21 Richard Stallman <rms@gnu.org>
3846
3847 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3848
3849 * reposition.el (reposition-window):
3850 Binding C-M-l moved to bindings.el.
3851
3852 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3853
3854 * add-log.el (add-change-log-entry-other-window):
3855 Key binding C-x 4 a moved to bindings.el.
3856
3857 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3858 from filecache.el.
3859
3860 * filecache.el: Minibuffer map bindings moved to bindings.el.
3861
3862 2007-11-21 Jason Rumney <jasonr@gnu.org>
3863
3864 * international/mule-cmds.el (set-locale-environment):
3865 Set default-file-name-coding-system from system defaults on Windows.
3866
3867 2007-11-21 Jason Rumney <jasonr@gnu.org>
3868
3869 * term/w32console.el: New term init file for w32 console.
3870
3871 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3872 (x-setup-function-keys): Likewise, replacing top-level key definitions.
3873 (w32-tty-standard-colors): Move to term/w32console.el.
3874
3875 * term/w32-win.el (x-setup-function-keys): Remove.
3876
3877 * term/tty-colors.el (tty-register-default-colors): Remove special
3878 case for w32.
3879
3880 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3881
3882 * frame.el (msdos-mouse-p):
3883 * generic-x.el (w32-shell-name):
3884 * files.el (msdos-long-file-names, w32-long-file-name)
3885 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3886 (dos-8+3-filename, vms-read-directory, view-mode-disable):
3887 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3888 (mac-resume-apple-event, mac-font-panel-mode)
3889 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3890 (mac-clear-font-name-table):
3891 * term/pc-win.el (msdos-remember-default-colors)
3892 (w16-set-clipboard-data, w16-get-clipboard-data):
3893 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3894 (set-message-beep):
3895 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3896 (w32-get-locale-info, w32-get-valid-locale-ids)
3897 (w32-set-clipboard-data):
3898 * help-fns.el (ad-get-advice-info):
3899 * font-lock.el (fast-lock-after-fontify-buffer)
3900 (fast-lock-after-unfontify-buffer, fast-lock-mode)
3901 (lazy-lock-after-fontify-buffer)
3902 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3903 * net/browse-url.el (w32-shell-execute):
3904 * dos-fns.el (int86, msdos-long-file-names):
3905 * dos-w32.el (default-printer-name): Declare as functions.
3906
3907 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3908
3909 * textmodes/paragraphs.el (forward-sentence): Doc fix.
3910 Reported by Drew Adams <drew.adams@oracle.com>.
3911
3912 2007-11-20 Jason Rumney <jasonr@gnu.org>
3913
3914 * term/w32-win.el (x-setup-function-keys): Protect against
3915 multiple calls on the same terminal.
3916
3917 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3918
3919 * term/mac-win.el (x-setup-function-keys): Only setup
3920 local-function-key-map if it has not been setup already for the
3921 current frame. Move the suspend-emacs processing here.
3922
3923 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * progmodes/grep.el (xargs-program): New variable.
3926 (grep-compute-defaults): Use it.
3927 (grep-default-command): Doc fix.
3928 (grep, lgrep, rgrep): Reflow docstrings.
3929
3930 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * vc.el (vc-find-revision): Set the parent buffer.
3933 Use when instead of if.
3934
3935 * progmodes/python.el (info-lookup-maybe-add-help):
3936 * progmodes/ps-mode.el (doc-view-minor-mode):
3937 * mail/emacsbug.el (Info-menu, Info-goto-node):
3938 * emulation/viper-keym.el (viper-ex)
3939 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3940 * emulation/viper-cmd.el (widget-type, widget-button-press)
3941 (viper-set-hooks):
3942 * emacs-lisp/tcover-unsafep.el (unsafep-function):
3943 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3944 (ses-load, ses-vector-delete, ses-create-header-string)
3945 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3946 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3947
3948 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3951
3952 2007-11-20 Glenn Morris <rgm@gnu.org>
3953
3954 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3955 for end of function-name. Handle define-derived-mode.
3956
3957 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3958
3959 * progmodes/idlw-help.el: Require browse-url unconditionally, it
3960 is available by default.
3961 (idlwave-help-browse-url-available): Change default to t.
3962
3963 * emulation/edt.el (defgroup, defcustom): Remove definition.
3964 (eval-when-compile): Remove.
3965 (c-mark-function):
3966 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3967 * textmodes/fill.el (comment-search-forward)
3968 (comment-string-strip):
3969 * progmodes/prolog.el (comint-mode, comint-send-string)
3970 (comint-send-region, comint-send-eof):
3971 * progmodes/dcl-mode.el (imenu-default-create-index-function):
3972 * emulation/viper-util.el (viper-forward-Word):
3973 * emulation/vi.el (c-mark-function):
3974 * emulation/edt-vt100.el (vt100-wide-mode):
3975 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3976
3977 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
3978
3979 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3980 Still some tuning in case of an echoing shell.
3981 (tramp-send-command): Connection property "remote-echo" is not
3982 persistent; cache key is the process therefore.
3983
3984 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * replace.el (map-query-replace-regexp): Doc fix (revert part of
3987 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3988
3989 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3990
3991 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3992 * play/yow.el (doctor-ret-or-read):
3993 * vc-hooks.el (vc-dired-resynch-file):
3994 * vc-hg.el (log-view-get-marked):
3995 * smerge-mode.el (ediff-cleanup-mess):
3996 * pcvs.el (vc-editable-p, vc-checkout):
3997 * pcomplete.el (comint-bol):
3998 * informat.el (texinfo-format-refill):
3999 * ido.el (tramp-tramp-file-p):
4000 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
4001 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
4002 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
4003 functions.
4004
4005 * textmodes/ispell.el (ispell-int-char): Make it a defalias
4006 instead of fset.
4007 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
4008
4009 * ido.el (ido-file-internal): Move with-no-warnings to include the
4010 ffap-string-at-point call.
4011
4012 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
4013
4014 * vc-hg.el (vc-hg-revision-table): Fix last change.
4015
4016 2007-11-19 Martin Rudalics <rudalics@gmx.at>
4017
4018 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
4019 clipboard-yank when the buffer is read-only.
4020
4021 * cus-edit.el (custom-field-keymap): Move to other Custom mode
4022 keymaps such that it's before the definition of Custom-mode-menu.
4023 (Custom-mode-menu): Show it for custom-field-keymap too.
4024
4025 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
4026
4027 * progmodes/gdb-ui.el: Update commentary.
4028
4029 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
4032
4033 2007-11-19 Glenn Morris <rgm@gnu.org>
4034
4035 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
4036 does not exist, try adding `.el' extension. Also search for defsubsts.
4037
4038 * cus-edit.el (recentf-expand-file-name):
4039 * dired.el (dired-relist-entry):
4040 * subr.el (w32-shell-dos-semantics):
4041 * emacs-lisp/bytecomp.el (compilation-forget-errors):
4042 Declare as functions.
4043
4044 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
4047 (prepare-abbrev-list-buffer): Use dolist.
4048 (clear-abbrev-table): Preserve properties.
4049
4050 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
4051
4052 * textmodes/texinfmt.el (texinfo-format-printindex):
4053 Collect combined indexes using texinfo-short-index-format-cmds-alist.
4054 Reported on <bug-texinfo@gnu.org>.
4055
4056 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * net/tramp.el (tramp-completion-reread-directory-timeout):
4059 New defcustom.
4060 (tramp-handle-file-name-all-completions): Flush directory contents
4061 from cache regularly.
4062 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
4063 (tramp-open-connection-setup-interactive-shell):
4064 Call `tramp-cleanup-connection' via funcall.
4065
4066 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
4067 created when copying.
4068
4069 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
4070
4071 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
4072 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
4073 * eshell/esh-ext.el (eshell-external-command):
4074 * eshell/esh-cmd.el (require):
4075 * eshell/em-unix.el (eshell-plain-locate-behavior):
4076 * eshell/em-cmpl.el (eshell-cmpl-initialize):
4077 Replace eshell-under-xemacs-p with (featurep 'xemacs).
4078 * eshell/esh-mode.el (characterp, char-int): Remove unused
4079 conditional defaliases.
4080
4081 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
4082 Rename from event-matches-key-specifier-p, define unconditionally.
4083 (event-basic-type): Remove unused defalias.
4084 (pcomplete-show-completions):
4085 Use pcomplete-event-matches-key-specifier-p.
4086
4087 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4088
4089 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
4090 when saving esh-groups.el.
4091
4092 2007-11-17 Martin Rudalics <rudalics@gmx.at>
4093
4094 * wid-edit.el (widget-default-complete):
4095 * progmodes/flymake.el (flymake-goto-file-and-line):
4096 Fix typo in (doc-)string.
4097
4098 2007-11-17 Glenn Morris <rgm@gnu.org>
4099
4100 * emacs-lisp/byte-run.el (declare-function): New macro.
4101 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
4102 New function, byte-hunk-handler for declare-function.
4103 (byte-compile-callargs-warn): Handle declared functions.
4104
4105 * emacs-lisp/check-declare.el: New file.
4106 * Makefile.in (check-declare): New target.
4107
4108 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
4109
4110 * subr.el (process-lines): Move here from ../admin/admin.el.
4111 * emacs-lisp/authors.el (authors-process-lines): Remove.
4112 (authors): Use process-lines rather than authors-process-lines.
4113
4114 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
4115 Remove these files.
4116
4117 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
4118
4119 * emacs-lisp/backquote.el (backquote):
4120 Improve argument/docstring consistency.
4121
4122 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
4123 (ring-length, ring-empty-p): Use c[ad]dr.
4124 (ring-plus1): Use `1+'.
4125 (ring-minus1): Use `zerop'.
4126 (ring-remove): Use c[ad]dr. Use `when'.
4127 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
4128 (ring-ref): Use `let', not `let*'.
4129 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
4130 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
4131 (ring-member): Simplify. Doc fix.
4132 (ring-convert-sequence-to-ring): Simplify.
4133
4134 2007-11-17 Juri Linkov <juri@jurta.org>
4135
4136 * dired-aux.el (dired-create-directory): Allow creating
4137 a directory of an arbitrary depth. Add a loop to find the topmost
4138 nonexistent parent dir `new', and call `dired-add-file' on it.
4139 Set the `PARENTS' arg of `make-directory' to t.
4140
4141 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4142
4143 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
4144 (math-build-parse-table): Get parse information from math-parse-table.
4145
4146 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * window.el (recenter-last-op): New var.
4149 (recenter-top-bottom): New command.
4150 (global-map): Bind it to C-l.
4151
4152 * abbrev.el (abbrev--write): Fix error in transcription from C.
4153
4154 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
4155 (pc-select-ensure-mark): Set mark-active to a special value instead.
4156 Rename from ensure-mark. Update call callers.
4157 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
4158 Rewrite. Update all callers.
4159 (pc-selection-mode): Remove redundant var declaration.
4160
4161 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
4162
4163 * doc-view.el (doc-view-search-backward, doc-view-search):
4164 Fix assignment to free variable bug.
4165
4166 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
4167
4168 * emulation/pc-select.el (pc-select-shifted-mark): New var.
4169 (ensure-mark): Set it.
4170 (maybe-deactivate-mark): New fun.
4171 Use it everywhere instead of (setq mark-active nil).
4172
4173 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4174
4175 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
4176 Add check for XEmacs.
4177
4178 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
4179
4180 * doc-view.el (doc-view-resolution): Add missing :group.
4181
4182 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
4183
4184 * subr.el (make-variable-frame-local):
4185 Fix typo in obsolescence declaration.
4186
4187 2007-11-16 Werner Lemberg <wl@gnu.org>
4188
4189 * files.el (set-auto-mode-1): Check second line for -*- if file
4190 starts with '\" (which is used by man pages to identify needed
4191 troff preprocessors).
4192
4193 2007-11-16 Glenn Morris <rgm@gnu.org>
4194
4195 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
4196
4197 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4198
4199 * calc/calc-lang.el (math-oper-table): Fix typo.
4200 Reduce precedence of "/" for TeX.
4201
4202 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
4203
4204 2007-11-16 Juri Linkov <juri@jurta.org>
4205
4206 * dired-aux.el (dired-read-shell-command-default): New function.
4207 (dired-read-shell-command): Use its return value for DEFAULT arg.
4208
4209 * replace.el (keep-lines-read-args, occur-read-primary-args):
4210 Use a list of default values for DEFAULT arg of read-from-minibuffer.
4211
4212 * man.el (Man-heading-regexp): Add 0-9.
4213 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
4214
4215 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
4218 (doc-view-resolution): New custom var.
4219 (doc-view-pdf/ps->png): Use it.
4220 (doc-view-shrink-factor): New var.
4221 (doc-view-enlarge, doc-view-shrink): New commands.
4222 (doc-view-mode-map): Use them.
4223
4224 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * ediff-wind.el (ediff-window-setup-function):
4227 * simple.el (normal-erase-is-backspace):
4228 * eshell/em-unix.el (eshell/info):
4229 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4230 Fix typos in docstrings.
4231
4232 * emulation/cua-base.el (cua--keymaps-initialized):
4233 Rename from `cua--keymaps-initalized'. Callers changed.
4234 (cua-highlight-region-shift-only): Doc fix.
4235 (cua-paste-pop): Fix typo in docstring.
4236
4237 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * emulation/cua-base.el (cua--pre-command-handler-1):
4240 Use input-decode-map instead of function-key-map.
4241 Use event-modifiers now that it works reliably.
4242
4243 * vc.el (vc-diff-internal): Pop-to-buffer later.
4244
4245 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
4246
4247 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
4248 did not touch them.
4249
4250 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4251
4252 * calc/calc-menu.el: New file.
4253 * calc/calc.el (calc-mode): Require calc-menu.
4254
4255 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
4256
4257 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
4258
4259 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
4260
4261 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
4262 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
4263 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
4264 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
4265 locations.
4266 (gdb-info-breakpoints-custom, gdb-assembler-custom)
4267 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
4268 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
4269
4270 2007-11-13 Noah Friedman <friedman@splode.com>
4271
4272 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4273 bindings to remap when `calc-scan-for-dels' is non-nil.
4274
4275 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4278 constant forms.
4279 (byte-compile-nilconstp): New function.
4280 (byte-optimize-cond): Kill subsequent branches when a branch is
4281 know to be taken or not taken.
4282 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
4283
4284 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4285
4286 * vc.el (vc-register): Allow registering a file passed as a
4287 parameter instead of just the current buffer.
4288
4289 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
4290
4291 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4292 Check whether the output of "uname -sr" has been changed.
4293
4294 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4295
4296 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
4297 patterns from compilation-perl.el and compilation-weblint.el files.
4298
4299 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4300
4301 * progmodes/compilation-perl.el:
4302 * progmodes/compilation-weblint.el: Disable autoloads, they cause
4303 a bootstrap failure.
4304
4305 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4306 instead of doing "cvs diff" in order to avoid accessing the repository.
4307
4308 2007-11-12 Kevin Ryde <user42@zip.com.au>
4309
4310 * progmodes/compilation-perl.el:
4311 * progmodes/compilation-weblint.el: New files.
4312
4313 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
4316 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
4317 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
4318 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
4319 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
4320 Rewrite in active voice.
4321
4322 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
4323
4324 * doc-view.el: Add comments about isearch support.
4325
4326 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4327
4328 * vc.el (vc-start-entry): Fix setting the in the case the function
4329 is called from vc-dired. Use when instead of if where appropriate.
4330
4331 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4332
4333 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
4334 to be a list.
4335 (ps-begin-job): Error if ps-lpr-switches is not a list.
4336
4337 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4338
4339 * faces.el (face-normalize-spec): Remove function.
4340 (frame-set-background-mode): Undo last change.
4341
4342 2007-11-10 Jason Rumney <jasonr@gnu.org>
4343
4344 * w32-fns.el: Sync charset names with setup-default-fontset.
4345 Append "-1" where second part missing.
4346
4347 2007-11-10 Juri Linkov <juri@jurta.org>
4348
4349 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
4350 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
4351
4352 * custom.el (custom-note-var-changed): Remove the `interactive'
4353 spec from this new non-interactive function.
4354
4355 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
4356
4357 * doc-view.el (doc-view-mode-map, doc-view-menu)
4358 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
4359 (doc-view-search-backward): New function.
4360 (doc-view-search): Query new regexp if prefix arg is given, else
4361 jump to next/previous match.
4362 (doc-view-mode): Handle compressed files.
4363 (jka-compr): Required for compressed files.
4364
4365 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4366
4367 * replace.el (query-replace-show-replacement): New defcustom.
4368 (perform-replace): Use `match-substitute-replacement' if
4369 `query-replace-show-replacement' is non-nil.
4370
4371 2007-11-10 David Kastrup <dak@gnu.org>
4372
4373 * subr.el (match-substitute-replacement): New function.
4374
4375 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
4376
4377 * files.el (auto-mode-alist): Select org-mode for files with the
4378 extension ".org".
4379
4380 2007-11-10 Martin Rudalics <rudalics@gmx.at>
4381
4382 * help.el (help-window, help-window-point-marker): New variables.
4383 (help-window-select): New option.
4384 (with-help-window): New macro for displaying help windows.
4385 (help-window-display-message, help-window-setup-finish)
4386 (help-window-setup): New functions used for setting up help windows.
4387 (print-help-return-message): Reset help-window to nil.
4388 (view-lossage): Use with-help-window instead of
4389 with-output-to-temp-buffer and move help-window-point-marker after
4390 inserted text.
4391 (describe-bindings, describe-key, describe-mode): Use
4392 with-help-window instead of with-output-to-temp-buffer.
4393
4394 * help-mode.el (help-mode): Set view-exit-action to bury the
4395 buffer instead of fiddling with windows. Simplify code.
4396 (help-mode-finish): When help-window eqs t set it to the selected
4397 window and have with-help-window set up view-return-to-alist.
4398 (help-buffer): Add autoload cookie.
4399
4400 * view.el (view-remove-frame-by-deleting): Change default value to t.
4401 Add autoload cookie.
4402 (view-exit-action, view-file, view-file-other-window)
4403 (view-file-other-frame, view-buffer, view-buffer-other-window)
4404 (view-buffer-other-frame): Rewrite doc strings.
4405 (view-return-to-alist-update): New function to remove stale entries
4406 from view-return-to-alist.
4407 (view-mode-enter): Rewrite doc string and simplify code.
4408 (view-mode-exit): Handle new case 'keep-frame. Don't reset
4409 view-exit-action to nil. Simplify code and rewrite doc string.
4410
4411 * apropos.el (apropos-describe-plist):
4412 * descr-text.el (describe-char):
4413 * disp-table.el (describe-display-table):
4414 * faces.el (list-faces-display, describe-face):
4415 * facemenu.el (list-colors-display):
4416 * help-fns.el (describe-function, describe-variable)
4417 (describe-syntax, describe-categories):
4418 Use with-help-window instead of with-output-to-temp-buffer.
4419
4420 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4423 Optimize (featurep 'emacs) to t.
4424
4425 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4426 New function.
4427 (byte-compile-maybe-guarded): Use it to also look for bound
4428 symbols inside `and' forms. Comment out non-working code that was
4429 trying to avoid warnings for XEmacs code.
4430
4431 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4432
4433 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4434 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4435 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4436 (vc-cvs-annotate-command):
4437 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4438 is bound, it always is.
4439
4440 2007-11-10 Jason Rumney <jasonr@gnu.org>
4441
4442 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4443 setup here from global scope.
4444
4445 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * ido.el (ido-save-history): Save the history file in UTF-8, not
4448 the current filename coding system.
4449
4450 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * simple.el (interprogram-cut-function, interprogram-paste-function):
4453 Don't make them frame-local any more.
4454
4455 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4456 Don't set interprogram-(cut|paste)-function on each frame.
4457
4458 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4459 Make them work in tty frames.
4460 (interprogram-cut-function, interprogram-paste-function):
4461 Set them globally.
4462
4463 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4466 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4467 (iso-iso2duden-trans-tab): Add docstring.
4468
4469 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * abbrev.el (define-abbrev-table): Record the variable definition.
4472
4473 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4474 New function.
4475
4476 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4477
4478 * ps-print.el: Clean the code for checking suitable Emacs version.
4479 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4480 (ps-print-version): New version 6.8.1.
4481
4482 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * files.el (enable-local-variables): Doc fix.
4485
4486 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4487
4488 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4489
4490 2007-11-09 Sven Joachim <svenjoac@gmx.de>
4491
4492 * dired-aux.el (dired-copy-file-recursive):
4493 Preserve directory permissions.
4494
4495 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4496
4497 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4498 (whitespace-unload-function): New-style unload function. When run,
4499 unintern `whitespace-unload-hook' and call `unload-feature' recursively
4500 to stop the old hook from messing with the unloading.
4501
4502 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4505 (elp-unset-master, elp-results): Fix typos.
4506 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4507 Doc fixes.
4508
4509 * msb.el (msb--many-menus): Remove variable.
4510 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4511 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4512 (msb--toggle-menu-type): Fix typos in docstrings.
4513
4514 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4515 (shadow-insert-var): Doc fixes.
4516 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4517 Reflow docstrings.
4518 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4519
4520 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4523 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4524 Fix typos in autoload docstrings.
4525
4526 2007-11-09 Richard Stallman <rms@gnu.org>
4527
4528 * savehist.el (savehist-save): Obey savehist-ignored-variables.
4529
4530 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4531
4532 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4533 (gdb-var-update-handler-1): Use it.
4534
4535 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * loadhist.el (unload-feature): Remove erroneous check for the
4538 FEATURE-unload-function variable; check the existence of the
4539 function (that's what the docstring says, and it makes more sense).
4540
4541 * follow.el (follow-unload-function): Add docstring.
4542 (follow-unload-function): Remove variable.
4543
4544 * server.el (server-unload-function): Remove variable.
4545 (server-unload-function): Unbind `server-edit' from `C-x #'.
4546
4547 * ses.el (ses-unload-function): New function.
4548
4549 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4552 (unsafep-progn, unsafep-let): Fix typos in docstrings.
4553
4554 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4555 before use to avoid a warning in packages that require uniquify.
4556 (uniquify-unload-function): New function and var.
4557
4558 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4561 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4562 (ediff-current-diff-A, ediff-current-diff-B)
4563 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4564 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4565 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4566 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4567 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4568 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4569 (ediff-setup-windows-plain-merge)
4570 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4571 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4572 * ediff-util.el (ediff-setup-keymap, )
4573 (ediff-toggle-wide-display, ediff-toggle-multiframe)
4574 (ediff-toggle-use-toolbar, ediff-really-quit)
4575 (ediff-good-frame-under-mouse)
4576 (ediff-highlight-diff-in-one-buffer)
4577 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4578 (ediff-make-bullet-proof-overlay):
4579 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4580 (ediff-set-meta-overlay):
4581 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4582 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4583 ediff-emacs-p with their former definitions.
4584
4585 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4586 (viper-has-face-support-p, viper-inactivate-input-method)
4587 (viper-activate-input-method)
4588 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4589 * emulation/viper-mous.el (viper-multiclick-timeout)
4590 (viper-surrounding-word, viper-mouse-click-insert-word)
4591 (viper-mouse-click-search-word, viper-parse-mouse-key):
4592 * emulation/viper-macs.el (viper-char-array-to-macro):
4593 * emulation/viper.el (viper-go-away, viper-set-hooks)
4594 (viper-non-hook-settings):
4595 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4596 (viper-get-saved-cursor-color-in-insert-mode)
4597 (viper-get-saved-cursor-color-in-emacs-mode)
4598 (viper-check-version, viper-get-visible-buffer-window)
4599 (viper-file-checked-in-p, viper-set-replace-overlay)
4600 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4601 (viper-check-minibuffer-overlay, viper-read-key-sequence)
4602 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4603 with their former definitions.
4604 (viper-eventify-list-xemacs): Only do work for XEmacs.
4605 (viper-set-unread-command-events): Only do work for Emacs.
4606 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4607 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4608 (viper-overlay-get, viper-overlay-put, viper-read-event)
4609 (viper-characterp, viper-int-to-char, viper-get-face)
4610 (viper-color-defined-p, viper-iconify): New defaliases replacing
4611 the old fsets.
4612
4613 * progmodes/fortran.el (comment-region-function)
4614 (uncomment-region-function): Pacify byte compiler.
4615
4616 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4617
4618 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
4619
4620 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4621 `process-environment'.
4622
4623 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
4624
4625 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4626 match dir like "a...b".
4627
4628 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4631
4632 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
4633
4634 * net/tramp.el (tramp-handle-substitute-in-file-name):
4635 Don't expand the remote connection identification.
4636 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4637 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
4638 before calling stty.
4639
4640 * net/tramp-cache.el (tramp-cache-print)
4641 (tramp-dump-connection-properties): Fix docstring.
4642 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4643
4644 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4645
4646 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4647 remote connection identification when setting connection property.
4648
4649 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4650 "//" substitutes only in the local filename part.
4651
4652 2007-11-07 David Hansen <david.hansen@gmx.net>
4653
4654 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4655
4656 2007-11-07 Glenn Morris <rgm@gnu.org>
4657
4658 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4659 Remove superfluous concats. Move final set-buffer to
4660 non-emacs-specific code.
4661
4662 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
4663
4664 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4665
4666 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4667
4668 * eshell/esh-mode.el (eshell-output-filter):
4669 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4670 Use `with-current-buffer'.
4671
4672 2007-11-07 Andreas Schwab <schwab@suse.de>
4673
4674 * server.el (server-start): Only register cleanup after server was
4675 started.
4676
4677 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
4678
4679 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4680
4681 * net/tramp-cache (tramp-cache-print): Move down.
4682 (tramp-cache-list-connections): New defun.
4683
4684 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4685
4686 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * ido.el (ido-save-history): Write the history file in the current
4689 filename coding system, and add `coding' file-local variable.
4690
4691 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
4692
4693 * textmodes/org.el (org-table-formula-substitute-names):
4694 Remove forgotten temporary debugging code.
4695
4696 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
4697
4698 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4699 the prompt.
4700
4701 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
4702
4703 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4704
4705 2007-11-05 Simon Josefsson <simon@josefsson.org>
4706
4707 * net/tls.el (tls-end-of-info): Doc fix.
4708
4709 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
4710
4711 * international/utf-7.el (utf-7-imap): New coding system.
4712 (utf-7-imap-post-read-conversion): New function.
4713 (utf-7-imap-pre-write-conversion): New function.
4714
4715 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * abbrev.el (abbrev--write): Fix up typo.
4718
4719 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * abbrev.el (define-abbrev-table): Doc fix.
4722
4723 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
4724
4725 * info.el (Info-revert-buffer-function): New func.
4726 (Info-mode): Arrange to use it for reverting.
4727 (Info-copy-current-node-name): Add space between filename and nodename.
4728
4729 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * abbrev.el (expand-abbrev): Move point back to expansion's end.
4732
4733 2007-11-04 Glenn Morris <rgm@gnu.org>
4734
4735 * net/tls.el: Don't require rx when compiling.
4736 (tls-end-of-info): Rewrite without using rx.
4737 (open-tls-stream): Use with-current-buffer.
4738
4739 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
4740
4741 * net/tls.el: Require rx when compiling.
4742 (tls-end-of-info): New variable.
4743 (open-tls-stream): Keep reading input until `tls-end-of-info' is
4744 matched.
4745
4746 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
4747
4748 * register.el (append-to-register, prepend-to-register):
4749 Don't signal error on empty register; use the text, instead.
4750
4751 2007-11-03 Michael Olson <mwolson@gnu.org>
4752
4753 * textmodes/remember.el (remember-buffer):
4754 Use define-obsolete-function-alias rather than defalias.
4755
4756 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4757
4758 * simple.el (bad-packages-alist): Anchor semantic regexp.
4759
4760 2007-11-03 Glenn Morris <rgm@gnu.org>
4761
4762 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4763 if defined, for blank lines. Doc fix.
4764
4765 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4766 (fortran-mode): Set values for comment-region-function,
4767 uncomment-region-function and comment-insert-comment-function.
4768 (fortran-uncomment-region): New function.
4769
4770 * textmodes/nroff-mode.el (nroff-mode):
4771 Set comment-insert-comment-function rather than indent-line-function.
4772 (nroff-indent-line-function): Remove.
4773 (nroff-insert-comment-function): New function.
4774
4775 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4776
4777 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4778
4779 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4780
4781 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4782
4783 * emulation/viper-cmd.el (viper-prev-destructive-command)
4784 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4785 copy-sequence.
4786
4787 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4788 Got rid of ediff-copy-list.
4789
4790 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4791 use face-name.
4792 (ediff-test-utility, ediff-diff-mandatory-option)
4793 (ediff-reset-diff-options): Remove to simplify the mandatory option
4794 handling on Windows.
4795 (ediff-set-diff-options): Add.
4796 (ediff-diff-options): Set "--binary" option as default in some cases.
4797
4798 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4799 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4800 ediff-vc-working-revision. Require vc-hooks.
4801
4802 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
4803
4804 * files.el (hack-local-variables): Fix membership tests to avoid
4805 treating all variables as safe if `enable-local-variables' is
4806 set to :safe (CVE-2007-5795).
4807
4808 2007-11-02 Glenn Morris <rgm@gnu.org>
4809
4810 * newcomment.el (comment-indent): Let comment-insert-comment-function,
4811 if defined, do all the work of inserting a new comment.
4812
4813 * progmodes/etags.el (tags-table-mode): Disable undo.
4814
4815 * simple.el (bad-packages-alist): Revert previous change.
4816
4817 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
4818
4819 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4820
4821 * obsolete/lselect.el: Do not warn about unknown functions.
4822
4823 2007-11-02 Michael Olson <mwolson@gnu.org>
4824
4825 * textmodes/remember.el (remember-buffer): Make this an alias of
4826 remember-finalize, because Org uses it.
4827
4828 2007-11-01 Michael Olson <mwolson@gnu.org>
4829
4830 * textmodes/remember.el: Improve documentation in heading.
4831 (remember-before-remember-hook): Turn into a customizable option.
4832 (remember): Document INITIAL argument.
4833 (remember-region): Remove autoload cookie. Improve docstring to
4834 mention that it is called from the *Remember* buffer, and does not
4835 have any functional overlap with the `remember' function.
4836 (remember-finalize): Remove autoload cookie. Rename from
4837 remember-buffer to emphasize that this does not have any
4838 functional overlap with the `remember' function.
4839 (remember-destroy): Remove autoload cookie.
4840 (remember-mode-map): Define and initialize in one step.
4841 (remember-mode): Improve docstring.
4842 (remember-annotation-functions): Default to just '(buffer-file-name),
4843 and don't try to take the default value from Planner.
4844
4845 2007-11-01 Glenn Morris <rgm@gnu.org>
4846
4847 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4848
4849 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4850
4851 * emacs-lisp/authors.el (authors-scan-change-log)
4852 (authors-scan-el): Don't enable local eval; enable only safe local
4853 variables, without querying.
4854
4855 * mail/footnote.el (footnote-numeric-regexp)
4856 (footnote-english-upper-regexp, footnote-english-lower-regexp)
4857 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4858 Match multi-character footnotes.
4859
4860 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4861 (nroff-indent-line-function): New function.
4862 (nroff-count-text-lines): Use nroff-forward-text-line rather than
4863 obsolete alias.
4864
4865 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
4866
4867 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4868 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
4869 (rcirc-print): Only update the line count when not marking the
4870 line as omittable.
4871 (rcirc-log-write): Specify coding system when writing logfile.
4872 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4873
4874 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * printing.el (printing): Fix :version, printing.el was included
4877 for in emacs-22.1.
4878 (pr-path-style, pr-path-alist, pr-txt-name)
4879 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4880 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4881 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4882 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4883 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4884 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4885 (pr-setting-database, pr-visible-entry-list)
4886 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4887 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4888
4889 * ediff-util.el (ediff-nuke-selective-display): Move definition to
4890 top level, make it dependent on the emacs flavor.
4891
4892 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4893 Test for XEmacs not for itimer.
4894
4895 * term/sun-mouse.el:
4896 * obsolete/sun-fns.el:
4897 * obsolete/sun-curs.el: Remove files.
4898
4899 * term/sun.el (select-previous-complex-command): Remove obsolete code.
4900
4901 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
4902
4903 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4904 was given to concat.
4905
4906 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4909 used normally for goto-line. Change `g' to revert the buffer.
4910 Add redundant `r' binding for buffer-revert.
4911
4912 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4913 (mail-abbrevs-setup): Use abbrev-expand-functions.
4914 (build-mail-abbrevs): Use with-temp-buffer.
4915 (define-mail-abbrev): Simplify.
4916 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4917 Change it for use on abbrev-expand-functions.
4918 (mail-abbrev-complete-alias): Use with-syntax-table.
4919
4920 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
4921
4922 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4923 directly. Fix bug in deleting temp file.
4924
4925 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4928 Merge defvar and define-abbrev-table.
4929 (def-python-skeleton): Use :case-fixed and :enable-function.
4930 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4931 Remove.
4932 (python-mode): Don't modify pre-abbrev-expand-hook.
4933
4934 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4935
4936 * ediff-util.el (ediff-file-checked-out-p)
4937 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4938
4939 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * abbrev.el (abbrev-symbol): Correct let->let*.
4942 (abbrev--before-point): Only use abbrev-start-location if before point.
4943
4944 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
4947 (strokes-unload-hook): Remove function and variable.
4948 (strokes-unload-function): New-style unload function, adapted
4949 from `strokes-unload-hook'.
4950
4951 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4952 (cl-unload-hook): Remove variable.
4953 (cl-unload-function): New-style unload function, adapted
4954 from `cl-cannot-unload'.
4955
4956 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4957 (elp-unload-function): New-style unload function, adapted
4958 from `elp-unload-hook'.
4959
4960 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
4961
4962 * emacs-lisp/find-func.el (find-library): Use library at
4963 point as default interactive argument.
4964
4965 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4966
4967 * shadowfile.el (shadow-join): Remove.
4968 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4969 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4970 (shadowfile-unload-hook): Remove function and variable.
4971 (shadowfile-unload-function): New-style unload function, adapted
4972 from `shadowfile-unload-hook'.
4973
4974 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4975
4976 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4977 only if it is bound.
4978
4979 * textmodes/reftex.el: Move autoloads for before all uses.
4980 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4981 (reftex-delete-overlay): Move to the top level with the condition
4982 in the body.
4983
4984 * progmodes/simula.el: Use when instead of if.
4985
4986 * iimage.el (iimage-locate-file): Define unconditionally.
4987
4988 * mail/mailabbrev.el (mail-abbrev-next-line):
4989 * emulation/vip.el (vip-enlarge-region, vip-line)
4990 (vip-next-line-at-bol, vip-previous-line)
4991 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4992 Wrap with-no-warnings around uses of next-line and previous-line.
4993
4994 * ediff.el (run-ediff-from-cvs-buffer):
4995 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4996 Remove function not used by pcl-cvs anymore.
4997 (noninteractive, generic-sc-get-latest-rev)
4998 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4999 Delete support for long obsolete generic-sc.el.
5000
5001 2007-10-31 Glenn Morris <rgm@gnu.org>
5002
5003 * cvs-status.el: No longer require pcvs when compiling.
5004
5005 * doc-view.el (doc-view-conversion-refresh-interval)
5006 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
5007 (doc-view-reset-slice): Doc fixes.
5008 (doc-view-menu): Remove deleted function doc-view-edit-doc.
5009
5010 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * help-at-pt.el (help-at-pt-unload-hook): Remove.
5013 Timers are automatically canceled by `unload-feature'.
5014
5015 * delsel.el (delsel-unload-hook): Remove function and variable.
5016 (delsel-unload-function): New-style unload function, adapted
5017 from `delsel-unload-hook'.
5018
5019 * msb.el (msb-unload-hook): Remove function and variable.
5020 (msb-unload-function): New-style unload function, adapted from
5021 `msb-unload-hook'.
5022
5023 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * desktop.el (uniquify-managed): Pacify byte compiler.
5026 (desktop-buffer-info): If the buffer name is managed by uniquify,
5027 save the base name, not the uniquified one.
5028 (desktop-create-buffer): Allow `rename-buffer' to generate a new
5029 name in case of conflict.
5030
5031 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * doc-view.el: Use expand-file-name rather than concat.
5034 (doc-view-cache-directory): Add the UID so multiple users won't clash.
5035 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
5036 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
5037 (doc-view-toggle-display): Use an overlay over the whole buffer so as
5038 not to have to touch the buffer's content.
5039 (doc-view-initiate-display): New function, extracted from doc-view-mode.
5040 (doc-view-mode): Use it. Don't mark as a special mode.
5041 Put the page numbers in the modeline.
5042 Set up the overlay. Hide the cursor. Run the mode hook.
5043 Use after-revert-hook rather than revert-buffer-function.
5044 (doc-view-search-internal): Fix typo.
5045 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
5046 image-cache flush.
5047 (doc-view-reconvert-doc): Don't reset the whole mode.
5048 (doc-view-make-safe-dir): New function.
5049 (doc-view-current-cache-dir): Use it.
5050
5051 2007-10-30 Jason Rumney <jasonr@gnu.org>
5052
5053 * time.el (display-time-world-list): Test for zoneinfo support.
5054
5055 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
5058
5059 * net/tramp-cache.el (tramp-flush-file-function): Check also
5060 `default-directory' if `buffer-file-name' does not return a
5061 string. Added to `eshell-pre-command-hook'.
5062
5063 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * doc-view.el (doc-view-current-doc): Remove.
5066 Replace all uses by buffer-file-name.
5067 (doc-view-menu): New menu.
5068 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
5069 unused var `doc'.
5070 (doc-view-sort): Simplify.
5071 (doc-view-buffer-message): Don't change buffer-modified-p.
5072 (doc-view-mode): Change it here instead.
5073 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
5074 Don't modify the global value of revert-buffer-function.
5075
5076 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
5077 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
5078 (image-toggle-display): Take overlays into account and don't assume
5079 point-min==1.
5080
5081 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
5082
5083 * vc.el (vc-annotate): Fix omission bug:
5084 Specify value for vc-sentinel-movepoint.
5085
5086 2007-10-30 Michael Olson <mwolson@gnu.org>
5087
5088 * textmodes/remember.el (remember-mode-hook)
5089 (remember-handler-functions, remember-annotation-functions):
5090 Add additional items as options, including some Org functions.
5091
5092 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
5093
5094 * doc-view.el: Remove cl-dependency.
5095 (doc-view-buffer-message): Mention new binding K.
5096 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
5097 instead of variable.
5098 (doc-view-current-cache-dir): Better cache dir naming.
5099 (doc-view-current-display): Remove variable.
5100 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
5101 (doc-view-kill-proc): Set converter process to nil.
5102 (doc-view-minor-mode): New minor mode.
5103 (doc-view-minor-mode-map): New keymap.
5104 (doc-view-mode): Remove text/image switching code. Use plain defun.
5105 (doc-view-mode-map): New binding K kills converter process.
5106 Remove C-c C-e binding.
5107 (doc-view-mode-text-map): Remove keymap.
5108 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
5109 d-v-display-maybe.
5110 (doc-view-previous-major-mode): New variable.
5111 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
5112 (doc-view-remove-if): New function.
5113 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
5114 (doc-view-toggle-display): Toggle modes instead of display styles.
5115 (doc-view-reconvert-doc): Adapt to new way of doing things.
5116
5117 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
5118
5119 2007-10-30 Glenn Morris <rgm@gnu.org>
5120
5121 * dirtrack.el (dirtrack-mode): Doc fix.
5122
5123 * shell.el (shell-dirtrack-verbose, shell-mode)
5124 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
5125
5126 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
5127 (byte-compile-enable-warning): Doc fix.
5128
5129 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
5130 suppress byte-opt warning.
5131
5132 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5133
5134 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
5135 (edt-gnu-emacs19-p): Remove.
5136 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
5137 (edt-xserver, edt-page-backward, edt-beginning-of-line)
5138 (edt-end-of-line-forward, edt-end-of-line-backward)
5139 (edt-one-word-forward, edt-one-word-backward, edt-character)
5140 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
5141 (edt-find-forward, edt-find-backward, edt-find-next-forward)
5142 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
5143 (edt-define-key, edt-bottom-check, edt-sentence-forward)
5144 (edt-sentence-backward, edt-paragraph-forward)
5145 (edt-paragraph-backward, edt-restore-key, edt-window-top)
5146 (edt-window-bottom, edt-scroll-window-forward-line)
5147 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5148 (edt-line-to-top-of-window, edt-paragraph-backward)
5149 (edt-restore-key, edt-window-top, edt-window-bottom)
5150 (edt-scroll-window-forward-line)
5151 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5152 (edt-line-to-middle-of-window, edt-goto-percentage)
5153 (edt-display-the-time, edt-remember, edt-split-window)
5154 (edt-emulation-on, edt-emulation-off)
5155 (edt-default-emulation-setup, edt-user-emulation-setup)
5156 (edt-select-default-global-map, edt-select-user-global-map):
5157 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
5158 tests.
5159
5160 * textmodes/reftex-index.el (reftex-index-selection-or-word):
5161 Use feature test instead of boundp test so it can be resolved at
5162 compile time.
5163
5164 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
5165
5166 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
5169 Update all users.
5170 (abbrev-get, abbrev-put): Simplify.
5171 (define-abbrev): Don't store the `force' value in the :system property.
5172 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
5173
5174 2007-10-30 Michael Olson <mwolson@gnu.org>
5175
5176 * desktop.el (desktop-minor-mode-table): Add line for ERC.
5177
5178 * textmodes/remember.el: New file that implements a mode for
5179 quickly jotting down things to remember.
5180
5181 * textmodes/remember-diary.el: A backend for remember.el that
5182 implements saving notes to a Diary file.
5183
5184 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
5185
5186 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
5187 Relocate in file.
5188 (allout-doublecheck-at-and-shallower): Increase to include
5189 slightly greater depths, since yank interaction is now ok.
5190 Also, elaborate the docstring to explain the situation.
5191 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
5192 instead of concat, so we accommodate key sequences expressed as
5193 vectors as well as strings and lists.
5194 (allout-flag-region, allout-hide-by-annotation): Make the
5195 hidden-text overlays 'front-advance.
5196 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
5197 (allout-aberrant-container-p, allout-on-current-heading-p)
5198 (allout-e-o-prefix-p, allout-next-heading)
5199 (allout-previous-heading, allout-goto-prefix)
5200 (allout-end-of-prefix, allout-next-sibling-leap)
5201 (allout-next-visible-heading, allout-auto-fill)
5202 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
5203 (allout-yank-processing, allout-resolve-xref)
5204 (allout-current-topic-collapsed-p, allout-hide-region-body)
5205 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
5206 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
5207 (count-trailing-whitespace-region): Preserve match data, so allout
5208 outline navigation doesn't disrupt other Emacs operations.
5209 (allout-beginning-of-line): Retreat to the beginning of the hidden
5210 text, so fields are respected (for submodes that care).
5211 (allout-end-of-line): Preserve mark activation status when jumping.
5212 (allout-open-topic): Account for opening after a child that
5213 contains a hidden trailing newline. Preserve match data.
5214 Run allout-structure-added-hook
5215 (allout-encrypt-decrypted): Preserve match data.
5216 (allout-toggle-current-subtree-exposure): Add new interactive
5217 function for toggle subtree exposure - suggested by tassilo.
5218 (move-beginning-of-line, move-end-of-line): Don't use
5219 line-move-invisible-p, it's obsolete - substitute the code, instead.
5220
5221 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 * textmodes/flyspell.el (message-signature-separator):
5224 * longlines.el (message-indent-citation-function): Pacify byte
5225 compiler.
5226
5227 * emacs-lisp/cl-loaddefs.el:
5228 * ldefs-boot.el: Regenerate.
5229
5230 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
5231 (.el.elc, compile, compile-always, compile-calc)
5232 ($(lisp)/progmodes/cc-mode.elc): Use it.
5233
5234 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
5235 Only do work for XEmacs.
5236 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
5237 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
5238 on XEmacs.
5239 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5240 (ps-x-color-name, ps-x-color-specifier-p)
5241 (ps-x-copy-coding-system, ps-x-device-class)
5242 (ps-x-extent-end-position, ps-x-extent-face)
5243 (ps-x-extent-priority, ps-x-extent-start-position)
5244 (ps-x-face-font-instance, ps-x-find-coding-system)
5245 (ps-x-font-instance-properties, ps-x-make-color-instance)
5246 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
5247 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
5248 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
5249 (ps-generate-postscript-with-faces): Delete defaliases.
5250 (ps-face-foreground-name, ps-face-background-name)
5251 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5252 Move definitions to top level, make the body conditional on the Emacs
5253 flavor. Replace uses of deleted aliases and renamed functions.
5254 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
5255 of deleted aliases and renamed functions.
5256
5257 * calc/calc.el (calc-emacs-type-lucid): Remove.
5258 (calc-digit-map, calcDigit-start, calc-read-key)
5259 (calc-clear-unread-commands):
5260 * calc/calc-ext.el (calc-user-key-map): Replace uses of
5261 calc-emacs-type-lucid with (featurep 'xemacs)
5262
5263 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
5264 (featurep 'xemacs).
5265 (tpu-lucid-emacs19-p): Remove.
5266 (tpu-map-key): Make it a function instead of using fset. Inline
5267 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
5268 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
5269
5270 * ielm.el: Use featurep 'xemacs.
5271
5272 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
5273 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
5274 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
5275 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
5276 cperl-xemacs-p with (featurep 'xemacs).
5277 (font-lock-cache-position): Pacify byte compiler.
5278
5279 2007-10-29 Drew Adams <drew.adams@oracle.com>
5280
5281 * faces.el (read-color): New function.
5282 (face-at-point, foreground-color-at-point)
5283 (background-color-at-point): New functions.
5284
5285 2007-10-28 Richard Stallman <rms@gnu.org>
5286
5287 * net/browse-url.el (browse-url-text-xterm): Rename from
5288 browse-url-lynx-xterm and made generic.
5289 (browse-url-text-emacs): Likewise.
5290 (browse-url-text-browser): New variable.
5291 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
5292 (browse-url-text-input-field, browse-url-text-input-attempts)
5293 (browse-url-kde-program): Likewise.
5294
5295 2007-10-29 Glenn Morris <rgm@gnu.org>
5296
5297 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5298 Use mapc rather than mapcar (reinstall change deleted without log
5299 entry 2007-10-22).
5300
5301 2007-10-29 Martin Rudalics <rudalics@gmx.at>
5302
5303 * wdired.el (wdired-next-line, wdired-previous-line):
5304 Use next-line and previous-line wrapped in with-no-warnings.
5305
5306 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
5307
5308 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
5309 (rcirc-recent-quit-alist): New function.
5310 (rcirc): Print a better message when there is only one connected server.
5311 (rcirc-complete-nick): Do not update the nick table here.
5312 (rcirc-mode-map): Add M-o.
5313 (rcirc-current-line): Add variable.
5314 (rcirc-mode): Setup variables for line based omit.
5315 (rcirc-edit-multiline): Strip text properties.
5316 (rcirc-omit-responses): Add NICK.
5317 (rcirc-omit-threshold): Add variable.
5318 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
5319 Add functions.
5320 (rcirc-print): Keep track of current line. Do not fill text if
5321 `rcirc-fill-flag' is null. Only omit text if the last activity
5322 from the sender is more than `rcirc-omit-threshold' lines ago.
5323 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
5324 numbers instead of time.
5325 (rcirc-channel-nicks): Sort by line numbers instead of time.
5326 (rcirc-omit-mode): Add `...' when omitting text and recenter.
5327 (rcirc-handler-JOIN): Restore the joiners linestamp.
5328 (rcirc-maybe-remember-nick-quit): Add function.
5329 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
5330
5331 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
5332
5333 * loadhist.el (unload-feature-special-hooks):
5334 Add `delete-frame-functions' and `suspend-tty-functions'.
5335
5336 * server.el (server-unload-function): Rename from `server-unload-hook'
5337 and adapt to new `unload-feature' functionality. Remove hook from
5338 `kill-buffer-hook' buffer-locally.
5339 (server-unload-hook): Remove.
5340 (server-unload-function): New var; replaces `server-unload-hook'.
5341
5342 2007-10-29 Glenn Morris <rgm@gnu.org>
5343
5344 * dirtrack.el (dirtrack-debug): Doc fix.
5345 (dirtrack-mode, dirtrack-debug-mode): New names for
5346 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
5347 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
5348 Make obsolete.
5349 (dirtrack-debug-message): Only print message if
5350 dirtrack-debug-mode is non-nil. Use with-current-buffer.
5351 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
5352 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
5353
5354 2007-10-28 Glenn Morris <rgm@gnu.org>
5355
5356 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
5357 (byte-compile-warnings-safe-p): Handle `not'.
5358 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
5359 (byte-compile-enable-warning): New functions.
5360 (byte-compile-eval-before-compile)
5361 (byte-compile-file-form-require): Use byte-compile-disable-warning.
5362 (byte-compile-close-variables): Locally bind byte-compile-warnings,
5363 but do not modify it.
5364 (byte-compile-eval, byte-compile-obsolete)
5365 (byte-compile-warn-about-unresolved-functions)
5366 (byte-compile-file-form-defvar)
5367 (byte-compile-file-form-custom-declare-variable)
5368 (byte-compile-file-form-require)
5369 (byte-compile-file-form-defmumble, byte-compile-lambda)
5370 (byte-compile-form, byte-compile-normal-call)
5371 (byte-compile-variable-ref, byte-compile-defvar)
5372 (byte-compile-make-variable-buffer-local):
5373 Use byte-compile-warning-enabled-p.
5374 * emacs-lisp/advice.el (ad-compile-function):
5375 Use byte-compile-disable-warning.
5376 * emacs-lisp/cl.el: Move local variables to end of file, and set
5377 byte-compile-warnings to `(not cl-functions)'.
5378 * emacs-lisp/cl-compat.el: Add a local variables section, and set
5379 byte-compile-warnings to `(not cl-functions)'.
5380 * emacs-lisp/cl-macs.el: Unify local variable section, and set
5381 byte-compile-warnings to `(not cl-functions)'.
5382 (cl-do-proclaim): Use byte-compile-disable-warning and
5383 byte-compile-enable-warning.
5384 * emacs-lisp/cl-seq.el: Unify local variable section, and set
5385 byte-compile-warnings to `(not cl-functions)'.
5386 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5387 Use byte-compile-disable-warning.
5388
5389 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5390
5391 * cus-edit.el (custom-browse-insert-prefix):
5392 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5393
5394 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * server.el (server-process-filter): Fix typo in docstring.
5397 (server-log): Reflow docstrings.
5398 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5399 (server-goto-line-column): Use `when'.
5400
5401 2007-10-28 Juri Linkov <juri@jurta.org>
5402
5403 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5404 when mouse is clicked on the isearch message.
5405 (isearch-resume): Call `isearch-update' at the end.
5406 Rename argument `search' to `string' to conform to the
5407 isearch terminology.
5408
5409 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 Rewrite abbrev.c in Elisp.
5412 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5413 (abbrev-table-get, abbrev-table-put, abbrev-get)
5414 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5415 (define-abbrev, abbrev--check-chars, define-global-abbrev)
5416 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5417 (abbrev-expansion, abbrev--before-point, expand-abbrev)
5418 (unexpand-abbrev, abbrev--write, abbrev--describe)
5419 (insert-abbrev-table-description, define-abbrev-table):
5420 New funs, largely transcribed from abbrev.c.
5421 (abbrev-with-wrapper-hook): New macro.
5422 (abbrev-table-name-list, global-abbrev-table)
5423 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5424 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5425 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5426 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5427 New vars, largely transcribed from abbrev.c.
5428 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
5429 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5430 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5431
5432 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5433
5434 * ps-print.el: Now detect if text foreground and background colors are
5435 equal and replace the foreground color by another color, so the text
5436 becomes visible. Doc fix.
5437 (ps-print-version): New version 6.8.
5438 (ps-default-fg, ps-default-bg): Docstring fix.
5439 (ps-postscript-code-directory): Fix default value code.
5440 (ps-fg-list, ps-fg-validate-p): New options.
5441 (ps-foreground-list): New var.
5442 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5443
5444 2007-10-27 Glenn Morris <rgm@gnu.org>
5445
5446 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5447 (shell-dirtrack-toggle): Mark as obsolete.
5448 (dirtrack-toggle, dirtrack-mode): No longer alias to
5449 shell-dirtrack-mode.
5450
5451 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5452
5453 * calc/calc.el (math-standard-opers): Lower the precedence
5454 of negation.
5455 * calc/calc-lang.el (math-oper-table): Lower precedence of
5456 negation for C, TeX, and eqn.
5457
5458 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5459
5460 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5461
5462 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5465 (desktop-not-loaded-hook): Fix :version tags.
5466
5467 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
5468
5469 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5470 (tramp-get-remote-tmpdir): New defun.
5471 (tramp-make-tramp-temp-file): Use it.
5472 (tramp-local-call-process): New defun. Replace all calls of
5473 `call-process' by this when appropriate.
5474 (tramp-handle-write-region): Replace calls of `file-attributes' by
5475 `tramp-compat-file-attributes'.
5476 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5477 Make the first command a `tramp-send-command' call, with let-bind
5478 of `tramp-end-of-output'.
5479 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5480 (tramp-load-report-modules, tramp-append-tramp-buffers):
5481 Move to tramp-cmds.el.
5482
5483 * net/tramp-fish.el (tramp-fish-handle-copy-file)
5484 (tramp-fish-do-copy-or-rename-file)
5485 (tramp-fish-do-copy-or-rename-file-directly):
5486 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5487 Add parameter PRESERVE-UID-GID.
5488
5489 2007-10-27 Eli Zaretskii <eliz@gnu.org>
5490
5491 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5492 New defcustoms.
5493 (display-time-world-list): Use them as appropriate for the current
5494 value of `system-type'.
5495
5496 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5497
5498 * printing.el: Pacify byte compiler, that is, no compiler warnings.
5499 Move (again) some variable definitions before use, define some fun
5500 aliases, no code change.
5501 (pr-version): New version 6.9.2.
5502 (pr-path-style, pr-auto-region, pr-menu-char-height)
5503 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5504 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5505 via (defvar VAR).
5506 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5507 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5508 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5509 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5510 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5511 (pr-menu-print-item, pr-ps-printer-menu-modified)
5512 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5513 (pr-even-or-odd-alist): Vars definition moved.
5514
5515 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5516
5517 * emulation/pc-select.el (next-line-mark, next-line-nomark)
5518 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5519 around uses of previous-line and next-line.
5520
5521 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5522 New defvars.
5523
5524 * textmodes/css-mode.el (comment-continue):
5525 * net/browse-url.el (url-handler-regexp):
5526 * progmodes/idlw-help.el (idlwave-system-routines):
5527 Pacify byte-compiler.
5528
5529 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5530 line-move-invisible-p with its former definition: invisible-p.
5531 line-move-invisible-p was removed on 2007-08-29.
5532
5533 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5534
5535 * files.el (kill-emacs-query-functions): Doc fix;
5536 `save-buffers-kill-emacs' is no longer bound to a key.
5537
5538 2007-10-26 Richard Stallman <rms@gnu.org>
5539
5540 * isearch-multi.el (isearch-buffers-multi): New option.
5541 (isearch-buffers-search-fun): Test it.
5542
5543 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5544 Put ps-run-clear on C-c C-l.
5545
5546 * newcomment.el (comment-styles): New style indent-or-triple.
5547 (comment-style): Make that the default.
5548 (comment-add defvar): Doc fix.
5549 (comment-add): Delete arg EXTRA.
5550 (comment-region-default): Open code call to comment-add.
5551 Handle indent-or-triple style which uses `multi-char' for INDENT.
5552
5553 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * eshell/em-unix.el (nil-blank-string): Doc fix.
5556
5557 2007-10-26 John Wiegley <johnw@newartisans.com>
5558
5559 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5560 function, ensure that the third argument is turned into a nil if
5561 the string is otherwise completely empty (either no characters, or
5562 all tabs/spaces). This fixes a bug from a user who found himself
5563 unable to customize `diff-switches' and still use Eshell's diff
5564 command.
5565
5566 2007-10-26 Glenn Morris <rgm@gnu.org>
5567
5568 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5569 safe-local-variable property.
5570
5571 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
5572
5573 * net/browse-url.el (browse-url-browser-function): Delete grail.
5574 (browse-url-grail): Function and variable deleted.
5575 (browse-url-browser-function): Delete IXI Mosaic.
5576 (browse-url-default-browser): Don't try IXI Mosaic.
5577 (browse-url-iximosaic): Function deleted.
5578 (browse-url-browser-function): Delete MMM.
5579 (browse-url-default-browser): Don't try MMM.
5580 (browse-url-mmm): Function deleted.
5581
5582 2007-10-26 Drew Adams <drew.adams@oracle.com>
5583
5584 * custom.el (custom-note-var-changed): New function.
5585
5586 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
5587
5588 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5589 use with the definition. Remove.
5590
5591 * add-log.el (change-log-start-entry-re): New defconst.
5592 (change-log-sortable-date-at): Use it.
5593 (change-log-beginning-of-defun, change-log-end-of-defun):
5594 New functions.
5595 (change-log-mode): Use them for beginning-of-defun-function and
5596 end-of-defun-function.
5597
5598 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5599
5600 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5601 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5602 (ses-recalculate-cell): Deal with point being just beyond end of
5603 data area (why does this happen?)
5604 (ses-set-curcell): Ditto.
5605 (ses-column-letter): Handle columns beyond 702. Code written by
5606 Gareth Rees.
5607
5608 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
5609
5610 * textmodes/org.el (org-agenda-get-restriction-and-command):
5611 Use `mapc' instead of `mapcar'.
5612 (org-agenda-list): Numeric prefix argument can specify the number
5613 of days.
5614 (remember-register, remember-buffer): Prevent byte compiler from
5615 complaining.
5616 (org-todo): Save and restore match data.
5617 (org-no-warnings): New macro.
5618 (org-columns-eval): Use `org-no-warnings'.
5619
5620 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
5621
5622 * comint.el (comint-password-prompt-regexp):
5623 Handle `[sudo] password'-style prompt.
5624
5625 2007-10-25 Glenn Morris <rgm@gnu.org>
5626
5627 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5628 (defcustom): Doc fix.
5629
5630 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5631 Add `non_intrinsic'.
5632 (f90-constants-re): Add ieee modules.
5633 (f90-typedef-matcher, f90-typedec-matcher)
5634 (f90-imenu-type-matcher): New functions.
5635 (f90-font-lock-keywords-1): Give module procedures function-name face.
5636 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
5637 Add `use, intrinsic'.
5638 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5639 Move start of `enum' blocks to separate entry.
5640 (f90-start-block-re): Fix `type', `abstract interface'.
5641 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5642 derived types.
5643 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5644 `elemental', change `enumerator'.
5645 (f90-no-block-limit): Fix `abstract interface'.
5646
5647 * progmodes/f90.el (f90-indented-comment-re)
5648 (f90-directive-comment-re, f90-break-delimiters):
5649 * progmodes/fortran.el (fortran-comment-line-start-skip)
5650 (fortran-directive-re):
5651 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5652 as safe if they are strings.
5653
5654 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * startup.el (window-system): Remove. Don't make it frame-local.
5657
5658 2007-10-24 Richard Stallman <rms@gnu.org>
5659
5660 * savehist.el (savehist-save): Omit unreadable elements.
5661
5662 * loadhist.el (unload-function-defs-list): Rename from
5663 unload-function-features-list.
5664 (unload-feature-special-hooks, unload-feature): Doc fixes.
5665
5666 * indent.el (indent-to-left-margin): If point's in the indentation,
5667 move to the end of the indentation.
5668
5669 * cus-edit.el (customize-changed-options): Make arg optional.
5670
5671 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5674
5675 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5676
5677 * textmodes/org-publish.el (org-publish-attachment): Re-install
5678 accidentally deleted change.
5679
5680 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * term/iris-ansi.el (iris-function-map): Move init into declaration.
5683
5684 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5687 (Buffer-menu-mode-map): Initialize in the declaration.
5688 (Buffer-menu-mode): Define with `define-derived-mode'.
5689
5690 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
5691
5692 * textmodes/org.el (org-version): Change to 5.13e.
5693 (org-agenda-file-regexp): Fix typo in docstring.
5694 (org-add-planning-info): Fix bug in parenthesis settings.
5695 (org-scan-tags): Catch the case of indirect buffers with no filename.
5696 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5697 Re-install switch to mapc, had been removed by accident.
5698 (org-columns-map): New binding `C-c C-o'.
5699 (org-columns-menu): Change menu text and added new entry.
5700 (org-columns-eval): Document the use of `next-line'.
5701 (org-columns-open-link): New function.
5702 (org-columns-follow-link): Remove function.
5703 (org-open-link-from-string): New function.
5704 (org-read-date-get-relative): Fix typo in docstring.
5705 (org-read-date-get-relative): Leading +/- is not optional.
5706 (org-agenda-get-restriction-and-command): Always resize window on
5707 first loop cycle.
5708 (org-agenda-open-link): Make sure the link abbreviations are
5709 present in the agenda buffer.
5710 (org-agenda-copy-local-variable): New function.
5711
5712 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5715
5716 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * simple.el (reindent-then-newline-and-indent): Use a `move after
5719 insert' kind of marker in the save-excursion.
5720
5721 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * textmodes/css-mode.el: Require CL.
5724 (comment-continue): Declare.
5725
5726 * subr.el (make-variable-frame-localizable): Remove.
5727 (make-variable-frame-local): Mark obsolete.
5728
5729 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5732 of the subdirs is unreadable.
5733
5734 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5735
5736 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5737 when we are local.
5738
5739 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * progmodes/python.el (python-current-defun): Remove left-over
5742 assignment to `start'.
5743
5744 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5745
5746 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5747 than `mapcar'; return value is not used.
5748
5749 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5750
5751 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5752 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5753
5754 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5757 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5758
5759 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5762
5763 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5764
5765 * emacs-lisp/advice.el (ad-make-advised-docstring):
5766 Add ad-advice-info text property to doc string.
5767
5768 2007-10-23 Glenn Morris <rgm@gnu.org>
5769
5770 * progmodes/f90.el (f90-do-indent, f90-if-indent)
5771 (f90-type-indent, f90-program-indent, f90-associate-indent)
5772 (f90-continuation-indent, f90-comment-region)
5773 (f90-beginning-ampersand, f90-smart-end)
5774 (f90-break-before-delimiters, f90-auto-keyword-case)
5775 (f90-leave-line-no, f90-mode-hook):
5776 Give an appropriate safe-local-variable property.
5777
5778 * progmodes/fortran.el (fortran-tab-mode-default)
5779 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5780 (fortran-structure-indent, fortran-continuation-indent)
5781 (fortran-comment-indent, fortran-comment-line-extra-indent)
5782 (fortran-comment-line-start)
5783 (fortran-minimum-statement-indent-fixed)
5784 (fortran-minimum-statement-indent-tab)
5785 (fortran-comment-indent-char, fortran-line-number-indent)
5786 (fortran-check-all-num-for-matching-do)
5787 (fortran-blink-matching-if, fortran-continuation-string)
5788 (fortran-comment-region, fortran-electric-line-number)
5789 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5790 (fortran-analyze-depth, fortran-break-before-delimiters):
5791 Give an appropriate safe-local-variable property.
5792
5793 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5794
5795 * printing.el: Move variable definitions before use.
5796 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5797
5798 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5801 (tpu-edt-off): Use it.
5802 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
5803 the global-map before adding it to global-map.
5804
5805 * menu-bar.el (global-buffers-menu-map): New var.
5806 (global-map, menu-bar-update-buffers): Use it.
5807 * msb.el (msb-menu-bar-update-buffers): Use it.
5808 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5809 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5810 Use with-current-buffer.
5811
5812 2007-10-22 Juri Linkov <juri@jurta.org>
5813
5814 * isearch-multi.el: New file.
5815
5816 * isearch.el (isearch-search-string): After finding the next
5817 occurrence switch to buffer isearch-buffers-current-buffer when
5818 isearch-buffers-next-buffer-function is non-nil and
5819 isearch-buffers-current-buffer is live.
5820
5821 * add-log.el (change-log-mode): Make and set buffer-local variable
5822 isearch-buffers-next-buffer-function to change-log-next-buffer.
5823 Call isearch-buffers-minor-mode.
5824 (change-log-next-buffer): New function.
5825
5826 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
5827
5828 * org-export-latex.el (org-export-latex-protect-string):
5829 Renaming of `org-latex-protect'.
5830 (org-export-latex-emphasis-alist): By default, don't protect
5831 any emphasis formatter from further conversion.
5832 (org-export-latex-tables): Honor column grouping for tables.
5833 (org-export-latex-title-command): New option.
5834 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5835 export backslash character.
5836
5837 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5838
5839 * textmodes/org.el (org-read-date-get-relative): New function.
5840 (org-agenda-file-regexp): New variable.
5841 (org-agenda-files): Allow directories in the variable.
5842 (org-agenda-get-restriction-and-command): New function.
5843 (org-agenda): Use `org-agenda-get-restriction-and-command'.
5844 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5845 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5846 New functions.
5847 (org-entry-add-to-multivalued-property)
5848 (org-entry-remove-from-multivalued-property)
5849 (org-entry-member-in-multivalued-property): New functions.
5850 (org-remember-apply-template): Catch C-g and make sure window
5851 configuration is restored.
5852 (org-agenda-open-link): Make it work with several links in the line.
5853 (org-drawers, org-set-regexps-and-options)
5854 (org-get-current-options): Add support for a DRAWERS in-buffer option.
5855 (org-agenda-window-frame-fractions): New option.
5856 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5857 (org-columns-cleanup-item, org-find-entry-with-id)
5858 (org-insert-columns-dblock, org-listtable-to-string)
5859 (org-dblock-write:columnview, org-columns-capture-view)
5860 (org-edit-headline): New functions.
5861 (org-agenda-to-appt): Require calendar.
5862 (org-entry-get-with-inheritance): Widen for search.
5863 (org-columns-display-here): Don't mark buffer as modified when
5864 adding space characters to accomodate column overlays.
5865 (org-export-as-html): Better formatting of tags in the toc.
5866 (org-columns-display-here): Make the ITEM column as compact as possible.
5867 (org-remember-templates): Customization interface improved.
5868 (org-export-with-property-drawer): Variable removed.
5869 (org-export-with-drawers): New option.
5870 (org-complex-heading-regexp): New variable.
5871 (org-sort-entries): Rewrite using `sort-subr'.
5872 (org-set-property): More appropriate completion during interactive use.
5873 (org-sort-entries): Allow sorting by property.
5874 (org-additional-option-like-keywords): Add more values.
5875 (org-sort-entries-or-items): Rename from `org-sort-entries'.
5876
5877 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5878
5879 * textmodes/org.el (org-get-date-from-calendar): New function.
5880 (org-at-timestamp-p, org-timestamp-change)
5881 (org-remember-templates): First element of each entry is now a
5882 name for the template.
5883 (org-store-log-note): Check for `org-note-abort'.
5884 (org-kill-note-or-show-branches): New command.
5885 (org-fontify-priorities): New option.
5886 (org-fontify-priorities): New function.
5887 (org-cut-subtree, org-copy-subtree): New argument N to
5888 act on N sequential subtrees.
5889 (org-paste-subtree): Fix the level at which a tree is pasted.
5890 (org-fit-agenda-window): Limitations on window size removed.
5891 (org-agenda-find-same-or-today-or-agenda): Rename from
5892 `org-agenda-find-today-or-agenda'.
5893 (org-scheduled-past-days): New option.
5894 (org-agenda-scheduled-leaders)
5895 (org-agenda-deadline-leaders): New options.
5896 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5897 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5898 (org-export-with-tags, org-export-plist-vars)
5899 (org-infile-export-plist): New "tags" option.
5900 (org-use-property-inheritance): New option.
5901 (org-cached-entry-get): Use `org-use-property-inheritance'.
5902 (org-remember-apply-template): Fix typo.
5903
5904 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
5905
5906 * net/tramp.el (tramp-find-shell)
5907 (tramp-open-connection-setup-interactive-shell): Improve sending
5908 initial commands.
5909 (tramp-action-terminal): Send debug message.
5910 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5911 (tramp-barf-if-no-shell-prompt): Insert code of
5912 `tramp-wait-for-shell-prompt'.
5913
5914 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5917
5918 * term/vt200.el (terminal-init-vt200):
5919 * term/vt201.el (terminal-init-vt201):
5920 * term/vt220.el (terminal-init-vt220):
5921 * term/vt240.el (terminal-init-vt240):
5922 * term/vt300.el (terminal-init-vt300):
5923 * term/vt320.el (terminal-init-vt320):
5924 * term/vt400.el (terminal-init-vt400):
5925 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5926
5927 * term/wyse50.el (wyse50-terminal-map): New var.
5928 (terminal-init-wyse50): Use it and input-decode-map.
5929 (enable-arrow-keys): Emasculate.
5930
5931 * term/tvi970.el (tvi970-terminal-map): New var.
5932 (terminal-init-tvi970): Use it and input-decode-map.
5933 (tvi970-keypad-numeric): Remove.
5934 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5935
5936 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5937 (terminal-init-sun): Use it and input-decode-map.
5938
5939 * term/news.el (terminal-init-news):
5940 * term/lk201.el (terminal-init-lk201):
5941 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5942
5943 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5944
5945 * complete.el (PC-expand-many-files): Remove.
5946 (PC-do-completion): Call file-expand-wildcards instead of
5947 PC-expand-many-files.
5948
5949 * net/tramp.el (tramp-handle-expand-many-files): Remove.
5950 (PC-expand-many-files): Remove advice.
5951
5952 2007-10-22 Glenn Morris <rgm@gnu.org>
5953
5954 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5955 Add some support for Fortran 2003 syntax:
5956 (f90-type-indent): Now also applies to `enum'.
5957 (f90-associate-indent): New user option.
5958 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5959 Add some F2003 keywords.
5960 (f90-constants-re): New constant.
5961 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5962 Interface'.
5963 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5964 `class'. Arguments for `type'/`class' may have spaces. Add a new
5965 element for functions with specified types. Add `end enum' and
5966 `select type'. Add `implicit enumerator' and `procedure'.
5967 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5968 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5969 (f90-font-lock-keywords-4): Add `f90-constants-re'.
5970 (f90-blocks-re): Add `enum' and `associate'.
5971 (f90-else-like-re): Add `class is', `type is', and `class default'.
5972 (f90-end-type-re): Add `enum'.
5973 (f90-end-associate-re, f90-typeis-re): New constants.
5974 (f90-end-block-re): Add `enum' and `associate'. Change from
5975 optional whitespace to end-of-word, to avoid `enumerator'.
5976 (f90-start-block-re): Add `select type', `abstract interface', and
5977 `enum'. Avoid `type is', and `type (sometype)'.
5978 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5979 (f90-mode): Doc fix.
5980 (f90-looking-at-select-case): Doc fix. Add `select type'.
5981 (f90-looking-at-associate): New function.
5982 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5983 Add `enum' and `abstract interface'.
5984 (f90-no-block-limit): Add `select type' and `abstract interface'.
5985 (f90-get-correct-indent, f90-calculate-indent)
5986 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5987 (f90-indent-region, f90-match-end): Handle `associate' blocks.
5988
5989 2007-10-22 Martin Rudalics <rudalics@gmx.at>
5990
5991 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5992 Use window-full-width-p.
5993
5994 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
5995
5996 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5997
5998 * tooltip.el: Use featurep 'xemacs.
5999
6000 * printing.el: Move variable definitions before use, no code change.
6001
6002 2007-10-22 Juri Linkov <juri@jurta.org>
6003
6004 * simple.el (goto-history-element): Allow minibuffer-default to be
6005 a list of default values accessible by typing M-n in the minibuffer.
6006
6007 * dired-x.el (dired-guess-shell-command): Put all guesses to the
6008 minibuffer default value list instead of pushing them temporarily
6009 to the history list.
6010
6011 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6012
6013 * hexl.el (hexl-menu): New major mode menu.
6014
6015 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
6018
6019 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6020
6021 * w32-fns.el (w32-quote-process-args):
6022 * dos-w32.el (print-region-function, lpr-headers-switches)
6023 (ps-print-region-function): Pacify byte-compiler.
6024
6025 * emulation/edt-mapper.el (function-key-map):
6026 (edt-map-key): Make it a function instead of using fset.
6027 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
6028 (edt-gnu-map-key, edt-lucid-map-key): Remove.
6029 (edt-x-emacs-p): Remove.
6030 (edt-emacs-variant, edt-window-system, edt-xserver):
6031 Use featurep 'xemacs.
6032
6033 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
6034 Replace eudc-xemacs-p with its definition.
6035 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
6036 (eudc-emacs-mule-p): Remove.
6037 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
6038 eudc-xemacs-p with feature tests.
6039
6040 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
6041 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
6042 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
6043 (eudc-bob-toggle-inline-display):
6044 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
6045 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
6046
6047 * net/eudcb-ph.el (eudc-ph-open-session):
6048 Replace eudc-xemacs-mule-p with its former definition.
6049
6050 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
6051 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
6052
6053 * progmodes/vera-mode.el (vera-xemacs): Remove.
6054 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
6055
6056 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
6057 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
6058 (vhdl-speedbar-initialize, vhdl-ps-print-init)
6059 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
6060 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
6061 with (featurep 'xemacs).
6062
6063 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
6064 (save-buffer-state-x):
6065 * obsolete/fast-lock.el (fast-lock-verbose):
6066 * emulation/viper-init.el (viper-xemacs-p)
6067 (viper-cond-compile-for-xemacs-or-emacs):
6068 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
6069 * ps-print.el (case-fold-search):
6070 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
6071 * calculator.el (calculator-help): Use featurep 'xemacs.
6072
6073 * progmodes/prolog.el: Undo previous change.
6074 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
6075
6076 * progmodes/dcl-mode.el:
6077 * play/yow.el:
6078 * calendar/todo-mode.el:
6079 * calendar/cal-hebrew.el:
6080 * vc-hg.el: Undo previous change.
6081
6082 * vms-patch.el: Likewise.
6083 (print-region-function): Pacify byte-compiler.
6084
6085 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
6088 preserve-uid-gid.
6089
6090 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
6091 compatibility. It is not used, though.
6092
6093 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
6094 Require tramp-cmds.el.
6095 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
6096 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
6097 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
6098 (tramp-do-copy-or-rename-file-out-of-band)
6099 (tramp-maybe-open-connection): Use `make-temp-name'. This is
6100 possible, because we don't need to create the temporary file, but
6101 we need a prefix for ssh, which has its own temporary file handling.
6102 (tramp-handle-delete-directory): Add "-f" to rmdir.
6103 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
6104 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
6105 a signal, in order to give the callee a chance to suppress.
6106 (tramp-handle-write-region): Set owner also in case of short
6107 track. Don't use compatibility calls for `write-region' anymore.
6108 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
6109 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
6110
6111 * net/tramp-cmds.el: New file.
6112
6113 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
6114 `tramp-clear-passwd'.
6115
6116 * net/trampver.el: Update release number.
6117
6118 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 * progmodes/gud.el (gud-target-name): Move definition before use.
6121
6122 * progmodes/dcl-mode.el: Require imenu at compile time.
6123
6124 * progmodes/cc-engine.el (c-maybe-stale-found-type):
6125 Pacify byte-compiler.
6126
6127 * obsolete/fast-lock.el: Use featurep test instead of string-match.
6128
6129 * eshell/esh-mode.el (eshell-handle-ansi-color):
6130 Require ansi-color at compile time too.
6131
6132 * eshell/em-unix.el (eshell/info): Require info at compile time too.
6133
6134 * w32-fns.el: Require w32-vars.
6135
6136 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
6137 time too.
6138
6139 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * double.el ([ignore]): Use `ignore'.
6142 (double-setup): Inline into double-mode.
6143 (double-mode): Use define-minor-mode.
6144
6145 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6146
6147 * textmodes/reftex.el: Move require easymenu before first use.
6148 (reftex-info): Require info at compile too.
6149
6150 * textmodes/org-publish.el (org-publish-org-to-html)
6151 (org-publish-org-to): Require org at compile time too.
6152 (org-publish-attachment): Require at compile time too.
6153
6154 * term/tty-colors.el (w32-tty-standard-colors):
6155 Pacify byte-compiler.
6156
6157 * term/pc-win.el (frame-creation-function-alist): Add to this
6158 instead of setting frame-creation-function.
6159
6160 * play/blackbox.el (bb-up, bb-down): Use forward-line.
6161
6162 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
6163
6164 * calendar/todo-mode.el: Require calendar at compile time.
6165
6166 * calendar/cal-hebrew.el: Require holidays at compile time.
6167
6168 * w32-vars.el: Provide w32-vars.
6169
6170 * term/w32-win.el: Require w32-vars.
6171 (w32-color-map): Pacify byte-compiler.
6172
6173 * loadup.el: Load w32-vars before term/w32-win.
6174
6175 2007-10-20 Juri Linkov <juri@jurta.org>
6176
6177 * textmodes/fill.el (fill-paragraph): When the region is active,
6178 don't try other `or' branches regardless of the value returned by
6179 fill-region; just return t.
6180
6181 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
6182
6183 * vc.el (vc-do-command): Condition out a misleading message when
6184 running asynchronously.
6185 (vc-deduce-fileset): New argument enables using an unregistered
6186 visited file as a singleton fileset if nothing else is available.
6187 (vc-next-action): Restore file-registering behavior.
6188
6189 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6190
6191 * calc/README: Add recent news.
6192
6193 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
6194
6195 * term/x-win.el (x-gtk-stock-map, icon-map-list)
6196 (x-gtk-map-stock): Delete duplicated definitions from merge.
6197
6198 * progmodes/compile.el (compilation-skip-to-next-location)
6199 (compilation-skip-threshold, compilation-skip-visited):
6200 Move definitions earlier.
6201
6202 * play/decipher.el (decipher-keypress):
6203 * play/zone.el (zone-fall-through-ws):
6204 * play/landmark.el (lm-move-down, lm-move-up):
6205 * play/handwrite.el (handwrite):
6206 * mail/mspools.el (mspools-visit-spool):
6207 * wdired.el (wdired-next-line, wdired-previous-line):
6208 * tar-mode.el (tar-subfile-save-buffer):
6209 * scroll-lock.el (scroll-lock-next-line)
6210 (scroll-lock-previous-line):
6211 * image-dired.el (image-dired-next-line)
6212 (image-dired-previous-line):
6213 * ediff-help.el (ediff-help-message-line-length):
6214 Use forward-line.
6215
6216 * smerge-mode.el (smerge-auto-refine):
6217 * diff-mode.el (diff-auto-refine): Add :group.
6218
6219 * play/yow.el: Require doctor at compile time.
6220
6221 * vmsproc.el: Provide vmsproc.
6222 (command-send-input): Use forward-line.
6223
6224 * vms-patch.el: Require ps-print and vmsproc at compile time.
6225
6226 * vc-mtn.el (log-view-message-re, log-view-file-re)
6227 (log-view-font-lock-keywords): Pacify byte-compiler.
6228
6229 * vc-hg.el: Require log-view at compile time.
6230
6231 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
6232
6233 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
6234
6235 2007-10-20 Glenn Morris <rgm@gnu.org>
6236
6237 * progmodes/f90.el (f90-font-lock-keywords-2)
6238 (f90-looking-at-type-like): Fix regexp typos.
6239
6240 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * bs.el (bs--track-window-changes): Don't refresh the whole list.
6243 (bs-mode): Set mode-class property to special.
6244
6245 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * diff-mode.el (diff-auto-refine): New var.
6248 (diff-hunk): Use it.
6249 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
6250 (diff-refine-change): Rename from diff-fine-change. Change it.
6251 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
6252 (diff-refine-hunk): Rename from diff-fine-highlight.
6253
6254 2007-10-20 John Paul Wallington <jpw@pobox.com>
6255
6256 * help-fns.el (describe-variable-custom-version-info): New function
6257 to return variable's version or package version note.
6258 (describe-variable): Use it, display result.
6259
6260 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * smerge-mode.el (smerge-auto-refine): New var.
6263 (smerge-next, smerge-prev): Use it.
6264 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
6265
6266 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6267 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
6268
6269 * vc-bzr.el (vc-bzr-diff-tree):
6270 * vc-git.el (vc-git-diff-tree):
6271 * vc-hg.el (vc-hg-diff-tree):
6272 * vc-mcvs.el (vc-mcvs-diff-tree):
6273 * vc-mtn.el (vc-mtn-diff-tree):
6274 * vc-svn.el (vc-svn-diff-tree): Remove.
6275
6276 * vc-mtn.el (vc-mtn-revision-completion-table):
6277 * vc-cvs.el (vc-cvs-revision-completion-table):
6278 * vc-arch.el (vc-arch-revision-completion-table):
6279 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
6280 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
6281 Make it work when the arg is a list of files.
6282
6283 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
6286 Also `revision-completion-table' now takes a list of files.
6287 (vc-deduce-fileset): Remove unused var `regexp'.
6288 Only obey allow-directory-wildcard in dired buffers.
6289 (vc-default-diff-tree): Remove.
6290 (vc-diff-added-files): New var.
6291 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
6292 (vc-version-diff): Revert from `vc-history-diff' to the original name.
6293 Remove the `backend' arg.
6294 (vc-contains-version-controlled-file): Remove.
6295 (vc-diff): Bring it closer to the version in Emacs-22.
6296 (vc-revert): Fix typo in let-binding.
6297 (vc-default-unregister): Remove.
6298 (vc-dired-buffers-for-dir): Remove N^2 behavior.
6299
6300 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6301
6302 * textmodes/two-column.el (2C-split, 2C-merge):
6303 * textmodes/bib-mode.el (bib-find-key, mark-bib):
6304 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6305 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
6306 * progmodes/ada-xref.el (ada-get-all-references):
6307 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
6308 * emulation/vi.el (vi-previous-line-first-nonwhite)
6309 (vi-effective-range, vi-put-before):
6310 * emulation/edt.el (edt-next-line, edt-previous-line)
6311 (edt-paragraph-forward): Use forward-line.
6312
6313 * progmodes/etags.el (tags-apropos): Require apropos at compile
6314 time too.
6315
6316 * progmodes/prolog.el: Require comint when compiling.
6317 (inferior-prolog-flavor): Move defvar before use.
6318
6319 2007-10-19 Richard Stallman <rms@gnu.org>
6320
6321 * font-core.el (turn-on-font-lock-if-desired):
6322 Rename from `turn-on-font-lock-if-enabled'.
6323 Fully obey `font-lock-global-modes'.
6324
6325 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
6328 which will not affect the behavior of things like forward-word.
6329 (diff-fine-highlight): Preserve point.
6330
6331 * doc-view.el (doc-view-mode-map): Use remapping.
6332 Don't rebind C-v, M-v to their default value.
6333 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
6334
6335 * smerge-mode.el: Add word-granularity refinement.
6336 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
6337 (smerge-refine-weight-hack): New vars.
6338 (smerge-refine-forward): New fun.
6339 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
6340 (smerge-refine-subst): Use them as well. Preserve point.
6341
6342 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * follow.el (follow-unload-function): New function.
6345
6346 * loadhist.el (unload-function-features-list):
6347 Rename from `unload-hook-features-list'.
6348 (unload-hook-features-list): Add as obsolete alias.
6349 (unload-feature): Use `unload-function-features-list'
6350 and new FEATURE-unload-function.
6351
6352 2007-10-19 Glenn Morris <rgm@gnu.org>
6353
6354 * bindings.el (mouse-minor-mode-menu)
6355 (minor-mode-menu-from-indicator): Move to mouse.el.
6356 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6357 Move here from bindings.el.
6358
6359 2007-10-19 Richard Stallman <rms@gnu.org>
6360
6361 * help-fns.el (describe-function-1): Don't use the advice origname
6362 if it has no function definition.
6363
6364 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6365
6366 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6367 Use `save-restriction' rather than `widen'.
6368
6369 2007-10-18 Richard Stallman <rms@gnu.org>
6370
6371 * time.el (display-time-world-time-format): Display day # not month #.
6372
6373 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6374
6375 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6376
6377 * doc-view.el: Remove version keyword.
6378 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6379 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
6380 (doc-view-ghostscript-options): Improve custom type.
6381 (doc-view-cache-directory, doc-view-conversion-buffer)
6382 (doc-view-conversion-refresh-interval): Simplify custom type.
6383
6384 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
6385
6386 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6387 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6388 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6389 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6390 Remove superfluous messages.
6391 (doc-view-mode-map): Use the image-mode scrolling commands.
6392 Don't rebind C-x k.
6393
6394 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6397 Add comment about "-dSAFER".
6398
6399 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * term/xterm.el: Don't require xt-mouse.
6402 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6403 calling turn-on-xterm-mouse-tracking-on-terminal directly.
6404
6405 * xt-mouse.el: Don't change the global function-key-map anny more.
6406 (xterm-mouse-mode): Use terminal-init-xterm-hook.
6407 Don't use after-make-frame-functions now that term/xterm.el calls
6408 us directly.
6409 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6410 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
6411 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6412 Setup input-decode-map and remember that xterm-mouse-mode was
6413 enabled in this terminal.
6414 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6415 terminals where it has been enabled.
6416
6417 * faces.el (tty-create-frame-with-faces): Make sure not only
6418 tty-run-terminal-initialization but also set-locale-environment
6419 are run only once per terminal.
6420 (tty-run-terminal-initialization): Don't check if the terminal was
6421 already initted.
6422
6423 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6424 not to remove keymaps that just happen to inherit from one of ours.
6425 When setting up our keymap, make sure it won't be accidentally
6426 modified by someone else.
6427
6428 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6429
6430 * textmodes/artist.el (artist-previous-line, artist-next-line):
6431 * dired.el (dired-next-line, dired-previous-line):
6432 * progmodes/delphi.el (delphi-newline):
6433 * textmodes/org.el (org-columns-eval):
6434 Use forward-line.
6435
6436 * emerge.el (emerge-setup): Use insert-buffer-substring.
6437 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6438
6439 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
6440
6441 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6442 (adaptive-fill-function): Doc fix. Remove * from docstring.
6443
6444 2007-10-18 Tom Horsley <tom.horsley@att.net>
6445
6446 * simple.el (interprogram-paste-function): Doc fix.
6447 (current-kill): Accept list of strings as well
6448 as single string from `interprogram-paste-function'.
6449
6450 2007-10-18 Glenn Morris <rgm@gnu.org>
6451
6452 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6453
6454 2007-10-18 Drew Adams <drew.adams@oracle.com>
6455
6456 * bindings.el (mode-line-minor-mode-keymap):
6457 Add mouse-minor-mode-menu on mouse-1.
6458 (mode-line-modes): Add mouse-1 to help-echo text.
6459 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6460 New functions.
6461 (mode-line-minor-mode-help): Doc fix.
6462
6463 2007-10-17 Juri Linkov <juri@jurta.org>
6464
6465 * textmodes/fill.el (fill-paragraph-or-region): Remove function
6466 at the request of RMS.
6467 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
6468 arg `region'. Fix docstring. At the first `or' branch add call to
6469 `fill-region' if it the region is active in transient-mark-mode.
6470
6471 * bindings.el (esc-map): Bind M-q to fill-paragraph
6472 instead of fill-paragraph-or-region.
6473
6474 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6475 with fill-paragraph.
6476
6477 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6478 Fix docstring.
6479
6480 * indent.el (indent-for-tab-command): Change interactive spec from
6481 "P" to "p". Add check for interactive arg before indenting the
6482 active region.
6483
6484 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6485 Regroup.
6486
6487 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * emacs-lisp/find-func.el: Don't require loadhist.
6490
6491 * loadhist.el (feature-symbols, file-provides, file-requires)
6492 (file-set-intersect, file-dependents): Simplify.
6493 (unload-feature-special-hooks): Update list of special hooks.
6494
6495 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
6496
6497 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6498 extensions since they can be viewed with doc-view.
6499
6500 * files.el (auto-mode-alist): Make doc-view-mode the default mode
6501 for pdf, ps and dvi files.
6502
6503 * doc-view.el: Make doc-view-mode the standard mode for viewing
6504 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6505 text and image display. Add binding C-c C-e to switch to an
6506 editing mode.
6507 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6508 avoid security problems when rendering files from untrusted sources.
6509
6510 2007-10-17 Aaron Hawley <aaronh@garden.org>
6511
6512 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6513 position is not saved.
6514
6515 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
6516
6517 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
6518 (doc-view-ghostscript-options): Fix typo in doc string.
6519
6520 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6523 handling, so compilation-fake-loc works again.
6524
6525 * server.el (server-select-display): Nop if we do not support m-f-o-d.
6526 (server-process-filter): Revert last change.
6527
6528 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6529 behavior unrelated to filesets.
6530
6531 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6532
6533 * longlines.el (longlines-wrap-follows-window-size): Integer value
6534 specifies wrapping margin.
6535 (longlines-mode, longlines-window-change-function):
6536 Set window-specific wrapping margin based on the above.
6537
6538 2007-10-17 John Wiegley <johnw@newartisans.com>
6539
6540 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6541
6542 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 * server.el (server-process-filter): Only set display if X11 is
6545 supported.
6546
6547 2007-10-17 Glenn Morris <rgm@gnu.org>
6548
6549 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6550 Tweak regexp to avoid stack overflow.
6551
6552 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * simple.el (reindent-then-newline-and-indent): Don't assume that
6555 indent-according-to-mode preserves point.
6556
6557 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6560 (bs--nth-wrapper): Simplify.
6561 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
6562 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
6563 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6564 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6565 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6566 (bs-configurations, bs-default-configuration)
6567 (bs-alternative-configuration, bs-cycle-configuration-name)
6568 (bs-string-show-always, bs-string-show-never, bs-string-current)
6569 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6570 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6571 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6572 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6573 (bs--window-config-coming-from): Revert 2006-11-09 change.
6574 (bs--restore-window-config): Keep the selected frame.
6575 (bs--track-window-changes, bs--remove-hooks): New functions.
6576 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
6577 (bs--create-header): Remove.
6578 (bs--create-header-line): New function, based on `bs--create-header'.
6579 (bs--show-header): Use `bs--create-header-line'.
6580 (bs--show-with-configuration): Revert 2006-11-09 change.
6581 Don't reuse window unless it is visible on the selected frame.
6582 Restore window configuration (possibly in a different frame)
6583 before creating any window.
6584
6585 2007-10-16 Glenn Morris <rgm@gnu.org>
6586
6587 * simple.el (blink-matching-open): Don't report false errors with
6588 the `$' syntax class.
6589
6590 2007-10-16 Richard Stallman <rms@gnu.org>
6591
6592 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6593 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6594 (ad-is-advised, ad-get-advice-info-field)
6595 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6596
6597 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * vc-hooks.el (vc-workfile-version): Compatibility alias.
6600 (vc-default-working-revision): Compatibility for backends.
6601
6602 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6603
6604 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6605 (filesets-ormap, filesets-sort-case-sensitive-flag)
6606 (filesets-remake-shortcut, filesets-ingroup-collect-files):
6607 Fix typos in docstrings.
6608 (filesets-conditional-sort, filesets-find-or-display-file)
6609 (filesets-data-get-name, filesets-data-get-data)
6610 (filesets-data-set, filesets-cmd-query-replace-getargs)
6611 (filesets-ingroup-collect): Doc fixes.
6612
6613 2007-10-15 Sam Steingold <sds@gnu.org>
6614
6615 * mail/sendmail.el (sendmail-error-reporting-interactive)
6616 (sendmail-error-reporting-non-interactive): New variables for
6617 sendmail error reporting options to simplify support for imperfect
6618 sendmail emulators.
6619 (sendmail-send-it): Use them instead of list literals.
6620
6621 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * help-fns.el: Revert previous change; it creates a
6624 dependency loop between advice.el and help-fns.el.
6625
6626 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * help-fns.el: Require advice when compiling.
6629
6630 2007-10-14 Drew Adams <drew.adams@oracle.com>
6631
6632 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6633 (ring-insert+extend, ring-remove+insert+extend, ring-member)
6634 (ring-next, ring-previous): New functions.
6635
6636 2007-10-14 Richard Stallman <rms@gnu.org>
6637
6638 * emacs-lisp/advice.el (documentation): Advice deleted.
6639 Doc for advised functions is now handled at C level.
6640 (ad-stop-advice, ad-start-advice): Don't enable or disable
6641 advice for `documentation'.
6642 (ad-advised-definition-docstring-regexp): Var deleted.
6643 (ad-make-advised-definition-docstring): Store orig name
6644 as text property of string.
6645 (ad-advised-definition-p): Check for text property of docstring.
6646
6647 * help-fns.el (describe-function-1): Find source of advised functions.
6648
6649 2007-10-14 Juri Linkov <juri@jurta.org>
6650
6651 * faces.el (describe-face): Allow handling a string as the face name.
6652
6653 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6654 active region in transient-mark-mode.
6655 (ispell-region): Change messages displayed at the start and end of
6656 the spell-checking to be the same.
6657
6658 * startup.el (fancy-startup-tail): Say exactly what does the button
6659 dismiss ("Dismiss this startup screen"). Use text "Never show
6660 it again" for the checkbox after this button.
6661 (fancy-startup-screen, fancy-about-screen): Put point before the
6662 first link, so the user can quickly select links with the keyboard.
6663 (normal-mouse-startup-screen): Add more useful text describing how
6664 to follow a link.
6665
6666 2007-10-14 Glenn Morris <rgm@gnu.org>
6667
6668 * progmodes/etags.el (select-tags-table): Disable undo in the
6669 `*Tags Table List*' buffer.
6670
6671 2007-10-13 Eli Zaretskii <eliz@gnu.org>
6672
6673 * dired.el (dired-warn-writable): New face.
6674 (dired-warn-writable-face): New variable.
6675 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6676 of dired-warning-face, for group- and world-writable files.
6677
6678 2007-10-13 Richard Stallman <rms@gnu.org>
6679
6680 * files.el (directory-abbrev-alist): Doc fix.
6681
6682 2007-10-13 Jari Aalto <jari.aalto@cante.net>
6683
6684 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6685
6686 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6687
6688 * frame.el (set-frame-configuration): Assign name parameter only
6689 if it has been set explicitly before.
6690
6691 2007-10-11 Tom Tromey <tromey@redhat.com>
6692
6693 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6694 frame is visible.
6695
6696 2007-10-10 Richard Stallman <rms@gnu.org>
6697
6698 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6699 in *Backtrace*.
6700
6701 * faces.el (face-font-selection-order): Doc fix.
6702
6703 * loadhist.el (unload-feature): Doc fix.
6704
6705 2007-10-13 Glenn Morris <rgm@gnu.org>
6706
6707 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6708 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6709 Add doc string, and an explicit COUNT argument.
6710 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6711 `inc' to search functions.
6712
6713 * faces.el (face-spec-set): When FRAME is nil, set the default for
6714 new frames (restores pre-2007-09-17 behavior). Doc fix.
6715
6716 2007-10-13 John W. Eaton <jwe@octave.org>
6717
6718 * progmodes/octave-mod.el (octave-looking-at-kw)
6719 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6720 New functions.
6721 (octave-in-defun-p, calculate-octave-indent)
6722 (octave-blink-matching-block-open, octave-beginning-of-defun)
6723 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6724 to search for regexps that contain case-sensitive keywords.
6725 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6726 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6727
6728 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6729
6730 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6731 Do not use a single clause cond.
6732
6733 * cus-start.el (all): Use test that does not match the X11 version
6734 for mac.
6735
6736 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
6737
6738 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6739 BROWSE buffer.
6740
6741 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6742
6743 * cus-start.el (all): Undo previous change.
6744
6745 2007-10-13 Glenn Morris <rgm@gnu.org>
6746
6747 * woman.el (woman0-rename): Fix paren typo.
6748
6749 * mail/feedmail.el (feedmail-run-the-queue)
6750 (feedmail-look-at-queue-directory):
6751 * mail/reporter.el (reporter-dump-state):
6752 * net/eudc-hotlist.el (eudc-edit-hotlist):
6753 * net/eudc.el (eudc-display-records)
6754 (eudc-filter-duplicate-attributes)
6755 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6756 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6757 (eudc-bbdb-query-internal):
6758 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6759 * net/socks.el (socks-build-auth-list):
6760 * progmodes/cc-cmds.el (top level):
6761 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6762 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6763 (cperl-write-tags, cperl-tags-treeify):
6764 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6765 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6766 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6767 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6768 (idlwave-toolbar-remove-everywhere):
6769 * progmodes/idlwave.el (idlwave-indent-line)
6770 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6771 (idlwave-write-paths, idlwave-all-method-classes)
6772 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6773 (idlwave-fix-keywords, idlwave-display-calling-sequence)
6774 (idlwave-complete-in-buffer):
6775 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6776 (org-fast-tag-selection):
6777 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6778 than mapcar.
6779
6780 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6781
6782 * diff-mode.el (diff-fine-change): Add :group.
6783
6784 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6785
6786 * cus-start.el (all): Use the same test as the 22.2 branch.
6787
6788 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * diff-mode.el (diff-current-defun): Force recomputation of
6791 change-log-default-name.
6792
6793 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * startup.el (fancy-startup-screen): Remove an unnecessary newline
6796 and some leftover logic regarding dedicated frames. If showing
6797 concise startup screen, fit window to buffer.
6798 (command-line-1): If we will be using the splash screen, use
6799 find-file instead of find-file-other-window to find additional files.
6800 Comment out unused code for coping with the old sit-for behavior.
6801
6802 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6805 `meta' modifier consistently, rather than using sometimes meta
6806 sometimes alt.
6807
6808 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6809
6810 * window.el (handle-select-window): Revert part of 2007-10-08
6811 change setting the input focus.
6812
6813 2007-10-12 Glenn Morris <rgm@gnu.org>
6814
6815 * startup.el (command-line): Do not read abbrev file in batch mode.
6816
6817 * emacs-lisp/byte-opt.el (top level):
6818 * mail/rmail.el (rmail-list-to-menu):
6819 * obsolete/hilit19.el (hilit-mode):
6820 * progmodes/cc-mode.el (c-postprocess-file-styles)
6821 (c-submit-bug-report):
6822 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6823 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6824 (reftex-access-parse-file):
6825 * textmodes/reftex-cite.el (reftex-do-citation)
6826 (reftex-insert-bib-matches):
6827 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6828 * textmodes/reftex-sel.el (reftex-select-unmark):
6829 * textmodes/reftex-toc.el (reftex-toc-do-promote):
6830 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6831
6832 * cus-edit.el (custom-variable-menu, custom-face-menu)
6833 (custom-group-menu): Check init-file-user rather than
6834 user-init-file, in case cus-edit is loaded by site-run-file.
6835
6836 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6837
6838 * vc.el (vc-deduce-fileset): Delete unused code.
6839 (vc-next-action): Fix typos.
6840
6841 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * bs.el (bs--mark-unmark): New function.
6844 (bs-mark-current, bs-unmark-current): Use it.
6845
6846 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6847
6848 * vc.el (vc-diff):
6849 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
6850 temporarily disable the check for his edge case of
6851 vc-diff (stopping it from grinding when called from $HOME), as
6852 it's calling some brittle code in vc-hooks.el.
6853 (with-vc-properties): Fix evaluation time of a macro argument.
6854 * ediff-vers.el (ediff-vc-internal):
6855 * vc-hooks.el:
6856 * loaddefs.el: Follow up on VC terminology change.
6857
6858 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * follow.el (follow-stop-intercept-process-output):
6861 Use `follow-call-process-filter' rather than `process-filter'.
6862 Simplify.
6863
6864 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6865
6866 * vc-hooks.el (vc-registered): Robustify this function a bit
6867 against filenames with no directory component.
6868
6869 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * international/characters.el: Undo unwanted and unexplained change.
6872
6873 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6874
6875 * ps-print.el: Fix the usage of :foreground and :background face
6876 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6877 (ps-print-version): New version 6.7.6.
6878 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6879 Fix code.
6880 (ps-face-foreground-color-p, ps-face-background-color-p)
6881 (ps-face-color-p): New inline funs.
6882
6883 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6884
6885 * textmodes/org.el (org-additional-option-like-keywords): New constant.
6886 (org-complete): Use `org-additional-option-like-keywords'.
6887 (org-parse-local-options): New function.
6888
6889 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6890
6891 * textmodes/org.el (org-in-clocktable-p): New function.
6892 (org-clock-report): Only update the table at point, or insert a new one.
6893 (org-clock-goto): New function.
6894 (org-open-file): Use `start-process-shell-command' instead of
6895 `shell-command' with an ampersand.
6896 (org-deadline, org-schedule): New argument REMOVE to remove the
6897 date from the entry.
6898 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6899 argument to `org-schedule' and `org-deadline'.
6900 (org-trim): Use the correct expressions for beginning and end of
6901 the string.
6902 (org-get-cleaned-entry): Trim the string before returning it.
6903 (org-clock-find-position): New function.
6904 (org-clock-into-drawer): New option.
6905 (org-agenda-tags-column): Rename from
6906 `org-agenda-align-tags-to-column'.
6907 (org-agenda-align-tags): Allow negative values for
6908 `org-agenda-tags-column'.
6909 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6910 (org-agenda-to-appt): New optional argument FILTER.
6911 (org-completion-fallback-command): New variable.
6912 (org-complete): Use `org-completion-fallback-command'.
6913 (org-find-base-buffer-visiting): Catch the case that there is no
6914 buffer visiting the file.
6915 (org-property-or-variable-value): New function.
6916 (org-todo): Use `org-property-or-variable-value'
6917 (org-agenda-compact-blocks): New option.
6918 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6919 (org-agenda-schedule, org-agenda-deadline):
6920 Call `org-agenda-show-new-time'.
6921 (org-agenda-show-new-time): New argument PREFIX.
6922 (org-colgroup-info-to-vline-list): Fix but that cause a
6923 shift in the vertical lines.
6924 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6925 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6926 (org-indent-item): No arg in call to `org-fix-bullet-type'.
6927 (org-fix-bullet-type): Remove argument.
6928 (org-read-date): Check for am/pm twice, to catch the end time.
6929 (org-goto-map): Use `suppress-keymap'.
6930 (org-remember-apply-template): Respect the dynamically scoped
6931 selection character.
6932
6933 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
6934
6935 * textmodes/org-export-latex.el (org-export-latex-protect-string):
6936 Renaming of `org-latex-protect'.
6937 (org-export-latex-emphasis-alist): By default, don't protect
6938 any emphasis formatter from further conversion.
6939 (org-export-latex-tables): Honor column grouping for tables.
6940 (org-export-latex-title-command): New option.
6941 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6942 export backslash character.
6943
6944 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * frame.el (frame-inherited-parameters): Remove unused `environment'
6947 parameter, and let server.el add `client' when needed.
6948
6949 * server.el (server-create-tty-frame)
6950 (server-create-window-system-frame): Set frame-inherited-parameters.
6951
6952 * frame.el (frame-inherited-parameters): New var.
6953 (make-frame): Use it.
6954
6955 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6956
6957 * env.el (let-environment): Remove. Unused.
6958 (read-envvar-name): Simplify.
6959 (setenv): Remove unused arg `frame'.
6960
6961 * help-fns.el (describe-variable): Add missing " " for multiline
6962 obsolescence info and missing EOL after global value.
6963
6964 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6965
6966 * add-log.el:
6967 * ediff-vers.el:
6968 * log-view.el:
6969 * pcvs.el:
6970 * vc-arch.el:
6971 * vc-bzr.el:
6972 * vc-cvs.el:
6973 * vc.el:
6974 * vc-git.el:
6975 * vc-hg.el:
6976 * vc-hooks.el:
6977 * vc-mcvs.el:
6978 * vc-mtn.el:
6979 * vc-rcs.el:
6980 * vc-sccs.el:
6981 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6982 {find,init,next,previous,annotate-*,log}-version ->
6983 {find,init,next,previous,annotate-*,log}-revision,
6984 annotate-focus-version -> annotate-working-revision, The term
6985 'focus' is gone. The term 'revision' is now used consistently
6986 everywhere that reference to a revision ID is intended, replacing
6987 older use of 'version'.
6988
6989 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * follow.el: Change all instances of "Follow Mode" to "Follow
6992 mode" in docstrings and messages.
6993 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6994
6995 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6996
6997 * vc.el (vc-next-action): Rewrite completely; this principal
6998 entry point now operates on a current fileset selected either
6999 explicitly via VC-Dired or implicitly by visiting a file buffer,
7000 rather than always operating on the file of the current buffer as
7001 in older versions. Rewrite the rest of the mode to match.
7002 (with-vc-properties): Rewrite to operate on a file list.
7003 (with-vc-file): vc-checkin takes a file list argument now.
7004 (vc-post-command-functions): This hook now receives a file list.
7005 (vc-do-command): Take a either a file or a file list as argument.
7006 (vc-deduce-fileset): New function for deducing a file list to
7007 operate on.
7008 (vc-next-action-on-file, vc-next-action-dired): Remove.
7009 Merge into vc-next-action.
7010 (vc-register): Adapt to the fact that vc-start-entry now takes a
7011 file list.
7012 (vc-register-with): New function.
7013 (vc-start-entry): Take a file list argument rather than a
7014 file argument.
7015 (vc-checkout): Cope with vc-start-entry taking a file list.
7016 (vc-steal-lock): Cope with with-vc-properties taking a
7017 file list.
7018 (vc-checkin): Take a file list argument rather than a file argument.
7019 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
7020 (vc-diff-internal): Rewrite for filesets.
7021 (vc-diff-sentinel): New function, tests whether changes were
7022 written into a diff buffer.
7023 (vc-diff): Rewrite for filesets.
7024 (vc-version-diff): Rewrite for filesets.
7025 (vc-print-log): Take a fileset argument.
7026 (vc-revert): Revert the entire selected fileset, not just the
7027 current buffer.
7028 (vc-rollback): Roll back the entire selected fileset, if
7029 possible. No longer accepts a prefix argument.
7030 (vc-update): Merge new changes for the entire selected
7031 fileset, not just the current buffer.
7032 (vc-revert-file): Cope with with-vc-properties taking a file list.
7033 (vc-default-dired-state-info): Add + status suffix if the file is
7034 modified.
7035 (vc-annotate-warp-version): Use the new diff machinery.
7036 (vc-log-edit): Take a file list argument rather than a file argument.
7037
7038 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7039
7040 Sync with Tramp 2.1.11.
7041
7042 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7043 Pacify byte compiler.
7044
7045 * net/trampver.el: Update release number.
7046
7047 2007-10-09 Richard Stallman <rms@gnu.org>
7048
7049 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
7050
7051 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
7052
7053 * follow.el: Require easymenu.
7054 (follow-mode-hook, follow-mode): Doc fixes.
7055 (follow-mode-off-hook): Mark as obsolete.
7056
7057 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7058
7059 * window.el (mouse-autoselect-window-cancel): Don't cancel for
7060 select-window or select-frame events.
7061 (handle-select-window): When autoselecting window set input
7062 focus. Restructure.
7063
7064 * frame.el (focus-follows-mouse): Move to frame.c.
7065 * cus-start.el (all): Add focus-follows-mouse.
7066
7067 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7068
7069 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
7070 activate font-locking in the *buffer-selection* buffer.
7071 (bs-show-sorted): Doc fix.
7072
7073 * bs.el (bs--get-marked-string, bs--get-modified-string)
7074 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7075 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
7076 (bs--format-aux): Doc fix.
7077
7078 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7079
7080 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
7081
7082 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7083
7084 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
7085 (gud-gdb): New function for old M-x gdb (text command mode).
7086 (gud-gdb-command-name, gdb): Move to...
7087
7088 * progmodes/gdb-ui.el: ...here and adapt doc string.
7089 (gud-gdba-command-name, gdba): Delete.
7090
7091 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * bs.el: Don't defvar `font-lock-verbose'.
7094 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
7095 (bs--get-file-name): Fix typos in docstrings.
7096 (bs--show-header): Use `dolist' instead of `mapcar'.
7097 (bs-mode): Set `show-trailing-whitespace' to nil.
7098 (bs-buffer-sort-function, bs-mouse-select-other-frame)
7099 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
7100 Doc fixes.
7101
7102 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
7103
7104 * progmodes/gud.el (pdb): Specify file for gud-break.
7105
7106 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * progmodes/gud.el (gdb): Make graphical mode the default and
7109 switch to text command mode if appropriate, i.e., reverse previous
7110 arrangement.
7111 (gud-gdb-marker-filter): Adapt for above change.
7112
7113 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
7114 gud-minor-mode and gud-marker-filter.
7115 (gdb-fullname-regexp): New variable.
7116 (gud-gdba-marker-filter): Use it to switch to text command
7117 mode if appropriate.
7118
7119 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7120
7121 * progmodes/gud.el (gud-display-line): Find source buffer even when
7122 GUD buffer has its own frame.
7123
7124 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7125
7126 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
7127
7128 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7129
7130 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7131
7132 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7133
7134 * allout.el (allout-before-change-handler): Replace got-char by
7135 goto-char.
7136
7137 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
7140 Used to try and automatically enabled smerge-mode in the presence of
7141 conflicts and to call `svn resolved' when the conflicts are gone.
7142 (vc-svn-parse-status): Remember the svn-specific status.
7143
7144 2007-10-08 Eli Zaretskii <eliz@gnu.org>
7145
7146 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
7147 menu-bar-apropos-menu. All users changed.
7148 (menu-bar-help-menu): Change menu symbols to better match the text
7149 displayed by the menu.
7150
7151 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7152
7153 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
7154 #, @, : and ^.
7155
7156 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7157
7158 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
7159
7160 * log-view.el (log-view-mode-map): Likewise.
7161
7162 * diff-mode.el (diff-mode-shared-map): Likewise.
7163
7164 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7165
7166 * files.el (file-name-sans-versions): Also allow `A-Z'.
7167
7168 * vc.el: Mention all supported VC backends.
7169
7170 2007-10-08 Richard Stallman <rms@gnu.org>
7171
7172 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
7173 neighbouring buttons.
7174
7175 2007-10-08 Andreas Schwab <schwab@suse.de>
7176
7177 * files.el (file-name-sans-versions): Also allow `_'.
7178
7179 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7180
7181 * files.el (file-name-sans-versions): Allow - and a-z in version names.
7182
7183 * log-view.el (log-view-mode-map, log-view-mode-menu):
7184 Bind log-view-annotate-version.
7185 (log-view-beginning-of-defun, log-view-end-of-defun)
7186 (log-view-annotate-version): New functions.
7187 (log-view-mode): Use log-view-beginning-of-defun and
7188 log-view-end-of-defun.
7189
7190 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
7193
7194 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
7197 neighbouring buttons.
7198
7199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7200 Recognize gcc's use of "note" for informational messages.
7201
7202 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
7205 (css-mode): Update correspondingly.
7206
7207 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7208
7209 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
7210 Signed-off-by, Acked-by and Merge.
7211
7212 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * ediff-init.el (ediff-verbose-p): This var is not a constant.
7215
7216 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * vc-mtn.el: New file.
7219
7220 * vc-hooks.el (vc-handled-backends): Add Mtn.
7221
7222 2007-10-08 Eli Zaretskii <eliz@gnu.org>
7223
7224 * files.el (find-file, find-file-other-window)
7225 (find-file-other-frame, find-file-existing, find-file-read-only)
7226 (find-file-read-only-other-window)
7227 (find-file-read-only-other-frame)
7228 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
7229
7230 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7231
7232 * progmodes/gud.el (gdb-ready): New variable.
7233 (gdb): Set it to nil. Set gud-running to nil here...
7234 (gud-common-init): ...instead of here.
7235
7236 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
7237 Use gdb-ready. Discard input until GDB is ready to accept it.
7238
7239 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7240
7241 * dired.el (dired-warning): Inherit from font-lock-warning-face to
7242 make it show up with eight colors.
7243
7244 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
7247 diffs are concatenated with no intervening line.
7248
7249 2007-10-08 Dave Love <fx@gnu.org>
7250
7251 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7252 (python-font-lock-keywords): Update to the 2.5 version of the language.
7253 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7254 (python-backspace): Only behave funny in code.
7255 (python-compilation-regexp-alist): Add PDB stack trace regexp.
7256 (inferior-python-mode): Add PDB prompt regexp.
7257 (python-fill-paragraph): Refine the fenced-string regexp.
7258 (python-find-imports): Handle imports spanning several lines.
7259 (python-mode): Add `class' to hideshow support.
7260
7261 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7264 Use add-log-buffer-file-name-function rather than binding
7265 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
7266 when `fi' is the ChangeLog file itself.
7267
7268 * outline.el (outline-flag-region): Use front-advance.
7269
7270 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
7271
7272 * progmodes/cperl-mode.el: Merge upstream 5.23.
7273 (cperl-where-am-i): Remove function.
7274 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
7275 (cperl-sniff-for-indent): De-invert [string] and [comment].
7276 When looking for label, skip s:m:y:tr.
7277 (cperl-indent-line): Likewise.
7278 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
7279 (cperl-windowed-init): Wrong `ps-print' handling.
7280 Both thanks to Chong Yidong.
7281 (cperl-look-at-leading-count): Could fail with unfinished RExen.
7282 (cperl-find-pods-heres): If the second part of s()[] is missing,
7283 don't try to highlight delimiters...
7284
7285 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * progmodes/compile.el (compilation-get-file-structure): Complete last
7288 change by also using spec-directory in the puthash.
7289
7290 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
7291
7292 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
7293 (vc-bzr-status): Fix shadowing of variable 'status'.
7294 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7295 Use `expand-file-name' instead of `concat'.
7296 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
7297 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
7298
7299 2007-10-08 Jason Rumney <jasonr@gnu.org>
7300
7301 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
7302
7303 2007-10-08 Richard Stallman <rms@gnu.org>
7304
7305 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
7306 Add `safe-local-variable' property.
7307 (lisp-body-indent): Likewise.
7308
7309 2007-10-08 Richard Stallman <rms@gnu.org>
7310
7311 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
7312 Add doc string.
7313
7314 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7315
7316 * files.el (backup-buffer-copy): Try to overwrite old backup first.
7317
7318 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7319
7320 * repeat.el (repeat): Use last-repeatable-command instead of
7321 real-last-command. Run pre- and post-command hooks for
7322 self-insertion. Update doc-string.
7323
7324 2007-10-08 Alexandre Julliard <julliard@winehq.org>
7325
7326 * vc-git.el (vc-git-state): Call git-add --refresh to update the
7327 state of the file.
7328 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
7329 (vc-git-create-repo): Fix invalid command.
7330
7331 2007-10-08 Richard Stallman <rms@gnu.org>
7332
7333 * textmodes/flyspell.el (flyspell-mode):
7334 Catch errors in flyspell-mode-on.
7335
7336 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
7339
7340 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * international/encoded-kb.el (encoded-kbd-setup-display):
7343 Use input-decode-map rather than local-key-translation-map.
7344
7345 * term/rxvt.el (rxvt-alternatives-map): New map.
7346 (terminal-init-rxvt): Use it.
7347 Bind rxvt-function-map in input-decode-map.
7348
7349 * term/xterm.el (xterm-alternatives-map): New map.
7350 (terminal-init-xterm): Use it.
7351 Bind xterm-function-map in input-decode-map.
7352
7353 * term/x-win.el (x-alternatives-map): New var.
7354 (x-setup-function-keys): Use it.
7355
7356 * help-fns.el (describe-variable): Slightly change the layout of
7357 meta-info to separate it better from the docstring.
7358 Standardize insertion of extra empty lines in various circumstances.
7359
7360 * diff-mode.el (diff-hunk-style): New fun.
7361 (diff-end-of-hunk): Use it.
7362 (diff-context->unified): Use the new `apply' undo element,
7363 if applicable, so as to save undo-log space.
7364 (diff-fine-change): New face.
7365 (diff-fine-highlight-preproc): New function.
7366 (diff-fine-highlight): New command.
7367 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7368
7369 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7370 (smerge-refine-highlight-change): Add `props' argument.
7371 (smerge-refine-subst): New function holding most of smerge-refine.
7372 (smerge-refine): Use it.
7373
7374 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
7375
7376 * vc.el (vc-default-wash-log): Remove unused code, the
7377 log washers all live in the backends now.
7378 (vc-default-comment-history): Correct for the fact
7379 that wash-log is argumentless in the new API.
7380
7381 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
7382
7383 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7384 (tramp-maybe-send-script): Apply `member' but `memq'.
7385 (tramp-advice-file-expand-wildcards): Simplify implementation.
7386
7387 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7388
7389 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
7390
7391 * mb-depth.el (minibuf-depth-indicator-function): New variable.
7392 (minibuf-depth-setup-minibuffer): Use it.
7393
7394 2007-10-07 Glenn Morris <rgm@gnu.org>
7395
7396 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7397 version numbers.
7398
7399 2007-10-06 Juri Linkov <juri@jurta.org>
7400
7401 * textmodes/fill.el (fill-paragraph-or-region): New function.
7402
7403 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7404 instead of fill-paragraph.
7405
7406 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7407 with fill-paragraph-or-region. Suspend command is now the same
7408 `suspend-frame' on window systems and on tty.
7409
7410 * image.el (image-type): Check if image-types is bound to not fail
7411 on tty.
7412
7413 * delsel.el (delete-selection-pre-hook):
7414 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7415 is fbound to not fail on mouseless tty.
7416
7417 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7418
7419 * net/tramp.el (top): Move loading of tramp-util.el and
7420 tramp-vc.el to tramp-compat.el.
7421 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
7422 temporary file if possible, in order to avoid a security hole.
7423 (tramp-do-copy-or-rename-file-out-of-band)
7424 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7425 with DONT-CREATE, because the connection is not setup yet.
7426 (tramp-handle-process-file): Rewrite temporary file handling.
7427 (tramp-completion-mode): New defvar.
7428 (tramp-completion-mode-p): Use it.
7429
7430 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7431
7432 * net/tramp-fish.el (tramp-fish-handle-process-file):
7433 Rewrite temporary file handling.
7434
7435 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
7436
7437 * vc.el: Workfile version -> focus version change. Port various
7438 comments from new VC to reduce the noise in the diff.
7439 Patch in the new vc-create-repo function to go with the
7440 header comment about it already present.
7441 There are no changes to existing logic in this patch.
7442 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7443
7444 2007-10-06 Aaron Hawley <aaronh@garden.org>
7445
7446 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7447
7448 2007-10-05 Chris Moore <dooglus@gmail.com>
7449
7450 * server.el (server-kill-new-buffers): Doc fix.
7451
7452 2007-10-05 John W. Eaton <jwe@octave.org>
7453
7454 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7455 (octave-begin-keywords): Add "do".
7456 (octave-end-keywords): Remove "end".
7457 (octave-reserved-words): Add "end". Remove "all_va_args",
7458 "gplot", and 'gsplot".
7459 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7460 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7461 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7462 "default_return_value", "define_all_return_values",
7463 "do_fortran_indexing", "empty_list_elements_ok",
7464 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7465 "ok_to_lose_imaginary_part", "prefer_column_vectors",
7466 "prefer_zero_one_indexing", "propagate_empty_matrices",
7467 "resize_on_range_error", "treat_neg_dim_as_zero",
7468 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7469 "warn_divide_by_zero", "warn_function_name_clash",
7470 "warn_missing_semicolon", "whitespace_in_literal_matrix".
7471 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7472 "crash_dumps_octave_core", "sighup_dumps_octave_core",
7473 "sigterm_dumps_octave_core".
7474 (octave-block-match-alist): Remove "end" from block-end keywords.
7475 (octave-mode): Update ftp site address.
7476
7477 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7478
7479 * vc.el: Reorder functions, no code changes.
7480
7481 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
7482
7483 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7484 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7485 the cond clauses where needed.
7486 (tramp-handle-write-region): Rearrange code for proper handling of
7487 tmpfile.
7488
7489 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7490
7491 * net/tramp.el:
7492 * net/tramp-fish.el:
7493 * net/tramp-ftp.el:
7494 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7495 `tramp-compat-make-temp-file'.
7496
7497 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7500
7501 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7504 already uses a more recent copyright version than the "current" one.
7505
7506 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7507
7508 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7509 (doc-view-insert-image): Minor aesthetical docstring changes.
7510
7511 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
7512
7513 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7514 completing filename.
7515 (doc-view-search-internal): Docstring change.
7516
7517 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7520 (tramp-file-name-handler-alist):
7521 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
7522 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
7523 used before, creates the file already, which is not desired.
7524 (tramp-do-copy-or-rename-file-directly): Simplify handling of
7525 temporary file.
7526 (tramp-handle-insert-file-contents): Assign the result in the
7527 short track case.
7528 (tramp-handle-insert-file-contents-literally): New defun.
7529 (tramp-completion-mode-p): Revert change from 2007-09-24.
7530 Checking for `return' etc as last character is not sufficient, for
7531 example in dired-mode when entering <g> (revert-buffer) or
7532 <s> (dired-sort).
7533
7534 * net/tramp-compat.el (top): Add also compatibility code for loading
7535 appropriate timer package.
7536 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7537 order to avoid autoloading problems.
7538
7539 * net/tramp-fish.el:
7540 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7541
7542 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7543 where the second parameter of `copy-file' or `rename-file' is a
7544 remote file but not via ftp.
7545
7546 2007-10-02 Richard Stallman <rms@gnu.org>
7547
7548 * frame.el (cursor-in-non-selected-windows): Doc fix.
7549
7550 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7551
7552 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7553 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7554
7555 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
7556
7557 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7558 when `expt' doesn't give range errors.
7559
7560 2007-10-01 Markus Triska <markus.triska@gmx.at>
7561
7562 * calc/calc-math.el (math-smallest-emacs-expt):
7563 Make the computation more robust.
7564
7565 2007-09-30 David Kastrup <dak@gnu.org>
7566
7567 * startup.el (argv): Alias for `command-line-args-left' to use as
7568 `(pop argv)' inside of --eval command sequences. Allows for
7569 passing shell commands into Emacs verbatim without need for Lisp
7570 quoting.
7571
7572 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7573 check only for changed size.
7574 (auto-revert-tail-handler): Get size from caller. If the file has
7575 shrunk, tail the whole file again (the file presumably has been
7576 rewritten).
7577
7578 * woman.el (woman-topic-all-completions, woman-mini-help):
7579 Fix fallout from 2007-09-07 introduction of `dolist' when the list
7580 actually was being manipulated in the loop.
7581 (woman-Cyg-to-Win, woman-pre-process-region)
7582 (woman-horizontal-escapes, woman-if-body, woman-unescape)
7583 (woman-strings, woman-special-characters, woman1-hc)
7584 (woman-change-fonts, woman-find-next-control-line):
7585 Use `match-beginning' rather than `match-string' when the result is
7586 just used as a flag.
7587
7588 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
7589
7590 * net/tramp-compat.el: New file.
7591
7592 * net/tramp.el:
7593 * net/tramp-fish.el:
7594 * net/tramp-smb.el:
7595 * net/tramp-uu.el:
7596 * net/trampver.el: Move compatibility code to tramp-compat.el.
7597 Apply `mapc' instead of `mapcar' when the code needs side effects
7598 only. Move utf-8 coding cookie to the second line.
7599
7600 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
7601
7602 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7603 Improve custom type.
7604 (icon-map-list): Make it customizable. Document how to disable
7605 stock icons.
7606
7607 2007-09-30 Richard Stallman <rms@gnu.org>
7608
7609 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7610
7611 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7612
7613 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7614
7615 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
7618 (t-mouse-mode): New compatibility alias.
7619
7620 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7621
7622 * server.el (server-delete-client): Only delete the terminal if it
7623 is non-nil.
7624
7625 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
7626
7627 * net/tramp.el (with-file-property, with-connection-property):
7628 Highlight as keyword.
7629 (tramp-rfn-eshadow-setup-minibuffer)
7630 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7631 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7632 (tramp-do-copy-or-rename-file-directly)
7633 (tramp-do-copy-or-rename-file-out-of-band)
7634 (tramp-handle-shell-command, tramp-get-debug-buffer)
7635 (tramp-send-command-and-read, tramp-equal-remote)
7636 (tramp-get-local-gid): Pacify byte-compiler.
7637 (tramp-handle-file-name-directory): Result shall not be expanded.
7638 (tramp-find-foreign-file-name-handler): Rewrite.
7639 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7640
7641 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7642
7643 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7644 Apply `tramp-completion-mode-p'.
7645 (tramp-fish-handle-set-file-times)
7646 (tramp-fish-handle-executable-find)
7647 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7648 (tramp-fish-retrieve-data): Pacify byte-compiler.
7649
7650 * net/tramp-gw.el (tramp-gw-basic-authentication):
7651 Call `tramp-read-passwd' with first parameter `nil'.
7652
7653 2007-09-28 Glenn Morris <rgm@gnu.org>
7654
7655 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7656 than mapcar.
7657
7658 * textmodes/tex-mode.el (tex-suscript-height-ratio)
7659 (tex-suscript-height-minimum): New customizable variables.
7660 (tex-suscript-height): New function.
7661 (superscript, subscript): Set height using tex-suscript-height
7662 rather than fixing at 0.8.
7663 (tex-fontify-script, tex-font-script-display): Add :version tag.
7664
7665 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * progmodes/python.el (python-eldoc-function): Doc fix.
7668
7669 2007-09-27 Glenn Morris <rgm@gnu.org>
7670
7671 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
7672 image if it is not in image-type-auto-detectable, or is there with
7673 a nil value.
7674
7675 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
7676
7677 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7678 connection more robust.
7679
7680 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7681
7682 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7683 Deal with the case that special &keywords are at the beginning or
7684 end of the argument list. Also add some (incomplete) support for
7685 non-standard arglists.
7686
7687 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7690 (eldoc-message-commands, eldoc-current-idle-delay)
7691 (eldoc-function-argstring-format): Fix typos in docstrings.
7692
7693 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
7694
7695 * calc/calc-units.el (calc-convert-units)
7696 (calc-convert-temperature): Remove unnecessary colons.
7697
7698 2007-09-26 Bastien Guerry <bzg@altern.org>
7699
7700 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7701 New function.
7702 (org-export-latex-remove-from-headlines): Name changed because of typo.
7703 (org-export-latex-quotation-marks-convention): Option removed.
7704 (org-export-latex-make-preamble): Handle the DATE option.
7705 (org-export-latex-cleaned-string): Now the only cleaning function,
7706 synched up with org.el.
7707 (org-export-latex-lists, org-export-latex-parse-list)
7708 (org-export-list-to-latex): New functions.
7709
7710 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7711
7712 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7713 (org-outline-regexp): New constant.
7714 (org-remember-handler): Throw error when the target file is not in
7715 org-mode.
7716 (org-cleaned-string-for-export): No longer call
7717 `org-export-latex-cleaned-string' with an argument.
7718 (org-get-tags): Returns now a list, not a string.
7719 (org-get-tags-string): New function.
7720 (org-archive-subtree): No need to split return of `org-get-tags'.
7721 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7722 instead of `org-get-tags'.
7723 (org-agenda-format-date): Rename from `org-agenda-date-format'.
7724 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7725 (org-compatible-face): New argument INHERITS. Inherit from this
7726 face if possible.
7727 (org-level-1, org-level-2, org-level-3, org-level-4)
7728 (org-level-5, org-level-6, org-level-7, org-level-8)
7729 (org-special-keyword, org-drawer, org-column, org-warning)
7730 (org-archived, org-todo, org-done, org-headline-done, org-table)
7731 (org-formula, org-code, org-agenda-structure)
7732 (org-scheduled-today, org-scheduled-previously)
7733 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7734 in the new way.
7735 (org-get-heading): New argument NO-TAGS.
7736 (org-fast-tag-selection-include-todo): Made defvar instead of
7737 defcustom, feature is not deprecated.
7738 (org-remember-store-without-prompt): New default value t.
7739 (org-todo-log-states): New variable.
7740 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7741 Compute the log states.
7742 (org-goto-map): More commands copied from global map. Also bind
7743 `org-occur'.
7744 (org-goto): Made into a general lookup command.
7745 (org-get-location): Complete rewrite.
7746 (org-goto-exit-command): New variable.
7747 (org-goto-selected-point): New variable.
7748 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7749 Set the new variables.
7750 (org-paste-subtree): Whitespace insertion strategy revised.
7751 (org-remember-apply-template): Protect v-A from the possibility
7752 that v-a might be nil.
7753 (org-remember-handler): Insertion rules revised.
7754 (org-todo): Respect org-todo-log-states.
7755 (org-up-heading-safe): New function.
7756 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7757
7758 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7759
7760 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7761 region if in transient-mark-mode.
7762
7763 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7764
7765 * calc/calc-ext.el (calc-init-extensions, calc-reset):
7766 * calc/calc-help.el (calc-full-help):
7767 * calc/calc-misc.el (another-calc):
7768 * calc/calc-store.el (calc-var-name-map):
7769 * calc/calc-stuff.el (calc-flush-caches):
7770 * calc/calc-units.el (math-build-units-table):
7771 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7772 (calc-quit):
7773 * calendar/icalendar.el (icalendar--format-ical-event)
7774 (icalendar--convert-ical-to-diary):
7775 * emacs-lisp/authors.el (authors):
7776 * emacs-lisp/cust-print.el (custom-print-install)
7777 (custom-print-uninstall):
7778 * emacs-lisp/disass.el (disassemble-1):
7779 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7780 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7781 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7782 (elint-check-let-form, elint-check-condition-case-form)
7783 (elint-initialize):
7784 * emacs-lisp/elp.el (elp-results):
7785 * emacs-lisp/generic.el (generic-mode-internal):
7786 * emacs-lisp/re-builder.el (reb-delete-overlays):
7787 * emacs-lisp/regi.el (regi-interpret):
7788 * emacs-lisp/sregex.el (sregex--char-aux):
7789 * emulation/cua-rect.el (cua--deactivate-rectangle)
7790 (cua--highlight-rectangle, cua--rectangle-post-command):
7791 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7792 * emulation/viper-macs.el (viper-describe-kbd-macros)
7793 (viper-describe-one-macro):
7794 * emulation/viper-util.el (viper-setup-master-buffer):
7795 * emulation/viper.el (set-viper-state-in-major-mode):
7796 * international/mule-diag.el (describe-current-coding-system):
7797 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7798 * mail/emacsbug.el (report-emacs-bug):
7799 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7800 * obsolete/hilit19.el (hilit-unhighlight-region)
7801 (hilit-set-mode-patterns):
7802 * play/solitaire.el (solitaire-check, solitaire-solve):
7803 * play/zone.el (zone-pgm-rotate):
7804 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7805 * progmodes/ada-prj.el (ada-prj-display-page):
7806 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7807 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7808 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7809 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7810 * progmodes/sh-script.el (sh-make-vars-local)
7811 (sh-reset-indent-vars-to-global-values):
7812 * progmodes/sql.el (top):
7813 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7814 * progmodes/xscheme.el (top):
7815 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7816 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7817 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7818 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7819 (artist-submit-bug-report):
7820 * textmodes/flyspell.el (flyspell-delay-commands)
7821 (flyspell-deplacement-commands):
7822 * textmodes/table.el (table--generate-source-epilogue, table-insert)
7823 (table--generate-source-cells-in-a-row, table--make-cell-map)
7824 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7825
7826 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
7827
7828 * allout.el (produce-allout-mode-map, allout-process-exposed):
7829 * ansi-color.el (ansi-color-make-color-map):
7830 * autoinsert.el (auto-insert):
7831 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7832 * dired-aux.el (dired-create-files):
7833 * dired.el (dired-restore-desktop-buffer):
7834 * ediff-diff.el (ediff-setup-fine-diff-regions):
7835 * ediff-mult.el (ediff-intersect-directories)
7836 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7837 (ediff-redraw-registry-buffer):
7838 * ediff-ptch.el (ediff-fixup-patch-map):
7839 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7840 (ediff-really-quit, ediff-clear-diff-vector):
7841 * emerge.el (emerge-really-quit):
7842 * ffap.el (ffap-replace-file-component):
7843 * filecache.el (file-cache-add-directory)
7844 (file-cache-add-directory-recursively)
7845 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7846 (file-cache-delete-directory, file-cache-files-matching-internal)
7847 (file-cache-display):
7848 * files.el (cd):
7849 * find-lisp.el (find-lisp-insert-directory):
7850 * finder.el (finder-compile-keywords):
7851 * help.el (view-emacs-news):
7852 * hi-lock.el (hi-lock-write-interactive-patterns):
7853 * ido.el (ido-to-end, ido-set-matches-1):
7854 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7855 (image-dired-mark-tagged-files):
7856 * jka-cmpr-hook.el (jka-compr-get-compression-info):
7857 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7858 * ps-print.el (ps-background, ps-begin-file)
7859 (ps-build-reference-face-lists):
7860 * simple.el (clone-buffer):
7861 * startup.el (command-line):
7862 * tempo.el (tempo-insert-template, tempo-is-user-element)
7863 (tempo-forward-mark, tempo-backward-mark):
7864 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7865
7866 2007-09-25 Glenn Morris <rgm@gnu.org>
7867
7868 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7869
7870 * view.el (view-search-no-match-lines): Add a doc string.
7871 Rewrite to simplify and work better.
7872
7873 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7874
7875 * progmodes/cc-mode.el (c-mode-base-map):
7876 Use c-indent-line-or-region instead of c-indent-line.
7877
7878 * indent.el (indent-for-tab-command): First check if the region is
7879 active.
7880
7881 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7882
7883 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7884 whitespace-rescan-timer-time is 0.
7885
7886 2007-09-24 Karl Berry <karl@gnu.org>
7887
7888 * international/mule.el (coding-system-base): Fix doc string grammar.
7889
7890 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
7891
7892 * net/tramp.el (tramp-completion-mode-p): Rename from
7893 `tramp-completion-mode'. Revert logic, check `return', `newline'
7894 and such alike. Packages like Icicles tend to use other completion
7895 characters but `tab' and `space' only.
7896
7897 2007-09-24 Adam Hupp <adam@hupp.org>
7898
7899 * progmodes/python.el (run-python): Import emacs module without
7900 waiting; prevents lockup on error.
7901
7902 2007-09-23 Richard Stallman <rms@gnu.org>
7903
7904 * mail/sendmail.el (mail-bury): Delete the frame
7905 if this frame looks like it was made for this message.
7906
7907 * completion.el (completion-separator-self-insert-command)
7908 (completion-separator-self-insert-autofilling):
7909 If `self-insert-command' has been remapped, use the substitute.
7910
7911 * simple.el (copy-region-as-kill): Doc fix.
7912
7913 * textmodes/org.el (org-confirm-shell-link-function)
7914 (org-confirm-elisp-link-function): Doc fixes.
7915
7916 2007-09-23 Glenn Morris <rgm@gnu.org>
7917
7918 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7919
7920 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
7921
7922 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7923
7924 * term/tvi970.el (terminal-init-tvi970): Likewise.
7925
7926 * term/sun-mouse.el (print-mouse-format): Likewise.
7927
7928 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7929 Use forward-line instead of previous-line and next-line.
7930
7931 2007-09-22 Juri Linkov <juri@jurta.org>
7932
7933 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7934
7935 * tutorial.el (tutorial--default-keys): Update standard bindings:
7936 rename `iconify-or-deiconify-frame' to `suspend-frame',
7937 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7938
7939 2007-09-22 Juri Linkov <juri@jurta.org>
7940
7941 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7942 Add help-echo to external links and to links without description.
7943 (fancy-splash-insert): Use help-echo from the 3rd element of the
7944 link specification list, or "Follow this link" if it's nil. Doc fix.
7945
7946 2007-09-22 Juri Linkov <juri@jurta.org>
7947
7948 * startup.el (command-line): Rename `inhibit-startup-message' to
7949 `inhibit-startup-screen'.
7950 (fancy-about-text): Use shorter label for "Ordering Manuals".
7951 (fancy-startup-tail): Add optional arg `concise'. When `concise'
7952 is nil, display a line with "To start..." and 3 links to useful
7953 tasks. Display the "Dismiss" button and "Don't show this message
7954 again" only when concise is non-nil.
7955 (fancy-startup-screen): Call `fancy-startup-tail' with optional
7956 arg `concise'. If CONCISE is non-nil, display a concise version
7957 of the splash screen in another window. Otherwise, switch to the
7958 startup buffer in the same window.
7959 (startup-echo-area-message): Change displayed binding from
7960 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7961 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7962 the GNU system".
7963 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7964 to "*GNU Emacs*".
7965 (display-about-screen): Don't check the existence of the buffer
7966 "*About GNU Emacs*".
7967 (display-splash-screen): Make alias to `display-startup-screen'.
7968 (command-line-1): Rename `inhibit-startup-message' to
7969 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
7970 started with command line options "-f", "-funcall", "-e", "-eval",
7971 "-execute", "-insert", "-find-file", "-file", "-visit".
7972 Inhibit startup screen when Emacs is started with a file name only
7973 on tty (i.e. don't inhibit it when started with a file name like
7974 "emacs FILE..." on a window system).
7975 (command-line-1): Simplify logic of displaying the startup screen:
7976 if file-count > 0, then display the concise version in another
7977 window, otherwise display full version in the same window.
7978
7979 * help.el (help-map): Bind C-h C-a to about-emacs.
7980 (help-for-help-internal): Add C-a description to C-h help text.
7981
7982 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7985 (checkdoc-permit-comma-termination-flag): Autoload the
7986 safe-local-variable setting.
7987
7988 * bookmark.el (bookmark-xemacsp): Remove.
7989 (bookmark-make): Don't use bookmark-xemacsp,
7990 use (featurep 'xemacs) instead.
7991
7992 * speedbar.el (speedbar-frame-mode)
7993 (speedbar-frame-reposition-smartly)
7994 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7995 (speedbar-check-vc): Remove use of non-existent variable
7996 dframe-xemacsp, use (featurep 'xemacs) instead.
7997
7998 * indent.el (indent-for-tab-command): Indent the region if
7999 transient-mark-mode and the region is active.
8000
8001 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
8002
8003 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
8004 add inferior-octave-directory-tracker to the buffer-local value
8005 of comint-input-filter-functions.
8006
8007 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8008
8009 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
8010
8011 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
8012
8013 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
8014 on w32 frames.
8015
8016 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * startup.el (normal-top-level): Remove DISPLAY from
8019 process-environment to let it be computed dynamically in callproc.c.
8020
8021 * frame.el (frame-initialize, make-frame):
8022 * faces.el (tty-set-up-initial-frame-faces):
8023 * env.el (setenv): Don't set display-environment-variable.
8024
8025 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
8026 (server-create-tty-frame): Don't set unused `tty' property.
8027 Set `display' instead of display-environment-variable.
8028 (server-create-window-system-frame): No display-environment-variable.
8029
8030 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
8031
8032 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
8033 (rfn-eshadow-update-overlay-hook): New defvars.
8034 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
8035 Run the hooks.
8036
8037 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
8038 (tramp-rfn-eshadow-setup-minibuffer)
8039 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
8040 rfn-eshadow.el.
8041
8042 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
8043 timeout.
8044
8045 2007-09-21 Glenn Morris <rgm@gnu.org>
8046
8047 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
8048 * term/sun-mouse.el (suspend-emacstool): Remove.
8049 * term/sun.el: Remove emacstool-related code.
8050
8051 * emacs-lisp/bytecomp.el (byte-compile-warnings)
8052 (byte-compile-warnings-safe-p): Add `mapcar'.
8053 (byte-compile-warning-types): Add mapcar and make-local.
8054 (byte-compile-normal-call): Add option to suppress mapcar warning.
8055 (top-level): Use mapc rather than mapcar in eval-when-compile.
8056
8057 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
8058 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
8059 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
8060 Handle escaped parens.
8061 (latex-forward-sexp): Doc fix.
8062
8063 * eshell/esh-mode.el (eshell-output-filter-functions):
8064 Add eshell-postoutput-scroll-to-bottom.
8065
8066 * loadup.el: Remove termdev.
8067
8068 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
8069 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
8070
8071 2007-09-21 Markus Triska <markus.triska@gmx.at>
8072
8073 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
8074 `mapcar' is called for effect.
8075
8076 2007-09-21 Kevin Ryde <user42@zip.com.au>
8077
8078 * international/mule.el (sgml-html-meta-auto-coding-function):
8079 Bind `case-fold-search' to t.
8080
8081 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * termdev.el: Remove.
8084
8085 * frame.el (get-device-terminal): New function. Moved from termdev.el.
8086 (frames-on-display-list): Use it.
8087
8088 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
8089
8090 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
8091
8092 2007-09-20 Richard Stallman <rms@gnu.org>
8093
8094 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
8095
8096 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
8099
8100 2007-09-20 Glenn Morris <rgm@gnu.org>
8101
8102 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
8103 motion functions, rather than hard-coding "\n\n".
8104 (tex-validate-region): Check for eobp, to speed up.
8105 (tex-next-unmatched-end): Doc fix.
8106
8107 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * files.el (auto-mode-alist): Use archive-mode for .rar files.
8110
8111 * international/mule.el (auto-coding-alist): Rar archives are binary.
8112
8113 * arc-mode.el: Add basic support for Rar.
8114 (archive-find-type): Recognize Rar's signature.
8115 (archive-desummarize): New fun.
8116 (archive-summarize): Use it to restore the buffer's data in case
8117 someone wants to switch to some other major mode.
8118 (archive-resummarize): Use it as well.
8119 (archive-rar-summarize, archive-rar-extract): New functions.
8120
8121 * filesets.el: Remove spurious * in docstrings.
8122 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
8123 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
8124 (filesets-ingroup-collect): Remove unused arg `depth'.
8125 (filesets-update): Remove unused arg `version'.
8126
8127 * finder.el (finder-compile-keywords): Fix up comment style.
8128 (finder-mouse-face-on-line): previous-line -> forward-line.
8129
8130 * recentf.el: Remove spurious * in docstrings.
8131 (recentf-save-list): Fix up comment style.
8132
8133 * progmodes/octave-mod.el: Remove spurious * in docstrings.
8134 (octave-mode-map): Move init into declaration and remove \t binding.
8135 (octave-mode-startup-message): Remove unused var.
8136 (octave-scan-blocks): Remove unused arg `from'.
8137 (octave-forward-block, octave-down-block, octave-up-block):
8138 Update callers.
8139
8140 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
8141 (meta-mode-map): Likewise and remove \t binding.
8142
8143 * net/snmp-mode.el: Remove spurious * in docstrings.
8144 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
8145 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
8146 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
8147 that completion accepts lists of strings.
8148 (snmp-mode-syntax-table): Move initialization into declaration.
8149 (snmp-mode-map): Likewise and remove \t binding.
8150 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
8151 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
8152 (snmp-indent-command): Remove.
8153
8154 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
8155 binding, so tab-always-indent works right.
8156
8157 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
8158
8159 * net/browse-url.el (browse-url-elinks-new-window): New function.
8160 (browse-url-elinks): Use browse-url-elinks-new-window.
8161 Accept optional second argument `new-window'. Fix typo in doc-string.
8162 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
8163 Improve error message.
8164
8165 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8166
8167 * net/browse-url.el (browse-url-url-encode-chars): Use the right
8168 parameter name in the function body.
8169 Reported by Johannes Weiner.
8170
8171 2007-09-19 Glenn Morris <rgm@gnu.org>
8172
8173 * net/socks.el (socks-open-network-stream): Signal an explicit
8174 error if the port associated with a service string can't be found.
8175
8176 * textmodes/tex-mode.el (tex-terminate-paragraph):
8177 Use backward-paragraph.
8178
8179 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * server.el (server-running-p): New function.
8182
8183 2007-09-18 Jason Rumney <jasonr@gnu.org>
8184
8185 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
8186 x-focus-frame.
8187
8188 * frame.el (select-frame-set-input-focus, select-frame-by-name):
8189 Use x-focus-frame for w32.
8190
8191 2007-09-17 David Kastrup <dak@gnu.org>
8192
8193 * textmodes/tex-mode.el (tex-verbatim-environments):
8194 Eliminate CL dependency.
8195
8196 2007-09-17 Richard Stallman <rms@gnu.org>
8197
8198 * newcomment.el (comment-add): New arg EXTRA.
8199 (comment-region-default): Pass EXTRA if not indenting lines.
8200
8201 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8202
8203 * net/browse-url.el (browse-url-url-encode-chars): New function.
8204 URL-encode some chars in a string.
8205 (browse-url-encode-url): Rewrite using the previous function.
8206 (browse-url-file-url): Use `browse-url-url-encode-chars'.
8207 (browse-url-elinks-sentinel): Fix typo.
8208 (browse-url-new-window-flag): Doc change.
8209
8210 2007-09-17 Glenn Morris <rgm@gnu.org>
8211
8212 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
8213 filename from `--file-line-error', if it is available.
8214
8215 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8216
8217 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
8218 TeX `--file-line-error' format.
8219
8220 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8221
8222 * xt-mouse.el: Delete add-hook calls that were moved to
8223 xterm-mouse-mode.
8224 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
8225 does not work.
8226
8227 2007-09-17 Richard Stallman <rms@gnu.org>
8228
8229 * cus-face.el (custom-theme-set-faces): Undo previous change.
8230
8231 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
8232
8233 2007-09-17 Glenn Morris <rgm@gnu.org>
8234
8235 * textmodes/tex-mode.el (tex-region): Simplify previous change,
8236 handling the case where the region is not in `tex-main-file'.
8237 (tex-region-1): Delete.
8238 (tex-region-header): New function, doing the header part of the
8239 old tex-region-1.
8240
8241 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * simple.el (newline): Simplify use of prefix-numeric-value.
8244 (line-move-partial): Remove unused var `ppos'.
8245 (line-move-1): Replace 9999 with most-positive-fixnum.
8246 (move-end-of-line): Use more efficient single-property search.
8247 (move-beginning-of-line): Remove unused var `start'.
8248 (blink-matching-open): Restructure in a more functional style.
8249
8250 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8251
8252 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
8253
8254 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * server.el (server-clients): Only keep procs, no properties any more.
8257 (server-client): Remove.
8258 (server-client-get, server-client-set): Remove, replace all callers by
8259 process-get and process-put resp.
8260 (server-clients-with, server-add-client, server-delete-client)
8261 (server-create-tty-frame, server-create-window-system-frame)
8262 (server-process-filter, server-execute, server-visit-files)
8263 (server-buffer-done, server-kill-buffer-query-function)
8264 (server-kill-emacs-query-function, server-switch-buffer)
8265 (server-save-buffers-kill-terminal): Update accordingly.
8266
8267 * server.el (server-with-environment): Simplify.
8268 (server-select-display, server-unselect-display): Re-add functions that
8269 seem to have been lost in the multi-tty merge.
8270 (server-eval-and-print, server-create-tty-frame)
8271 (server-create-window-system-frame, server-goto-toplevel)
8272 (server-execute, server-return-error): New functions extracted from
8273 server-process-filter.
8274 (server-execute-continuation): New functions.
8275 (server-process-filter): Restructure so that all arguments are analysed
8276 first and then acted upon in a subsequent stage. This way
8277 server-goto-toplevel can be executed later, when we know if
8278 it's necessary.
8279 Remove the "-version" and "-version-good" support.
8280
8281 2007-09-16 Drew Adams <drew.adams@oracle.com>
8282
8283 * cus-edit.el (custom-face-edit-activate): Doc fix.
8284
8285 2007-09-16 Glenn Morris <rgm@gnu.org>
8286
8287 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
8288 Following cal-bahai renaming, update all instances of
8289 list-bahai-diary-entries to diary-bahai-list-entries,
8290 mark-bahai-diary-entries to diary-bahai-mark-entries,
8291 calendar-goto-bahai-date to calendar-bahai-goto-date,
8292 insert-bahai-diary-entry to diary-bahai-insert-entry,
8293 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
8294 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
8295 calendar-print-bahai-date to calendar-bahai-print-date.
8296
8297 * textmodes/tex-mode.el (tex-region): Handle the case where the
8298 region is not in `tex-main-file'. Move the old code that applies
8299 to both cases...
8300 (tex-region-1): ...to this new function.
8301
8302 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * vc.el (vc-process-sentinel): New function.
8305 (vc-exec-after): Use it instead of using ugly hackish analysis and
8306 construction of Elisp code.
8307 (vc-sentinel-movepoint): New dynamically scoped var.
8308 (vc-print-log, vc-annotate): Set it to move the user's point.
8309
8310 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
8311 inhibit-modification-hooks.
8312
8313 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
8314 (calendar-bahai-print-date, calendar-bahai-goto-date)
8315 (diary-bahai-list-entries, diary-bahai-insert-entry):
8316 New names to clean up the namespace a bit more.
8317 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
8318
8319 2007-09-15 Glenn Morris <rgm@gnu.org>
8320
8321 * calendar/holidays.el (holiday-list): Rename it back to
8322 `list-holidays', but leave `holiday-list' as an alias.
8323
8324 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
8325 custom group.
8326
8327 * textmodes/css-mode.el (css): New custom group.
8328 (css-electrick-keys, css-selector, css-property)
8329 (css-indent-offset): Specify custom group.
8330
8331 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
8334 (cvs-execute-single-file): Use process-file.
8335 (cvs-run-process): Use start-file-process.
8336
8337 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8338
8339 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
8340 level. Remove the hooks when turning off the mode.
8341
8342 * term/xterm.el: Require xt-mouse at compile time.
8343 (terminal-init-xterm): Turn on xterm mouse tracking for this
8344 terminal if xterm-mouse-mode is enabled.
8345
8346 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8347
8348 * term/xterm.el (xterm-function-map): Replace bindings that were
8349 deleted by the merge.
8350
8351 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
8352
8353 * play/bubbles.el (bubbles-version): Bump value to "0.5".
8354 (bubbles-mode-map): Move define-key statements here.
8355 (bubbles-game-theme-menu): Ditto.
8356 (bubbles-graphics-theme-menu): Ditto.
8357 (bubbles-menu): Ditto.
8358 (bubbles-mode): Initialize buffer-undo-list, redisplay.
8359 (bubbles--initialize): Reset buffer-undo-list, redisplay.
8360 (bubbles-plop): Set buffer-undo-list, redisplay.
8361 (bubbles-undo): Reset buffer-undo-list, redisplay.
8362 (bubbles--show-images): Take care of missing text properties.
8363
8364 2007-09-14 Glenn Morris <rgm@gnu.org>
8365
8366 * startup.el (fancy-startup-text, fancy-about-text): Fix face
8367 quoting.
8368
8369 * calendar/cal-hebrew.el, calendar/cal-menu.el
8370 * calendar/calendar.el, calendar/diary-lib.el
8371 * calendar/holidays.el: Rename all instances of
8372 list-calendar-holidays callers to calendar-list-holidays,
8373 list-holidays to holiday-list, check-calendar-holidays to
8374 calendar-check-holidays, mark-calendar-holidays to
8375 calendar-mark-holidays, and filter-visible-calendar-holidays to
8376 holiday-filter-visible-calendar.
8377
8378 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8379
8380 * term/xterm.el (xterm-function-map): Add C-M- bindings.
8381
8382 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8383
8384 * play/bubbles.el (bubbles--initialize-images): Fix bug:
8385 Use transparent background for empty cells in graphics mode.
8386
8387 2007-09-13 Jari Aalto <jari.aalto@cante.net>
8388
8389 * man.el (Man-default-man-entry): At end of line, continue looking
8390 to the next line for possible end of hyphenated command.
8391
8392 2007-09-13 Chris Moore <dooglus@gmail.com>
8393
8394 * shell.el (shell-resync-dirs): Don't move the cursor relative to
8395 the command being edited.
8396
8397 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
8398
8399 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8400
8401 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
8402
8403 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8404 C-M-S- keys.
8405
8406 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8407
8408 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8409
8410 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8411 New argument `filename-p' to use one set of confusing chars or another.
8412 (browse-url-file-url): Use the argument.
8413 Suggested by Johannes Weiner.
8414
8415 2007-09-12 Romain Francoise <romain@orebokech.com>
8416
8417 * cus-start.el (all): Revert 2007-09-08 change.
8418
8419 2007-09-12 Aaron Hawley <aaronh@garden.org>
8420
8421 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8422 extract .Z files, since it is more common than uncompress.
8423
8424 2007-09-12 Glenn Morris <rgm@gnu.org>
8425
8426 * textmodes/org-publish.el (org-publish-org-to-html): Remove
8427 duplicate function definition.
8428
8429 2007-09-10 Chris Moore <dooglus@gmail.com>
8430
8431 * diff-mode.el (diff-sanity-check-hunk):
8432 Also accept single-line hunks.
8433
8434 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * startup.el (startup-screen-inhibit-startup-screen)
8437 (pure-space-overflow-message): New vars.
8438 (fancy-splash-insert): Allow functions for face and link specs.
8439 (fancy-splash-head): Remove unused arg. Move splash text...
8440 (fancy-startup-text, fancy-about-text): ...here.
8441 (fancy-startup-tail): Rename from fancy-splash-tail.
8442 (fancy-startup-screen, fancy-about-screen): Split off from
8443 fancy-splash-screens.
8444 (display-startup-screen): New function.
8445 (display-about-screen): Rename from display-splash-screen.
8446 (command-line-1): Use concise startup screen if necessary.
8447
8448 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
8449
8450 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8451 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8452
8453 2007-09-10 Dave Love <fx@gnu.org>
8454
8455 * outline.el (outline-4, outline-5, outline-7):
8456 Move font-lock-builtin-face down from 4 to 7 to better keep the
8457 progression of color brightness, and to better match Org-mode's faces.
8458
8459 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8460
8461 * progmodes/meta-mode.el (meta-font-lock-keywords)
8462 (font-lock-match-meta-declaration-item-and-skip-to-next)
8463 (meta-comment-indent, meta-indent-previous-line)
8464 (meta-indent-unfinished-line, meta-beginning-of-defun)
8465 (meta-end-of-defun, meta-common-initialization): Handle \f.
8466 (meta-indent-unfinished-line): Do not handle a `%' in a string as
8467 a comment-start.
8468
8469 * files.el (file-modes-char-to-who, file-modes-char-to-right)
8470 (file-modes-rights-to-number): Auxiliary functions for symbolic to
8471 numeric notation of file modes.
8472 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
8473 numeric value.
8474 (read-file-modes): New. Read either an octal value of a file mode or a
8475 symbolic value, and return its numeric value.
8476
8477 * dired-aux.el (dired-do-chmod): Change to use the built-in
8478 `set-file-modes' and the previous symbolic mode parsing functions.
8479
8480 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * textmodes/texinfo.el: Remove spurious * in docstrings.
8483 (texinfo-mode-syntax-table, texinfo-mode-map):
8484 Initialize in the declaration.
8485
8486 * tmm.el: Remove spurious * in docstrings.
8487 (tmm-prompt): Use with-current-buffer.
8488
8489 * vcursor.el: Remove spurious * in docstrings.
8490 (vcursor-map): Initialize in the declaration.
8491 (vcursor-use-vcursor-map): Use define-minor-mode.
8492 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8493
8494 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8495 Initialize in the declaration.
8496 (widget-minor-mode): Use define-minor-mode.
8497
8498 * woman.el (woman-mode-map, woman-syntax-table):
8499 Initialize in the declaration.
8500
8501 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
8502
8503 * doc-view.el: New file.
8504
8505 2007-09-09 Juri Linkov <juri@jurta.org>
8506
8507 * Makefile.in (update-authors): Add etc/ to AUTHORS.
8508
8509 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8510
8511 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8512 to "Startup screen". Fix docstring.
8513 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8514 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8515 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8516 (initial-scratch-message): Fix docstring.
8517 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8518 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8519 Add link to "Customize Startup" and set interval between links to
8520 5 spaces.
8521 (fancy-about-text): Add links "Authors" and "Contributing".
8522 (fancy-splash-head): Add text "Welcome to " on the startup screen,
8523 and "This is " on the about screen. Add link to
8524 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8525 For the about screen move emacs version to the header from
8526 `fancy-splash-tail' (as it's done already for normal about screen).
8527 (fancy-splash-tail): Insert emacs version only for startup screen.
8528 (normal-splash-screen): Remove duplicate empty lines.
8529 (normal-about-screen): Add links "Authors" and "Contributing".
8530
8531 * menu-bar.el (menu-bar-help-menu):
8532 Move "About Emacs" and "About GNU" to the end of the Help menu.
8533 Move "Emacs Psychotherapist" after "Send Bug Report...".
8534 Move "External Packages" after "Find Emacs Packages".
8535
8536 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
8537
8538 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8539 they are useless with the byte compiler.
8540 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8541 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8542 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8543 (tramp-file-name-real-host, tramp-file-name-port)
8544 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8545 defuns.
8546
8547 * net/tramp-cache.el (top): Improve error message when
8548 `tramp-persistency-file-name' is corrupted.
8549
8550 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
8551
8552 * textmodes/org.el (org-re): Also replace the :alpha: class.
8553 (org-todo-tag-alist): Variable removed.
8554 (org-todo-key-alist, org-todo-key-trigger): New variables.
8555 (org-use-fast-todo-selection): New option.
8556 (org-log-done): Docstring fixed.
8557 (org-deadline-warning-days): New default value 14.
8558 (org-edit-timestamp-down-means-later): New option.
8559 (org-tag-alist): Docstring fixed.
8560 (org-fast-tag-selection-include-todo): New option.
8561 (org-export-language-setup): New languages added.
8562 (org-set-regexps-and-options): Compute the new variables.
8563 (org-paste-subtree): Cleaning up.
8564 (org-remember-apply-template): New escape %A.
8565 (org-todo): Call fast TODO selection.
8566 (org-fast-todo-selection): New function.
8567 (org-add-log-note): Allow prefix for abort exit.
8568 (org-at-property-p, org-entry-properties)
8569 (org-columns-get-autowidth-alist): Use :alpha: class.
8570 (org-get-wdays): New function.
8571 (org-agenda-remove-date): New variable.
8572 (org-agenda-get-deadlines): Use `org-get-wdays'.
8573 (org-agenda-get-deadlines): Reverse ee before returning.
8574 (org-format-agenda-item): New argument REMOVE-RE.
8575 (org-agenda-convert-date): Baha'i calendar added.
8576 (org-infile-export-plist): Also find DATE line.
8577 (org-get-min-level): New function.
8578 (org-export-as-html, org-export-as-ascii): Use the date format.
8579 (org-shiftup, org-shiftdown): Use.
8580 `org-edit-timestamp-down-means-later'.
8581 (org-assign-fast-keys): New function.
8582
8583 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
8584
8585 * cus-start.el (all): Add prefer-window-split-horizontally from
8586 window.c.
8587
8588 2007-09-08 Eli Zaretskii <eliz@gnu.org>
8589
8590 * net/browse-url.el (browse-url-galeon): Fix last change.
8591 (top-level): Require cl when compiling.
8592
8593 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
8594
8595 * textmodes/org-export-latex.el: arch-tag restored.
8596
8597 * textmodes/org-publish.el: arch-tag restored.
8598
8599 2007-09-08 Masatake YAMATO <jet@gyve.org>
8600
8601 * progmodes/which-func.el (which-func-modes): Add diff-mode.
8602
8603 * progmodes/cc-langs.el: Support new keywords added to
8604 objective-c frontend of gcc.
8605 (c-simple-stmt-kwds): Add @throw.
8606 (c-block-stmt-2-kwds): Add @synchronized.
8607 (c-block-stmt-1-kwds): Add @finally and @try.
8608
8609 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
8610
8611 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8612 (org-agenda-after-show-hook): New variable.
8613 (org-columns-compile-format)
8614 (org-columns-get-autowidth-alist, org-buffer-property-keys)
8615 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8616 property names.
8617 (org-get-wdays): New function.
8618
8619 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8622
8623 * term/xterm.el (xterm-function-map): Initialize in the declaration.
8624
8625 * vc-arch.el (vc-arch-checkin): Fix typo.
8626
8627 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
8628
8629 * cus-face.el (custom-theme-set-faces): Set face attributes
8630 locally for each frame.
8631
8632 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8635 via font-lock-defaults.
8636
8637 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8638 derived-mode-p.
8639
8640 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
8641
8642 * progmodes/autoconf.el (autoconf-definition-regexp):
8643 Handle optional square brackets around definition name.
8644
8645 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
8646
8647 * net/browse-url.el (browse-url-browser-function): Add elinks.
8648 (browse-url-elinks-wrapper): New option.
8649 (browse-url-encode-url, browse-url-elinks)
8650 (browse-url-elinks-sentinel): New functions.
8651 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8652 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8653 Use new function browse-url-encode-url.
8654
8655 2007-09-07 Glenn Morris <rgm@gnu.org>
8656
8657 * version.el (emacs-version): Revert 2007-08-29 change: no need to
8658 say if multi-tty is present.
8659
8660 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * cus-start.el (split-window-preferred-function): Add custom info.
8663
8664 * calendar/holidays.el (holiday-list, calendar-check-holidays)
8665 (calendar-mark-holidays, calendar-list-holidays)
8666 (holiday-filter-visible-calendar): New names to clean up namespace.
8667 (filter-visible-calendar-holidays, list-calendar-holidays)
8668 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8669 Add compatibility aliases.
8670 (calendar-check-holidays, calendar-mark-holidays)
8671 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8672 (holiday-sexp): Replace append with list.
8673 (holiday-filter-visible-calendar): Replace append with push.
8674
8675 * woman.el: Remove spurious * in docstrings.
8676 (woman-mini-help, woman-non-underline-faces, woman0-rename)
8677 (woman-topic-all-completions-merge, woman-file-name-all-completions)
8678 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8679 (woman-write-directory-cache, woman-display-extended-fonts)
8680 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8681 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8682 (woman-mode): Use inhibit-read-only.
8683 (woman-negative-vertical-space): Use dotimes.
8684 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8685
8686 2007-09-06 Romain Francoise <romain@orebokech.com>
8687
8688 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8689 (vc-bzr-workfile-version): Use it.
8690
8691 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
8692
8693 * complete.el (PC-do-completion): Don't try to treat
8694 empty string as an abbreviation.
8695
8696 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8697
8698 * help-fns.el (describe-variable): Keep doc's text properties.
8699
8700 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8703 instead of a file.
8704
8705 2007-09-06 Glenn Morris <rgm@gnu.org>
8706
8707 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8708 (checkdoc-minor-mode): Allow user to specify lighter via
8709 checkdoc-minor-mode-string.
8710
8711 2007-09-05 Richard Stallman <rms@gnu.org>
8712
8713 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8714 Several items removed, simplified, or put on one line.
8715 (fancy-about-text): Add substantial contents, part of startup text.
8716 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8717 (normal-splash-screen): Call normal-mouse-startup-screen,
8718 normal-no-mouse-startup-screen, or normal-about-screen.
8719 (normal-mouse-startup-screen): New fn, broken out, shortened.
8720 (normal-no-mouse-startup-screen): New fn, broken out.
8721 (normal-about-screen): New function, contents all new.
8722
8723 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8724
8725 * emacs-lisp/rx.el (rx): Fix typo in docstring.
8726
8727 2007-09-05 Glenn Morris <rgm@gnu.org>
8728
8729 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8730 is bound.
8731
8732 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8733
8734 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8735 in doc string.
8736
8737 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8738
8739 * server.el (server-start, server-unload-hook): Undo previous change.
8740
8741 * xt-mouse.el: Undo previous change.
8742
8743 2007-09-04 Juri Linkov <juri@jurta.org>
8744
8745 * startup.el (fancy-about-text): New variable.
8746 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8747 (fancy-current-text, fancy-splash-stop-time)
8748 (fancy-splash-outer-buffer): Remove variables.
8749 (fancy-splash-head, fancy-splash-tail): Add new optional argument
8750 `startup' and use it to conditionally display different texts for
8751 Startup and About screens. Don't display Help commands on the About
8752 screen.
8753 (fancy-splash-screens-1): Remove function and move its content to
8754 `fancy-splash-screens' to the part that dislpays the About screen.
8755 (exit-splash-screen): Don't treat specially exiting from
8756 alternating screens.
8757 (fancy-splash-screens): Rename argument `static' to `startup'.
8758 Fix docstring. Remove code for displaying alternating screens.
8759 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8760 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8761 for `inhibit-read-only'.
8762 (normal-splash-screen): Rename argument `static' to `startup'.
8763 Fix docstring. Use argument `startup' to conditionally display
8764 different texts for Startup and About screens. Don't display Help
8765 commands on the About screen. Remove `unwind-protect' `sit-for'
8766 delay and `kill-buffer' after it.
8767 (display-startup-echo-area-message): Remove call to
8768 `use-fancy-splash-screens-p' because image.el is preloaded and
8769 doesn't display "Loading image... done".
8770 (display-splash-screen): Rename argument `static' to `startup'.
8771 Fix docstring.
8772
8773 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8774
8775 * server.el (server-start, server-unload-hook):
8776 suspend-tty-functions has been renamed to suspend-tty-hook.
8777
8778 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
8779 resume-tty-hook.
8780
8781 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
8782
8783 * loadup.el: Fix merge problem, only load "button" once.
8784
8785 2007-09-03 Glenn Morris <rgm@gnu.org>
8786
8787 * vc-svn.el (vc-svn-print-log): If there is only one file, use
8788 "Working file:" as the prefix, for the sake of
8789 log-view-current-file.
8790
8791 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8792
8793 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8794 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8795 if the selected frames is in
8796 xterm-modify-other-keys-terminal-list.
8797 (xterm-turn-off-modify-other-keys): Add an optional frame
8798 parameter. Only turn off modify-other-keys if FRAME is in
8799 xterm-modify-other-keys-terminal-list.
8800 (xterm-remove-modify-other-keys): New function.
8801 (terminal-init-xterm): Use it. Deal with delete-frame hook.
8802 Add the selected frame to xterm-modify-other-keys-terminal-list.
8803
8804 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8805
8806 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8807 (icon-map-list): New variable.
8808 (x-gtk-map-stock): Use icon-map-list.
8809
8810 2007-09-02 Romain Francoise <romain@orebokech.com>
8811
8812 * log-view.el (log-view-current-file): Balance parens.
8813
8814 2007-09-02 Glenn Morris <rgm@gnu.org>
8815
8816 * comint.el (comint-mode): Don't set scroll-conservatively.
8817
8818 * eshell/em-unix.el (eshell/time): Stringify and flatten the
8819 non-command arguments.
8820
8821 * log-view.el (log-view-current-file): Give a more explicit error
8822 if log-view-file-re fails to find a match.
8823
8824 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8825
8826 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8827 Fix bug: Don't expand top-level file name more than once.
8828 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8829
8830 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * server.el (server-process-filter): Don't display the splash screen.
8833 It's annoying enough on the initial screen and becomes positively
8834 obnoxious here.
8835
8836 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8839 Change naming to use "avl-tree--" for internal functions.
8840
8841 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
8842
8843 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8844 the merge.
8845 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8846 (provide): Move to the end of file.
8847
8848 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8849
8850 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8851
8852 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8853 New variable. List of exceptions for the duplicated word rule.
8854 (flyspell-mark-duplications-flag): Mention it.
8855 (flyspell-word): Treat it.
8856
8857 * files.el (create-file-buffer): If the filename sans directory starts
8858 with spaces, remove them.
8859
8860 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8861
8862 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8863 (x-gtk-map-stock): Use two directory elements when matching
8864 file name.
8865
8866 2007-08-31 James Wright <james@chumsley.org>
8867
8868 * eshell/em-unix.el (eshell/info): New function.
8869
8870 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * frame.el (frame-initialize, make-frame):
8873 * server.el (server-process-filter):
8874 * faces.el (tty-set-up-initial-frame-faces): Don't set
8875 term-environment-variable since it's not used any more.
8876
8877 * env.el (setenv): Don't treat $TERM specially.
8878
8879 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8880 stated otherwise, subprocesses do not send back escape sequences
8881 corresponding to the terminal from which Emacs was started.
8882
8883 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
8884
8885 * calculator.el: Require cl for compilation.
8886
8887 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
8888
8889 * outline.el (outline-font-lock-levels): Comment out unused var.
8890 (outline-font-lock-face): Wrap around face list to handle any
8891 nesting depth gracefully.
8892
8893 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8896 `set-file-times'.
8897
8898 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
8899
8900 * textmodes/org.el (org-export-visible): Fix drawers before export.
8901 (org-do-sort): Allow sorting by priority.
8902 (org-agenda-files): Ignore non-existing files.
8903 (org-agenda-skip-unavailable-files): New variable.
8904 (org-ellipsis): All a face as value.
8905 (org-mode): Interprete the face value of `org-ellipsis'.
8906 (org-archive-save-context-info): New option.
8907 (org-archive-subtree): Store context info in archived entry.
8908 (org-fast-tag-selection-can-set-todo-state): New variable.
8909 (org-fast-tag-selection): Allow setting TODO states through this
8910 interface.
8911 (org-cycle): Docstring updated.
8912 (org-todo-keyword-faces): New option.
8913 (org-get-todo-face): New function.
8914 (org-set-font-lock-defaults, org-agenda-highlight-todo):
8915 Use `org-get-todo-face'.
8916 (org-switch-to-buffer-other-window): New function.
8917 (org-table-edit-field, org-table-show-reference)
8918 (org-table-edit-formulas, org-add-log-note)
8919 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8920 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8921 `switch-to-buffer-other-window' to make sure that the temporary
8922 windows show up on the current frame.
8923 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8924 (org-get-entries-from-diary, org-replace-region-by-html):
8925 Don't allow pop-up frames.
8926 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8927 Fix problems with time-of-day.
8928 (org-export-get-title-from-subtree): New function.
8929 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8930 with listing items that are DONE.
8931 (org-change-tag-in-region): New command.
8932 (org-agenda-skip-scheduled-if-done)
8933 (org-agenda-skip-deadline-if-done): Docstring clarified.
8934 (org-mode): Hide drawers on startup.
8935 (org-get-todo-face): New function.
8936 (org-todo-keyword-faces): New option.
8937 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8938 (org-remove-keyword-keys): New function.
8939
8940 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
8941
8942 * progmodes/grep.el (grep-find-ignored-directories):
8943 Add monotone _MTN bookkeeping directory in workspaces.
8944 Add RCS control directory. List items in alphabetical order.
8945
8946 * progmodes/grep.el (grep-files-aliases): Add cc alias.
8947 Sort items in alphabetical order. Fix parens.
8948
8949 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8950
8951 * vc-hg.el (vc-hg-extra-menu-map): New variable.
8952 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8953 (vc-hg-pull): New functions.
8954 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8955
8956 * term/mac-win.el: Don't require url, only autoloaded url
8957 functions are used in this file.
8958
8959 2007-08-29 Andreas Schwab <schwab@suse.de>
8960
8961 * shell.el (shell): Return correct value from interactive spec.
8962
8963 2007-08-29 Glenn Morris <rgm@gnu.org>
8964
8965 * version.el (emacs-version): Increase to 23.0.50.
8966
8967 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8968
8969 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8970
8971 2007-08-29 Juri Linkov <juri@jurta.org>
8972
8973 * loadup.el: Add "button" loading after "faces" and move "startup"
8974 to load after "button".
8975
8976 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8977
8978 * loadup.el: Load term/mac-win on a Mac using Carbon.
8979
8980 * term/mac-win.el: Provide mac-win.
8981 (mac-initialized): New variable.
8982 (mac-initialize-window-system): New function. Move global setup here.
8983 (handle-args-function-alist, frame-creation-function-alist):
8984 (window-system-initialization-alist): Add mac entries.
8985 (x-setup-function-keys): New function containing all the
8986 top level function key definitions.
8987
8988 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8989
8990 * env.el (read-envvar-name): Don't consider the environment frame param.
8991
8992 * env.el (setenv):
8993 * frame.el (frame-initialize, make-frame):
8994 * faces.el (tty-set-up-initial-frame-faces):
8995 * server.el (server-process-filter): Set
8996 display-environment-variable and term-environment-variable.
8997
8998 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8999
9000 2007-08-29 Jason Rumney <jasonr@gnu.org>
9001
9002 * loadup.el: Only load term/x-win when X is compiled in.
9003 Load term/w32-win and dependencies on windows-nt.
9004
9005 * term/w32-win.el: Reorder to match x-win.el more closely.
9006 Provide w32-win. Don't throw error when global window-system not w32.
9007 (internal-face-interactive): Remove obsolete function.
9008 (x-setup-function-keys): Use local-function-key-map.
9009 (w32-initialized): New variable.
9010 (w32-initialize-window-system): Set it.
9011 Move more global setup here.
9012 (x-setup-function-keys): New function.
9013 (w32-initialize-window-system): Move non function key global setup here.
9014 (x-cut-buffer-max): Remove.
9015 (w32-initialize-window-system): New function.
9016 (handle-args-function-alist, frame-creation-function-alist):
9017 (window-system-initialization-alist): Add w32 entries.
9018
9019 2007-08-29 David Kastrup <dak@gnu.org>
9020
9021 * env.el (getenv): Pass frame to getenv-internal.
9022
9023 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9024
9025 * version.el (emacs-version): Show if multi-tty is present.
9026
9027 * loadup.el: Delay loading env; mule-conf gets confused by cl
9028 during bootstrap. Also load termdev and term/x-win.
9029
9030 * bindings.el (mode-line-client): New variable.
9031 (help-echo): Add it to the default mode-line format.
9032
9033 * cus-start.el: Remove bogus window-system reference from GTK test.
9034
9035 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
9036 (ebrowse-electric-position-mode-map):
9037 * ebuff-menu.el (electric-buffer-menu-mode-map):
9038 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
9039 not `suspend-emacs'.
9040
9041 * ediff-wind.el (ediff-setup-windows-automatic): New function.
9042 (ediff-window-setup-function): Use it as default.
9043
9044 * files.el (save-buffers-kill-terminal): New function.
9045 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
9046
9047 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
9048 and `with-selected-frame'.
9049
9050 * help-fns.el (describe-variable): Describe frame-local variables
9051 correctly.
9052
9053 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
9054 display support.
9055 (normal-erase-is-backspace-setup-frame): New function.
9056
9057 * subr.el (with-selected-frame): New function.
9058 (read-quoted-char): Use terminal-local binding of
9059 local-function-key-map instead of function-key-map.
9060
9061 * talk.el (talk): New function.
9062 (talk-handle-delete-frame): New function.
9063 (talk-add-display): Open a new frame only if FRAME was not a frame.
9064
9065 * termdev.el: New file.
9066
9067 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
9068 * term/x-win.el: Don't bind f10.
9069 * tmm.el: Remove autoload binding for f10.
9070
9071 * international/encoded-kb.el (encoded-kbd-setup-display): Use
9072 `set-input-meta-mode'. Fix broken condition before set-input-mode.
9073 Store the saved input method as a terminal parameter. Add keymap
9074 parameter. Use it instead of changing key-translation-map directly.
9075 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
9076 Remove.
9077 (encoded-kbd-setup-display): New function.
9078
9079 * international/mule-cmds.el (set-locale-environment): Fix getenv
9080 call. Use save-buffers-kill-terminal. Ignore window-system; always
9081 set the keyboard coding system. Add DISPLAY parameter.
9082 (set-display-table-and-terminal-coding-system): Add DISPLAY
9083 parameter. Pass it to set-terminal-coding-system.
9084
9085 * international/mule.el (keyboard-coding-system): Test for
9086 encoded-kbd-setup-display, not encoded-kbd-mode.
9087 (set-terminal-coding-system, set-keyboard-coding-system): Add
9088 DISPLAY parameter.
9089 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
9090
9091 * term/README: Update.
9092
9093 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
9094
9095 * term/x-win.el (x-setup-function-keys): New function. Move
9096 function-key-map tweaks here. Protect against multiple calls on
9097 the same terminal. Use terminal-local binding of
9098 local-function-key-map instead of function-key-map.
9099 (x-initialize-window-system): Make a copy of pure list. Pass a
9100 frame getenv.
9101
9102 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
9103 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
9104 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
9105 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
9106 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
9107 local-function-key-map instead of function-key-map.
9108
9109 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
9110 `substitute-key-definition' and `define-key' calls against
9111 multiple execution. Use terminal-local binding of
9112 local-function-key-map instead of function-key-map. Pass a frame
9113 to getenv.
9114
9115 * edmacro.el (edmacro-format-keys):
9116 * emulation/cua-base.el (cua--pre-command-handler):
9117 * isearch.el (isearch-other-meta-char):
9118 * xt-mouse.el: Use terminal-local binding of
9119 local-function-key-map instead of function-key-map.
9120
9121 * fringe.el (set-fringe-mode): Simplify and fix using
9122 `modify-all-frames-parameters'.
9123 * scroll-bar.el (set-scroll-bar-mode): Ditto.
9124 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
9125 check before calling `tool-bar-setup'.
9126 (tool-bar-setup): New variable.
9127 (tool-bar-setup): Use it to guard against multiple calls. Add
9128 optional frame parameter, and select that frame before adding items.
9129 (toggle-tool-bar-mode-from-frame): New function.
9130
9131 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
9132 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
9133 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
9134 "Tool-bar" toggles to reflect the state of the current frame.
9135 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
9136
9137 * env.el: Require cl for byte compilation (for `block' and `return').
9138 (environment, setenv-internal): New functions.
9139 (let-environment): New macro.
9140 (setenv, getenv): Add optional terminal parameter. Update docs.
9141 (setenv): Use setenv-internal. Always set process-environment.
9142 Handle `local-environment-variables'.
9143 (read-envvar-name, setenv, getenv): Use frame parameters
9144 to store the local environment, not terminal parameters. Include
9145 `process-environment' as well.
9146
9147 * faces.el (tty-run-terminal-initialization): New function.
9148 (tty-create-frame-with-faces): Use it. Set up faces and
9149 background mode only after the terminal has been initialized.
9150 Call terminal-init-*. Don't load the initialization file more
9151 than once. Call set-locale-environment.
9152 (frame-set-background-mode): Handle the 'background-mode terminal
9153 parameter.
9154 (tty-find-type): New function.
9155 (x-create-frame-with-faces): Remove bogus check for
9156 first frame. Call `tool-bar-setup'. Don't make frame visible
9157 until we are done setting up all its parameters. Call
9158 x-setup-function-keys.
9159
9160 * frame.el (make-frame): Always inherit 'environment and 'client
9161 parameters. Set up the 'environment frame parameter, when needed.
9162 Also inherit 'client parameter. Don't override explicitly
9163 specified values with inherited ones. Add 'terminal frame
9164 parameter. Append window-system-default-frame-alist to parameters
9165 before calling frame-creation-function.
9166 (frame-initialize): Copy the environment from the initial frame.
9167 (window-system-default-frame-alist): Enhance doc string.
9168 (frame-notice-user-settings): Don't put 'tool-bar-lines in
9169 `default-frame-alist' when initial frame is on a tty.
9170 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
9171 Remove specified parameters from `window-system-default-frame-alist'.
9172 (make-frame-on-tty, framep-on-display, suspend-frame):
9173 Extend doc string, update parameter names.
9174 (frames-on-display-list): Use terminal-id to get the display id.
9175 (frame-notice-user-settings): Extend to apply
9176 settings in `window-system-default-frame-alist' as well.
9177 (terminal-id, terminal-parameters, terminal-parameter)
9178 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
9179 (delete-frame-functions): Add to `delete-frame-functions' hook.
9180 (blink-cursor-mode): Adapt blink-cursor-mode default
9181 value from startup.el.
9182 (make-frame-on-display): Protect condition on x-initialized when
9183 x-win.el is not loaded. Update doc.
9184 (suspend-frame): Use display-controlling-tty-p to decide between
9185 suspend-emacs and suspend-tty.
9186 (frames-on-display-list): Update for display ids.
9187 (framep-on-display): Ditto.
9188 (suspend-frame): Use display-name, not frame-tty-name.
9189 (selected-terminal): New function.
9190
9191 * server.el: Use `device' instead of `display' or `display-id' in
9192 variable and client parameter names.
9193 (server-select-display): Remove (unused).
9194 (server-tty-live-p, server-handle-delete-tty): Remove.
9195 (server-unquote-arg, server-quote-arg, server-buffer-clients):
9196 Update docs.
9197 (server-getenv-from, server-with-environment, server-send-string)
9198 (server-save-buffers-kill-terminal): New functions.
9199 (server-delete-client): Handle quits in kill-buffer. Don't kill
9200 modified buffers. Add extra logging. Delete frames after
9201 deleting the tty. Clear 'client parameter before deleting a frame.
9202 Use delete-display, not delete-tty.
9203 (server-visit-files): Don't set `server-existing-buffer' if the
9204 buffer already has other clients. Return list of buffers
9205 created. Update doc. Don't set client-record when nowait.
9206 (server-handle-delete-frame): Delete the client if this was its
9207 last frame. Check that the frame is alive. Remove bogus comment.
9208 Add note on possible race condition. Delete tty clients, if needed.
9209 (server-handle-suspend-tty): Use server-send-string. Kill the
9210 client in case of errors from process-send-string. Use the display
9211 parameter.
9212 (server-unload-hook): Remove obsolete delete-tty hook.
9213 (server-start): Ask before restarting if the old server still has
9214 clients. Add feedback messages. Remove obsolete delete-tty hook.
9215 (server-process-filter): Use server-send-string. Accept `-dir'
9216 command. Switch to *scratch* immediately after creating the frame,
9217 before evaluating any -evals. Protect `display-splash-screen'
9218 call in a condition-case. Explain why. Call
9219 `display-startup-echo-area-message' before
9220 `display-splash-screen'. Don't display the splash screen when no
9221 frame was created. Show the Emacs splash screen and startup echo
9222 area message. Display the *scratch* buffer by default. Store the
9223 local environment in a frame (not terminal) parameter. Do not try
9224 to decode environment strings. Fix reference to the 'display
9225 frame parameter. Change syntax of environment variables. Put
9226 environment into terminal parameters, not client parameters. Use
9227 a dummy client with --no-wait's X frames. In `-position LINE'
9228 handler, don't ruin the request string until the line number is
9229 extracted. Log opened files. Handle -current-frame command.
9230 Don't create frames when it is given. Don't bind X frames to the
9231 client when we are in -no-wait mode. Set locale environment
9232 variables from client while creating tty frames. Disable call to
9233 configure-display-for-locale. When processing -position command,
9234 don't change the request string until the parameters are
9235 extracted. Don't try to create an X frame when Emacs does not
9236 support it. Improve logging. Temporarily set ncurses-related
9237 environment variables to those of the client while creating a new
9238 tty frame. Select buffers opened by nowait clients, don't leave
9239 them buried under others. Set the display parameter, and use it
9240 when appropriate.
9241
9242 * startup.el (display-startup-echo-area-message): Handle
9243 `inhibit-startup-echo-area-message' here.
9244 (command-line-1): Moved from here.
9245 (fancy-splash-screens): Use `overriding-local-map' instead of
9246 `overriding-terminal-local-map' for now; the latter doesn't work
9247 right, it looses keypresses to another terminal. Use
9248 `overriding-terminal-local-map' to set up keymap. Install a
9249 `delete-frame-functions' hook to catch `delete-frame' events.
9250 Ignore `select-window' events to cope better with
9251 `focus-follows-mouse'. Don't switch back to the original buffer
9252 if the splash frame has been killed. Restore previous buffer, even
9253 if it's *scratch*.
9254 (normal-splash-screen): Don't let-bind `mode-line-format'; it
9255 changes the global binding - setq it instead. Use
9256 `save-buffers-kill-terminal'.
9257 (display-splash-screen): Don't do anything if the splash screen is
9258 already displayed elsewhere.
9259 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
9260 (command-line): Replace duplicated code with a call to
9261 tty-run-terminal-initialization. Don't load the terminal
9262 initialization file more than once. Remove call to nonexistent
9263 function `set-locale-translation-file-name'.
9264
9265 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
9266 parameters.
9267 (xterm-mouse-position-function, xterm-mouse-event): Update.
9268 (xterm-mouse-mode): Don't depend on current value of window-system.
9269 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9270 Update for multi-tty.
9271 (turn-on-xterm-mouse-tracking-on-terminal)
9272 (turn-off-xterm-mouse-tracking-on-terminal)
9273 (xterm-mouse-handle-delete-frame): New functions.
9274 (delete-frame-functions, after-make-frame-functions)
9275 (suspend-tty-functions, resume-tty-functions): Install extra hooks
9276 for multi-tty.
9277
9278 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * simple.el (invisible-p): Remove: implemented in C now.
9281 (line-move-invisible-p): Remove obsolete alias.
9282
9283 2007-08-28 Juri Linkov <juri@jurta.org>
9284
9285 * image-mode.el (image-type): New variable.
9286 (image-mode): Set default major mode name to "Image[text]".
9287 (image-minor-mode): Change LIGHTER to display image-type in the
9288 mode line.
9289 (image-minor-mode): Set default image-type to "text".
9290 (image-toggle-display): After switching to text mode, set
9291 image-type to "text" and major mode name to "Image[text]".
9292 After switching to image mode, set image-type to actual image
9293 type, and add image type to major mode name. Let-bind the same
9294 variable names as arguments of `image-type' and `create-image'.
9295 Bind `type' to the result of `image-type' and use it as arg
9296 of `create-image' to not determine the image type twice.
9297
9298 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
9299
9300 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
9301 (tramp-set-file-uid-gid, tramp-get-local-uid)
9302 (tramp-get-local-gid): New defuns.
9303 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
9304 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9305 Improve fast track.
9306 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
9307 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
9308 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
9309 (tramp-handle-write-region): Improve fast track.
9310 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
9311 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
9312 be nil.
9313
9314 2007-08-28 Ivan Kanis <apple@kanis.eu>
9315
9316 * time.el: New feature to display several time zones in a buffer.
9317 (display-time-world-mode, display-time-world-display)
9318 (display-time-world, display-time-world-timer): New functions.
9319 (display-time-world-list, display-time-world-time-format)
9320 (display-time-world-buffer-name, display-time-world-timer-enable)
9321 (display-time-world-timer-second, display-time-world-mode-map):
9322 New variables.
9323
9324 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9325
9326 * term/x-win.el (x-gtk-stock-map): New variable.
9327 (x-gtk-map-stock): New function.
9328
9329 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
9330 prev/next-node.
9331
9332 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9333
9334 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
9335
9336 2007-08-28 Glenn Morris <rgm@gnu.org>
9337
9338 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
9339
9340 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9341
9342 * progmodes/modula2.el (m2-definition, m2-module):
9343 Don't use previous-line. Reported by T. V. Raman.
9344
9345 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9346
9347 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
9348 argument to tool-bar-mode call.
9349
9350 2007-08-27 Glenn Morris <rgm@gnu.org>
9351
9352 * diff-mode.el (diff-find-file-name): Only accept regular files,
9353 to rule out /dev/null, directories, etc.
9354
9355 * vc-svn.el (vc-svn-diff): If the repository version of all the
9356 files is the same as the specified OLDVERS, do a local diff.
9357
9358 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9361 of buffers in uniquify-managed.
9362
9363 * simple.el (invisible-p): Rename from text-invisible-p.
9364 Update callers.
9365
9366 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9369 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9370 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9371 (cperl-etags-goto-tag-location): Use new style backquotes.
9372
9373 * net/browse-url.el: Remove spurious * in custom docstrings.
9374 (browse-url-filename-alist): Use new-style backquote.
9375
9376 * emacs-lisp/backquote.el (backquote-unquote-symbol)
9377 (backquote-splice-symbol): Clarify they're not new-style unquotes.
9378
9379 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9380 (\,@): Backslash the , and ,@ which are not new-style unquotes.
9381
9382 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9383
9384 * net/socks.el (socks-username/password-auth-filter):
9385 Remove unused vars `state' and `desired-len'.
9386 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9387 (socks-wait-for-state-change): Use new-style backquotes.
9388
9389 * pcvs.el (cvs-mode-status): Fix long-standing typo.
9390
9391 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9392 backquotes after each `read' rather than once per buffer.
9393
9394 * dframe.el: Remove spurious * in custom docstrings.
9395 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9396 (dframe-xemacs20p): Remove, inline at the sole use point.
9397 (defface): Don't defvar the face, don't use old-style backquote.
9398 (defcustom): Don't use old-style backquote.
9399 (dframe-frame-parameter, dframe-mouse-event-p):
9400 Make it obvious that it's always defined.
9401 (dframe-popup-kludge): New function to replace
9402 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9403 (dframe-frame-mode, dframe-set-timer-internal)
9404 (dframe-mouse-set-point): Remove use of with-no-warnings from
9405 XEmacs-specific code.
9406 (dframe-set-timer-internal): Fix very old bug with
9407 post-command-idle-hook.
9408
9409 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9410
9411 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9412
9413 * emacs-lisp/avl-tree.el: New file.
9414
9415 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9416
9417 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9418 was used.
9419
9420 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
9421
9422 * complete.el (PC-do-completion): Make RET accept a non-unique but
9423 complete expansion again.
9424
9425 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9426
9427 * eshell/esh-opt.el (eshell-eval-using-options):
9428 Add debug declaration.
9429
9430 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9431
9432 * log-view.el (log-view-toggle-mark-entry): Add docstring.
9433 (log-view-get-marked): Likewise.
9434
9435 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9436 (vc-delete-automatic-version-backups): Likewise.
9437
9438 * vc.el (vc-dired-buffers-for-dir): Likewise.
9439
9440 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
9441
9442 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9443 safe-local-variable setting.
9444 * progmodes/perl-mode.el (perl-indent-level): Likewise.
9445
9446 * log-view.el (log-view-marked-list): Delete variable.
9447 (log-view-mode): Don't use it.
9448 (log-view-toggle-mark-entry): Likewise, simplify.
9449 (log-view-current-tag): Don't return properties.
9450 (log-view-get-marked): New function.
9451
9452 2007-08-25 Alexandre Julliard <julliard@winehq.org>
9453
9454 * vc-git.el (vc-git-mode-line-string): New function.
9455
9456 2007-08-25 Alan Mackenzie <acm@muc.de>
9457
9458 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9459 new language variable.
9460
9461 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9462 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9463 "extern" etc., rather than BOI. Fix addition of spurious
9464 syntactic-symbol 'defun-block-intro, replacing it with
9465 'innamespace, etc.
9466
9467 2007-08-25 Juri Linkov <juri@jurta.org>
9468
9469 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9470
9471 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9472 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9473 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9474
9475 * image.el (image-type-header-regexps): Use more complex regexp for svg.
9476 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9477 (image-type-auto-detectable): Add (svg . maybe).
9478
9479 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9480 to treat it like .tgz.
9481
9482 * calendar/cal-bahai.el: Add file coding cookie.
9483
9484 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
9485
9486 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9487 Don't behave differently when executed via M-x. Add doc string.
9488
9489 * sort.el (sort-fold-case, sort-numeric-base): Mark as
9490 safe-local-variable.
9491
9492 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
9493
9494 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9495 the default value.
9496 (math-calendar-tzinfo): New variable.
9497 (math-get-calendar-tzinfo): New function.
9498 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9499 to get information when zone is nil.
9500
9501 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
9502
9503 * log-view.el (log-view-toggle-mark-entry): New function.
9504 (log-view-mode-map): Bind it.
9505 (log-view-marked-list): New variable.
9506 (log-view-mode): Make it local.
9507
9508 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9509
9510 * play/zone.el (zone-pgm-rat-race): New func.
9511 (zone-programs): Add `zone-pgm-rat-race'.
9512
9513 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9516 a list.
9517
9518 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9519
9520 * progmodes/hideshow.el (hs-match-data): Delete alias.
9521 (hs-hide-block-at-point, hs-find-block-beginning)
9522 (hs-show-block): Use `match-data' directly.
9523
9524 2007-08-24 Martin Rudalics <rudalics@gmx.at>
9525
9526 * format.el (format-alist): Fix typo in doc-string.
9527
9528 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
9529
9530 * net/tramp.el (tramp-local-host-p): New defun.
9531 (tramp-handle-file-local-copy, tramp-handle-write-region):
9532 Implement fast track when being on the local host.
9533 (tramp-file-name-handler): Don't set "started" property. It shall
9534 be reserved for the "ftp" method.
9535 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9536
9537 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9538 (tramp-ftp-file-name-handler): Set "started" property.
9539
9540 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
9541
9542 * files.el (backup-buffer-copy): Don't wrap delete in
9543 condition-case, only try to delete if file exists.
9544
9545 2007-08-24 Glenn Morris <rgm@gnu.org>
9546
9547 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9548
9549 * startup.el (tutorial-directory): Set with eval-at-startup so it
9550 gets the right value in an installed Emacs.
9551
9552 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9553
9554 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9555 (eldoc-highlight-function-argument): Use it.
9556
9557 2007-08-23 Masatake YAMATO <jet@gyve.org>
9558
9559 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9560 name of parameters in document body.
9561
9562 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9565 (byte-compile-output-as-comment): Use with-current-buffer rather than
9566 a weird set-buffer&prog1 combination.
9567
9568 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9569 test so as to optimise cases where the `progn's result is constant.
9570
9571 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9572
9573 * locate.el (locate-get-file-positions):
9574 Use line-beginning-position and line-end-position.
9575
9576 2007-08-23 John Wiegley <johnw@newartisans.com>
9577
9578 * calendar/cal-bahai.el: Added in the diacriticals that were
9579 missing for many of the month names.
9580
9581 2007-08-22 Jason Rumney <jasonr@gnu.org>
9582
9583 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9584
9585 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
9586
9587 * image-mode.el (image-minor-mode): Use image-mode-text-map.
9588
9589 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
9590
9591 * dabbrev.el (dabbrev--progress-reporter): New variable.
9592 (dabbrev--scanning-message): Delete func.
9593 (dabbrev--find-expansion): Use a progress reporter
9594 instead of dabbrev--scanning-message.
9595
9596 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9597
9598 * comint.el (comint-exec-1): Raise an error if
9599 `start-file-process' does not return a process object.
9600
9601 * shell.el (shell): Prompt for `default-directory' if it is a
9602 remote file name, and if called with a prefix arg.
9603
9604 2007-08-22 Sam Steingold <sds@gnu.org>
9605
9606 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9607
9608 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
9609
9610 * textmodes/org-export-latex.el: New file.
9611
9612 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9613
9614 * textmodes/org.el (org-agenda-skip): Allow a form for
9615 `org-agenda-skip-function'.
9616 (org-agenda-redo): Re-use local settings.
9617 (org-agenda): Store local settings.
9618 (org-agenda-deadline-faces): New option.
9619 (org-agenda-deadline-face): New function.
9620 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9621 entries on their due date.
9622 (org-agenda-get-timestamps): No longer handle the due dates of
9623 schedules and deadline items.
9624 (org-insert-link-global, org-open-at-point-global): New commands.
9625 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9626 :for-ascii parameter.
9627 (org-skip-comments): Function removed.
9628 (org-cleaned-string-for-export): Handle special table lines.
9629 (org-global-properties): New option.
9630 (org-entry-get-with-inheritance): Check global properties.
9631 (org-local-properties): New variable.
9632 (org-set-regexps-and-options): Find the #+PROPERTY line.
9633 (org-link-types): Change type into variable (was constant).
9634 (org-make-link-regexps): New function.
9635 (org-link-re-with-space, org-link-re-with-space2)
9636 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9637 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9638 these regular expressions happens now in the function
9639 `org-make-link-regexps'.
9640 (org-store-link): Call the functions in
9641 `org-store-link-functions'.
9642 (org-add-link-type): New function.
9643 (org-store-link-functions): New variable.
9644 (org-activate-tags): Force matches to be in headlines.
9645 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9646 (org-columns-display-here): Make sure this works in a narrowed
9647 buffer by checking for point-min.
9648 (org-columns-display-here): Make the rest of the line intangible,
9649 so that point never can be there.
9650 (org-cleaned-string-for-export): Use `with-current-buffer'.
9651 (org-replace-region-by-html): Use `with-current-buffer'.
9652 (org-unfontify-region, org-do-occur, org-columns-display-here)
9653 (org-columns-remove-overlays, org-columns-quit)
9654 (org-columns-edit-value, org-columns-next-allowed-value)
9655 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9656 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9657 (org-agenda-todo, org-agenda-change-all-lines)
9658 (org-agenda-align-tags, org-agenda-priority)
9659 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9660 (org-agenda-show-new-time, org-cleaned-string-for-export)
9661 (org-export-grab-title-from-buffer)
9662 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9663 instead of `buffer-read-only'.
9664 (org-export-as-html): Set `coding-system-for-write'.
9665 (org-remember-store-without-prompt): New option.
9666 (org-archive-subtree): Fixed bug with modifying TODO keyword.
9667 (org-beginning-of-line): Also treat C-a special in items.
9668 (org-table-convert-refs-to-rc): Fixed problem with column
9669 reference after "..".
9670 (org-columns-compute): Don't mark buffer modified because of text
9671 properties.
9672 (org-batch-store-agenda-views): Use the variable
9673 `default-directory', not the function.
9674 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9675 (org-clock-out-when-done): New option.
9676 (org-html-entities): Added HTML entities for smileys.
9677
9678 2007-08-22 Glenn Morris <rgm@gnu.org>
9679
9680 * image.el (create-image): Doc fix.
9681
9682 * startup.el (tutorial-directory): New constant.
9683 (fancy-splash-text): Tutorials now in tutorial-directory.
9684 * tutorial.el (help-with-tutorial): Tutorials now in
9685 tutorial-directory.
9686
9687 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9688
9689 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9690 otherwise.
9691 (tramp-get-remote-path): New defun. Replace occurrences of
9692 `tramp-default-remote-path' by this function.
9693 (tramp-set-remote-path): Move most of the code to
9694 `tramp-get-remote-path'.
9695 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9696 existing directories, this is done already in
9697 `tramp-get-remote-path'.
9698
9699 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
9700
9701 * image-file.el (image-file-name-extensions): Add "svg".
9702 * image.el (image-type-header-regexps): Add svg entry.
9703
9704 2007-08-22 Glenn Morris <rgm@gnu.org>
9705
9706 * files.el (backup-buffer-copy): Check backup directory is
9707 writable, to avoid infloop deleting old backup.
9708
9709 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9710 movemail related variables.
9711 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9712 will now be set before this is called.
9713
9714 2007-08-21 Juri Linkov <juri@jurta.org>
9715
9716 * delsel.el (delete-selection-pre-hook):
9717 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9718 instead of checking last-command.
9719
9720 2007-08-21 Juri Linkov <juri@jurta.org>
9721
9722 * loadup.el: Preload "button".
9723
9724 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9727 Add previous-line and next-line.
9728
9729 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9730 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9731
9732 * vc-hooks.el (vc-menu-entry): New var.
9733 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9734 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9735 (vc-menu-map): Declare and initialize in one step.
9736 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9737
9738 * menu-bar.el (vc-menu-map): Don't setup any more.
9739 Instead, just create the proper spot in the menu.
9740
9741 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * smerge-mode.el (smerge-resolve): New arg `safe'.
9744 (smerge-resolve-all, smerge-batch-resolve): New function.
9745 (smerge-refine): Make sure `diff' returns the expected result.
9746 (smerge-parsep-re): New const.
9747 (smerge-mode): Use it to adjust paragraph-separate.
9748
9749 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9750 Correctly match / regexp matchers as first char on a line when
9751 fontifying only that line.
9752
9753 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9754
9755 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * vc-bzr.el: Don't fiddle with vc-handled-backend.
9758 (vc-bzr-registered): Don't redundantly protect against
9759 file-error. Actually use the format-specific code.
9760 (vc-bzr-buffer-nonblank-p): Remove.
9761 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9762
9763 2007-08-20 Juri Linkov <juri@jurta.org>
9764
9765 * startup.el (fancy-splash-text): Change multiple tabs into one
9766 tab. Remove "Useful File menu items" section (with "Exit Emacs"
9767 and "Recover Crashed Session").
9768 (fancy-splash-screens): Set tab-width to 22.
9769 (normal-splash-screen): Replace literal tabs with \t and
9770 fix whitespace. Remove "Useful File menu items" section (with
9771 "Exit Emacs" and "Recover Crashed Session").
9772
9773 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
9774
9775 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9776 extracted from `eval-last-sexp-1'.
9777 (eval-last-sexp-1): Call `preceding-sexp'.
9778
9779 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9780
9781 * vc-rcs.el (vc-rcs-annotate-command):
9782 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9783 Add back :vc-annotate-prefix propertization.
9784
9785 2007-08-20 Andreas Schwab <schwab@suse.de>
9786
9787 * mail/rmail.el (rmail-autodetect): Doc fix.
9788
9789 2007-08-19 Juri Linkov <juri@jurta.org>
9790
9791 * startup.el (normal-splash-screen): Add more links.
9792
9793 2007-08-19 Juri Linkov <juri@jurta.org>
9794
9795 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9796 because it's common to both types of splash screen: fancy and normal.
9797 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9798 (exit-splash-screen): Rename from `fancy-splash-quit'.
9799 Use `quit-window' instead of `kill-buffer'.
9800 (fancy-splash-head): Use make-button to insert GNU image link.
9801 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9802 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9803 (normal-splash-screen): Put "Browse manuals" on the same line with
9804 "Emacs manual". Remove descriptions from "Useful tasks" and put
9805 all links in two columns on two lines.
9806
9807 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
9808
9809 * emulation/viper.el (viper-remove-hooks): Remove some additional
9810 viper hooks when the user calls viper-go-away.
9811 (viper-go-away): Restore the default of default-major-mode.
9812 Save the value of default-major-mode before vaperization.
9813
9814 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9815
9816 * emulation/viper-ex.el: Replace error "" with "Viper bell".
9817
9818 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9819 buffer for which file is created.
9820
9821 2007-08-19 Glenn Morris <rgm@gnu.org>
9822
9823 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9824 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9825 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
9826 shadow files messing up the compilation.
9827
9828 2007-08-18 Glenn Morris <rgm@gnu.org>
9829
9830 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9831 string. Also apply eldoc-argument-case in the help-split-fundoc
9832 case. Adapt for changed behavior of eldoc-function-argstring,
9833 eldoc-function-argstring-format, and
9834 eldoc-highlight-function-argument.
9835 (eldoc-highlight-function-argument): Handle nil INDEX argument,
9836 just call eldoc-docstring-format-sym-doc in that case.
9837 (eldoc-function-argstring): Change the behavior. Now it converts
9838 an argument list to a string.
9839 (eldoc-function-argstring-format): Change the behavior. Now it
9840 applies `eldoc-argument-case' to a string.
9841
9842 * progmodes/scheme.el (scheme-mode-variables): Set
9843 font-lock-comment-start-skip.
9844
9845 2007-08-18 Martin Rudalics <rudalics@gmx.at>
9846
9847 * progmodes/ada-mode.el (ada-create-syntax-table): Move
9848 set-syntax-table from here to ...
9849 (ada-mode): ... here. Do not change global value of
9850 comment-multi-line. Call new function
9851 ada-initialize-syntax-table-properties and add new function
9852 ada-handle-syntax-table-properties to font-lock-mode-hook.
9853 (ada-deactivate-properties, ada-initialize-properties): Replace
9854 by new functions ...
9855 (ada-handle-syntax-table-properties)
9856 (ada-initialize-syntax-table-properties)
9857 (ada-set-syntax-table-properties): ... to set up syntax-table
9858 properties uniformly, independently from whether font-lock-mode
9859 is enabled or not. Handle read-only buffers and do not change
9860 undo-list when setting syntax-table properties.
9861 (ada-after-change-function): Use ada-set-syntax-table-properties.
9862
9863 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9864
9865 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9866 (meta-indent-current-nesting): Use a computation of the nesting
9867 instead.
9868 (meta-indent-current-indentation): Indentation is given according
9869 to nesting and if the previous line was finished or not.
9870 (meta-indent-unfinished-line): Tell if the current line ends with
9871 a finished expression.
9872 (meta-indent-looking-at-code): Like `looking-at', but checks if
9873 the point is in a string before.
9874 (meta-indent-level-count): Use it. Don't count parenthesis as it's
9875 done in the nesting function.
9876 (meta-indent-in-string-p): Tell if the current point is in a
9877 string.
9878 (meta-indent-calculate): Treat b-o-b as a special case. Use the
9879 previous functions.
9880
9881 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
9882
9883 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9884 (copyright-update-year, copyright-update)
9885 (copyright-fix-years): Use it.
9886
9887 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
9888
9889 * emacs-lisp/copyright.el (copyright-update-year):
9890 Fix bug: Handle nil copyright-limit.
9891
9892 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9893
9894 * calc/calc-units.el (math-standard-units): Give exact
9895 conversion for tsp.
9896
9897 * calc/calc.el (math-bignum-digit-length): Compute the
9898 appropriate value.
9899
9900 * calc/calc-bin.el (math-bignum-logb-digit-size)
9901 (math-bignum-digit-power-of-two):
9902 * calc/calc-comb.el (math-small-factorial-table):
9903 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9904 (math-approx-gamma-const):
9905 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9906 (math-besY1, math-bernoulli-b-cache):
9907 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9908 Remove `eval-when-compile's.
9909
9910 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9911
9912 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9913 (cperl-find-pods-heres): Fix an error when typing expressions like
9914 `s{a}{b}'.
9915
9916 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9917
9918 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9919 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
9920 a special case (there's no build number).
9921
9922 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
9923
9924 * completion.el (symbol-under-point, symbol-before-point)
9925 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9926
9927 2007-08-17 Glenn Morris <rgm@gnu.org>
9928
9929 * progmodes/compile.el (compilation-get-file-structure): Make use
9930 of the directory part when checking for an existing entry, to
9931 handle files with same basename in different directories.
9932
9933 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9934
9935 * calc/calc.el (calc-language-alist): Add texinfo-mode.
9936
9937 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9938
9939 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9940 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9941 (ps-paragraph-spacing): Docstring fix.
9942
9943 2007-08-16 Glenn Morris <rgm@gnu.org>
9944
9945 * ps-print.el (ps-font-size): Doc fix.
9946
9947 2007-08-16 Richard Stallman <rms@gnu.org>
9948
9949 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9950
9951 2007-08-15 Juri Linkov <juri@jurta.org>
9952
9953 * startup.el (initialization): Change parent group from `internal'
9954 to `environment'.
9955 (initial-buffer-choice): New variable.
9956 (command-line): Revert 2007-07-02 change that sets
9957 buffer-offer-save in *scratch* and enables auto-save in it.
9958 (fancy-splash-text): Add links to existing items. Add new items
9959 with links for useful tasks. Move information about Control-g to
9960 fancy-splash-head. Move "Emacs Guided Tour" to the end.
9961 (fancy-splash-keymap): New variable.
9962 (fancy-splash-last-input-event): Remove variable.
9963 (fancy-splash-insert): Add processing of `:link' element.
9964 (fancy-splash-head): Replace "Type Control-l to begin editing"
9965 with "Type `q' to exit".
9966 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9967 (fancy-splash-default-action, fancy-splash-special-event-action):
9968 Remove functions.
9969 (fancy-splash-quit): New function.
9970 (fancy-splash-screens): Rename input arg from `hide-on-input' to
9971 `static' and reverse the condition of its usage. Don't preserve
9972 original values of `minor-mode-map-alist',
9973 `emulation-mode-map-alists', `special-event-map'.
9974 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9975 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9976 Remove processing of special events. Use local key map
9977 `fancy-splash-keymap'. Set buffer to read-only.
9978 (normal-splash-screen): Rename input arg from `hide-on-input' to
9979 `static' and reverse the condition of its usage.
9980 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9981 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9982 Add links to existing items. Add new items with links for useful
9983 tasks. Use local key map `fancy-splash-keymap'.
9984 (display-splash-screen): Rename input arg from `hide-on-input' to
9985 `static'.
9986 (about-emacs): Add alias to display-splash-screen.
9987 (command-line-1): Use `initial-buffer-choice'.
9988
9989 * menu-bar.el (menu-bar-help-menu):
9990 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9991 item to about-emacs instead of display-splash-screen.
9992
9993 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
9994
9995 * calc/calc-units.el (math-standard-units): Update values.
9996 Put in exact, rational values when possible.
9997 (math-unit-prefixes): Replace floats with powers of ten.
9998 (math-standard-units-systems): Replace floats with integers.
9999 (math-make-unit-string): Remove extra spaces in output.
10000
10001 2007-08-15 Glenn Morris <rgm@gnu.org>
10002
10003 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
10004 sloppier, for the sake of GNU Mailman.
10005 (rmail-digest-rfc1153): Initialize `result' correctly.
10006
10007 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10008
10009 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
10010 in the mail title. Suggested by Reiner Steib.
10011
10012 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
10013
10014 * calc/calc-aent.el (calc-do-quick-calc): Add binary
10015 representation of integers to the list of outputs.
10016
10017 2007-08-14 Glenn Morris <rgm@gnu.org>
10018
10019 * simple.el (bad-packages-alist): New constant.
10020 (bad-package-check): New function. Together, these two add elements
10021 to `after-load-alist' to check for problematic external packages.
10022 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
10023
10024 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
10025
10026 * calc/calc-units.el (math-get-standard-units)
10027 (math-get-units, math-make-unit-string)
10028 (math-get-default-units, math-put-default-units): New functions.
10029 (math-default-units-table): New variable.
10030 (calc-convert-units, calc-convert-temperature): Add machinery
10031 to supply default values.
10032
10033 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
10036 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
10037 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
10038 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
10039
10040 * emulation/tpu-extras.el: Remove spurious * in docstrings.
10041 Put its autoloads into tpu-edt.el rather than loaddefs.el.
10042 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
10043 Make into a proper minor-mode.
10044 (tpu-backward-char, tpu-next-line, tpu-previous-line)
10045 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
10046 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
10047 (tpu-set-cursor-free, tpu-set-cursor-bound):
10048 Delegate to tpu-cursor-free-mode.
10049 (tpu-next-line, tpu-previous-line, tpu-forward-line)
10050 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
10051 Use line-move or forward-line instead of next-line-internal.
10052
10053 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
10054
10055 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
10056
10057 2007-08-12 Richard Stallman <rms@gnu.org>
10058
10059 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
10060 (cvs-execute-single-file): Use new name split-string-and-unquote.
10061 (cvs-header-msg): Use new name combine-and-quote-strings.
10062
10063 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
10064
10065 * progmodes/gud.el (gud-common-init): Use new name
10066 split-string-and-unquote.
10067
10068 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
10069 in javac regexp.
10070
10071 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
10072 combine-and-quote-strings and split-string-and-unquote.
10073
10074 * subr.el (combine-and-quote-strings): Rename from strings->string.
10075 (split-string-and-unquote): Rename from string->strings.
10076
10077 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
10080 to buffer-local settings.
10081
10082 * emacs-lisp/backquote.el (backquote-delay-process): New function.
10083 (backquote-process): Add internal arg `level'. Use the two to
10084 correctly handle nested backquotes.
10085
10086 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
10087
10088 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
10089 (vc-bzr-state-words): Add "kind changed" state word.
10090 (vc-bzr-status): New function. Return Bzr idea of file status,
10091 which is different from VC's.
10092 (vc-bzr-state): Use vc-bzr-status.
10093 (vc-workfile-unchanged-p): Use vc-bzr-status.
10094 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
10095 (vc-dired-state): Process "kind changed" state word.
10096
10097 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
10100
10101 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
10102 Move from vc-default-find-file-not-found-hook.
10103
10104 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * man.el: Remove spurious * in docstrings.
10107 Merge defvars and toplevel setq-defaults.
10108 (Man-highlight-references0): Limit=nil rather than point-max.
10109 (Man-mode-map): Move initialization into the declaration.
10110 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
10111 (Man-view-header-file): Use expand-file-name rather than concat.
10112 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
10113
10114 * man.el (Man-next-section): Make sure we do not move backward.
10115
10116 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * files.el (auto-mode-alist): Use the purecopied text (duh!).
10119
10120 2007-08-08 Glenn Morris <rgm@gnu.org>
10121
10122 * Replace `iff' in doc-strings and comments.
10123
10124 2007-08-08 Martin Rudalics <rudalics@gmx.at>
10125
10126 * dired.el (dired-pop-to-buffer):
10127 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10128 * calendar/calendar.el (generate-calendar-window):
10129 * progmodes/compile.el (compilation-set-window-height):
10130 * textmodes/two-column.el (2C-two-columns, 2C-merge):
10131 Use window-full-width-p instead of comparing frame-width and
10132 window-width.
10133
10134 * progmodes/compile.el (compilation-find-buffer): Remove extra
10135 argument in call to compilation-buffer-internal-p.
10136
10137 2007-08-07 Tom Tromey <tromey@redhat.com>
10138
10139 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
10140 Add safe-local-variable property.
10141
10142 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
10143
10144 * image-mode.el (image-toggle-display): Use image-refresh.
10145
10146 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
10147
10148 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
10149 unofficial version.
10150 (vc-bzr-command): Remove redundant setting of process-connection-type.
10151 (vc-bzr-admin-checkout-format-file): Add autoload.
10152 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
10153 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
10154 (vc-bzr-registered): Compare dirstate format tag with known good
10155 value, abort parsing if match fails. Warn user in docstring.
10156 (vc-bzr-workfile-version): Case for different Bzr branch formats.
10157 See bzrlib/branch.py in Bzr sources.
10158 (vc-bzr-diff): First argument FILES may be a string rather than a list.
10159 (vc-bzr-shell-command): Remove in favor of
10160 vc-bzr-command-discarding-stderr.
10161 (vc-bzr-command-discarding-stderr): New function.
10162
10163 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
10164
10165 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
10166 program, and return nil.
10167 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
10168 (vc-bzr-state): Look for path names relative to the repository
10169 root after status keyword.
10170 (vc-bzr-file-name-relative): New function.
10171 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
10172 depend on it.
10173 (vc-bzr-admin-dirname, ...-checkout-format-file)
10174 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
10175 files that we now parse directly for speed.
10176 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
10177 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
10178 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
10179 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
10180 Bzr warnings, so we must discard it.
10181 (vc-bzr-workfile-version): Speedup counting lines from
10182 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
10183 if that file doesn't exist.
10184 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
10185 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
10186 to `vc-directory-exclusion-list'.
10187 (vc-bzr-shell-command): New function.
10188
10189 2007-08-06 Tom Tromey <tromey@redhat.com>
10190
10191 * diff-mode.el (diff-unified->context, diff-reverse-direction)
10192 (diff-fixup-modifs): Typo in docstring.
10193
10194 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
10197 count-screen-lines.
10198 (tpu-edt-off): Disable relevant pieces of advice.
10199
10200 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
10201 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
10202 (newline, newline-and-indent, do-auto-fill): Use advice instead of
10203 redefining the function.
10204 (tpu-set-scroll-margins): Activate the pieces of advice.
10205
10206 2007-08-06 Martin Rudalics <rudalics@gmx.at>
10207
10208 * help.el (resize-temp-buffer-window): Use window-full-width-p
10209 instead of comparing frame-width and window-width.
10210
10211 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
10212
10213 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
10214 optional quotes around files in NEED-UPDATE . REMOVED case.
10215
10216 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
10217 (ada-treat-cmd-string): Improve error message.
10218 (ada-do-file-completion): Call `ada-require-project-file', so
10219 project variables are set properly.
10220 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
10221 (ada-gnatfind-buffer-name): New constant.
10222 (ada-find-any-references): Use new constant. Set buffer name
10223 properly in compilation-start. Toggle read-only properly.
10224 (ada-find-in-src-path): Fix spelling error in docstring.
10225
10226 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
10227 by zero error.
10228
10229 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
10232
10233 2007-08-12 Richard Stallman <rms@gnu.org>
10234
10235 * progmodes/sh-script.el (sh): Delete group `unix'.
10236
10237 * progmodes/gud.el (gud): Change to group `processes'.
10238
10239 2007-08-11 Glenn Morris <rgm@gnu.org>
10240
10241 * progmodes/compile.el (compilation-buffer-name): Don't check
10242 compilation-arguments. It is superfluous, and the variable isn't
10243 even set when this function is called.
10244
10245 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10246
10247 * term/mac-win.el (mac-ae-reopen-application): New function.
10248 (mac-apple-event-map): Bind "reopen application" Apple event to it.
10249
10250 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
10253 take tex-font-script-display into account.
10254 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
10255 cell to a list of 2 elements to simplify the unfontify code.
10256
10257 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10258
10259 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
10260 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
10261 ps-print-color-p is neither nil nor black-white. Reported by Christian
10262 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10263
10264 2007-08-08 Andreas Schwab <schwab@suse.de>
10265
10266 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
10267 self-insert-command, not self-insert.
10268
10269 2007-08-08 Glenn Morris <rgm@gnu.org>
10270
10271 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
10272 argument optional, for backwards compatibility, and only highlight
10273 args when present. Fix symbol name typo (doc/args).
10274
10275 * help-mode.el (help-make-xrefs): Search for symbol constituents,
10276 rather than just `-'.
10277
10278 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
10279
10280 * calc/calc-units.el (calc-convert-temperature):
10281 Use `/' to create fractions.
10282
10283 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
10284
10285 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
10286 global matching.
10287 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
10288 ERROR-BUFFER more robust. Display output.
10289 (tramp-file-name-handler): Add a connection property when we found
10290 a foreign file name handler. This allows backends like ftp to
10291 profit also from usr/host name completion based on connection
10292 cache.
10293 (tramp-send-command-and-read): Search for trash after the regexp
10294 until eol only. In XEmacs, there is a problem with \n.
10295
10296 * net/tramp-cache.el (top): Read persistent connection history
10297 when cache is empty.
10298
10299 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
10300
10301 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
10302 resulting output.
10303
10304 2007-08-07 Sam Steingold <sds@gnu.org>
10305
10306 * progmodes/compile.el (compilation-start): Pass nil as startfile
10307 to comint-exec.
10308
10309 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
10310
10311 * longlines.el (longlines-decoded): New variable.
10312 (longlines-mode): Avoid encoding or decoding the buffer twice.
10313
10314 2007-08-07 Martin Rudalics <rudalics@gmx.at>
10315
10316 * format.el (format-insert-file): Make sure that at most one undo
10317 entry is recorded for the insertion. Inhibit point-motion and
10318 modification hooks around call to insert-file-contents.
10319
10320 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
10323 Select the buffer's window before moving point.
10324
10325 2007-08-07 Richard Stallman <rms@gnu.org>
10326
10327 * term.el (term): Remove parent group `unix'.
10328
10329 * simple.el (default-indent-new-line): New function.
10330 It calls comment-line-break-function if there are comments.
10331 (do-auto-fill): Use that.
10332
10333 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
10334
10335 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
10336 (PC-do-completion): Add "acronym completion" for symbols and
10337 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
10338
10339 2007-08-06 Sam Steingold <sds@gnu.org>
10340
10341 * mouse.el (mouse-buffer-menu): Pass mode-name through
10342 format-mode-line because it may be a list,
10343 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
10344
10345 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
10346
10347 * printing.el (pr-update-menus): Docstring fix.
10348
10349 2007-08-06 Jason Rumney <jasonr@gnu.org>
10350
10351 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
10352
10353 * vc-hooks.el (vc-call): Add doc string.
10354
10355 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
10356
10357 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
10358 process-filter.
10359
10360 2007-08-06 Kenichi Handa <handa@m17n.org>
10361
10362 * international/quail.el: Wrap (require 'help-mode) by
10363 eval-when-compile.
10364 (quail-help-init): New function.
10365 (quail-help): Call quail-help-init.
10366 (quail-store-decode-map-key): Change it to a function.
10367
10368 2007-08-05 Jason Rumney <jasonr@gnu.org>
10369
10370 * vc.el (vc-rollback): Add norevert argument back.
10371 (vc-revert-buffer): Add back as obsolete alias.
10372
10373 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
10374
10375 * term.el: Honor term-default-fg-color and term-default-bg-color
10376 settings when modifying term-current-face.
10377 (term-default-fg-color, term-default-bg-color): Initialize from
10378 default term-current-face.
10379 (term-mode, term-reset-terminal): Set term-current-face with
10380 term-default-fg-color and term-default-bg-color.
10381 (term-handle-colors-array): term-current-face has term-default-fg-color
10382 and term-default-bg-color after reset escape sequence.
10383 (term-handle-colors-array): Set term-current-color with
10384 term-default-fg/bg-color instead of ansi-term-color-vector when the
10385 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10386
10387 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
10388
10389 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10390 (math-nlfit-givens): Let bind free variables.
10391
10392 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
10393
10394 * printing.el: Require lpr and ps-print when loading printing package.
10395 Reported by Glenn Morris <rgm@gnu.org>.
10396
10397 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
10398
10399 * files.el (set-auto-mode): Handle also remote files wrt
10400 `auto-mode-alist'.
10401
10402 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
10403
10404 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10405 curves and plotting.
10406
10407 * calc/calc-nlfit.el: New file.
10408
10409 2007-08-04 Glenn Morris <rgm@gnu.org>
10410
10411 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10412 zero, not nil, when the library is first loaded. Check for a file
10413 that has been modified on disk.
10414
10415 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10416 Remove duplicate defvar preventing initialization.
10417 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10418
10419 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10422 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10423 may match up to 4 lines.
10424 (diff-beginning-of-file-and-junk): Rewrite.
10425
10426 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10427
10428 * printing.el: Evaluate require only during compilation.
10429 (pr-version): New version 6.9.1.
10430 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10431 (pr-global-menubar): Fix code.
10432
10433 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
10434
10435 * term.el (term-erase-in-display): Fix case when point is not at
10436 the beginning of the line.
10437
10438 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
10439
10440 * calc/calc-ext.el (math-get-value, math-get-sdev)
10441 (math-contains-sdev): New functions.
10442
10443 * calc/calc-graph.el (calc-graph-format-data)
10444 (calc-graph-add-curve): Check for error forms.
10445 (calc-graph-set-styles): Add option for error forms.
10446
10447 2007-08-03 Miles Bader <miles@gnu.org>
10448
10449 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10450 backend names for new backends to `Git', `Hg', and `Bzr'.
10451 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10452 not `HG'.
10453 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10454 name, not `GIT'.
10455 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10456 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10457
10458 2007-08-03 Richard Stallman <rms@gnu.org>
10459
10460 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10461 to update deleted flag.
10462
10463 * cus-edit.el (customize-apropos, customize-apropos-options)
10464 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10465
10466 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10467
10468 * startup.el (fancy-splash-head, startup-echo-area-message):
10469 Change message text.
10470
10471 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10472 All callers use line-move.
10473
10474 * progmodes/compile.el (compilation-find-buffer): Return current
10475 buffer immediately if suitable.
10476 (compile, compilation-buffer-name, compilation-start): Doc fixes.
10477
10478 2007-08-03 Daiki Ueno <ueno@unixuser.org>
10479
10480 * faces.el (face-normalize-spec): New function.
10481 (frame-set-background-mode): Normalize face-spec before calling
10482 face-spec-match-p.
10483
10484 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * server.el (server-window): Add switch-to-buffer-other-frame option.
10487
10488 2007-08-03 Glenn Morris <rgm@gnu.org>
10489
10490 * cus-edit.el (customize-apropos): Make the error message indicate
10491 what kind of thing the user was trying to customize.
10492
10493 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10494
10495 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10496 Fix off-by-one error in previous change.
10497
10498 2007-08-03 Drew Adams <drew.adams@oracle.com>
10499
10500 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10501 Make buffer writable.
10502
10503 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10504
10505 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10506 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10507 Use native Emacs functions, when appropriate.
10508
10509 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10510 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * vc.el: Document new VC operation `extra-menu'.
10513
10514 * vc-hooks.el (vc-default-extra-menu): New function.
10515
10516 * menu-bar.el (menu-bar-vc-filter): New function.
10517 (menu-bar-tools-menu): Use it as a filter.
10518
10519 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
10520
10521 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10522
10523 2007-08-01 Glenn Morris <rgm@gnu.org>
10524
10525 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10526 strings.
10527 (fortran-tab-mode-default): Remove needless autoload.
10528 (fortran-tab-mode-string): Add help-echo and mouse properties, and
10529 mark as risky.
10530 (fortran-line-length): New buffer-local variable, safe if integer.
10531 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10532 Change from variables to constants.
10533 (fortran-font-lock-syntactic-keywords): Delete as a variable,
10534 replace with a new function definition.
10535 (fortran-mode): Use fortran-line-length, and
10536 fortran-font-lock-syntactic-keywords as a function. Add a
10537 hack-local-variables-hook function.
10538 (fortran-line-length, fortran-hack-local-variables): New functions.
10539 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10540 Use fortran-line-length rather than 72.
10541 (fortran-window-create-momentarily): Doc fix.
10542
10543 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
10544
10545 * cus-edit.el (custom-group-value-create, custom-goto-parent):
10546 Fix parent groups link.
10547
10548 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
10549
10550 * progmodes/python.el (python-current-defun): Adjust to never fall
10551 into infinite loop.
10552
10553 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10556
10557 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
10558
10559 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10560 (copyright-fix-years, copyright): Correctly handle the case where
10561 copyright-limit is nil.
10562
10563 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
10564
10565 * progmodes/python.el (run-python): Fix path separator under w32.
10566
10567 2007-07-30 Richard Stallman <rms@gnu.org>
10568
10569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10570 Treat non-break space as whitespace in Lisp.
10571
10572 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * vc.el (vc-dired-hook): Use inhibit-read-only.
10575
10576 * progmodes/compile.el (compilation-forget-errors):
10577 Reset compilation-auto-jump-to-next.
10578
10579 2007-07-30 Michael Olson <mwolson@gnu.org>
10580
10581 * cus-edit.el (custom-group-save): Fix void function definition
10582 error. Thanks to Zhang Wei for the report.
10583
10584 * ps-print.el: Check in trivial changes to the autoloads section
10585 caused by the build process. These autoloads really ought to be
10586 placed in a separate file, methinks.
10587
10588 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * calendar/calendar.el (calendar-mode): Make sure
10591 displayed-(month|year) are set.
10592 (calendar-basic-setup): Display buffer before adjusting window sizes.
10593 (generate-calendar-window): Use inhibit-read-only. Simplify.
10594 Generate buffer and set displayed-month and displayed-year before
10595 calling update-calendar-mode-line.
10596
10597 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
10598
10599 * net/tramp.el:
10600 * net/tramp-uu.el:
10601 * net/trampver.el: Use utf-8 encoding with coding cookie.
10602
10603 * net/tramp-cache.el:
10604 * net/tramp-fish.el:
10605 * net/tramp-ftp.el:
10606 * net/tramp-gw.el:
10607 * net/tramp-smb.el: Remove coding cookie.
10608
10609 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10610 Flush buffer file-name's file property.
10611 (tramp-handle-file-remote-p): The first parameter is FILENAME.
10612
10613 * net/trampver.el: Update release number.
10614
10615 2007-07-29 Juri Linkov <juri@jurta.org>
10616
10617 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10618 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10619 when major-mode is not dired-mode.
10620 (dired-toggle-read-only): New function.
10621 (dired-recursive-deletes): Remove obsolete comments about old
10622 default value.
10623 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10624
10625 * wdired.el (wdired-exit): New function.
10626 (wdired-mode-map): Bind C-x C-q to wdired-exit.
10627
10628 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * cus-edit.el (customize-read-group): New fun.
10631 (customize-group-other-window, customize-face-other-window):
10632 Prompt before delegating to customize-(group|face).
10633 Bind pop-up-windows rather than use the other-window argument.
10634 (customize-group, customize-face): Prompt from the interactive spec.
10635 Remove args `prompt-for-group' and `other-window'.
10636
10637 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10638 (ad-body-forms, ad-advised-interactive-form): Revert this part of
10639 last change.
10640
10641 2007-07-28 Masatake YAMATO <jet@gyve.org>
10642
10643 * vc.el (vc-dired-mode): Add a menu for VC related operation.
10644 Use backend name as the menu label. Suggested by David Kastrup.
10645
10646 2007-07-28 Alan Mackenzie <acm@muc.de>
10647
10648 Fix problem with modes derived from CC Mode:
10649 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10650 macro to cc-langs.
10651 (c-init-language-vars-for): Remove call to above macro.
10652 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10653 been moved to here.
10654 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10655
10656 2007-07-28 Eli Zaretskii <eliz@gnu.org>
10657
10658 * net/trampver.el: Fix the `coding' cookie.
10659
10660 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10661
10662 * vc-git.el (vc-git-print-log): Support both the old single file
10663 interface and the new one.
10664
10665 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
10666
10667 * bindings.el (mode-line-remote): Use updated %@ construct.
10668
10669 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10672 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10673 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10674 (diary-list-bahai-entries, diary-bahai-mark-entries)
10675 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10676 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10677 New names to clean up namespace.
10678 (list-bahai-diary-entries, mark-bahai-diary-entries)
10679 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10680 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10681 Add compatibility aliases.
10682
10683 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10684
10685 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10686 (calendar-scroll-left-three-months)
10687 (calendar-scroll-right-three-months): Clean up namespace.
10688 (scroll-calendar-left, scroll-calendar-right)
10689 (scroll-calendar-left-three-months)
10690 (scroll-calendar-right-three-months): Add compatibility aliases.
10691
10692 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10693 Behave like mouse-scroll-calendar-* when used from the mouse.
10694
10695 * calendar/cal-menu.el (cal-menu-scroll-menu)
10696 (cal-menu-global-mouse-menu):
10697 * calendar/calendar.el (calendar-mode-map):
10698 Use new calendar-scroll-* names.
10699 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10700 Remove. Use calendar-scroll-* directly instead.
10701
10702 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10705 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10706 (ad-make-advised-definition, ad-cache-id-verification-code):
10707 Use commandp and interactive-form instead.
10708
10709 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
10710
10711 * vc-git.el: Relicense to GPLv3 or later.
10712 (vc-directory-exclusion-list, vc-handled-backends): Remove.
10713
10714 * vc-hooks.el (vc-handled-backends): Add GIT.
10715
10716 * vc.el (vc-directory-exclusion-list): Add .git.
10717
10718 2007-07-26 Alexandre Julliard <julliard@winehq.org>
10719
10720 * vc-git.el (vc-git-revision-table)
10721 (vc-git-revision-completion-table): New functions.
10722
10723 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10724
10725 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10726 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10727 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10728 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10729 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10730 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10731 New command actions for EPS header and EPS footer.
10732
10733 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10734 footer. Fix some problems with one-or-more, zero-or-more and
10735 alternative constructions generation. Some log messages
10736 implementation. Doc fix.
10737 (ebnf-version): New version 4.4.
10738 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10739 (ebnf-eps-footer, ebnf-log): New options.
10740 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10741 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10742 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10743 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10744 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10745 (ebnf-style-custom-list, ebnf-style-database): Put new values.
10746 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10747 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10748 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10749 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10750 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10751 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10752 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10753 (ebnf-non-terminal-dimension, ebnf-special-dimension)
10754 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10755 (ebnf-except-dimension, ebnf-alternative-dimension)
10756 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10757 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10758 message fun.
10759 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10760 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10761 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10762 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10763 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10764 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10765 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10766 compatibility with Emacs 20 & 21.
10767 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10768 (ebnf-eps-file-alist, ebnf-basic-width-extra)
10769 (ebnf-basic-empty-height): New vars.
10770 (ebnf-prologue): Fix PostScript code.
10771 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10772 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10773 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10774 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10775
10776 2007-07-25 Glenn Morris <rgm@gnu.org>
10777
10778 * Relicense all FSF files to GPLv3 or later.
10779
10780 * COPYING: Switch to GPLv3.
10781
10782 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10785 Replace it with another one which disables undo before calling
10786 erase-buffer and then turns it back on if needed.
10787
10788 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10789
10790 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10791
10792 2007-07-24 Glenn Morris <rgm@gnu.org>
10793
10794 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10795 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10796 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10797 (cal-tex-cursor-week, cal-tex-cursor-week2)
10798 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10799 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10800 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10801 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10802
10803 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * calendar/calendar.el (calendar-mode-map): Move initialization
10806 into declaration. Add menu bindings (used to be done in cal-menu).
10807 (calendar-mode): Don't add an activate-menubar-hook.
10808
10809 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10810 modify calendar-mode-map), use easy-menu, and make sure that C-h k
10811 can be used on the menu entries.
10812 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10813 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10814 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10815 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10816 (calendar-flatten, cal-menu-update): Remove.
10817 (calendar-mouse-insert-hebrew-diary-entry)
10818 (calendar-mouse-insert-islamic-diary-entry)
10819 (calendar-mouse-insert-bahai-diary-entry):
10820 Remove (fold into cal-menu-diary-menu).
10821 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10822 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10823 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10824 (calendar-mouse-view-diary-entries): Minor simplifications.
10825 (calendar-event-to-date): Use with-current-buffer.
10826
10827 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
10828
10829 * add-log.el (change-log-redate): Remove (not needed anymore and
10830 doesn't appear to work).
10831
10832 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * frame.el: Use mapc and dolist instead of mapcar where possible.
10835 (close-display-connection): New command.
10836
10837 2007-07-25 Alexandre Julliard <julliard@winehq.org>
10838
10839 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10840 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10841
10842 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10843
10844 * ps-print.el (ps-multibyte-buffer): Docstring fix.
10845
10846 * ps-mule.el: Doc fix.
10847 (ps-multibyte-buffer, ps-mule-font-info-database-default)
10848 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10849
10850 2007-07-25 Glenn Morris <rgm@gnu.org>
10851
10852 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10853 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10854 (cal-tex-daily-end, cal-tex-hook)
10855 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10856 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10857 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10858 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10859 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10860 (cal-tex-day-prefix, cal-tex-day-name-format)
10861 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10862 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10863 (cal-tex-LaTeX-subst-list): Change from variables to constants.
10864 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10865 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10866 etc, rather than \bf.
10867 (cal-tex-mini-calendar): Fix typos in previous change.
10868 (cal-tex-latexify-list): Remove inner let binding.
10869 (cal-tex-end-document, cal-tex-banner): Use multi-line
10870 cal-tex-comment.
10871 (cal-tex-comment): Handle embedded newlines.
10872 (cal-tex-LaTeXify-string): Use substring-no-properties.
10873
10874 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
10875
10876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10877 Add support for the Maden build tool.
10878
10879 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
10880
10881 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10882
10883 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10886
10887 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10888
10889 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10890 C-x C-q.
10891
10892 * vc-git.el (vc-git-print-log): Fix previous change.
10893
10894 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * window.el (save-selected-window): Minor optimization.
10897 (bw-adjust-window): If operation failed, try with a smaller delta.
10898 (window-fixed-size-p): New function.
10899 (window-area-factor): New var.
10900 (balance-windows-area): New command.
10901
10902 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10903 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10904 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10905 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10906 (ps-mule-begin-job): Use dolist.
10907
10908 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * subr.el (start-file-process-shell-command)
10911 (process-file-shell-command): New defuns.
10912
10913 * progmodes/compile.el (compilation-start):
10914 Apply `start-file-process-shell-command'.
10915
10916 2007-07-24 Alexandre Julliard <julliard@winehq.org>
10917
10918 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10919
10920 2007-07-24 Alan Mackenzie <acm@muc.de>
10921
10922 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10923 Initialise byte-compile-unresolved-functions before rather than
10924 after a compilation.
10925 (byte-compile-unresolved-functions): Amplify doc string.
10926
10927 2007-07-24 Glenn Morris <rgm@gnu.org>
10928
10929 * startup.el (normal-splash-screen): Use `emacs-copyright'.
10930
10931 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10932 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10933 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10934 (cal-tex-cursor-week, cal-tex-cursor-week2)
10935 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10936 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10937 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10938 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10939
10940 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10941 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10942 (cal-tex-day-name-format, cal-tex-cal-one-month)
10943 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10944 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10945 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10946 (cal-tex-list-holidays, cal-tex-cursor-year)
10947 (cal-tex-cursor-year-landscape, cal-tex-year)
10948 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10949 (cal-tex-cursor-month, cal-tex-insert-days)
10950 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10951 (cal-tex-first-blank-p, cal-tex-cursor-week)
10952 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10953 (cal-tex-week-hours, cal-tex-cursor-week-monday)
10954 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10955 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10956 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10957 (cal-tex-latexify-list, cal-tex-previous-month)
10958 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10959 modernization, including using dotimes rather than
10960 calendar-for-loop.
10961 (cal-tex-LaTeX-subst-list): Remove `@'.
10962 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10963 Use \textit and \textbf rather than \em and \it.
10964
10965 * calendar/cal-bahai.el (list-bahai-diary-entries)
10966 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10967 * calendar/cal-islam.el (list-islamic-diary-entries)
10968 * calendar/calendar.el (generate-calendar, generate-calendar-month)
10969 * calendar/diary-lib.el (diary-list-entries)
10970 (mark-calendar-date-pattern): Use `dotimes' rather than
10971 `calendar-for-loop'.
10972
10973 * calendar/calendar.el (calendar-for-loop): Doc fix.
10974
10975 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10978 underlying file is uptodate.
10979
10980 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
10981
10982 * replace.el (perform-replace): Use isearch-no-upper-case-p.
10983
10984 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * vc-hooks.el (vc-mode-line-map): New const.
10987 (vc-mode-line): Use it.
10988
10989 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10990
10991 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10992 (vc-git-unregister): New functions.
10993 (vc-git-find-version): Use the result of ls-files as a parameter
10994 for cat-file.
10995
10996 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
10997
10998 * net/tramp.el (tramp-perl-file-attributes)
10999 (tramp-perl-directory-files-and-attributes)
11000 (tramp-handle-file-attributes-with-stat)
11001 (tramp-handle-directory-files-and-attributes-with-stat)
11002 (tramp-convert-file-attributes): Handle huge file sizes.
11003
11004 2007-07-23 Juri Linkov <juri@jurta.org>
11005
11006 * isearch.el (isearch-message-function): New variable.
11007 (isearch-update, isearch-search): Use it.
11008
11009 * simple.el (goto-history-element): New function created from
11010 next-history-element.
11011 (next-history-element): Most code moved to goto-history-element.
11012 Call goto-history-element with (- minibuffer-history-position n).
11013 (previous-history-element): Call goto-history-element with (+
11014 minibuffer-history-position n).
11015 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
11016 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
11017 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
11018 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
11019 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
11020 (minibuffer-history-isearch-pop-state): New functions.
11021
11022 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
11023
11024 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
11025 Also, if FILE is a list, return non-nil if any of its elements
11026 should stay local. Update docstring.
11027
11028 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
11031 change by reverting a small part.
11032
11033 2007-07-23 Richard Stallman <rms@gnu.org>
11034
11035 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
11036
11037 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11038
11039 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
11040 handling it. Use vc-git-command.
11041 (vc-git-find-version, vc-git-diff-tree): New functions.
11042 (vc-git-revert): Use vc-git-command.
11043 (vc-git--run-command): Delete.
11044
11045 2007-07-23 Alexandre Julliard <julliard@winehq.org>
11046
11047 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
11048
11049 2007-07-20 Kenichi Handa <handa@m17n.org>
11050
11051 * international/utf-8.el (utf-8-post-read-conversion):
11052 Temporarily bind utf-8-compose-scripts to nil while running
11053 *-compose-region functions.
11054
11055 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11056
11057 * vc-git.el: Update status.
11058 (vc-directory-exclusion-list): Use eval-after-load.
11059
11060 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
11061
11062 * bindings.el (mode-line-remote): New variable.
11063 (help-echo): Add to default values of mode-line-format.
11064
11065 * files.el: Mark mode-line-remote as risky.
11066
11067 2007-07-22 Juri Linkov <juri@jurta.org>
11068
11069 * isearch.el (isearch-edit-string): Save old point and
11070 isearch-other-end to old-point and old-other-end before reading
11071 the search string from minibuffer. After exiting minibuffer set
11072 point to old-other-end if point and the search direction is the
11073 same as before reading the search string.
11074 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
11075 to isearch-other-end. Instead of isearch-search-and-update call
11076 three functions isearch-search, isearch-push-state and isearch-update.
11077
11078 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11079
11080 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
11081 deal with multiple file arguments.
11082 (vc-git-print-log): Deal with multiple file arguments.
11083
11084 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
11087 diff-refine-hunk. Adjust users.
11088 (diff-unified-hunk-p, diff-splittable-p): New functions.
11089 (diff-mode-menu): Use it to disable Split when it doesn't work.
11090
11091 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11092
11093 * diff-mode.el (diff-mode-menu): New entries.
11094
11095 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
11098 if applicable, so as to save undo-log space.
11099
11100 * diff-mode.el (diff-find-file-name): Add arg `batch'.
11101
11102 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
11103 (diff-file-kill): Use it.
11104 (diff-beginning-of-hunk): Add arg `try-harder' using it.
11105 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
11106 Use it so they find the hunk even when we're in the file header.
11107
11108 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11109
11110 * vc-git.el (vc-git-revision-granularity, vc-git-root)
11111 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
11112 (vc-git-create-repo): New functions.
11113 (vc-git-registered): New autoloaded function definition.
11114 (vc-git-registered): Use vc-git-root.
11115 (vc-git-responsible-p): New defalias.
11116 (vc-git-annotate-extract-revision-at-line): Uncomment.
11117 (vc-git-print-log): Add the file name to the log.
11118 (vc-git-log-view-mode): New derived mode.
11119 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
11120
11121 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
11122
11123 * progmodes/grep.el (grep-compute-defaults): Keep default values.
11124
11125 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
11126
11127 * textmodes/reftex.el (reftex-access-parse-file): Create parse
11128 file in a way that does not interfere with recentf mode.
11129 (reftex-access-parse-file): Do not risk destroying an existing
11130 buffer.
11131
11132 2007-07-22 Alexandre Julliard <julliard@winehq.org>
11133
11134 * vc-git.el: New file.
11135
11136 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * textmodes/tex-mode.el (tex-font-script-display): Change default.
11139
11140 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11141
11142 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
11143 for branches and new files.
11144
11145 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
11146 local-map handling ...
11147 (vc-mode-line): ... here. Improve handling of help-echo.
11148
11149 * vc.el (mode-line-string): Document help-echo usage.
11150
11151 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
11152
11153 Sync with Tramp 2.1.10.
11154
11155 * net/tramp.el (tramp-get-ls-command): Fix typo.
11156
11157 * net/trampver.el: Update release number.
11158
11159 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11160
11161 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
11162
11163 * term/x-win.el (x-handle-no-bitmap-icon): New function.
11164
11165 2007-07-22 Martin Rudalics <rudalics@gmx.at>
11166
11167 * add-log.el (change-log-fill-parenthesized-list): New function.
11168 (change-log-indent): Call change-log-fill-parenthesized-list.
11169 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
11170 Have lines with leading asterisk start a paragraph.
11171
11172 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11173
11174 * calc/calc-math.el (math-emacs-precision)
11175 (math-largest-emacs-expt, math-smallest-emacs-expt):
11176 New variables.
11177 (math-use-emacs-fn): New function.
11178 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
11179 appropriate.
11180
11181 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11182
11183 * image-dired.el (image-dired-sane-db-file): New func.
11184 (image-dired-write-tags, image-dired-remove-tag)
11185 (image-dired-list-tags, image-dired-write-comments)
11186 (image-dired-get-comment, image-dired-mark-tagged-files)
11187 (image-dired-create-gallery-lists): Call new func.
11188 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
11189
11190 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11191
11192 * vc-hg.el (vc-hg-dir-state): Fix loop.
11193 (vc-hg-print-log): Fix expected return value for vc-hg-command.
11194 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
11195 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
11196 (vc-hg-revert): Likewise.
11197 (vc-hg-revision-table, vc-hg-revision-completion-table): New
11198 functions.
11199
11200 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * add-log.el (change-log-resolve-conflict): Don't lose data if the
11203 merge fails.
11204
11205 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11206
11207 * progmodes/compile.el (compilation-auto-jump-to-first-error):
11208 Add group and version.
11209
11210 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * add-log.el (add-log-file-name): Use file-relative-name.
11213 (add-change-log-entry): Delay reading
11214 add-log-(full-name|mailing-address) to after we've switched to the
11215 ChangeLog buffer so we get the right value.
11216 (add-change-log-entry, add-log-current-defun, change-log-merge):
11217 Use derived-mode-p rather than checking major-mode directly.
11218
11219 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
11220 name for buffer-file-name if it refers to a directory.
11221
11222 * vc-arch.el (vc-arch-diff): Fix last change.
11223
11224 * progmodes/compile.el (compilation-start): Remember the original
11225 directory in a buffer-local compilation-directory.
11226 (compile): Set the global value of compilation-directory.
11227 (recompile): Use compilation-directory even in the compilation buffer.
11228
11229 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11230
11231 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
11232
11233 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11234
11235 * ps-print.el: Problem with foreground and background color when
11236 printing a buffer with and without faces. Reported by Christian
11237 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
11238 (ps-print-version): New version 6.7.5.
11239 (ps-default-fg): Change default value to nil, so black color is used
11240 when a face does not specify a foreground color.
11241 (ps-default-bg): Change default value to nil, so white color is used
11242 for background color.
11243 (ps-begin-job): Fix code.
11244
11245 2007-07-20 Eli Zaretskii <eliz@gnu.org>
11246
11247 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
11248 in $(INSTALL_DIR)/lisp/ if they already exist.
11249
11250 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11251
11252 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
11253 in $(INSTALL_DIR)/lisp/ if they already exist.
11254
11255 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * progmodes/vera-mode.el (vera-re-search-forward)
11258 (vera-re-search-backward): Remove use of store-match-data.
11259 (vera-mode-map): Move initialization into declaration.
11260
11261 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
11262 (flymake-find-buildfile): Use locate-dominating-file.
11263
11264 * vc.el (vc-delistify): Use mapconcat.
11265 (vc-do-command): Minor simplification.
11266 (vc-expand-dirs): Use push.
11267
11268 * vc-mcvs.el (vc-mcvs-create-repo):
11269 * vc-cvs.el (vc-cvs-create-repo): Remove.
11270
11271 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
11272 directory and the root as well.
11273
11274 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
11277 instead of a file.
11278
11279 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
11280 (vc-hg-registered): Replace if with when.
11281 (vc-hg-state): Deal with nonexistent files and handle removed files.
11282 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
11283 (vc-hg-checkout): Re-enable.
11284 (vc-hg-create-repo): Fix typos.
11285 (vc-hg-print-log): Fix for multiple files.
11286 (vc-hg-workfile-unchanged-p): New function.
11287
11288 * vc.el: Fix typo.
11289 (vc-print-log): Fix call to print-log.
11290 (vc-default-comment-history): Likewise.
11291 (vc-directory-exclusion-list): Add .hg and .bzr.
11292 (vc-diff-internal): Pass a list instead of a file.
11293
11294 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
11295
11296 * vc-bzr.el (vc-bzr-create-repo): New function.
11297
11298 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
11301 `file' from which to start the search.
11302
11303 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
11304
11305 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
11306 having a single file argument to having a list of files as the
11307 first argument.
11308
11309 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * files.el (locate-dominating-file): New function.
11312
11313 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
11314
11315 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
11316 (grep-compute-defaults): Use it.
11317
11318 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * uniquify.el: Docstring fixes.
11321
11322 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
11323
11324 * vc.el (revision-granularity, create-repo): Document new vc
11325 backend properties.
11326 (vc-rollback): Renamed from vc-cancel-version. Update references.
11327 Pass a list instead of a file.
11328 (vc-revert): Renamed from vc-revert-buffer. Update references.
11329 (vc-delistify, vc-expand-dirs): New functions.
11330 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
11331 of files instead of a single file.
11332 (vc-position-context, vc-resync-window, vc-diff-internal)
11333 (vc-print-log): Pass a list instead of a file.
11334
11335 * vc-hooks.el (vc-stay-local-p, vc-backend)
11336 (vc-backend-subdirectory-name): Work on a file list, not a single
11337 file.
11338 (vc-workfile-version): Update docstring.
11339 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
11340 vc-revert instead of vc-revert-buffer.
11341 (vc-prefix-map): Likewise. Bind vc-update.
11342
11343 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
11344 (vc-svn-wash-log): New functions.
11345 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
11346 (vc-svn-command): Deal with a list of files, not a single file.
11347
11348 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
11349 (vc-rcs-wash-log): New functions.
11350 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
11351 Deal with a list of files, not a single file.
11352 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
11353
11354 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
11355 functions.
11356 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
11357 list of files, not a single file.
11358
11359 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11360 New functions.
11361 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11362 (vc-mcvs-diff): Deal with a list of files, not a single file.
11363
11364 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11365 functions.
11366 (vc-hg-print-log): Deal with a list of files, not a single file.
11367 (vc-hg-diff-tree): New function, replace defalias with the same
11368 name.
11369 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11370 FILES to denote that it is a file list, not a single file.
11371
11372 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11373 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11374 a single file.
11375 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11376 that it is a file list, not a single file.
11377 (vc-cvs-diff): Likewise. Simplify.
11378
11379 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11380 Deal with a list of files, not a single file.
11381
11382 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11383 (vc-bzr-print-log): Update FILE parameter name to denote that it
11384 is a file list, not a single file.
11385 (vc-bzr-diff): Likewise. Use the car of files.
11386
11387 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
11388
11389 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11390 (follow-delete-other-windows-and-split, follow-recenter)
11391 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11392 (follow-redisplay, follow-estimate-first-window-start)
11393 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11394 Fix typos in docstrings.
11395
11396 2007-07-18 Martin Rudalics <rudalics@gmx.at>
11397
11398 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11399 avoid that filling introduces lines with a single asterisk.
11400
11401 * kmacro.el (kmacro-end-macro): When ignoring empty macro
11402 avoid incorrect kmacro-ring-empty-p messages.
11403 Reported by Michael Schierl <schierlm@gmx.de>.
11404
11405 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11406
11407 * vc.el: Add more info about the vc-registered function.
11408
11409 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
11410
11411 * files.el (file-remote-p): Introduce optional parameter
11412 IDENTIFICATION.
11413
11414 * recentf.el (recentf-keep-default-predicate): Adapt call of
11415 `file-remote-p'.
11416
11417 * progmodes/grep.el (grep-probe): Use `process-file'.
11418 (grep-compute-defaults): Handle variables host specific.
11419
11420 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11421 parameter IDENTIFICATION.
11422
11423 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11424 parameter IDENTIFICATION.
11425 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
11426 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11427 Add entry for `set-file-times'.
11428 (tramp-do-copy-or-rename-file-via-buffer)
11429 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11430 (tramp-handle-unhandled-file-name-directory): Rewrite.
11431 (tramp-convert-file-attributes): Add error handling when inode is
11432 extraordinary big.
11433 (tramp-get-inode): Change parameter from FILE to VEC.
11434 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11435 is nil. This is according to the specification. Goto (point-max)
11436 when ready.
11437 (tramp-handle-shell-command): Rewrite completely, using
11438 `process-file' and `start-file-process'.
11439 (tramp-methods, tramp-find-shell)
11440 (tramp-open-connection-setup-interactive-shell)
11441 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11442 var. Reported by Steve Youngs <steve@sxemacs.org>.
11443
11444 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11445 entry for `set-file-times'. Rename `start-process' into
11446 `start-file-process'. Remove `call-process' entry.
11447 (tramp-fish-handle-set-file-times): New defun.
11448 (tramp-fish-handle-executable-find): Use `process-file'.
11449 (tramp-fish-handle-process-file): New defun. Replaces
11450 `tramp-fish-handle-call-process'.
11451 (tramp-fish-do-copy-or-rename-file-directly): Use
11452 `set-file-times'.
11453 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11454
11455 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11456 `tramp-get-inode' parameter.
11457
11458 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11461 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
11462 nowadays, and by the time Emacs-23 comes out, nobody will even remember
11463 it has ever existed.
11464
11465 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11466
11467 * vc.el: Undo previous change.
11468
11469 2007-07-16 Eli Zaretskii <eliz@gnu.org>
11470
11471 * makefile.w32-in (clean): Don't delete *~.
11472
11473 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * textmodes/tex-mode.el (tex-verbatim-environments):
11476 Add safe-local-variable property.
11477 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11478 when starting font-lock rather than when loading tex-mode.el.
11479
11480 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11481 whole $( rather than just the $. Rename from sh-quoted-subshell.
11482 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11483
11484 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11485
11486 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11487 bookmark-alist. Instead, if not sorting, simply return it.
11488 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11489 for its return value, not for its side effect.
11490
11491 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11492 case of alignment under a constant symbol, find and consider
11493 the sexp actually at indentation to be the "last sexp".
11494
11495 2007-07-16 Drew Adams <drew.adams@oracle.com>
11496
11497 * mouse.el (mouse-yank-secondary): Better error message if no
11498 secondary selection.
11499
11500 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11501
11502 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11503
11504 * term/xterm.el (xterm-turn-on-modify-other-keys)
11505 (xterm-turn-off-modify-other-keys): New functions.
11506 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11507 terminal supports it.
11508
11509 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11510
11511 * bookmark.el (bookmark-show-all-annotations):
11512 Make sure each inserted annotation ends with newline.
11513
11514 2007-07-15 Richard Stallman <rms@gnu.org>
11515
11516 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11517
11518 * tutorial.el (tutorial--find-changed-keys):
11519 Handle C-x specially like ESC.
11520
11521 2007-07-15 Aaron Hawley <aaronh@garden.org>
11522
11523 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11524
11525 2007-07-15 Juri Linkov <juri@jurta.org>
11526
11527 * delsel.el (delete-selection-pre-hook):
11528 * emulation/cua-base.el (cua-paste): Before a yank command,
11529 check also whether last-command is one of mouse-save-then-kill,
11530 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11531
11532 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
11533
11534 * recentf.el (recentf-keep-default-predicate): New defun.
11535 (recentf-keep): Use it as initial value.
11536
11537 2007-07-15 Karl Fogel <kfogel@red-bean.com>
11538
11539 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11540 thus restoring bookmark bindings to three slots under C-x r. See
11541 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11542
11543 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
11544
11545 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11546
11547 2007-07-15 Jason Rumney <jasonr@gnu.org>
11548
11549 * w32-fns.el (set-default-process-coding-system): Use dos line ends
11550 for input to cmdproxy on all versions of Windows.
11551 Use dos line ends for input to plink.
11552
11553 * comint.el (comint-simple-send): Concat newline before sending.
11554 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11555
11556 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11559 safe-local-variable setting.
11560
11561 2007-07-14 David Kastrup <dak@gnu.org>
11562
11563 * emacs-lisp/advice.el (defadvice): Doc fix.
11564
11565 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
11566
11567 * subr.el (when, unless): Doc fix.
11568
11569 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11570
11571 * replace.el (match): Use yellow1 instead of yellow.
11572
11573 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11574 red.
11575
11576 * pcvs-info.el (cvs-unknown): Likewise.
11577
11578 2007-07-13 Eli Zaretskii <eliz@gnu.org>
11579
11580 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11581 (install): Use them to copy all *.el files before *.elc.
11582
11583 2007-07-13 Drew Adams <drew.adams@oracle.com>
11584
11585 * bookmark.el (bookmark-jump-other-window): New function.
11586 (bookmark-map): Bind it to "o".
11587
11588 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11589 and its thread contains discussion about this change.
11590 The original patch was slightly tweaked by Karl Fogel
11591 <kfogel@red-bean.com> before committing.
11592
11593 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11594
11595 * bookmark.el: Shorten some comments to fit within 80 lines.
11596
11597 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11598
11599 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11600 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
11601 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
11602 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11603
11604 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
11605
11606 * textmodes/org.el: Bug fixes.
11607 (org-end-of-line): Move to end of line if in headline without tags.
11608
11609 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * vc-hooks.el: Remove spurious * in docstrings.
11612 (vc-handled-backends): Add BZR.
11613
11614 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11615
11616 2007-07-12 Davis Herring <herring@lanl.gov>
11617
11618 * desktop.el (desktop-buffer-info, desktop-save):
11619 Use `desktop-dirname' instead of `dirname'.
11620
11621 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11622
11623 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11624
11625 * progmodes/python.el (python-which-func-length-limit): New var.
11626 (python-which-func): New function.
11627 (python-current-defun): Add optional `length-limit' and try to fit
11628 computed function name to that length.
11629 (python-mode): Hook `python-which-func' up.
11630
11631 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11632
11633 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11634
11635 * comint.el (comint-dynamic-complete-as-filename):
11636 Use read-file-name-completion-ignore-case.
11637
11638 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * comint.el (comint-dynamic-list-filename-completions):
11641 Use read-file-name-completion-ignore-case.
11642
11643 * vc-cvs.el: Require CL.
11644 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11645 New functions to provide completion of revision names.
11646
11647 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11648 (vc-cvs-annotate-first-line-re): New const.
11649 (vc-cvs-annotate-process-filter): New fun.
11650 (vc-cvs-annotate-command): Use them and run the command asynchronously.
11651
11652 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11653
11654 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11655 (eldoc-print-current-symbol-info): Adjust for changed helper
11656 function signatures.
11657 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
11658 `eldoc-highlight-function-argument'.
11659 (eldoc-highlight-function-argument): New function.
11660 (eldoc-get-var-docstring): Format documentation with
11661 `font-lock-variable-name-face'.
11662 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11663 where suited.
11664 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11665 (eldoc-beginning-of-sexp): Return number of skipped sexps.
11666
11667 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
11668
11669 * progmodes/compile.el (compilation-start): `start-process' must
11670 still be redefined when calling `start-process-shell-command'.
11671
11672 * progmodes/gud.el (gud-file-name): When `default-directory' is a
11673 remote file name, prepend its remote part to the filename.
11674 (gud-common-init): When `default-directory' is a remote file name,
11675 make the filename relative to it.
11676 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11677
11678 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11681 mouse binding and a tooltip.
11682
11683 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * menu-bar.el (vc-menu-map): New defalias.
11686
11687 2007-07-10 Richard Stallman <rms@gnu.org>
11688
11689 * emacs-lisp/lisp-mode.el (eval-defun):
11690 Explain special handling of `defface'.
11691
11692 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
11693
11694 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11695
11696 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11697
11698 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11701
11702 * vc-arch.el (vc-arch-complete): Remove.
11703 (vc-arch-revision-completion-table): Use complete-with-action.
11704
11705 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11706 (complete-with-action): New function.
11707 (dynamic-completion-table): Use it.
11708
11709 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
11710
11711 * comint.el (make-comint, make-comint-in-buffer)
11712 (comint-exec-1): Replace `start-process' by `start-file-process'.
11713
11714 * progmodes/compile.el (compilation-start): Revert redefining
11715 `start-process'.
11716
11717 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11720 with EOLs when generating MD5 checksums.
11721
11722 * follow.el: Don't change the global map from the follow-mode-map
11723 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
11724 XEmacs code.
11725 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11726 since `follow-mode' should be used instead for that.
11727
11728 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11729 (easy-menu-do-define): Use it.
11730 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11731
11732 * progmodes/compile.el (compilation-auto-jump-to-first-error)
11733 (compilation-auto-jump-to-next): New vars.
11734 (compilation-auto-jump): New function.
11735 (compilation-error-properties): Use them to jump to first error.
11736 (compilation-start): Set the var if requested.
11737
11738 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11739 duplicates without also removing entries from other directories.
11740
11741 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
11742
11743 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11744 Remember span as default.
11745 (org-columns-edit-value): Rename from `org-column-edit'.
11746 (org-columns-display-here-title): Rename from
11747 `org-overlay-columns-title'.
11748 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11749 (org-columns-get-autowidth-alist): Rename from
11750 `org-get-columns-autowidth-alist'.
11751 (org-columns-display-here): Rename from `org-overlay-columns'.
11752 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11753 (org-columns-quit): Rename from `org-column-quit'.
11754 (org-columns-show-value): Rename from `org-column-show-value'.
11755 (org-columns-content, org-columns-widen)
11756 (org-columns-next-allowed-value)
11757 (org-columns-edit-allowed, org-columns-store-format)
11758 (org-columns-uncompile-format, org-columns-redo)
11759 (org-columns-edit-attributes, org-delete-property)
11760 (org-set-property, org-columns-update)
11761 (org-columns-compute, org-columns-eval)
11762 (org-columns-not-in-agenda, org-columns-compute-all)
11763 (org-property-next-allowed-value)
11764 (org-columns-compile-format)
11765 (org-fill-paragraph-experimental)
11766 (org-string-to-number, org-property-action)
11767 (org-columns-move-left, org-columns-new)
11768 (org-column-number-to-string)
11769 (org-property-previous-allowed-value)
11770 (org-at-property-p, org-columns-delete)
11771 (org-columns-previous-allowed-value)
11772 (org-columns-move-right, org-columns-narrow)
11773 (org-property-get-allowed-values)
11774 (org-verify-version, org-column-string-to-number)
11775 (org-delete-property-globally): New functions.
11776 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11777 (org-columns-overlays): Rename from `org-column-overlays'.
11778 (org-columns-map): Rename from `org-column-map'.
11779 (org-columns-current-maxwidths): Rename from
11780 `org-current-columns-maxwidths'.
11781 (org-columns-begin-marker, org-columns-current-fmt-compiled)
11782 (org-previous-header-line-format)
11783 (org-columns-inhibit-recalculation)
11784 (org-columns-top-level-marker): New variables.
11785 (org-columns-default-format): Rename from `org-default-columns-format'.
11786 (org-property-re): New constant.
11787
11788 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11789
11790 * subr.el (looking-at-p, string-match-p): New functions.
11791
11792 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
11793
11794 * textmodes/tex-mode.el (tex-fontify-script)
11795 (tex-font-script-display): New variables to make display of
11796 superscripts and subscripts customizable.
11797 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11798
11799 2007-07-09 Richard Stallman <rms@gnu.org>
11800
11801 * isearch.el (isearch-edit-string): Call to isearch-push-state
11802 after the search.
11803
11804 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11805
11806 * window.el (fit-window-to-buffer): Remove setting of window-min-height
11807 to 1 as enlarge-window uses the value to resize/shrink windows other
11808 than WINDOW if needed.
11809
11810 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11811
11812 * cus-start.el (file-coding-system-alist): Fix custom type.
11813
11814 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * longlines.el (longlines-wrap-region): Avoid marking buffer as
11817 modified.
11818 (longlines-auto-wrap, longlines-window-change-function):
11819 Remove unnecessary calls to set-buffer-modified-p.
11820
11821 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * cus-start.el (file-coding-system-alist): Fix custom type.
11824
11825 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11828 (vc-cvs-checkout): Remove last arg now unused; simplify.
11829
11830 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
11831
11832 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11833
11834 * net/tramp.el:
11835 * net/tramp-ftp.el:
11836 * net/tramp-smb.el:
11837 * net/tramp-uu.el:
11838 * net/trampver.el: Migrate to Tramp 2.1.
11839
11840 * net/tramp-cache.el:
11841 * net/tramp-fish.el:
11842 * net/tramp-gw.el: New Tramp packages.
11843
11844 * net/tramp-util.el:
11845 * net/tramp-vc.el: Removed.
11846
11847 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11848 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11849
11850 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11851
11852 * progmodes/compile.el (compilation-start): Redefine
11853 `start-process' temporarily when `default-directory' is remote.
11854 Remove case of synchronous compilation, this won't happen ever.
11855 (compilation-setup): Make local variable `comint-file-name-prefix'
11856 for remote compilation.
11857
11858 2007-07-08 Martin Rudalics <rudalics@gmx.at>
11859
11860 * novice.el (disabled-command-function): Fit window to buffer to
11861 make last line visible.
11862 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11863
11864 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11865 when handling the terminating event.
11866
11867 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11868
11869 * calc/calc.el (math-read-number-simple): Remove leading 0s.
11870 (math-bignum-digit-length): Change to optimal value.
11871
11872 * calc/calc-bin.el (math-bignum-logb-digit-size)
11873 (math-bignum-digit-power-of-two): Evaluate when compiled.
11874
11875 * calc/calc-comb.el (math-small-factorial-table)
11876 (math-init-random-base, math-prime-test): Remove unnecessary calls
11877 to `math-read-number-simple'.
11878
11879 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11880 (math-approx-gamma-const): Add docstrings.
11881
11882 * calc/calc-forms.el (math-julian-date-beginning)
11883 (math-julian-date-beginning-int): New constants.
11884 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11885 Use the new constants.
11886
11887 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11888
11889 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11890 Add docstrings.
11891
11892 2007-07-07 Tom Tromey <tromey@redhat.com>
11893
11894 * vc.el (vc-annotate): Jump to line and output message only after the
11895 process is really all done.
11896
11897 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * vc.el (vc-exec-after): Don't move point from the sentinel.
11900 Forcefully read all the remaining text in the pipe upon process exit.
11901 (vc-annotate-display-autoscale, vc-annotate-lines):
11902 Don't stop at the first unrecognized line.
11903 (vc-annotate-display-select): Run autoscale after the process is done
11904 since it depends on the whole result.
11905
11906 2007-07-07 Eli Zaretskii <eliz@gnu.org>
11907
11908 * term/w32-win.el (menu-bar-open): New function.
11909 Bind <f10> to it.
11910
11911 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
11912
11913 * simple.el (start-file-process): New defun.
11914
11915 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * files.el (find-file-confirm-nonexistent-file): Rename from
11918 find-file-confirm-inexistent-file. Update users.
11919
11920 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11921 format of autoload block where the file's time-stamp is replaced by its
11922 MD5 checksum.
11923 (autoload-generate-file-autoloads): Use MD5 checksum instead of
11924 time-stamp for secondary autoloads files.
11925 (update-directory-autoloads): Remove duplicate entries.
11926 Use time-less-p for time-stamps, as done in autoload-find-destination.
11927
11928 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11929
11930 * calc/calc.el (math-read-number): Replace number by variable.
11931 (math-read-number-simple): Properly parse small integers.
11932
11933 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
11934
11935 * vc.el: Fix doc for the checkout function.
11936
11937 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
11938
11939 * vc-hg.el (vc-hg-root): New function.
11940 (vc-hg-registered): Use it.
11941 (vc-hg-diff-tree): New defalias.
11942 (vc-hg-responsible-p): Likewise.
11943 (vc-hg-checkout): Comment out, not needed.
11944 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11945 (vc-hg-find-version, vc-hg-next-version): New functions.
11946
11947 2007-07-06 Andreas Schwab <schwab@suse.de>
11948
11949 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11950 dynamic bindings around the evaluation of the expression.
11951 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11952
11953 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11956 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
11957 Use run-hooks rather than run-mode-hooks.
11958
11959 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
11960
11961 * calc/calc-comb.el (math-random-digit): Rename to
11962 `math-random-three-digit-number'.
11963 (math-random-digits): Don't depend on representation of integer.
11964
11965 * calc/calc-bin.el (math-bignum-logb-digit-size)
11966 (math-bignum-digit-power-of-two): New constants.
11967 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11968 (math-not-bignum, math-clip-bignum): Use the constants
11969 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11970 instead of their values.
11971 (math-clip): Use math-small-integer-size instead of its value.
11972
11973 * calc/calc.el (math-add-bignum): Replace number by constant.
11974
11975 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * wid-edit.el (widget-documentation-string-value-create):
11978 Insert indentation spaces.
11979
11980 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11981
11982 * emacs-lisp/byte-opt.el: Revert last change.
11983
11984 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11985
11986 * vc-hooks.el (vc-handled-backends): Add HG.
11987
11988 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11989
11990 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * complete.el (PC-do-complete-and-exit): Add support for the new
11993 `confirm-only' confirmation mode.
11994
11995 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11996
11997 * cus-edit.el (custom-commands): New variable.
11998 (custom-tool-bar-map): New variable. Initialize using
11999 `custom-commands'.
12000 (custom-mode): Use `custom-tool-bar-map'.
12001 (custom-buffer-create-internal): Insert action buttons only if
12002 tool bar is not used. Use `custom-commands'.
12003 (Custom-help, custom-command-apply): New function.
12004 (custom-command-apply, Custom-set, Custom-save)
12005 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
12006 Use `custom-command-apply' instead of duplicating code.
12007 (customize-group-other-window): Call `customize-group' instead of
12008 duplicating code.
12009 (customize-face-other-window): Call `customize-face' instead of
12010 duplicating code.
12011 (customize-group, customize-face): Add optional args for opening
12012 in another window.
12013 (custom-variable-tag): Don't inherit `variable-pitch' face.
12014 (custom-group-tag): Inherit `variable-pitch' face.
12015 (custom-variable-value-create): Set documentation indentation.
12016 (custom-group-value-create): Make group name a link, instead of
12017 using an extra "go to group" button.
12018 (custom-prompt-variable, custom-group-set, custom-group-save)
12019 (custom-group-reset-current, custom-group-reset-saved)
12020 (custom-group-reset-standard): Minor cleanup.
12021
12022 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
12023
12024 * Makefile.in (bootstrap-prepare): When copying from
12025 ldefs-boot.el, make sure loaddefs.el is writeable.
12026
12027 (bootstrap-prepare): Make $(lisp)/ps-print.el
12028 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
12029
12030 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
12031
12032 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
12033 only caller, and delete.
12034 (vc-hg-state): Deal with exceptions and only parse the output on
12035 successful return.
12036 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
12037 caller, and delete.
12038 (vc-hg-workfile-version): Deal with exceptions and only parse the
12039 output on successful return.
12040 (vc-hg-revert): New function.
12041
12042 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
12043
12044 * calculator.el (calculator-expt): Use more cases to determine
12045 the value.
12046
12047 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
12048
12049 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
12050 file names.
12051
12052 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12053
12054 * calculator.el (calculator-expt, calculator-integer-p):
12055 New functions.
12056 (calculator-fact): Check to see if the factorial will be too
12057 large before computing it.
12058 (calculator-initial-operators): Use `calculator-expt' to
12059 compute "^".
12060 (calculator-mode): Mention that results which are too large
12061 will return inf.
12062 * calc/calc-comb.el (math-small-factorial-table): Replace list
12063 by vector.
12064
12065 2007-07-03 David Kastrup <dak@gnu.org>
12066
12067 * shell.el: On request of the authors, remove their addresses for
12068 the sake of bug reports, and add the developer list address as
12069 maintainer information.
12070
12071 2007-07-03 Richard Stallman <rms@gnu.org>
12072
12073 * files.el (make-directory): Doc fix.
12074 (find-file-confirm-inexistent-file): Make it a defcustom.
12075 Make nil the default.
12076
12077 2007-07-02 Richard Stallman <rms@gnu.org>
12078
12079 * startup.el (command-line): Set buffer-offer-save in *scratch*
12080 and enable auto-save in it.
12081
12082 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
12083
12084 * textmodes/org.el (orgstruct-mode-map): New variable.
12085 (orgstruct-mode): New minor mode.
12086 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
12087 (orgstruct-make-binding, org-context-p, org-get-local-variables)
12088 (org-run-like-in-org-mode): New functions.
12089 (org-cycle-list-bullet): New command.
12090 (org-special-properties, org-property-start-re)
12091 (org-property-end-re): New constants.
12092 (org-with-point-at): New macro.
12093 (org-get-property-block, org-entry-properties, org-entry-get)
12094 (org-entry-delete, org-entry-get-with-inheritance)
12095 (org-entry-put, org-buffer-property-keys): New functions.
12096 (org-insert-property-drawer): New command.
12097 (org-entry-property-inherited-from): New variable.
12098 (org-column): New face.
12099 (org-column-overlays, org-current-columns-fmt)
12100 (org-current-columns-maxwidths, org-column-map): New variables.
12101 (org-column-menu): New menu.
12102 (org-new-column-overlay, org-overlay-columns)
12103 (org-overlay-columns-title, org-remove-column-overlays)
12104 (org-column-show-value, org-column-quit, org-column-edit):
12105 New functions.
12106 (org-columns, org-agenda-columns): New commands.
12107 (org-get-columns-autowidth-alist): New functions.
12108 (org-properties): New customize group.
12109 (org-default-columns-format): New option.
12110 (org-priority): Realign tags after changing priority.
12111 (org-preserve-lc): New macro.
12112 (org-update-checkbox-count): Catch case when there is no headline.
12113 (org-agenda-quit): Remove any column overlays.
12114 (org-beginning-of-item-list): Fixed bug when non-item line is
12115 indented too deep.
12116 (org-cached-props): New variable.
12117 (org-cached-entry-get): New function.
12118 (org-make-tags-matcher): Handle property matches.
12119 (org-table-recalculate): Swap evaluation order: Field formula
12120 first, then column formulas, but don't allow them to overwrite the
12121 field formulas.
12122 (org-table-eval-formula): New argument untouchable.
12123 (org-table-put-field-property): New function.
12124
12125 2007-07-02 Martin Rudalics <rudalics@gmx.at>
12126
12127 * help-mode.el (help-make-xrefs): Skip spaces too when
12128 skipping tabs.
12129
12130 * ffap.el (dired-at-point-prompter): Improve prompt in
12131 list-directory case.
12132
12133 2007-07-01 Richard Stallman <rms@gnu.org>
12134
12135 * files.el (find-file-visit-truename): Fix safe-local-variable value.
12136
12137 2007-07-01 Richard Stallman <rms@gnu.org>
12138
12139 * cus-start.el (max-mini-window-height): Added.
12140
12141 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
12142
12143 * complete.el (partial-completion-mode): Remove advice of
12144 read-file-name-internal.
12145 (PC-do-completion): Rebind minibuffer-completion-table.
12146 (PC-read-file-name-internal): New function doing what
12147 read-file-name-internal advice did.
12148
12149 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
12150
12151 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
12152 property on a few symbols.
12153 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
12154 (byte-optimize-lapcode): Remove bindings that are not referenced
12155 and certainly will not effect through dynamic scoping.
12156
12157 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * files.el (find-file-confirm-inexistent-file): New var.
12160 (find-file, find-file-other-window, find-file-other-frame)
12161 (find-file-read-only, find-file-read-only-other-window)
12162 (find-file-read-only-other-frame): Use it.
12163
12164 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
12167
12168 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
12169
12170 * generic-x.el (generic-define-mswindows-modes)
12171 (generic-define-unix-modes, apache-log-generic-mode)
12172 (bat-generic-mode-keymap, java-manifest-generic-mode)
12173 (show-tabs-generic-mode): Fix typos in docstrings.
12174
12175 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
12176
12177 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
12178 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
12179 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
12180 (rcirc-print): Never ignore messages from ourself.
12181
12182 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
12185 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
12186
12187 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12188
12189 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
12190 replace-regexp-in-string.
12191
12192 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * emacs-lisp/cl.el: Set edebug and indentation before loading
12195 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
12196
12197 2007-06-28 Andreas Schwab <schwab@suse.de>
12198
12199 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
12200 $(lisp)/subdirs.el.
12201
12202 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
12203
12204 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
12205 the speedbar frame if nil; that deletes the current frame or
12206 causes an error if it is the only frame.
12207 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
12208
12209 2007-06-28 Kevin Ryde <user42@zip.com.au>
12210
12211 * textmodes/nroff-mode.el: Groff \# comments.
12212 (nroff-mode-syntax-table): \# comment intro,
12213 plain # as punct per global table.
12214 (nroff-font-lock-keywords): Add # as a single char escape.
12215 (nroff-mode): In comment-start-skip, match \#.
12216
12217 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
12220 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
12221 point-min == 1.
12222
12223 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
12224
12225 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
12226 Rename and move to...
12227
12228 * subr.el (strings->string, string->strings): ...here.
12229
12230 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
12231 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
12232
12233 * progmodes/gud.el (gud-common-init): Call string->strings instead
12234 of split-string.
12235
12236 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
12237
12238 * dired-aux.el: Remove `dired-call-process'.
12239 (dired-check-process): Call `process-file'.
12240
12241 * wdired.el (wdired-do-perm-changes): Call `process-file'.
12242
12243 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
12244 `ange-ftp-process-file'.
12245
12246 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
12249
12250 * emacs-lisp/cl-extra.el:
12251 * emacs-lisp/cl-seq.el:
12252 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
12253 Add autoload cookies on all defs autoloaded manually in cl.el.
12254
12255 * emacs-lisp/cl-loaddefs.el: New file.
12256
12257 * textmodes/texinfmt.el (texinfo-raisesections-alist)
12258 (texinfo-lowersections-alist): Merge definition and declaration.
12259 (texinfo-start-of-header, texinfo-end-of-header): Remove.
12260 (texinfo-format-syntax-table): Merge init into declaration.
12261 (texinfo-format-parse-line-args, texinfo-format-parse-args)
12262 (texinfo-format-parse-defun-args, texinfo-format-node)
12263 (texinfo-push-stack, texinfo-multitable-widths)
12264 (texinfo-define-info-enclosure, texinfo-alias)
12265 (texinfo-format-defindex, batch-texinfo-format): Use push.
12266 (texinfo-footnote-number): Remove duplicate declaration.
12267
12268 * ps-print.el: Update with auto-generated autoloads.
12269
12270 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
12271
12272 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
12275 relative to current dir for file-local settings.
12276 (autoload-generate-file-autoloads): Add `outfile' arg.
12277 (update-directory-autoloads): Use it to directly call
12278 autoload-generate-file-autoloads instead of going through
12279 update-file-autoloads so we avoid redundant searches and so we can know
12280 the set of buffers changed so we can save them all.
12281
12282 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
12283 rather than throwing `up-to-date'.
12284 (autoload-generate-file-autoloads): Adjust correspondingly.
12285 (update-file-autoloads): Be careful to let-bind
12286 autoload-modified-buffers and adjust to new calling conventions.
12287 (autoload-modified-buffers): Make it a dynamically scoped var.
12288 (update-directory-autoloads): Use file-relative-name instead of
12289 autoload-trim-file-name.
12290 (autoload-insert-section-header): Don't use autoload-trim-file-name
12291 since the file is already relative now.
12292 (autoload-trim-file-name): Remove.
12293
12294 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
12295 (vc-arch-complete, vc-arch--version-completion-table)
12296 (vc-arch-revision-completion-table): New functions to provide
12297 completion of revision names.
12298 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
12299 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
12300 to let the user trim the revlib.
12301
12302 * vc.el: Add new VC operation `revision-completion-table'.
12303 (vc-default-revision-completion-table): New function.
12304 (vc-version-diff, vc-version-other-window): Use it to provide
12305 completion of revision names if the backend provides it.
12306
12307 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
12308
12309 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
12310 of newer .svn/entries.
12311
12312 2007-06-25 David Kastrup <dak@gnu.org>
12313
12314 * calc/calc-poly.el (math-padded-polynomial)
12315 (math-partial-fractions): Add some function comments.
12316
12317 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12318
12319 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12320 Make `outbuf' optional.
12321 (update-file-autoloads): Use it.
12322
12323 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
12326 (autoload-find-destination): Keep it uptodate.
12327 (autoload-save-buffers): New fun.
12328 (update-file-autoloads): Use it. Re-add the "up to date" message.
12329
12330 * emacs-lisp/autoload.el: Refactor for upcoming changes.
12331 (autoload-find-destination): New function extracted from
12332 update-file-autoloads.
12333 (update-file-autoloads): Use it.
12334 (autoload-generate-file-autoloads): New function extracted from
12335 generate-file-autoloads. Use file-relative-name. Delay computation of
12336 output-start to the first cookie. Remove done-any, replaced by
12337 output-start.
12338 (generate-file-autoloads): Use it.
12339
12340 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
12341
12342 * calc/calc-comb.el (math-init-random-base, math-prime-test):
12343 Use math-read-number-simple to insert constants.
12344 (math-prime-test): Redo calculation of sum.
12345
12346 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
12347
12348 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
12349 math-scale-bignum-3.
12350 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
12351 math-bignum-digit-size.
12352 (math-isqrt-small): Add another possible initial guess.
12353
12354 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12355
12356 * textmodes/bibtex.el (bibtex-entry-format): New options
12357 `whitespace', `braces', and `string'.
12358 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12359 (bibtex-field-braces-opt, bibtex-field-strings-opt)
12360 (bibtex-cite-matcher-alist): New variables.
12361 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12362 (bibtex-flash-head): Use blink-matching-delay.
12363 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12364 (bibtex-format-entry, bibtex-reformat): Handle new options of
12365 bibtex-entry-format.
12366 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12367 New functions.
12368 (bibtex-complete-internal): Do not display messages while
12369 minibuffer is used. Do not leave around a completions buffer
12370 that is out of date.
12371 (bibtex-copy-summary-as-kill): New optional arg.
12372 (bibtex-font-lock-url): New optional arg no-button.
12373 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12374 (bibtex-url): Allow multiple URLs per entry.
12375
12376 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * emacs-lisp/autoload.el (autoload-generated-file): New function.
12379 (update-file-autoloads, update-directory-autoloads): Use it.
12380 (autoload-file-load-name): New function.
12381 (generate-file-autoloads, update-file-autoloads): Use it.
12382 (autoload-find-file): Accept non-absolute argument. Set default-dir.
12383 (generate-file-autoloads): If the autoloaded form is malformed,
12384 indicate the problem with a warning instead of aborting.
12385
12386 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
12387
12388 * simple.el (next-error-recenter): Accept `(4)' as well;
12389 also, specify `integer' instead of `number'.
12390
12391 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12392
12393 * ls-lisp.el (insert-directory): If an invalid regexp error is
12394 thrown, try using FILE as a literal file name, not a wildcard.
12395
12396 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
12397
12398 * ruler-mode.el (ruler-mode): Prevent clobbering the original
12399 `header-line-format' when reentering ruler mode.
12400
12401 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12402
12403 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12404 FILE exists as a file.
12405
12406 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12407
12408 * calc/calc.el (math-bignum-digit-length)
12409 (math-bignum-digit-size, math-small-integer-size):
12410 New constants.
12411 (math-normalize, math-bignum-big, math-make-float)
12412 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12413 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12414 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12415 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12416 (math-quotient, math-div-bignum, math-div-bignum-digit)
12417 (math-div-bignum-part, math-format-bignum-decimal)
12418 (math-read-bignum): Use math-bignum-digit-length,
12419 math-bignum-digit-size and math-small-integer-size.
12420
12421 * calc/calc-ext.el (math-fixnum-big): Use the variable
12422 math-bignum-digit-size.
12423
12424 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12425
12426 * log-view.el (log-view-mode-menu): New menu.
12427
12428 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12431 differently.
12432
12433 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12434 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12435
12436 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12437
12438 * vc-hg.el (vc-hg-print-log): Insert the file name.
12439 (vc-hg-log-view-mode): Fontify the file name.
12440
12441 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12442
12443 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12444 (calcFunc-julian): Fix incorrect number used in calculations.
12445
12446 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
12447
12448 * simple.el (next-error-recenter): New defcustom.
12449 (next-error, next-error-internal): Recenter if specified,
12450 immediately prior to running `next-error-hook'.
12451
12452 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12453 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12454
12455 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12456
12457 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12458
12459 * calc/calc-comb.el (math-small-factorial-table): New variable.
12460 (calcFunc-fact): Use `math-small-factorial-table'.
12461
12462 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12463 initial values.
12464 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12465 New variables to use in caches.
12466
12467 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12468 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12469
12470 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12471 (math-bernoulli-b-cache): Use math-read-number-simple to insert
12472 bignums.
12473
12474 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12475 New variables to use in caches.
12476
12477 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12478
12479 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12480
12481 * vc-hg.el (vc-hg-log-view-mode): New mode.
12482
12483 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
12484
12485 * calc/calc.el (math-read-number-simple): New function.
12486
12487 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12488
12489 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12490 (vera-font-lock-match-item): Fix doc string.
12491 (vera-in-comment-p): Remove unused function.
12492 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12493 use `syntax-ppss'.
12494 (vera-forward-syntactic-ws): Fix argument order.
12495 (vera-prepare-search): Use `with-syntax-table'.
12496 (vera-indent-line): Fix doc string.
12497 (vera-electric-tab): Fix doc string.
12498 (vera-expand-abbrev): Define alias instead of using `fset'.
12499 (vera-comment-uncomment-region): Use `comment-start-skip'.
12500
12501 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
12502
12503 * textmodes/org.el (org-export-with-footnotes): New option.
12504 (org-export-as-html): Fix replacement bug for XEmacs.
12505 (org-agenda-default-appointment-duration): New option.
12506
12507 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
12508
12509 * vc-hg.el: Add to do items.
12510 (vc-hg-diff): Add support for comparing different revisions.
12511 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12512 (vc-hg-annotate-extract-revision-at-line)
12513 (vc-hg-previous-version, vc-hg-checkin): New functions.
12514 (vc-hg-annotate-re): New constant.
12515
12516 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
12517
12518 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12519
12520 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12523 buffer-local value of log-view-*-re if applicable.
12524
12525 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12526 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12527 (vc-bzr-command*): Remove both (incompatible) versions.
12528 (vc-bzr-do-command*): Remove.
12529 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12530 Remove by folding into its only caller vc-bzr-command.
12531 (vc-bzr-command): Always set the environment, even when ineffective.
12532 (vc-bzr-version): Minor fix up.
12533 (vc-bzr-admin-dirname): New var.
12534 (vc-bzr-bzr-dir): Remove.
12535 (vc-bzr-root-dir): New fun.
12536 (vc-bzr-registered): Use it. Add an autoloaded version.
12537 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12538 (vc-bzr-view-log-function): Remove.
12539 (vc-bzr-log-view-mode): New major mode to replace it.
12540 (vc-bzr-print-log): Only activate the old hack if needed.
12541
12542 * vc.el (vc-default-log-view-mode): New function.
12543 (vc-print-log): Add new `log-view-mode' VC operation.
12544
12545 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
12546
12547 * ido.el (ido-find-file-in-dir): Don't signal an error for
12548 empty directories.
12549
12550 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12551
12552 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12553 directory where the desktop file was found, as the docstring says.
12554 (desktop-kill): Use `read-directory-name'.
12555
12556 2007-06-20 Alan Mackenzie <acm@muc.de>
12557
12558 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12559 When removing lines, also remove the \n. Correction of patch of
12560 2007-04-21.
12561
12562 2007-06-20 Martin Rudalics <rudalics@gmx.at>
12563
12564 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12565 event is not a cons cell. Do not unread drag-mouse-1 events.
12566 Select right window in check whether space was stolen from
12567 window above.
12568
12569 * help-mode.el (help-make-xrefs): Adjust position of new forward
12570 button.
12571
12572 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
12573
12574 * vc-bzr.el (vc-bzr-with-process-environment)
12575 (vc-bzr-std-process-invocation): New macros.
12576 (vc-bzr-command, vc-bzr-command*): Use them.
12577 (vc-bzr-with-c-locale): Remove.
12578 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12579 (vc-bzr-buffer-nonblank-p): New function.
12580 (vc-bzr-state-words): New const.
12581 (vc-bzr-state): Look for `bzr status' keywords in output.
12582 Display everything else as a warning message to the user.
12583 Fix status report with bzr >= 0.15.
12584
12585 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12586
12587 * vc-hg.el (vc-hg-global-switches): Simplify.
12588 (vc-hg-state): Handle more states.
12589 (vc-hg-diff): Fix doc-string.
12590 (vc-hg-register): New function.
12591 (vc-hg-checkout): Likewise.
12592
12593 2007-06-20 Reto Zimmermann <reto@gnu.org>
12594
12595 * progmodes/vera-mode.el: New file.
12596
12597 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
12598
12599 * calc/calc.el (calc-multiplication-has-precendence):
12600 New variable.
12601 (math-standard-ops, math-standard-ops-p, math-expr-ops):
12602 New functions.
12603 (math-expr-opers): Define using math-standard-ops rather than
12604 math-standard-opers.
12605 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12606 equal the function math-standard-ops rather than the variable
12607 math-standard-opers.
12608 (calc-algebraic-entry): Let math-expr-opers equal
12609 math-standard-ops or math-expr-ops, as appropriate.
12610 (math-expr-read-level, math-read-factor): Let math-expr-opers
12611 equal math-expr-ops.
12612 * calc/calc-embed.el (calc-embedded-finish-edit):
12613 Let math-expr-opers equal the function math-standard-ops
12614 rather than the variable math-standard-opers.
12615 * calc/calc-ext.el (math-read-plain-expr)
12616 (math-format-flat-expr-fancy): Let math-expr-opers equal the
12617 function math-standard-ops rather than the variable
12618 math-standard-opers.
12619 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12620 Let math-expr-opers equal the function math-standard-ops rather
12621 than the variable math-standard-opers.
12622 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12623 equal the function math-standard-ops rather than the variable
12624 math-standard-opers.
12625 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12626 equal the function math-standard-ops rather than the variable
12627 math-standard-opers.
12628 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12629 math-expr-ops.
12630
12631 2007-06-19 Ivan Kanis <apple@kanis.eu>
12632
12633 * vc-hg.el: New file.
12634
12635 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12638 with font-lock-multiline.
12639
12640 2007-06-17 Glenn Morris <rgm@gnu.org>
12641
12642 * lpr.el (lpr-page-header-switches): Move %s to separate element
12643 for correct quoting. Doc fix.
12644
12645 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12648 than setting sgml-xml-mode.
12649 (sgml-mode, html-mode): Set sgml-xml-mode.
12650 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12651 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12652 (sgml-electric-tag-pair-before-change-function)
12653 (sgml-electric-tag-pair-flush-overlays): New functions.
12654 (sgml-electric-tag-pair-mode): New minor mode.
12655 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12656 (sgml-calculate-indent): Use assoc-string.
12657
12658 2007-06-16 Karl Fogel <kfogel@red-bean.com>
12659
12660 * thingatpt.el (thing-at-point-email-regexp): Don't require two
12661 chars before the "@" in an email address. Andreas Roehler noticed
12662 this problem.
12663
12664 2007-06-15 Karl Fogel <kfogel@red-bean.com>
12665
12666 * thingatpt.el: Add support for email addresses (`email').
12667 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12668 (thing-at-point-email-regexp): New variable.
12669 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12670 properties on this symbol, with lambda forms for values.
12671
12672 2007-06-15 Masatake YAMATO <jet@gyve.org>
12673
12674 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12675
12676 * vc.el (vc-dired-hook): Check the backend returned from
12677 `vc-responsible-backend' can really handle `subdir'.
12678
12679 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
12680
12681 * wid-edit.el (widget-add-documentation-string-button):
12682 Fix handling of documentation indent.
12683
12684 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
12685
12686 * mb-depth.el: New file.
12687
12688 2007-06-15 Masatake YAMATO <jet@gyve.org>
12689
12690 * vc.el (vc-dired-mode): Show backend name as part of mode name.
12691
12692 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
12693
12694 * wid-edit.el (widget-default-create): Move ?h handling here...
12695 (widget-default-format-handler): ...from here.
12696 (widget-docstring, widget-add-documentation-string-button): New funs.
12697 (documentation-string): Add :visibility-widget property.
12698 (widget-documentation-string-value-create): Use it.
12699
12700 * cus-edit.el (custom-split-regexp-maybe): Simplify.
12701 (custom-buffer-create-internal): Simplify message.
12702 (custom-variable-tag): Reduce height to normal.
12703 (custom-variable-value-create, custom-face-value-create)
12704 (custom-visibility): New widget.
12705 (custom-visibility): New face.
12706 (custom-group-value-create):
12707 Call widget-add-documentation-string-button, using `custom-visibility'.
12708
12709 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * emacs-lisp/bytecomp.el (byte-compile-current-group)
12712 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12713 change. Apparently the "warning even if the group is implicit" is
12714 a feature rather than a bug.
12715
12716 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
12717
12718 * emulation/viper.el (viper-describe-key-ad)
12719 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12720 Compile them conditionally.
12721 (viper-version): Belated version change.
12722
12723 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
12724
12725 * follow.el (follow-all-followers, follow-generic-filter):
12726 * pcomplete.el (pcomplete-restore-windows):
12727 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12728 (x-dnd-drop-data):
12729 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12730 * progmodes/python.el (python-complete-symbol):
12731 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12732
12733 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
12734
12735 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12736 around bright and dim regexps. Make sure bright and dim matches
12737 use word anchors. Send text through rcirc-markup functions.
12738 (rcirc-url-regexp): Add single quote character.
12739 (rcirc-connect): Write logs to disk on auto-save-hook.
12740 Make server a non-optional argument.
12741 (rcirc-log-alist): New variable.
12742 (rcirc-log-directory): Make customizable.
12743 (rcirc-log-flag): New customizable variable.
12744 (rcirc-log): New function.
12745 (rcirc-print): Use above function.
12746 (rcirc-log-write): New function.
12747 (rcirc-generate-new-buffer-name): Strip text properties.
12748 (rcirc-switch-to-buffer-function): Remove variable.
12749 (rcirc-last-non-irc-buffer): Remove variable.
12750 (rcirc-non-irc-buffer): Add function.
12751 (rcirc-next-active-buffer): Use above function.
12752 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12753 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12754 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12755 (rcirc-omit-mode): Add minor-mode.
12756 (rcirc-mode-map): Change C-c C-o binding.
12757 (rcirc-mode): Clear mode-line-process. Use a custom
12758 fill-paragraph-function. Set up buffer-invisibility-spec.
12759 (rcirc-response-formats): Remove timestamp code.
12760 (rcirc-omit-responses): Add variable.
12761 (rcirc-print): Don't put the overlay arrow on potentially omitted
12762 lines. Log line to disk. Record activity for private messages
12763 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
12764 (rcirc-jump-to-first-unread-line): Print message if there is no
12765 unread text.
12766 (rcirc-clear-unread): New function.
12767 (rcirc-markup-text-functions): Add variable.
12768 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12769 (rcirc-debug): Don't mess with window configuration.
12770 (rcirc-send-message): Send message before printing locally.
12771 Add SILENT argument, do not print message if non-nil.
12772 (rcirc-visible-buffers): New function and variable.
12773 (rcirc-window-configuration-change-1): Add function.
12774 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12775 server buffer.
12776 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12777 (rcirc-fill-paragraph): Add function.
12778 (rcirc-record-activity, rcirc-window-configuration-change-1):
12779 Only update the activity string if it has actually changed.
12780 (rcirc-update-activity-string): Remove padding characters from the
12781 mode-line string.
12782 (rcirc-disconnect-buffer): New function to be called when a
12783 channel is parted or the user quits.
12784 (rcirc-server-name): Warn when the server-name hasn't been set.
12785 (rcirc-window-configuration-change): Postpone work until
12786 post-command-hook.
12787 (rcirc-window-configuration-change-1): Update mode-line and
12788 overlay arrows here.
12789 (rcirc-authenticate): Fixc hanserv identification.
12790 (rcirc-default-server): Remove variable.
12791 (rcirc): Connect according to rcirc-connections.
12792 (rcirc-connections): Add variable.
12793 (rcirc-startup-channels-alist): Remove variable.
12794 (rcirc-startup-channels): Remove function.
12795
12796 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12799
12800 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
12801
12802 * term/xterm.el (terminal-init-xterm): Escape parens in character
12803 constants.
12804
12805 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * progmodes/sh-script.el: Remove unneeded * from docstrings.
12808 Use [:alpha:] and [:alnum:] where applicable.
12809 (sh-quoted-subshell): Rewrite to correctly
12810 handle nested mixes of `...' and $(...).
12811 (sh-apply-quoted-subshell): Remove.
12812 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12813
12814 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
12815
12816 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
12817
12818 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12819 previous change.
12820
12821 2007-06-12 Tom Tromey <tromey@redhat.com>
12822
12823 * subr.el (user-emacs-directory): New defconst.
12824 * cmuscheme.el (scheme-start-file):
12825 * shell.el (shell):
12826 * completion.el (save-completions-file-name):
12827 * custom.el (custom-theme-directory):
12828 * term/x-win.el (emacs-session-filename):
12829 * filesets.el (filesets-menu-cache-file):
12830 * thumbs.el (thumbs-thumbsdir):
12831 * server.el (server-auth-dir):
12832 * image-dired.el (image-dired-dir):
12833 (image-dired-db-file):
12834 (image-dired-temp-image-file):
12835 (image-dired-gallery-dir):
12836 (image-dired-temp-rotate-image-file):
12837 * play/gamegrid.el (gamegrid-user-score-file-directory):
12838 * savehist.el (savehist-file):
12839 * tutorial.el (tutorial--saved-dir):
12840 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12841
12842 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
12843
12844 * scroll-lock.el (scroll-lock-mode): Doc fix.
12845
12846 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12847
12848 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12849
12850 * ediff-init.el: Doc strings.
12851
12852 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12855 (byte-compile-file): Bind it.
12856 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12857 group argument is provided implicitly.
12858 (byte-compile-format-warn, byte-compile-from-buffer)
12859 (byte-compile-insert-header): Don't hardcode point-min==1.
12860 (byte-compile-file-form-require): Remove unused var old-load-list.
12861 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12862
12863 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12864
12865 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12866 Display error messages.
12867 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12868 Get rid of cl.el dependencies.
12869
12870 * emulation/viper-init.el (viper-suppress-input-method-change-message):
12871 New variable.
12872 (viper-activate-input-method-action)
12873 (viper-inactivate-input-method-action):
12874 Use viper-suppress-input-method-change-message.
12875
12876 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12877 for C-s, C-r.
12878
12879 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12880 Use viper-replace-overlay-cursor-color instead of
12881 viper-replace-overlay-cursor-color.
12882 (viper-sit-for-short): Use sit-for with 3 arguments.
12883
12884 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12885 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12886 to gud-mode.
12887
12888 * ediff-mult.el (ediff-meta-buffer-brief-message)
12889 (ediff-meta-buffer-verbose-message): New variables.
12890 (ediff-meta-buffer-message): Variable deleted.
12891 (ediff-verbose-help-enabled): New variable.
12892 (ediff-toggle-verbose-help-meta-buffer): New function.
12893 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12894 message options.
12895
12896 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12897 (ediff-fixup-patch-map): Improve heuristic.
12898
12899 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12902 (log-view-font-lock-keywords): Simplify.
12903 (log-view-current-file, log-view-current-tag): Simplify.
12904
12905 2007-06-12 Sam Steingold <sds@gnu.org>
12906
12907 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12908
12909 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
12910
12911 * desktop.el (desktop-load-locked-desktop): New option.
12912 (desktop-read): Use it.
12913 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12914 Use `when'.
12915
12916 2007-06-12 Davis Herring <herring@lanl.gov>
12917
12918 * desktop.el (desktop-save-mode-off): New function.
12919 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12920 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12921 (desktop-claim-lock, desktop-release-lock): New functions.
12922 (desktop-kill): Tell `desktop-save' that this is the last save.
12923 Release the lock afterwards.
12924 (desktop-buffer-info): New function.
12925 (desktop-save): Use it. Run `desktop-save-hook' where the doc
12926 says to. Detect conflicts, and manage the lock.
12927 (desktop-read): Detect conflicts. Manage the lock.
12928
12929 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12932
12933 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12934 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
12935 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12936 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12937 keysyms rather than byte sequences.
12938 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12939
12940 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * font-lock.el (font-lock-add-keywords): In case font-lock was only
12943 half-activated, forcefully activate it completely.
12944
12945 2007-06-11 Richard Stallman <rms@gnu.org>
12946
12947 * cus-edit.el (custom-variable-type): Doc fix.
12948
12949 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12952 (sh-font-lock-flush-syntax-ppss-cache): New functions.
12953 (sh-font-lock-syntactic-keywords): Use them to distinguish the
12954 different possible cases for \'.
12955
12956 * complete.el (PC-bindings): Don't bind things already bound in the
12957 parent keymap.
12958
12959 * textmodes/bibtex-style.el: New file.
12960
12961 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
12962
12963 * vc-bzr.el: New file.
12964
12965 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * vc-svn.el (vc-svn-program): New var.
12968 (vc-svn-command): Use it.
12969
12970 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
12971
12972 * server.el (server-switch-buffer): Remove redundant check.
12973
12974 2007-06-10 Martin Rudalics <rudalics@gmx.at>
12975
12976 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12977 Match against file-name-nondirectory.
12978 Fix text on user customization variables.
12979 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12980
12981 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12982
12983 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12984
12985 2007-06-09 Davis Herring <herring@lanl.gov>
12986
12987 * desktop.el (desktop-minor-mode-table): Doc fix.
12988
12989 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * textmodes/css-mode.el (css-navigation-syntax-table):
12992 Use set-char-table-range so it also works in the unicode branch.
12993
12994 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
12995
12996 * help-mode.el (help-xref-forward-stack)
12997 (help-xref-stack-forward-item, help-forward-label): New variables.
12998 (help-forward): New button type.
12999 (help-setup-xref): Initialise help-xref-forward-stack.
13000 (help-make-xrefs): Add forward button, if appropriate.
13001 (help-xref-go-back): Push item on forward stack.
13002 (help-xref-go-forward, help-go-forward): New functions.
13003
13004 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
13005
13006 * dired.el (dired-mode-map): Remove spurious separator.
13007
13008 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13009
13010 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
13011
13012 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13013 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
13014
13015 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
13016
13017 * textmodes/org.el: Version number fixed.
13018
13019 2007-06-07 Glenn Morris <rgm@gnu.org>
13020
13021 * version.el (emacs-copyright): New constant.
13022 * startup.el (fancy-splash-tail): Use emacs-copyright.
13023 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
13024
13025 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
13026 `make-local'.
13027 (byte-compile-warnings-safe-p): Add `make-local'.
13028 (byte-compile-make-variable-buffer-local):
13029 Allow byte-compile-warnings to suppress this warning.
13030
13031 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
13032 format of "menu" description.
13033 (tutorial--find-changed-keys): Describe the specific menu a
13034 command is in.
13035
13036 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
13037 Rewrite compatibility functions to silence byte-compiler.
13038
13039 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
13040
13041 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
13042 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
13043
13044 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
13045
13046 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
13047
13048 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13049
13050 * progmodes/ebrowse.el (ebrowse-member-table):
13051 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
13052 (org-batch-agenda-csv): Fix typos in docstrings.
13053
13054 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13055
13056 * international/mule-cmds.el (toggle-enable-multibyte-characters)
13057 (sort-coding-systems, search-unencodable-char): Doc fixes.
13058 (coding-system-change-eol-conversion, set-default-coding-systems)
13059 (prefer-coding-system, find-multibyte-characters, princ-list)
13060 (leim-list-entry-regexp, set-input-method, locale-language-names)
13061 (input-method-exit-on-first-char, exit-language-environment-hook)
13062 (locale-charset-language-names): Fix typos in docstrings.
13063
13064 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13065
13066 * pgg.el (pgg-sign-region, pgg-sign):
13067 * ses.el (ses-call-printer):
13068 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
13069 * textmodes/org.el (org-cycle): Fix typos in docstrings.
13070
13071 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
13072
13073 * textmodes/org.el (org-export-region-as-html)
13074 (org-replace-region-by-html, org-number-to-letters)
13075 (org-table-fedit-finish, org-normalize-color)
13076 (org-table-fedit-ref-right, org-date-to-gregorian)
13077 (org-table-fedit-move, org-table-convert-refs-to-rc)
13078 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
13079 (org-write-agenda, org-colgroup-info-to-vline-list)
13080 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
13081 (org-indent-line-function, org-export-as-html-to-buffer)
13082 (org-store-agenda-views, org-update-mode-line)
13083 (org-find-if, org-delete-all)
13084 (org-table-fedit-convert-buffer, org-emphasize)
13085 (org-uniquify, org-table-fedit-lisp-indent)
13086 (org-table-fedit-scroll, org-get-todo-sequence-head)
13087 (org-table-fedit-scroll-down, org-table-fedit-line-down)
13088 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
13089 (org-table-fedit-toggle-coordinates, org-dvipng-color)
13090 (org-table-fedit-line-up, org-table-fedit-ref-down)
13091 (org-table-formula-from-user, org-mode-flyspell-verify)
13092 (org-cycle-show-empty-lines, org-ctrl-c-ret)
13093 (org-table-formula-to-user, org-diary-to-ical-string)
13094 (orgtbl-export, org-table-fedit-post-command)
13095 (org-closed-in-range, org-shiftcontrolright)
13096 (org-table-convert-refs-to-an, org-table-hline-and-move)
13097 (org-table-formula-less-p, org-format-table-ascii)
13098 (org-agenda-get-sexps, org-shift-refpart)
13099 (org-diary-sexp-entry, org-time-string-to-absolute)
13100 (org-table-show-reference, org-letters-to-number)
13101 (org-fix-agenda-info, org-table-fedit-ref-up)
13102 (org-table-fedit-shift-reference, org-table-fedit-abort)
13103 (org-closest-date, org-shiftcontrolleft)
13104 (org-at-heading-or-item-p, org-rematch-and-replace)
13105 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
13106 New functions.
13107 (org-table-edit-scroll-down, org-finish-edit-formulas)
13108 (org-table-edit-next-field, org-abort-edit-formulas)
13109 (org-font-lock-level, org-export-find-first-heading-line)
13110 (org-table-edit-line-down, org-table-edit-backward-field)
13111 (org-edit-formula-lisp-indent, org-table-edit-move)
13112 (org-check-log-option, org-this-word)
13113 (org-table-edit-line-up, org-table-edit-formulas-post-command)
13114 (org-agenda-file-to-end, org-expand-file-name)
13115 (org-fake-empty-table-line, org-table-edit-scroll)
13116 (org-toggle-log-option, org-show-reference): Function removed.
13117 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
13118 New defsubsts.
13119 (org-unmodified, org-batch-store-agenda-views)
13120 (org-batch-agenda-csv): New macro.
13121 (org-agenda-export): New customization group.
13122 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
13123 (org-highest-priority, org-agenda-exporter-settings)
13124 (org-log-done-with-time, org-replace-disputed-keys)
13125 (org-format-latex-header, org-export-table-header-tags)
13126 (org-cycle-separator-lines, org-export-table-data-tags)
13127 (org-icalendar-include-sexps)
13128 (org-empty-line-terminates-plain-lists)
13129 (org-log-repeat, org-special-ctrl-a)
13130 (org-table-use-standard-references, org-disputed-keys)
13131 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
13132 (org-agenda-export-html-style): New option.
13133 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
13134 (org-CUA-compatible): Option removed.
13135 (org-agenda-structure, org-sexp-date): New face.
13136 (org-todo-keywords-for-agenda, org-not-done-keywords)
13137 (org-planning-or-clock-line-re, org-agenda-name)
13138 (org-table-colgroup-info, org-todo-sets)
13139 (constants-unit-system, org-clock-mode-line-entry)
13140 (org-mode-line-timer, org-table-current-begin-pos)
13141 (org-todo-keywords-1, org-mode-line-string)
13142 (org-table-clean-did-remove-column, org-table-fedit-map)
13143 (org-clock-heading, org-table-buffer-is-an)
13144 (org-agenda-info, org-done-keywords)
13145 (org-done-keywords-for-agenda, org-todo-heads)
13146 (org-todo-kwd-alist, org-clock-start-time): New variable.
13147 (org-todo-kwd-priority-p, org-edit-formulas-map)
13148 (org-repeat-re, org-todo-kwd-max-priority)
13149 (org-version, org-done-string)
13150 (org-table-clean-did-remove-column-1, org-disputed-keys):
13151 Remove variables.
13152 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
13153 (org-ts-lengths): Constant removed.
13154 (org-follow-gnus-link): Don't ask how many articles to read.
13155 (org-export-find-first-export-line): Rename from
13156 `org-export-find-first-heading'.
13157 Use `org-export-skip-text-before-1st-heading'.
13158 (org-table-fedit-post-command): Rename from
13159 `org-table-edit-formulas-post-command'.
13160 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
13161 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
13162 (org-table-fedit-lisp-indent): Rename from
13163 `org-edit-formula-lisp-indent'.
13164 (org-table-show-reference): Rename from `org-show-reference'.
13165 (org-table-store-formulas): Use `org-table-formula-less-p'.
13166 (org-table-edit-formulas): Position cursor to current field equation.
13167 (org-update-checkbox-count, org-hide-archived-subtrees)
13168 (org-timestamp-up-day, org-timestamp-down-day)
13169 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
13170 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
13171 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
13172 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
13173 Let `org-on-heading-p' also check for invisible heading.
13174 (org-read-date): Match am/pm times.
13175 (org-eval-in-calendar): Fix default date in prompt.
13176
13177 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
13180 "ChangeLog.a" entries, giving the latter lower priority.
13181
13182 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
13183
13184 * faces.el (face-id): If the argument is a face alias,
13185 return the ID of the target face.
13186
13187 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
13188
13189 * net/socks.el (top): Remove unnecessary copyright line.
13190
13191 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
13192
13193 * longlines.el (longlines-auto-wrap): Handle argument correctly.
13194
13195 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
13196
13197 * net/socks.el: New file, taken from w3 repository.
13198 (top): Update Copyright. Don't load cl.el.
13199 (all): Replace `case' by `cond', `string-to-int' by
13200 `string-to-number', and `process-kill-without-query' by
13201 `set-process-query-on-exit-flag'.
13202 (socks-char-int): Remove defalias and all occurrences.
13203
13204 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
13205
13206 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
13207 Fix typos in docstrings.
13208 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
13209 (compilation-finish-function): Fix typo in obsolescence declaration.
13210
13211 2007-06-03 Sam Steingold <sds@gnu.org>
13212
13213 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
13214 handle unending automatic recompilation of changed files (`omake -P').
13215 (compilation-loop): VISITED is now 5th CDR.
13216 (compilation-next-error-function): Set TIMESTAMP.
13217
13218 2007-06-03 Sam Steingold <sds@gnu.org>
13219
13220 * files.el (kill-buffer-ask): New function.
13221 (kill-some-buffers): Use it.
13222 (kill-matching-buffers): New user command.
13223
13224 2007-06-01 David Kastrup <dak@gnu.org>
13225
13226 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13227 Change default to `top'.
13228
13229 2007-05-31 Richard Stallman <rms@gnu.org>
13230
13231 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
13232
13233 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * textmodes/css-mode.el: New file.
13236
13237 2007-05-30 Michael Olson <mwolson@gnu.org>
13238
13239 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
13240 died and we are trying to send a signal to it. The program using
13241 tq.el should periodically check to see whether the process has
13242 died and react appropriately -- this is not the responsibility of
13243 tq.el, and is consistent with the rest of the tq.el source code.
13244
13245 2007-05-29 Martin Rudalics <rudalics@gmx.at>
13246
13247 * textmodes/table.el (table--point-entered-cell-function)
13248 (table--point-left-cell-function):
13249 Bind `inhibit-point-motion-hooks' to t.
13250
13251 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13252
13253 * emacs-lisp/rx.el (rx): Doc fix.
13254
13255 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
13256
13257 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
13258
13259 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
13260
13261 Sync with Tramp 2.0.56.
13262
13263 * net/tramp.el:
13264 * net/tramp-ftp.el:
13265 * net/tramp-smb.el:
13266 * net/tramp-util.el:
13267 * net/tramp-vc.el:
13268 Don't load cl.el, because that pollutes the namespace. Replace cl
13269 macros by their implementations where necessary. Requested by
13270 Richard Stallman <rms@gnu.org>.
13271
13272 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
13273 doesn't exist.
13274 (with-parsed-tramp-file-name): Protect debug spec during compilation.
13275 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
13276 (tramp-file-name-p, tramp-file-name-multi-method)
13277 (tramp-file-name-method, tramp-file-name-user)
13278 (tramp-file-name-host, tramp-file-name-localname): New defuns,
13279 replacing defstruct `tramp-file-name'.
13280 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
13281 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
13282 Apply `vector' instead of `make-tramp-file-name'.
13283 (tramp-handle-make-auto-save-file-name):
13284 Apply `tramp-temporary-file-directory' for compatibility reasons.
13285 (tramp-completion-mode): Use `natnump' instead of `wholenump'
13286 because of XEmacs.
13287 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
13288 started.
13289
13290 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
13291
13292 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
13293
13294 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
13295
13296 * log-edit.el (log-edit-changelog-paragraph): Return point-max
13297 as the end of the ChangeLog paragraph when it ends without a line
13298 termination.
13299
13300 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
13301
13302 * net/webjump.el (webjump-sample-sites):
13303 Add simple Wikipedia query.
13304
13305 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
13308 compatibility code.
13309
13310 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
13311 (copyright-update-year): Use it.
13312
13313 * edmacro.el (edmacro-format-keys): Use current-active-maps.
13314
13315 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
13316 Add indentation and debugging info. Fix up comment convention.
13317
13318 * cus-dep.el (custom-make-dependencies): Simplify.
13319
13320 * composite.el (compose-region, decompose-region):
13321 Use inhibit-read-only and restore-buffer-modified-p.
13322
13323 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
13324 (xterm-mouse-event): Use it.
13325
13326 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
13327
13328 * bs.el (bs-cycle-previous): Don't modify the cycle list until
13329 `switch-to-buffer' has returned succesfully.
13330 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
13331 window is dedicated (it could iconify the frame).
13332
13333 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
13334
13335 * vc-hooks.el (vc-find-root): Fix file attribute test.
13336
13337 2007-05-24 Richard Stallman <rms@gnu.org>
13338
13339 * textmodes/flyspell.el (flyspell-correct-word-before-point):
13340 Don't let opoint be nil.
13341 (flyspell-emacs-popup): Explicit error if no dialogs.
13342
13343 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
13344
13345 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
13346 (image-next-line, image-previous-line, image-scroll-up)
13347 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
13348 New functions.
13349 (image-mode-map): Remap motion commands.
13350 (image-mode-text-map): New keymap for viewing images as text.
13351 (image-mode): Use image-mode-map.
13352 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
13353
13354 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * textmodes/fill.el (canonically-space-region): Make the second arg
13357 a marker if it's not already the case.
13358
13359 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13360
13361 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13362 (tar-get-descriptor): Handle type 55, an extended pax header.
13363
13364 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13367 to confuse outline-minor-mode.
13368
13369 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13370
13371 * tar-mode.el (tar-file-name-handler): New function.
13372 (tar-extract): Bind file-name-handler-alist to it to force
13373 find-buffer-file-type-coding-system behave as if the file being
13374 extracted existed. Use last-coding-system-used to force
13375 buffer-file-coding-system to what decode-coding-region actually
13376 used to decode the file.
13377
13378 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13379
13380 * progmodes/compile.el (compilation-handle-exit):
13381 `compilation-finish-function' may change the current buffer.
13382
13383 2007-05-22 Richard Stallman <rms@gnu.org>
13384
13385 * files.el (set-auto-mode): Doc fix.
13386
13387 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13388
13389 * help-fns.el (find-source-lisp-file): New function.
13390 (describe-function-1): Use find-source-lisp-file to find source
13391 file in compile tree.
13392
13393 2007-05-22 Eli Zaretskii <eliz@gnu.org>
13394
13395 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13396
13397 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
13398
13399 * emacs-lisp/easy-mmode.el (define-minor-mode)
13400 (easy-mmode-define-navigation): Fix typos in docstrings.
13401
13402 2007-05-22 Glenn Morris <rgm@gnu.org>
13403
13404 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13405
13406 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
13407
13408 * mail/mail-extr.el (mail-extract-address-components):
13409 Recognize non-ASCII characters except for NBSP as words.
13410
13411 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
13412
13413 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13414 (rcirc-print): Handle `window-width'.
13415 (rcirc-buffer-maximum-lines): Doc fix.
13416
13417 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
13418
13419 * image-mode.el (image-toggle-display): Don't clear image cache.
13420 Only use filename in image spec if the file is readable.
13421 Call image-refresh.
13422
13423 * image.el (image-type-from-file-name, image-type): Simplify.
13424 (image-type-auto-detected-p): Don't scan auto-mode-alist.
13425
13426 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13427 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13428
13429 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13430
13431 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13432 is an error.
13433
13434 * term/linux.el (terminal-init-linux): Don't signal an error
13435 if gpm isn't running.
13436
13437 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13438
13439 * t-mouse.el: Reduce to a minor-mode macro call.
13440 (t-mouse-mode): Remove the lighter.
13441
13442 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13443
13444 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
13445
13446 * files.el (auto-mode-alist): Change the regexp so that
13447 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13448
13449 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
13450
13451 * Version 22.1 released.
13452
13453 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
13454
13455 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13456 changes.
13457
13458 2007-05-19 Kevin Ryde <user42@zip.com.au>
13459
13460 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13461
13462 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13463
13464 * textmodes/sgml-mode.el: Revert last change.
13465
13466 2007-05-18 Richard Stallman <rms@gnu.org>
13467
13468 * simple.el (push-mark): Doc fix.
13469
13470 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
13471
13472 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13473 tpu-global-map.
13474 (tpu-original-global-map): Variable deleted.
13475 (tpu-control-keys-map): New keymap variable.
13476 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13477 setting keymapping directly.
13478 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13479 tpu-global-map.
13480 (tpu-edt-on): Activate the tpu-global-map.
13481 (tpu-edt-off): Deactivate the tpu-global-map.
13482
13483 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
13484
13485 * textmodes/ispell.el (ispell-get-word): Return markers
13486 for start and end positions.
13487 (ispell-word): Assume END is a marker.
13488
13489 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13490
13491 * printing.el: Group together all XEmacs/Emacs definitions.
13492 (pr-version): New version 6.9.
13493 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13494 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13495 (pr-menu-bind): Fix code.
13496 (pr-e-frame-char-height, pr-e-frame-char-width)
13497 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13498 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13499 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13500 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13501 (pr-x-event-y-pixel): Aliases eliminated.
13502 (pr-xemacs-global-menubar): Macro moved.
13503 (current-menubar, current-mouse-event, zmacs-region-stays)
13504 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13505 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13506 Vars moved.
13507 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13508 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13509 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13510 (pr-menu-set-utility-title, pr-even-or-odd-pages)
13511 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13512 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13513 moved.
13514
13515 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
13516
13517 * textmodes/sgml-mode.el (sgml-tag):
13518 Fix bug: Call sgml-transformation-function.
13519
13520 2007-05-17 Martin Rudalics <rudalics@gmx.at>
13521
13522 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13523 modified flag of buffer. Use `inhibit-modification-hooks'.
13524
13525 2007-05-16 Richard Stallman <rms@gnu.org>
13526
13527 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13528
13529 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * files.el (magic-mode-alist, magic-fallback-mode-alist):
13532 Move the *ml, Postscript, and XmCD entries to the fallback part.
13533
13534 * files.el (magic-fallback-mode-alist):
13535 Rename from file-start-mode-alist.
13536
13537 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13538
13539 * progmodes/compile.el (compilation-handle-exit): Quote first
13540 argument of `run-hook-with-args'.
13541
13542 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
13543
13544 * buff-menu.el (Buffer-menu-sort-column):
13545 * dabbrev.el (dabbrev-upcase-means-case-search):
13546 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13547 * info.el (Info-current-subfile):
13548 * ls-lisp.el (ls-lisp-verbosity):
13549 * msb.el (msb-menu-cond):
13550 * pcvs.el (cvs-dired-use-hook):
13551 * simple.el (set-mark-command-repeat-pop):
13552 * time.el (display-time-24hr-format, display-time-mail-file):
13553 Doc fixes.
13554
13555 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13556 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13557
13558 * view.el (view-inhibit-help-message): Fix typo in docstring.
13559 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13560
13561 2007-05-16 Martin Rudalics <rudalics@gmx.at>
13562
13563 * textmodes/ispell.el (ispell-start-process): Defend against bad
13564 default-directory.
13565
13566 2007-05-14 Eli Zaretskii <eliz@gnu.org>
13567
13568 * mail/rmail.el (rmail-convert-to-babyl-format): Check
13569 content-transfer-encoding _last_, because it's its position that
13570 we need as value of base64-header-field-end.
13571
13572 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * files.el (mode-require-final-newline, require-final-newline)
13575 (enable-local-variables, enable-local-eval): Doc fixes.
13576
13577 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13578
13579 * ps-print.el: Use default color when foreground or background color
13580 are unspecified. Reported by Leo <sdl.web@gmail.com>.
13581 (ps-print-version): New version 6.7.4.
13582 (ps-rgb-color): New argument. Use default color when color is
13583 unspecified.
13584 (ps-begin-job): Fix code.
13585
13586 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
13587
13588 * longlines.el (longlines-mode): Make longlines-auto-wrap
13589 buffer-local. Add hooks unconditionally.
13590 (longlines-auto-wrap): Toggle wrapping.
13591 (longlines-after-change-function)
13592 (longlines-post-command-function): Check longlines-auto-wrap.
13593
13594 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
13595
13596 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13597 (xterm-mouse-translate): Use it.
13598
13599 2007-05-10 Richard Stallman <rms@gnu.org>
13600
13601 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13602 (iso-cvt-write-only): Likewise.
13603
13604 * emacs-lisp/easy-mmode.el (define-minor-mode):
13605 Fix generated doc string.
13606
13607 * startup.el (fancy-splash-text): Add URL of guided tour.
13608 Adjust horizontal and vertical whitespace.
13609
13610 * progmodes/compile.el (compilation-handle-exit):
13611 Use run-hook-with-args to run compilation-finish-functions.
13612
13613 * files.el (file-start-mode-alist): New variable.
13614 (magic-mode-regexp-match-limit): Doc fix.
13615 (set-auto-mode): Handle file-start-mode-alist.
13616 A little cleanup of structure.
13617
13618 * dabbrev.el (dabbrev-eliminate-newlines):
13619 Renamed from dabbrev--eliminate-newlines. All uses changed.
13620
13621 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13622
13623 * man.el (Man-next-section): Don't consider the last line of the page
13624 as being part of any section.
13625
13626 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13629 can take any number of values.
13630
13631 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13632
13633 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13634 to the list of citation commands.
13635
13636 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13637
13638 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13639
13640 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
13641
13642 * progmodes/python.el (python-font-lock-keywords)
13643 (python-open-block-statement-p, python-mode): Add support for the new
13644 "with" keyword.
13645
13646 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13649 the exact opposite of diff-goto-source.
13650
13651 * emacs-lisp/advice.el (ad-special-forms): Remove.
13652 (ad-special-form-p): Use subr-arity.
13653
13654 * newcomment.el (comment-search-forward): Make sure we search forward.
13655 (comment-enter-backward): Try and distinguish the non-matching case at
13656 EOB from the non-matching case with a missing comment-end-skip for
13657 a 2-char comment ender.
13658 (comment-choose-indent): New function extracted from comment-indent.
13659 Improve the alignment algorithm.
13660 (comment-indent): Use it.
13661
13662 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13663 XML style Processing Instructions.
13664 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
13665 (sgml-calculate-indent): Handle `pi' context.
13666
13667 * vc.el: Ensure that update-changelog issues an error when used with
13668 a backend that does not implement it.
13669 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13670 Remove `backend' argument. Use expand-file-name.
13671 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13672
13673 * progmodes/python.el (python-end-of-block): Revert last change.
13674 (python-end-of-statement): Make sure we move *forward*.
13675
13676 2007-05-08 Richard Stallman <rms@gnu.org>
13677
13678 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13679 Don't include non-self-insert commands in the exception for `-'.
13680
13681 2007-05-08 David Reitter <david.reitter@gmail.com>
13682
13683 * progmodes/python.el (python-guess-indent): Check non-nullness
13684 before comparing indent against the 2..8 interval.
13685
13686 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13687
13688 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13689 available.
13690
13691 2007-05-06 Richard Stallman <rms@gnu.org>
13692
13693 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13694
13695 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13698 rather than storing their value in the revert-buffer function.
13699
13700 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
13701
13702 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13703 when disabling t-mouse-mode.
13704
13705 2007-05-01 Davis Herring <herring@lanl.gov>
13706
13707 * calendar/timeclock.el: Update version number.
13708 (timeclock-modeline-display): Mention timeclock-use-display-time
13709 in explanatory message.
13710 (timeclock-in): Fix non-interactive workday specifications.
13711 (timeclock-log): Don't kill the log buffer if it already existed.
13712 Suppress warnings when finding the log. Don't check for a nil
13713 project twice. Run hooks after killing the buffer (if applicable).
13714 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13715 was geometric). All uses changed.
13716 (timeclock-generate-report): Support prefix argument.
13717
13718 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
13719
13720 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13721 disconnections.
13722
13723 2007-05-01 Romain Francoise <romain@orebokech.com>
13724
13725 * dired-x.el: Revert 2007-04-06 change.
13726
13727 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
13728
13729 * find-dired.el (find-dired-filter): Propertize all text down to eob.
13730
13731 2007-04-29 Richard Stallman <rms@gnu.org>
13732
13733 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13734
13735 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * progmodes/cc-mode.el (c-before-change): Use point-min rather
13738 than 1.
13739
13740 2007-04-28 Richard Stallman <rms@gnu.org>
13741
13742 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13743
13744 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
13745
13746 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13747 don't put stop on toolbar.
13748
13749 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13752
13753 2007-04-28 Eli Zaretskii <eliz@gnu.org>
13754
13755 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13756 instead of $(lisp)/mh-e.
13757
13758 2007-04-28 Glenn Morris <rgm@gnu.org>
13759
13760 * image-dired.el (image-dired-cmd-create-thumbnail-options)
13761 (image-dired-cmd-create-temp-image-options): Replace option
13762 +profile "*" with -strip.
13763
13764 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
13765
13766 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13767 Use window-start and window-end.
13768
13769 2007-04-27 Andreas Schwab <schwab@suse.de>
13770
13771 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13772
13773 2007-04-27 Eli Zaretskii <eliz@gnu.org>
13774
13775 * textmodes/fill.el (fill-paragraph): Doc fix.
13776
13777 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
13778
13779 * locate.el (locate-in-alternate-database): Doc fix.
13780
13781 2007-04-26 Glenn Morris <rgm@gnu.org>
13782
13783 * button.el (button): Use underline if supported, else fall back
13784 to color.
13785
13786 * version.el (emacs-version): Increase to 22.1.50.
13787
13788 2007-04-25 Richard Stallman <rms@gnu.org>
13789
13790 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13791
13792 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
13793
13794 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13795 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13796 pushing mark.
13797 (idlwave-current-routine): Don't push mark.
13798
13799 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
13800
13801 * image-dired.el (image-dired-display-image): Derive image-type from
13802 filename rather than assuming jpeg, in case no resizing was needed.
13803
13804 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13805
13806 * custom.el (defface): Doc fix.
13807
13808 See ChangeLog.12 for earlier changes.
13809
13810 ;; Local Variables:
13811 ;; coding: iso-2022-7bit
13812 ;; add-log-time-zone-rule: t
13813 ;; End:
13814
13815 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
13816
13817 This file is part of GNU Emacs.
13818
13819 GNU Emacs is free software; you can redistribute it and/or modify
13820 it under the terms of the GNU General Public License as published by
13821 the Free Software Foundation; either version 3, or (at your option)
13822 any later version.
13823
13824 GNU Emacs is distributed in the hope that it will be useful,
13825 but WITHOUT ANY WARRANTY; without even the implied warranty of
13826 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13827 GNU General Public License for more details.
13828
13829 You should have received a copy of the GNU General Public License
13830 along with GNU Emacs; see the file COPYING. If not, write to the
13831 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13832 Boston, MA 02110-1301, USA.
13833
13834 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af