]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
New file.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-30 Markus Triska <markus.triska@gmx.at>
2
3 * linum.el: New file.
4
5 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
6
7 * net/tramp.el (tramp-methods): Use "-H" option for "sudo". Suggested
8 by Trent W. Buck <trentbuck@gmail.com>. Make ("%h") a single
9 element in "plinkx".
10 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
11 "*Shell Command Output*" buffers. Check, whether there is already
12 an asynchronous process running. Display always the buffer of the
13 asynchronous process.
14 (tramp-compute-multi-hops): Adapt error message.
15
16 2008-01-29 Alan Mackenzie <acm@muc.de>
17
18 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
19 from this regexp; part of same fix as next change to cc-engine.el.
20
21 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor
22 the "{" of a template function correctly on "template", not the
23 following "<".
24
25 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
26
27 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
28
29 * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll
30 being an alist now.
31
32 * image-mode.el (image-mode-current-vscroll)
33 (image-mode-current-hscroll): Add doc strings.
34 (image-set-window-vscroll, image-set-window-hscroll)
35 (image-reset-current-vhscroll, image-mode): Adapt to
36 i-m-current-[vh]scroll being an alist now.
37
38 2008-01-29 Martin Rudalics <rudalics@gmx.at>
39
40 * emacs-lisp/find-func.el (find-function-search-for-symbol):
41 Strip extension from .emacs.el to make sure symbol is searched
42 in .emacs too.
43
44 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
45
46 * doc-view.el (doc-view-mode): Use facilities below to
47 restore [vh]scroll when switching buffers.
48
49 * image-mode.el (image-mode-current-vscroll)
50 (image-mode-current-hscroll): New variables.
51 (image-set-window-hscroll, image-set-window-vscroll): New
52 functions.
53 (image-forward-hscroll, image-next-line, image-bol, image-eol)
54 (image-bob, image-eob): Use them.
55 (image-reset-current-vhscroll): New function.
56 (image-mode): Make new variables buffer-local and reset [vh]scroll
57 on window configuration changes.
58
59 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
62 gdb-cpp-define-alist-program if file is nil (currently only
63 " *partial-output-...").
64
65 2008-01-27 Richard Stallman <rms@gnu.org>
66
67 * allout.el: Many doc fixes.
68 (allout-encrypt-string): Fix error message.
69
70 2008-01-26 Eli Zaretskii <eliz@gnu.org>
71
72 * progmodes/etags.el (tags-query-replace): Doc fix.
73
74 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
75
76 * allout.el (allout-unload-function): New function.
77
78 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
79
80 * allout.el (allout-prefix-data): Doc fix.
81 (allout-show-current-subtree): Reflow docstring.
82 (allout-use-mode-specific-leader, allout-use-hanging-indents)
83 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
84 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
85 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
86 (allout-copy-topic-as-kill, allout-listify-exposed)
87 (allout-process-exposed, allout-encrypted-key-info)
88 (allout-update-passphrase-mnemonic-aids)
89 (allout-next-topic-pending-encryption)
90 (allout-tests-globally-true): Fix typos in docstrings.
91
92 2008-01-23 Jason Rumney <jasonr@gnu.org>
93
94 * lpr.el (printer-name): Do not set on MS Windows.
95
96 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
99 the command.
100
101 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
102
103 * whitespace.el: Moved to obsolete dir.
104
105 * blank-mode.el: New version 9.2. Replace whitespace funs by aliases
106 in blank-mode.
107 (whitespace-buffer): New fun.
108 (whitespace-region): Alias for whitespace-buffer, because there is no
109 blank-region fun.
110 (whitespace-cleanup): Alias for blank-cleanup.
111 (whitespace-cleanup-region): Alias for blank-cleanup-region.
112
113 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
114
115 * server.el (server-log-time-function): Doc fix.
116 (server-buffer): Fix typo in docstring.
117
118 2008-01-27 Martin Rudalics <rudalics@gmx.at>
119
120 * view.el (view-buffer): Explain in doc-string why exit-action
121 should not be set to kill-buffer.
122
123 * arc-mode.el (archive-extract):
124 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
125 exit-action when viewing the buffer.
126
127 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
128
129 * add-log.el (change-log-search-file-name): Work harder to find
130 the correct file name.
131 (change-log-find-file): Fix typo.
132 (change-log-start-entry-re): Move definition earlier.
133
134 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
135
136 * add-log.el (change-log-search-file-name, change-log-find-file):
137 New function.
138 (change-log-font-lock-keywords): Move file name matching ...
139 (change-log-file-names-re): ... here. New defconst.
140 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
141
142 2008-01-27 Alan Mackenzie <acm@muc.de>
143
144 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
145 enhance comments.
146
147 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
148
149 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
150 methods, the host name must be a local host.
151
152 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
153
154 * vc.el: Add TODO item about not defaulting to RCS.
155
156 * server.el (server-process-filter): Check for non-nil before
157 calling file-directory-p.
158
159 2008-01-27 Alan Mackenzie <acm@muc.de>
160
161 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
162 arglist-cont-nonempty.
163
164 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
165 for a brace with syntax arglist-cont-nonempty.
166
167 * progmodes/cc-styles.el (c-style-alist): Add elements for
168 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
169 awk).
170
171 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
172
173 * button.el (define-button-type): Clarify type of NAME in docstring.
174
175 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * server.el (server-buffer): New const.
178 (server-log): New var.
179 (server-log): Use them.
180 (server-process-filter): (Try to) run the continuation in the same cwd
181 as the client's.
182
183 2008-01-26 Alan Mackenzie <acm@muc.de>
184
185 * progmodes/cc-defs.el (c-save-buffer-state):
186 Bind buffer-file-name and buffer-file-truename to nil, to prevent
187 primitives generating "buffer is read only" messages.
188
189 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
190
191 * icalendar.el (icalendar-version): Increase to "0.17".
192 (icalendar-import-format): Doc fix. Allow function type.
193 (icalendar--read-element): Doc fix.
194 (icalendar--parse-summary-and-rest): Doc fix. Handle function
195 type icalendar-import-format. Make regexps non-greedy.
196 (icalendar--format-ical-event): Handle function type
197 icalendar-import-format.
198 (icalendar-import-format-sample): New function.
199
200 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
201
202 * vc.el (vc-exec-after): For mode-line-process highlighting, if
203 `compile' is not available, fall back to font-lock-warning-face.
204
205 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
206
207 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
208 that the filename end is found even when the filename is empty.
209 Fixes error and spurious newlines when marking files for deletion.
210
211 2008-01-26 Martin Rudalics <rudalics@gmx.at>
212
213 * subr.el (find-tag-default): Simplify using exclusively
214 skip-syntax-backward/-forward.
215
216 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
217
218 * vc.el (vc-directory, vc-update-change-log): Remove check for
219 Tramp. Both functions work for it, though pretty slow
220 (`vc-directory'). Maybe the implementation can be optimized.
221
222 * net/tramp.el (tramp-dissect-file-name): Raise an error when
223 Tramp 2.0 syntax is used.
224 Suggested by Trent W. Buck <trentbuck@gmail.com>.
225
226 2008-01-26 Eli Zaretskii <eliz@gnu.org>
227
228 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
229 invoke directory-files-and-attributes with last argument `integer'
230 instead of `string'.
231 (insert-directory): Add -n to the list of supported switches
232 mentioned in the doc string.
233
234 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
235
236 * blank-mode.el: New version 9.1. Handle "long" line tail
237 visualization. Doc fix.
238 (blank-line-length): Rename to blank-line-column.
239 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
240 Initialization fix.
241 (blank-replace-spaces-by-tabs): New fun.
242 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
243
244 2008-01-25 Richard Stallman <rms@gnu.org>
245
246 * subr.el (add-hook): Implement `permanent-local-hook' property.
247
248 * loadhist.el (file-provides, file-requires): Push the filename right.
249
250 2008-01-25 Martin Rudalics <rudalics@gmx.at>
251
252 * emacs-lisp/find-func.el (find-library): Wrap search for
253 library name in condition-case to avoid reporting a scan-error.
254
255 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
256
257 * server.el (server-process-filter): Don't force
258 the authentication string to be followed by "\n".
259
260 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
261
262 * blank-mode.el: New version 9.0. New commands to clean up some blank
263 problems like trailing blanks. New faces and regexp for visualizing
264 the blank problems. Doc fix.
265 (blank-chars, blank-global-modes, blank-chars-value-list)
266 (blank-toggle-option-alist, blank-help-text): Initialization fix.
267 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
268 (blank-indentation, blank-empty, blank-space-after-tab)
269 (blank-indentation-regexp, blank-empty-at-bob-regexp)
270 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
271 (blank-cleanup, blank-cleanup-region): New commands.
272 (blank-color-on): Code fix.
273
274 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
275
276 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
277 file name.
278 (ibuffer-mode-map): Add binding to sort by file name.
279 (ibuffer-filename/process-header-map): New variable.
280 (filename-and-process): Add a header that sorts by file name.
281 (ibuffer-mode): Mention sorting by file name.
282
283 * ibuf-ext.el (filename/process): New sorter.
284
285 2008-01-25 Sven Joachim <svenjoac@gmx.de>
286
287 * view.el (kill-buffer-if-not-modified): Don't pass t to
288 buffer-modified-p.
289
290 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
291
292 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
293 the source file in case of `rename'.
294 Reported by Pete Forman <pete.forman@westerngeco.com>.
295
296 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
297
298 * allout.el (allout-keybindings-list): In initial setting, express
299 meta-prefixed allout keys as vectors instead of strings, since the
300 string form is interpreted in some cases as composed key
301 modifiers, eg, accented keys.
302
303 (allout-line-boundary-regexp): Clarify description.
304
305 (set-allout-regexp): Repair the expressions so that the formfeed
306 part is identified as one of the top-level groups, and is
307 included in all the forms, not just the -line-boundary-regexp one.
308
309 (allout-prefix-data): Incorporate information from the various
310 allout regexp's formfeed alternative group, when present.
311
312 (allout-write-file-hook-handler): Rectify mangling of the error
313 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
314 condition-case handler was apparently reformatted as if it was a
315 call to the error function. An apparent repair attempt in version
316 1.101 situated the original body of the error handling code as
317 bogus condition-case handlers. I've returned to just about the
318 working code that was originally there, removing an unnecessary -
319 but benign - enclosing 'progn'. \(Automated or cursory code fixes
320 often aren't.)
321
322 (allout-region-active-p): Fallback to value of mark-active if
323 neither use-region-p nor region-active-p are present, for
324 compatability with current and recent emacs major releases.
325
326 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
327
328 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
329 (reftex-toc-restore-region):
330 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
331 (reftex-index-phrases-apply-to-region):
332 * textmodes/ispell.el (ispell-word):
333 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
334 * progmodes/pascal.el (pascal-mark-defun):
335 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
336 (f90-fill-region):
337 * emulation/tpu-edt.el (tpu-set-mark):
338 * emulation/crisp.el (crisp-region-active):
339 * winner.el (winner-active-region):
340 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
341 of bound tests in order to resolve conditionals at compile time.
342
343 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
344
345 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
346 not autoloaded, and we wouldn't want to load CL just to unload
347 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
348
349 2008-01-24 Martin Rudalics <rudalics@gmx.at>
350
351 * delsel.el (delete-selection-pre-hook): Avoid clearing out
352 pre-command-hook when text is read-only.
353
354 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
355
356 * vc.el (vc-process-filter): Do nothing if buffer not live.
357 (vc-diff-finish): Rename from vc-diff-sentinel.
358 No longer take REV1-NAME and REV2-NAME.
359 Instead, take BUFFER-NAME. Do nothing if buffer not live.
360 Don't do window resize if no window displays buffer.
361 (vc-diff-internal): Use vc-diff-finish.
362
363 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
364 In both cases, convert single call to one wrapped in dolist.
365
366 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
367
368 * vc.el: Add a TODO item about missing files.
369 (vc-exec-after): Add a tooltip to the new mode-line item.
370
371 2008-01-24 Glenn Morris <rgm@gnu.org>
372
373 * t-mouse.el (gpm-mouse-start): Declare as a function.
374
375 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
376
377 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
378 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
379 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
380 Don't send `tramp-rsh-end-of-line' additionally, when setting the
381 prompt.
382 (tramp-wait-for-output): Distinguish different prompt formats.
383 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
384 (tramp-local-host-p): Check whether temp directory is writable.
385
386 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
387
388 * vc.el: Add TODO items.
389
390 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
391
392 * replace.el (occur-mode-find-occurrence-hook): New hook that can
393 be used to reveal or highlight the location of a match.
394 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
395 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
396
397 2008-01-23 Martin Rudalics <rudalics@gmx.at>
398
399 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
400 for defcustom.
401 (hide-ifdef-shadow): Add version number for defface.
402
403 2008-01-23 Glenn Morris <rgm@gnu.org>
404
405 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
406
407 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
408
409 * progmodes/sh-script.el (sh-basic-offset):
410 * progmodes/cc-vars.el (c-syntactic-indentation)
411 (c-syntactic-indentation-in-macros): Mark as safe.
412
413 2008-01-23 Richard Stallman <rms@gnu.org>
414
415 * icomplete.el (icomplete-get-keys):
416 Look up KEYS using all maps in proper buffer.
417
418 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
419
420 * frame.el (display-mm-height, display-mm-width):
421 * whitespace.el (whitespace-check-leading-whitespace)
422 (whitespace-check-trailing-whitespace)
423 (whitespace-check-spacetab-whitespace)
424 (whitespace-check-indent-whitespace)
425 (whitespace-check-ateol-whitespace):
426 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
427
428 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
429
430 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
431 after-save-hook so that it is not called multiple times.
432
433 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
434
435 2008-01-23 Eli Zaretskii <eliz@gnu.org>
436
437 * view.el (view-file-other-window, view-file-other-frame):
438 Don't kill the buffer if it is modified. Doc fixes.
439 (kill-buffer-if-not-modified): New function.
440 (view-file): Don't kill the buffer if it is modified.
441
442 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
443 (ebrowse-view/find-file-and-search-pattern):
444 Call view-file-other-window instead of ebrowse-view-file-other-window.
445 (ebrowse-view-file-other-frame): Don't call
446 current-window-configuration. Fix second argument in the call to
447 view-mode-enter. Doc fix.
448
449 2008-01-23 Richard Stallman <rms@gnu.org>
450
451 * subr.el (atomic-change-group): Prevent undo list truncation.
452
453 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * files.el (safe-local-eval-forms):
456 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
457
458 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
459
460 * comint.el (comint-insert-input): Set point first.
461
462 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
463 session doesn't hang because gdb-pending-triggers is non-nil.
464 (gdb-frame-handler): Use buffer-file-name instead of
465 buffer-name in case of duplicate file names.
466
467 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
468
469 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
470 C-M-e and C-M-h for emacs, they work by default.
471 (verilog-emacs-features): Remove.
472 (verilog-setup-dual-comments, verilog-populate-syntax-table):
473 Remove. Move syntax table initialization ...
474 (verilog-mode-syntax-table): ... here.
475 (verilog-mode): Don't initialize the syntax table here.
476 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
477 does not need it.
478
479 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
480
481 * progmodes/verilog-mode.el (verilog-booleanp): New function for
482 backward compatibility. Replace all uses of booleanp with
483 verilog-booleanp.
484
485 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
486
487 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
488
489 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
490
491 * progmodes/verilog-mode.el (top-level): Fix spacing.
492 (verilog-mode-version, verilog-mode-release-date):
493 Update version number.
494 (verilog-mode-release-emacs): New variable.
495 (compile-command, reporter-prompt-for-summary-p):
496 Define for byte compiler.
497 (verilog-startup-message-lines, verilog-startup-message-displayed)
498 (verilog-display-startup-message): Remove.
499 (verilog-highlight-p1800-keywords): Improve docstring.
500 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
501 (vector-skip-list): Only defvar at compile time.
502 (verilog-highlight-translate-off, verilog-indent-level)
503 (verilog-indent-level-module, verilog-indent-level-declaration)
504 (verilog-indent-declaration-macros, verilog-indent-lists)
505 (verilog-indent-level-behavioral, verilog-indent-level-directive)
506 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
507 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
508 (verilog-tab-to-comment, verilog-indent-begin-after-if)
509 (verilog-align-ifelse, verilog-minimum-comment-distance)
510 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
511 (verilog-auto-endcomments, verilog-auto-read-includes)
512 (verilog-auto-star-expand, verilog-auto-star-save)
513 (verilog-library-flags, verilog-library-directories)
514 (verilog-library-files, verilog-library-extensions)
515 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
516 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
517 (verilog-assignment-delay, verilog-auto-inst-vector)
518 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
519 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
520 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
521 Add safe-local-variable properties.
522 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
523 (verilog-re-search-backward, verilog-error-regexp-add)
524 (verilog-end-block-re, verilog-emacs-features)
525 (verilog-populate-syntax-table, verilog-setup-dual-comments)
526 (verilog-type-font-keywords, verilog-inside-comment-p)
527 (electric-verilog-backward-sexp, verilog-backward-sexp)
528 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
529 (electric-verilog-terminate-line, electric-verilog-semi)
530 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
531 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
532 (verilog-beg-of-statement, verilog-in-case-region-p)
533 (verilog-in-struct-region-p, verilog-in-generate-region-p)
534 (verilog-in-fork-region-p, verilog-backward-case-item)
535 (verilog-set-auto-endcomments, verilog-get-expr)
536 (verilog-expand-vector-internal, verilog-surelint-off)
537 (verilog-batch-execute-func, verilog-calculate-indent)
538 (verilog-calc-1, verilog-calculate-indent-directive)
539 (verilog-leap-to-head, verilog-continued-line)
540 (verilog-backward-token, verilog-backward-syntactic-ws)
541 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
542 (verilog-forward-ws&directives, verilog-at-constraint-p)
543 (verilog-skip-backward-comments, verilog-indent-line-relative)
544 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
545 (verilog-pretty-declarations, verilog-pretty-expr)
546 (verilog-just-one-space, verilog-indent-declaration)
547 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
548 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
549 (verilog-read-always-signals-recurse, verilog-read-instants)
550 (verilog-read-auto-template, verilog-set-define)
551 (verilog-read-defines, verilog-read-signals, verilog-getopt)
552 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
553 (verilog-modi-cache-results, verilog-insert-one-definition)
554 (verilog-make-width-expression, verilog-delete-autos-lined)
555 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
556 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
557 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
558 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
559 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
560 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
561 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
562 (verilog-load-file-at-mouse, verilog-load-file-at-point)
563 (verilog-library-files): Cleanup spacing of )'s they should not be
564 on unique lines. Fix checkdoc warnings.
565
566 2008-01-22 Glenn Morris <rgm@gnu.org>
567
568 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
569 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
570 from defcustoms.
571 (hide-ifdef-shadow): Remove autoload cookie from defface.
572
573 * vc.el (vc-diff-sentinel): Do not write a footer if there were
574 differences.
575
576 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
577
578 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
579 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
580 manual entry.
581
582 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
583
584 * net/dbus.el (dbus-ignore-errors): New macro.
585 (dbus-unregister-object): New defun. Moved from dbusbind.c.
586 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
587 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
588 (dbus-get-signatures): Apply `dbus-ignore-errors'.
589
590 2008-01-21 Martin Rudalics <rudalics@gmx.at>
591
592 * outline.el (outline-up-heading): Fix check for top level to
593 avoid infinite looping in hide-other.
594
595 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
596
597 * vc.el (vc-process-sentinel): After calling the previous
598 sentinel, do nothing if the process' buffer is not live.
599
600 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
601
602 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
603 blank-mode in some buffers (like *info* buffers). Reported by Juanma
604 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
605 blank-mode faces. Doc fix. New version 8.1.
606 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
607 CONDITION BODY).
608 (blank-space-face): Face/option name replaced by blank-space.
609 (blank-hspace-face): Face/option name replaced by blank-hspace.
610 (blank-tab-face): Face/option name replaced by blank-tab.
611 (blank-newline-face): Face/option name replaced by blank-newline.
612 (blank-trailing-face): Face/option name replaced by blank-trailing.
613 (blank-line-face): Face/option name replaced by blank-line.
614 (blank-space-before-tab-face): Face/option name replaced by
615 blank-space-before-tab.
616 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
617
618 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
619
620 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
621 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
622 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
623 (global-blank-mode): Doc fixes.
624 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
625 (blank-newline-face, blank-trailing-face, blank-line-face)
626 (blank-space-before-tab-face, blank-display-mappings)
627 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
628 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
629 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
630 Fix typos in docstrings.
631
632 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
633
634 * server.el (server-log-time-function): New variable.
635 (server-log): Use it.
636
637 2008-01-21 Glenn Morris <rgm@gnu.org>
638
639 * progmodes/hideif.el: Move defcustoms and defface to start of file.
640
641 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
642
643 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
644
645 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
646 (org-descriptive-links, org-link-file-path-type)
647 (org-remember-use-refile-when-interactive)
648 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
649 (org-export-ascii-bullets, org-agenda-deadline-faces)
650 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
651 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
652 (org-kill-note-or-show-branches): Fix typos in docstrings.
653
654 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
655
656 * vc.el (vc-process-sentinel): Set mode-line-process.
657 (vc-exec-after): Likewise, for the `run' process status.
658
659 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * ibuffer.el (ibuffer-mode): Fix last change.
662
663 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
664
665 * vc-hg.el (vc-hg-registered):
666 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
667
668 2008-01-20 Martin Rudalics <rudalics@gmx.at>
669
670 * repeat.el (repeat-undo-count): New variable.
671 (repeat): For self-insertions make undo boundary only after 20
672 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
673
674 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
675
676 * net/imap.el (imap-ping-server): New variable.
677 (imap-opened): On add extra ping if imap-ping-server is non-nil.
678 (imap-ping-server): Minor doc string fixes.
679
680 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
681
682 * net/imap.el (imap-ping-server): New function.
683 (imap-opened): Call imap-ping-server.
684
685 2008-01-20 Glenn Morris <rgm@gnu.org>
686
687 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
688 prevent infloops.
689
690 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
691
692 * progmodes/python.el (python-imports): Default to "None".
693
694 2008-01-19 Tom Tromey <tromey@redhat.com>
695
696 * vc-svn.el (vc-svn-after-dir-status): New function.
697 (vc-svn-dir-status): Run svn asynchronously.
698
699 2008-01-19 Martin Rudalics <rudalics@gmx.at>
700
701 * progmodes/hideif.el (hide-ifdef-shadow): New option.
702 (hide-ifdef-shadow): New face.
703 (hide-ifdef-toggle-shadowing): New function to toggle between
704 shadowing and making code invisible.
705 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
706 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
707 (hide-ifdef-region-internal): Give new overlay hide-ifdef
708 property. Shadow text when hide-ifdef-shadow is non-nil.
709 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
710 (hif-hide-line): Use when instead of if.
711 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
712 Remove unneeded * from doc-strings.
713
714 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
717 the hscroll behavior was fixed.
718 (doc-view-mode): Disable auto-hscroll-mode.
719
720 2008-01-18 Tom Tromey <tromey@redhat.com>
721
722 * vc-svn.el (vc-svn-dir-status): New function.
723
724 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
725
726 * vc.el: Make vc-status asynchronous.
727 (vc-update-vc-status-buffer): New function broken out of ...
728 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
729 the dir-status backend function.
730
731 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
732 Move the output processing to ...
733 (vc-hg-after-dir-status): ... here. Call the function passed as
734 an argument with the results.
735
736 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
739 (doc-view-insert-image): Do something if the image is missing.
740 (doc-view-mode): Don't use file-remote-p.
741
742 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
743
744 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
745 (org-export-latex-special-chars): Convert "..." in \ldots
746 and skip tables.
747 (org-export-latex-fontify-headline): Change parameter name.
748 (org-export-as-latex): Handle export of subtrees.
749 (org-export-latex-make-header): New argument TITLE.
750 (org-export-latex-content): New argument EXCLUDE-LIST.
751 (org-list-parse-list): New name for org-export-latex-parse-list.
752 (org-export-latex-make-header): New name for
753 org-export-latex-make-preamble.
754 (org-list-to-generic): New name of org-export-list-to-generic.
755 (org-list-to-latex): New name of org-export-list-to-latex.
756 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
757 (org-list-send-list, org-list-to-texinfo)
758 (org-list-to-html): New functions.
759 (org-export-latex-tables-column-borders)
760 (org-export-latex-default-class, org-export-latex-classes)
761 (org-export-latex-classes-sectioning)
762 (org-list-radio-list-templates): New options.
763 (org-export-latex-header): New variable.
764 (org-latex-entities): New constant.
765 (org-export-latex-default-sectioning, org-export-latex-preamble)
766 (org-export-latex-prepare-text-option)
767 (org-export-latex-get-sectioning): Remove.
768
769 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
770
771 * textmodes/org-publish.el (org-publish-current-project):
772 Fix bug with forcing publication.
773
774 * textmodes/org.el (org-export-with-special-strings): New option.
775 (org-export-html-convert-special-strings): New function.
776 (org-html-do-expand): `org-export-html-convert-special-strings'
777 added to the list of conversion.
778 (org-infile-export-plist, org-get-current-options): Add support
779 for "-" in the #+OPTION line to let user switch on/off special
780 strings conversion.
781 (org-export-plist-vars): New :html-table-tag property.
782 (org-export-as-html, org-format-org-table-html)
783 (org-format-table-table-html) Use the :html-table-tag property
784 instead of the `org-export-html-table-tag' global value.
785 (org-additional-option-like-keywords): Add "TBLFM".
786 (org-entry-properties): Include the CLOCKSUM special property.
787 (org-columns-edit-value): Do not allow to edit the special
788 CLOCKSUM property.
789 (org-flag-drawer): Use the original value of `outline-regexp'.
790 (org-remember-handler): Add invisible-ok flag to call to
791 `org-end-of-subtree'.
792 (org-agenda-highlight-todo): Respect
793 `org-agenda-todo-keyword-format'.
794 (org-agenda-todo-keyword-format): New option.
795 (org-infile-export-plist): No restriction while searching for options.
796 (org-remember-handler): Remove comments at the end of the buffer.
797 (org-remember-use-refile-when-interactive): New option.
798 (org-table-sort-lines): Make sure sorting works on link
799 descritions only, and ignores the link.
800 (org-sort-entries-or-items): Make sure the end of the subtree is
801 included.
802 (org-refile-use-outline-path): New allowed values `file' and
803 `full-file-path'.
804 (org-get-refile-targets): Respect new values for
805 `org-refile-use-outline-path'.
806 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
807 (org-export-as-xoxo): Restore point when done.
808 (org-open-file): Allow multiple %s in command.
809 (org-clock-in-switch-to-state): New option.
810 (org-first-list-item-p): New function.
811 (org-last-remember-storage-locations): New variable.
812 (org-get-refile-targets): Interpret the new maxlevel setting.
813 (org-refile-targets): New option `:maxlevel'.
814 (org-copy-subtree): Include empty lines before but not after subtree.
815 (org-back-over-empty-lines, org-skip-whitespace): New functions.
816 (org-move-item-down, org-move-item-up): Include empty lines before
817 but not after item.
818 (org-first-sibling-p): New function.
819 (org-remember-apply-template): Defaults, completions and history
820 for template prompts. Also, interpret new `%!' escape.
821 (org-context-choices): New constant.
822 (org-bound-and-true-p): New macro.
823 (org-imenu-depth): New option.
824 (org-imenu-markers): New variable.
825 (org-imenu-new-marker, org-imenu-get-tree)
826 (org-speedbar-set-agenda-restriction): New functions.
827 (org-agenda-set-restriction-lock)
828 (org-agenda-remove-restriction-lock)
829 (org-agenda-maybe-redo): New functions.
830 (org-agenda-restriction-lock): New face.
831 (org-agenda-restriction-lock-overlay)
832 (org-speedbar-restriction-lock-overlay): New variables.
833 (org-open-at-point): Remove obsolete way to do redirection in
834 shell links.
835 (org-imenu-and-speedbar): New customization group.
836 (org-entry-properties): Return keyword-less time strings.
837 (org-clock-heading-function): New option.
838 (org-clock-in): Use `org-clock-heading-function'.
839 (org-calendar-holiday): Try to use `calendar-check-holidays'
840 instead of the obsolete `check-calendar-holidays'.
841 (org-export-html-special-string-regexps): New constant.
842 (org-massive-special-regexp): New variable.
843 (org-compute-latex-and-specials-regexp)
844 (org-do-latex-and-special-faces): New functions.
845 (org-latex-and-export-specials): New face.
846 (org-highlight-latex-fragments-and-specials): New option.
847 (org-link-escape-chars): Use characters instead of strings.
848 (org-link-escape-chars-browser, org-link-escape)
849 (org-link-unescape): Use characters instead of strings.
850 (org-export-html-convert-sub-super, org-html-do-expand): Check for
851 protected text.
852 (org-emphasis-alist): Additional `verbatim' flag.
853 (org-set-emph-re): Handle the verbatim flag and compute
854 `org-verbatim-re'.
855 (org-cleaned-string-for-export): Protect verbatim elements.
856 (org-verbatim-re): New variable.
857 (org-hide-emphasis-markers): New option.
858 (org-additional-option-like-keywords): Add new keywords.
859 (org-get-entry): Rename from `org-get-cleaned-entry'.
860 (org-icalendar-cleanup-string): New function for quoting icalendar text.
861 (org-agenda-skip-scheduled-if-done): New option.
862 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
863 `org-agenda-skip-scheduled-if-done'.
864 (org-prepare-agenda-buffers): Allow buffers as arguments.
865 (org-entry-properties): Add CATEGORY as a special property.
866 (org-use-property-inheritance): Allow a list of properties as a value.
867 (org-eval-in-calendar): No longer update the prompt.
868 (org-read-date-popup-calendar): Rename from
869 `org-popup-calendar-for-date-prompt'.
870 (org-read-date-display-live): New variable.
871 (org-read-date-display): New function.
872 (org-read-date-analyze): New function.
873 (org-remember-apply-template): Define `remember-finalize' if it is
874 not yet defined.
875 (org-remember-insinuate): New function.
876 (org-read-date-prefer-future): New option.
877 (org-read-date): Respect the setting of
878 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
879 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
880 hardcoded string.
881 (org-remember-apply-template): Use `remember-finalize' instead of
882 `remember-buffer'.
883 (org-columns-compute, org-column-number-to-string)
884 (org-columns-uncompile-format, org-columns-compile-format)
885 (org-columns-compile-format): Handle printf format specifier.
886 (org-columns-new, org-column-number-to-string)
887 (org-columns-uncompile-format, org-columns-compile-format):
888 Support for new currency summary type.
889 (org-tree-to-indirect-buffer): Do not kill old buffer when
890 `org-indirect-buffer-display' is `new-frame'.
891 (org-indirect-buffer-display): Document that `new-frame' leads to
892 indiret buffer proliferation.
893 (org-agenda-list): Use `org-extend-today-until'.
894 (org-extend-today-until): New option.
895 (org-format-org-table-html): Use lower-case for <col> tag.
896 (org-agenda-execute): New command.
897 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
898 (org-select-remember-template): New function.
899 (org-remember-apply-template): Use `org-select-remember-template'.
900 (org-go-to-remember-target): New function.
901
902 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
903
904 * vc.el: Add a TODO note about vc-state.
905 (vc-next-action): Register 'unregistered and 'ignored files.
906 Use when and unless instead of if where appropriate.
907 (vc-start-entry): Fix typo.
908 (vc-status): Autoload it.
909
910 2008-01-18 Glenn Morris <rgm@gnu.org>
911
912 * ffap.el (ffap-alist): Remove space from RFC regexp.
913
914 2008-01-18 Richard Stallman <rms@gnu.org>
915
916 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
917 than face-spec-recalc.
918
919 2008-01-18 Glenn Morris <rgm@gnu.org>
920
921 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
922
923 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
924 Miles Bader <miles@gnu.org>
925
926 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
927 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
928 for handling display table (via visws.el package), his code was
929 modified, but the main idea was kept.
930
931 2008-01-17 Glenn Morris <rgm@gnu.org>
932
933 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
934 (ibuffer-save-filters): Remove calls to deleted
935 ibuffer-update-mode-name.
936
937 2008-01-16 Martin Rudalics <rudalics@gmx.at>
938
939 * longlines.el (longlines-mode, longlines-show-region)
940 (longlines-unshow-hard-newlines): Bind buffer-file-name and
941 buffer-file-truename to nil while modifying buffer.
942
943 * cus-edit.el (custom-reset-standard-variables-list)
944 (custom-reset-standard-faces-list): New variables.
945 (custom-reset-standard-save-and-update): New function.
946 (Custom-save): Apply custom-mark-to-save before and
947 custom-state-set-and-redraw after saving options.
948 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
949 options and call custom-reset-standard-save-and-update.
950 (custom-variable, custom-face, custom-group): Provide new
951 entries for custom-mark-to-save, custom-mark-to-reset-standard,
952 and custom-state-set-and-redraw.
953 (custom-variable-mark-to-save)
954 (custom-variable-state-set-and-redraw)
955 (custom-variable-mark-to-reset-standard)
956 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
957 (custom-face-mark-to-reset-standard)
958 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
959 (custom-group-mark-to-reset-standard): New functions.
960 (custom-variable-save): Move save, state-set, and redraw
961 functionality to custom-variable-mark-to-save.
962 (custom-face-save): Move save, state-set, and redraw
963 functionality to custom-face-mark-to-save.
964 (custom-group-save): Move save, state-set, and redraw
965 functionality to custom-group-mark-to-save.
966 (custom-variable-reset-standard, custom-face-reset-standard)
967 (custom-group-reset-standard): Move save, state-set, and redraw
968 functionality to custom-reset-standard-save-and-update.
969
970 (custom-buffer-create-internal): Fix text in verbose help.
971 (custom-face-value-create): Indent doc-strings of faces like
972 those of variables.
973
974 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * server.el (server-process-filter): Replace lineno and columnnno
977 which defaulted to 1&0 with filepos which defaults to nil.
978 (server-goto-line-column): Only receive the filepos.
979 Only move if filepos is non-nil.
980 (server-visit-files): Slight restructure to consolidate two calls to
981 server-goto-line-column into just one.
982
983 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
984 the use of degraded mode.
985 (nxml-degrade): Don't change mode-name.
986
987 * nxml/rng-nxml.el (rng-nxml-mode-init):
988 Don't overwrite mode-line-process.
989
990 * ibuffer.el (mode): Pass the buffer to format-mode-line.
991 (ibuffer-update-mode-name): Remove.
992 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
993 (ibuffer-mode): Use mode-line-process instead.
994
995 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
996 Use derived-mode-p.
997 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
998
999 * help.el (describe-mode): Pass the right buffer to format-mode-line.
1000
1001 2008-01-16 Glenn Morris <rgm@gnu.org>
1002
1003 * comint.el (comint-regexp-arg): Fix no-input case.
1004
1005 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
1006
1007 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
1008 * pcvs.el (cvs-revert-if-needed):
1009 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
1010
1011 * vc-svn.el (vc-svn-find-file-hook):
1012 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
1013
1014 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
1015
1016 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
1017 (icalendar-export-file, icalendar-import-file):
1018 Restore significant trailing whitespace in `interactive' prompts.
1019
1020 2008-01-16 Tom Tromey <tromey@redhat.com>
1021
1022 * calendar/icalendar.el (icalendar--convert-tz-offset)
1023 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
1024 (icalendar--find-time-zone): New functions.
1025 (icalendar--decode-isodatetime): Add `zone' argument, passed to
1026 `decode-time'. Doc fix.
1027 (icalendar--convert-ical-to-diary): Compute zone-map.
1028 Pass timezone to icalendar--decode-isodatetime.
1029
1030 2008-01-16 Alan Mackenzie <acm@muc.de>
1031
1032 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
1033 an eval-and-compile, so as to permit byte-compiling (e.g. in
1034 bootstrap).
1035
1036 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
1039 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
1040 using the same key for different menu entries.
1041
1042 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
1043 (smerge-makeup-conflict): New command.
1044
1045 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
1046
1047 * log-edit.el (log-edit): Doc fix.
1048
1049 2008-01-15 Glenn Morris <rgm@gnu.org>
1050
1051 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1052
1053 2008-01-14 Alan Mackenzie <acm@muc.de>
1054
1055 * progmodes/cc-vars.el (c-constant-symbol): New function which
1056 supersedes c-const-symbol. During a customize-.. call it enables
1057 an element of (e.g.) c-hanging-braces alist to have its name
1058 displayed, even when the default value of c-h-b etc. doesn't
1059 include the elemnt. Replace uses of the old function by the new.
1060
1061 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1062 obscure non-working fragment ":value c-".
1063
1064 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
1067
1068 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
1069
1070 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
1071 instead of `tramp-file-name-real-host'.
1072
1073 * net/trampver.el: Update release number.
1074
1075 2008-01-14 Alan Mackenzie <acm@muc.de>
1076
1077 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1078 call inside a struct being recognised as a K&R argument.
1079
1080 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1083 Accept "fatal error" from MSFT.
1084 Reported by Jared Finder <jfinder@crypticstudios.com>.
1085
1086 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
1087
1088 * smerge-mode.el (smerge-auto): New function.
1089 * vc-svn.el (vc-svn-find-file-hook):
1090 * vc-arch.el (vc-arch-find-file-hook):
1091 * pcvs.el (cvs-revert-if-needed):
1092 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
1093 (top-level): Add a Todo list.
1094
1095 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1096
1097 * vc.el (vc-update): Resolve conflicts if necessary instead of
1098 just updating the buffer.
1099
1100 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
1101 update command so that we can parse the output.
1102
1103 2008-01-13 Martin Rudalics <rudalics@gmx.at>
1104
1105 * mail/rmail.el (rmail-convert-to-babyl-format):
1106 Remove save-excursion to avoid infinite looping.
1107 Reported by: dnz <dnz@bk.ru>.
1108
1109 2008-01-12 Glenn Morris <rgm@gnu.org>
1110
1111 * woman.el (woman-parse-numeric-arg): Change handling of `==':
1112 can be interned without a function definition.
1113
1114 2008-01-12 Jason Rumney <jasonr@gnu.org>
1115
1116 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
1117 (rng-nxml-mode-init): Declare.
1118
1119 2008-01-11 Jason Rumney <jasonr@gnu.org>
1120
1121 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
1122 (rng-preferred-prefix-alist-default): Remove.
1123
1124 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
1125 Rename from nxml-enable-unicode-char-name-sets-flag.
1126 (nxml-enable-unicode-char-name-sets-1): Merge into
1127 nxml-enable-unicode-char-name-sets.
1128 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
1129 nxml-char-name-ignore-case here.
1130
1131 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
1132 Update doc string and commentary.
1133 (nxml-char-name-ignore-case): Change default value.
1134 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
1135
1136 2008-01-11 Martin Rudalics <rudalics@gmx.at>
1137
1138 * cus-start.el (all): Add missing version entries.
1139
1140 2008-01-11 Glenn Morris <rgm@gnu.org>
1141
1142 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
1143 (euc-to-flat-code, flat-code-to-euc):
1144 * textmodes/org.el (elmo-msgdb-overview-get-entity)
1145 (wl-summary-buffer-msgdb): Declare as funtions.
1146
1147 2008-01-10 Martin Rudalics <rudalics@gmx.at>
1148
1149 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
1150 Bind buffer-file-name and buffer-file-truename.
1151
1152 * fringe.el (fringe-mode-explicit): New variable.
1153 (set-fringe-mode): Don't alter default-frame-alist when just
1154 loading this file.
1155
1156 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
1157
1158 * doc-view.el (doc-view-buffer-file-name): New variable.
1159 (doc-view-convert-current-doc, doc-view-search)
1160 (doc-view-current-cache-dir, doc-view-initiate-display)
1161 (doc-view-mode): Use it.
1162 (doc-view-bookmark-make-cell): Use variable buffer-file-name
1163 instead of function.
1164
1165 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1166
1167 * vc-svn.el (vc-svn-registered): Return the correct value for
1168 ignored and unregistered files.
1169
1170 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
1171
1172 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
1173
1174 2008-01-10 Tom Tromey <tromey@redhat.com>
1175
1176 * vc.el (vc-status-unmark-all-files): New function.
1177 (vc-status-unmark-all-files): Likewise.
1178 (vc-status-mode-map): Add bindings.
1179
1180 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
1181
1182 * ediff*.el: Uncomment declare-function.
1183
1184 * viper*.el: Uncomment declare-function.
1185
1186 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
1187
1188 * doc-view.el (doc-view-mode): Support tramp, compressed files and
1189 files inside archives uniformly.
1190
1191 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
1192
1193 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
1194 constant with a computation on sgml-specials rather than a literal
1195 list. Without this change the syntax table is generated
1196 incorrectly, and the mode will think it's in a comment following
1197 any instance of the string "--".
1198
1199 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
1200
1201 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
1202 (doc-view-mode): Support document files inside archives.
1203
1204 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
1205
1206 * vc.el (vc-deduce-fileset): Return the currently selected file if
1207 no files are selected when using vc-status.
1208
1209 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1210
1211 * ediff*.el: Comment out declare-function. "make bootstrap"
1212 stops with an error and Emacs does not compile with those things in.
1213 Besides, declare-function is not defined in XEmacs.
1214
1215 * ediff-util (eqiff-quit): Autoraise minibuffer.
1216
1217 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
1218
1219 * viper*.el: Comment out declare-function -- not defined in XEmacs.
1220
1221 * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
1222
1223 * viper.el (viper-set-hooks, set-cursor-color):
1224 Set viper-vi-state-cursor-color.
1225
1226 2008-01-09 Tom Tromey <tromey@redhat.com>
1227
1228 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
1229 Just return header.
1230 (vc-status-move-to-goal-column): New function.
1231 (vc-status-mode-map): Define more keys.
1232 (vc-status-mode): Use vc-status-refresh. Now 'special.
1233 (vc-status-refresh): New function.
1234 (vc-status-next-line): Likewise.
1235 (vc-status-previous-line): Likewise.
1236 (vc-status-mark-file): Use vc-status-next-line.
1237 (vc-status-unmark-file): Use vc-status-previous-line.
1238 (vc-status-unmark-file-up): New function.
1239 (vc-status-register): Likewise.
1240 (vc-status-find-file): Likewise.
1241 (vc-status-find-file-other-window): Likewise.
1242 (vc-status-current-file): Likewise.
1243 (vc-ensure-vc-buffer): Understand vc-status mode.
1244
1245 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
1246
1247 2008-01-09 Glenn Morris <rgm@gnu.org>
1248
1249 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1250 entry, for Windows.
1251
1252 2008-01-09 Tom Tromey <tromey@redhat.com>
1253
1254 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
1255
1256 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1257
1258 * ps-print.el: Some face attributes (like :strike-through) were not
1259 being recognised. Reported by Leo <sdl.web@gmail.com>.
1260 (ps-print-version): New version 6.8.2.
1261 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1262 (ps-screen-to-bit-face): Fix code.
1263
1264 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
1267 add a file-name handler.
1268
1269 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1270
1271 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
1272 Rename from function bibtex-files-expand. New optional arg select.
1273 (bibtex-flash-head): Allow blink-matching-delay being zero.
1274 (bibtex-clean-entry): Use atomic-change-group.
1275 (bibtex-format-entry): Check presence of required fields only
1276 after formatting of fields. Use member-ignore-case. Do not use
1277 bibtex-parse-entry. Do not use booktitle field to set a missing title.
1278 (bibtex-autofill-entry): Do not call undo-boundary.
1279 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
1280 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
1281 Parse keys if necessary.
1282
1283 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1284
1285 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1286 quotes in case of spaces, e.g. STL containers (not pretty).
1287
1288 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1289
1290 * progmodes/gdb-ui.el (gud-gdb-command-name):
1291 Explain "--annotate=3" option is necessary for the Graphical Interface.
1292
1293 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1294
1295 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1296 on menu bar.
1297
1298 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1299
1300 * ffap.el (ffap-read-file-or-url): Let-bind
1301 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1302
1303 2008-01-08 Sven Joachim <svenjoac@gmx.de>
1304
1305 * vc-bzr.el: Fix typo in header.
1306
1307 2008-01-08 Eli Zaretskii <eliz@gnu.org>
1308
1309 * Makefile.in (custom-deps, finder-data): Depend on autoloads
1310 instead of loaddefs.el.
1311
1312 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1315 gets inserted out-of-order.
1316
1317 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
1318
1319 * vc-bzr.el: Copyright and version headers update.
1320 Remove some outdated comments through the whole file.
1321 (vc-bzr-program-args): Remove because unused.
1322 (vc-bzr-log-switches): New customization option.
1323 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
1324 use `vc-bzr-program-args'.
1325 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1326 `vc-find-root' (patch by Andreas Hoenen).
1327 (vc-bzr-status): Update regex to match latest Bzr output.
1328 Remove redundant test.
1329 (vc-bzr-init-version): New function.
1330 (vc-bzr-unregister): Must not delete file.
1331 (vc-bzr-find-version): New function.
1332 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1333 a non-empty string, otherwise take head revision.
1334 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1335 (vc-bzr-diff): Simpler build of the revision spec string.
1336 (vc-annotate-convert-time, vc-bzr-annotate-difference):
1337 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1338 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
1339 (vc-bzr-dired-state-info): Only provide custom strings for
1340 overloaded VC state 'edited; otherwise fallback to
1341 `vc-default-dired-state-info'.
1342
1343 2008-01-08 Richard Stallman <rms@gnu.org>
1344
1345 * delsel.el (delete-selection-mode): Doc fix.
1346
1347 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1348
1349 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1350 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1351
1352 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1353 of watch expressions (only works fully with GDB 6.7 or later).
1354
1355 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
1356
1357 * time-stamp.el (time-stamp-time-zone):
1358 * whitespace.el (whitespace-check-buffer-leading)
1359 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1360 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1361 * progmodes/sh-script.el (sh-indentation):
1362 * textmodes/ispell.el (ispell-local-pdict):
1363 Add safe-local-variable properties.
1364
1365 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1366
1367 * vc-git.el (vc-git--call): Apply `process-file' instead of
1368 `call-process'.
1369
1370 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1371 Reported by Pete Forman <pete.forman@westerngeco.com>.
1372 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1373 (tramp-handle-process-file): Handle the case where DESTINATION is
1374 a consp with t as car.
1375 (tramp-wait-for-output): We shall remove exactly what has been
1376 find by the search.
1377
1378 2008-01-08 Kevin Ryde <user42@zip.com.au>
1379
1380 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1381 For perl, allow "during global destruction" at end. Add entry for
1382 two-arg form of the Test module ok() func.
1383
1384 2008-01-08 Glenn Morris <rgm@gnu.org>
1385
1386 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1387 unified format.
1388
1389 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1390
1391 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
1392
1393 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1394 Simplify selection of frame focusing function.
1395
1396 2008-01-08 Michael Olson <mwolson@gnu.org>
1397
1398 * textmodes/remember.el (remember-region): Fix typo in docstring.
1399
1400 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
1401
1402 * textmodes/remember.el (remember): If there is a visible region
1403 [that is, the mark is active and transient mark mode is enabled]
1404 then use this region for the initial contents of the *Remember*
1405 buffer. Use `region-beginning' and `region-end' instead of
1406 `point' and `mark'.
1407
1408 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1409
1410 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1411 argument to vc-hg-command.
1412 (vc-hg-log-view-mode): Handle the user field better.
1413
1414 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1417
1418 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * vc.el (vc-status-fileinfo): New defstruct.
1421 (vc-status): New defvar
1422 (vc-status-insert-headers, vc-status-printer, vc-status)
1423 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1424 (vc-status-unmark-file, vc-status-marked-files): New functions.
1425
1426 * vc-hg.el (vc-hg-dir-status): New function.
1427
1428 2008-01-06 Martin Rudalics <rudalics@gmx.at>
1429
1430 * cus-edit.el (custom-tool-bar-map): Move initialization of this
1431 keymap from here ...
1432 (custom-mode): ... to here. Reported by Reiner Steib.
1433
1434 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1435
1436 * obsolete/x-apollo.el: Remove file for unsupported system.
1437
1438 * term/x-win.el (vendor-specific-keysyms): Remove reference to
1439 Apollo.
1440
1441 * progmodes/gud.el (gud-dgux-p): Remove.
1442 (dbx): Remove reference to dgux.
1443
1444 * progmodes/ps-mode.el (ps-mode-print-function):
1445 * ps-print.el (ps-lp-system):
1446 * paths.el (rmail-spool-directory):
1447 * ls-lisp.el (ls-lisp-emulation):
1448 * lpr.el (lpr-lp-system):
1449 * dired.el (dired-chown-program): Remove references to dgux.
1450
1451 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * vc.el (vc-process-sentinel): Fix apparent typo.
1454 (vc-do-command): Forcefully kill any left over process.
1455 Use start-file-process.
1456 (vc-annotate-get-time-set-line-props): Check we don't move backward.
1457
1458 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * net/dbus.el (dbus-list-hash-table)
1461 (dbus-name-owner-changed-handler): Replace "signal" by "member".
1462 (dbus-check-event): Add serial number to event.
1463 (dbus-handle-event): Apply return message if needed.
1464 (dbus-event-serial-number): New defun.
1465 (dbus-event-service-name, dbus-event-path-name)
1466 (dbus-event-interface-name, dbus-event-member-name):
1467 Adapt implementation to serial number.
1468
1469 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * bs.el (bs--get-mode-name): Fix typo in previous change.
1472
1473 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1474
1475 * mouse.el (mouse-popup-menubar): Fix typo.
1476
1477 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1478 form inside with-current-buffer.
1479
1480 * progmodes/antlr-mode.el (provide): Move to the end of file.
1481 (require): Don't require font-lock and compile.
1482 (outline-level, imenu-use-markers, imenu-create-index-function):
1483 Move declarations to top level.
1484 (cond-emacs-xemacs-macfn): Declare for compiler.
1485
1486 * vc-bzr.el (vc-bzr-root):
1487 * vc-arch.el (vc-arch-root): Only set a property if the file is
1488 managed by this backend.
1489
1490 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1491
1492 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
1493
1494 * doc-view.el (doc-view-scroll-up-or-next-page)
1495 (doc-view-scroll-down-or-previous-page): Don't scroll to the
1496 top/bottom again when on the first/last page.
1497
1498 * doc-view.el (doc-view-scroll-up-or-next-page)
1499 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1500 image-scroll-down instead of the non-image equivalents.
1501 Don't rely on a signalled condition but switch pages when scrolling
1502 doesn't change the vertical position anymore.
1503 (doc-view-mode-map): Remap scroll-{up,down} to
1504 image-scroll-{up,down}.
1505
1506 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
1507
1508 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1509 tpu-mapper command rather than load the tpu-mapper package.
1510
1511 * emulation/tpu-mapper.el (tpu-mapper): New command.
1512 Contains all the code previously at top-level.
1513
1514 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * bs.el (bs--sort-by-mode, bs--get-mode-name):
1517 * imenu.el (imenu-add-to-menubar):
1518 * makesum.el (make-command-summary):
1519 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1520 (mouse-buffer-menu):
1521 * msb.el (msb--mode-menu-cond):
1522 * calc/calc-embed.el (calc-do-embedded):
1523 * emacs-lisp/helper.el (Helper-describe-mode):
1524 * mail/emacsbug.el (report-emacs-bug):
1525 * progmodes/hideshow.el (hs-grok-mode-type):
1526 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1527 * textmodes/table.el (*table--cell-describe-mode):
1528 Pass mode-name through format-mode-line.
1529
1530 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * progmodes/ada-xref.el (ada-prj-find-prj-file):
1533 * progmodes/ada-mode.el (comment-region):
1534 * calendar/todo-mode.el (todo-insert-item):
1535 * bookmark.el (bookmark-buffer-name):
1536 Test major-mode rather than mode-name.
1537
1538 2008-01-04 Richard Stallman <rms@gnu.org>
1539
1540 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1541 Call byte-compile-warn-about-unresolved-functions outside
1542 the with-current-buffer.
1543 (byte-compile-insert-header): Use with-current-buffer.
1544
1545 2008-01-04 Glenn Morris <rgm@gnu.org>
1546
1547 * startup.el (fancy-about-screen): Remove reference to deleted
1548 `fancy-splash-help-echo' variable.
1549
1550 * version.el (emacs-copyright): Update to 2008.
1551
1552 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1553 rather than mapcar.
1554
1555 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1556 change (merge mistake).
1557
1558 * doc-view.el (doc-view-search-internal): Don't use `incf'.
1559
1560 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1561 (bookmark-get-bookmark-record):
1562 * image-mode.el (bookmark-make-cell-function)
1563 (bookmark-get-filename, bookmark-get-bookmark-record)
1564 (bookmark-get-position):
1565 * log-view.el (vc-modify-change-comment):
1566 * progmodes/grep.el (find-name-arg): Declare for compiler.
1567
1568 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * savehist.el (savehist-coding-system): Default to a variant coding
1571 system with explicit unix end-of-line conversion, which is safer.
1572
1573 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1576 * ibuffer.el (mode column): Use format-mode-line.
1577
1578 * server.el (server-create-window-system-frame): Remove workaround for
1579 a bug that has been fixed.
1580
1581 2008-01-03 Magnus Henoch <magnus@zemdatav>
1582
1583 * net/dbus.el (dbus-name-owner-changed-handler):
1584 Use dbus-unregister-object instead of dbus-unregister-signal.
1585
1586 2008-01-03 Drew Adams <drew.adams@oracle.com>
1587
1588 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1589
1590 2008-01-03 Richard Stallman <rms@gnu.org>
1591
1592 * replace.el (occur-context-lines): New subroutine,
1593 broken out of occur-engine.
1594 (occur-engine): Call it.
1595
1596 2008-01-03 Alexandre Julliard <julliard@winehq.org>
1597
1598 * vc-git.el (vc-git--ls-files-state): New function.
1599 (vc-git-dir-state): Use it instead of processing the status
1600 results here.
1601
1602 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1603
1604 * progmodes/grep.el (grep-find-ignored-directories):
1605 Initialize from the value of vc-directory-exclusion-list.
1606
1607 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1608 even though we don't have a back end for darcs yet.
1609
1610 2008-01-02 Karl Fogel <kfogel@red-bean.com>
1611
1612 Change a return type, for greater extensibility.
1613 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1614 and its thread for discussion leading to this change.
1615
1616 * emacs-cvs/lisp/bookmark.el:
1617 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1618 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1619 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1620 (bookmark-bmenu-switch-other-window): Adjust accordingly.
1621 (bookmark-make-cell-function): Adjust documentation accordingly.
1622
1623 * emacs-cvs/lisp/image-mode.el
1624 (image-bookmark-jump): Adjust return type accordingly; document.
1625
1626 * emacs-cvs/lisp/doc-view.el
1627 (doc-view-bookmark-jump): Adjust return type accordingly; document.
1628
1629 2008-01-02 Miles Bader <miles@gnu.org>
1630
1631 * net/rcirc.el (rcirc-log-filename-function): New variable.
1632 (rcirc-log): Use `rcirc-log-filename-function' to generate the
1633 log-file name. Don't log anything if it returns nil.
1634 (rcirc-log-write): Use `expand-file-name' when merging the
1635 log-file name from the alist with rcirc-log-directory; this does
1636 the right thing if the name in the alist already an absolute
1637 filename. Make the log-file directory if necessary.
1638
1639 2007-12-29 Richard Stallman <rms@gnu.org>
1640
1641 * font-lock.el (font-lock-prepend-text-property)
1642 (font-lock-append-text-property): Canonicalize the face and
1643 font-lock-face properties.
1644
1645 * faces.el (facep): Doc fix.
1646
1647 * startup.el (fancy-startup-tail, fancy-about-text)
1648 (fancy-startup-text): Regularize format of face property.
1649
1650 * facemenu.el (list-colors-print): Use :background and :foreground
1651 instead of background-color and foreground-color.
1652
1653 2007-12-29 Drew Adams <drew.adams@oracle.com>
1654
1655 * cus-edit.el (custom-add-parent-links):
1656 Fill the "Parent documentation" text.
1657
1658 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1659
1660 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1661 MS-Windows and MS-DOS.
1662 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1663
1664 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1665
1666 * vc-svn.el (vc-svn-modify-change comment): New function.
1667
1668 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1669
1670 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1671 Do not disable undo, with-temp-buffer does it by default.
1672
1673 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
1674
1675 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1676 correctly.
1677
1678 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
1679 with vc-state.
1680 (vc-next-action): Fix vc-transfer-file call.
1681
1682 2007-12-31 Tom Tromey <tromey@redhat.com>
1683
1684 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1685 Move point to the start of the buffer.
1686
1687 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1690
1691 * vc.el: State that dir-state is required to set the vc-state and
1692 vc-backend properties.
1693
1694 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1695
1696 * man.el (Man-default-man-entry): Make this a defun.
1697 Improve guessing mechanism and handling of section numbers.
1698
1699 2007-12-31 Richard Stallman <rms@gnu.org>
1700
1701 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1702
1703 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1704
1705 * calc/calc-units.el (calc-convert-temperature): Ensure that units
1706 are on the result even when the result is zero.
1707
1708 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1711 resistent towards wrong parameters.
1712 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1713
1714 2007-12-30 Richard Stallman <rms@gnu.org>
1715
1716 * faces.el (face-all-attributes): New function.
1717
1718 * faces.el (face-differs-from-default-p): Compute list of attr names
1719 from face-attribute-name-alist.
1720
1721 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1722 (custom-face-save): Likewise.
1723 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1724
1725 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1726 (custom-theme-set-faces): Clear `face-override-spec' property.
1727 Call `face-spec-set' with FOR-DEFFACE.
1728
1729 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1730
1731 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1732 Use of frame as third arg is deprecated.
1733 Handle `face-override-spec' property.
1734 (face-spec-recalc): New function.
1735 (face-spec-set-2): New function.
1736 (frame-set-background-mode): Handle `face-override-spec' property.
1737 Use `face-spec-recalc'.
1738 (face-set-after-frame-default): Use `face-spec-recalc'.
1739
1740 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
1741
1742 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1743
1744 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1747
1748 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
1749
1750 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1751 'added, 'removed.
1752
1753 * vc.el (header coment): Better description of dir-state.
1754 (vc-compatible-state): New function. Checks whether two states
1755 can be in the same changeset; used with 'edited it can test whether
1756 the next action for a state should be commit.
1757 (vc-default-dired-state-info): Display 'removed state.
1758 (vc-dired-hook): Turn off undo, this is a speed tweak.
1759
1760 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1761
1762 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1763 Cope with the possibility that the 'C' status flag might change
1764 in 0.9,6.
1765
1766 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1767
1768 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1769
1770 * files.el (cd-absolute): Fix omission bug:
1771 Make `list-buffers-directory' buffer-local.
1772
1773 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1774
1775 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1776
1777 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1778
1779 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1780
1781 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1782 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1783 (math-yacas-compose-deriv, math-yacas-compose-taylor)
1784 (math-maxima-parse-subst, math-maxima-parse-taylor)
1785 (math-maxima-compose-taylor, math-maxima-compose-subst)
1786 (math-maxima-compose-if, math-lang-switch-args)
1787 (math-lang-compose-switch-args, math-read-giac-subscr):
1788 New functions.
1789 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1790 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1791 Add languages.
1792 (math-vector-brackets, math-complex-format, math-variable-table)
1793 (math-parse-table, math-oper-table, math-function-table)
1794 (math-special-function-table, math-compose-subscr):
1795 Add values for new languages.
1796
1797 * calc/calccomp.el (math-compose-expr): Add new languages.
1798
1799 * calc/calc.el (calc-language): Add languages to docstring.
1800
1801 * calc/calc-ext.el (calc-init-extensions): Add keybindings
1802 for new languages. Autoload commands to change languages.
1803
1804 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1805
1806 * calc/calc-menu.el (calc-modes-menu): Add new languages.
1807 (calc-arithmetic-menu, calc-scientific-function-menu)
1808 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1809 (calc-units-menu, calc-variables-menu, calc-stack-menu):
1810 Add :active keywords.
1811
1812 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1813
1814 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1815 returns 'ignored or 'unregistered.
1816 (vc-hg-state): Pass "-A" to the status command and deal with the
1817 output.
1818 (vc-hg-dir-state): Pass "-A" to the status command.
1819
1820 2007-12-29 Richard Stallman <rms@gnu.org>
1821
1822 * progmodes/compile.el (compilation-start): Set initial visible
1823 point properly even when compilation buffer already current.
1824
1825 2007-12-29 Richard Stallman <rms@gnu.org>
1826
1827 * files.el (conf-mode-maybe): New function.
1828 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1829
1830 2007-12-29 Martin Rudalics <rudalics@gmx.at>
1831
1832 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1833
1834 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1835
1836 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1837
1838 2007-12-29 Richard Stallman <rms@gnu.org>
1839
1840 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1841 so they never do EOF.
1842
1843 2007-12-29 Richard Stallman <rms@gnu.org>
1844
1845 * faces.el (copy-face): Create the new face explicitly if it
1846 does not exist already.
1847
1848 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1849
1850 * simple.el (minibuffer-history, shell-command-history)
1851 (set-variable-value-history):
1852 * replace.el (regexp-history):
1853 * international/mule-cmds.el (input-method-history):
1854 * files.el (file-name-history): Add reference to history-length in
1855 the doc string.
1856
1857 2007-12-29 Richard Stallman <rms@gnu.org>
1858
1859 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1860
1861 2007-12-29 Jason Rumney <jasonr@gnu.org>
1862
1863 * find-dired.el (find-name-arg): New custom variable.
1864 (find-name-dired): Use it.
1865 (find-dired-find-program): Remove.
1866 (find-dired): Use find-program.
1867 (find-grep-dired): Use grep-program.
1868
1869 * progmodes/grep.el (rgrep): Use find-name-arg.
1870
1871 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1872
1873 * progmodes/cc-vars.el (defcustom-c-stylevar):
1874 Revert to pre-2007-12-12 version.
1875
1876 2007-12-29 Richard Stallman <rms@gnu.org>
1877
1878 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1879
1880 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1881 Use changed.
1882
1883 * startup.el (fancy-splash-help-echo): Var deleted.
1884 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1885 (fancy-about-screen): Don't display fancy-splash-help-echo.
1886
1887 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1888
1889 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
1890
1891 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1892 to vc-hooks.el so it will be available to other modes, such as
1893 speedbar.el. Also, teach it to recognize monotone state directories.
1894
1895 * speedbar.el: Remove this mode's fragile assumptions about
1896 version-control systems. Instead, make it use logic from
1897 vc-hooks.el so it will become smarter whenever VC mode does.
1898
1899 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1900 Fix the documentation.
1901
1902 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1903 Modify all instances of the dir-state back-end method to suppress
1904 keeping undo lists on the buffers holding status output, which
1905 can get extremely large.
1906
1907 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1908 so they don't do work that the default one can do instead.
1909
1910 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1911 states, and the new return-value convention. These are not
1912 actually used yet, just set.
1913
1914 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1915 states when appropriate.
1916
1917 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1918 'unregistered when appropriate.
1919
1920 * vc-git.el: Document that we don't set the new states yet.
1921
1922 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1923 'ignored states.
1924
1925 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1926 appropriate.
1927
1928 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1929 when appropriate.
1930
1931 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
1932
1933 * thumbs.el (thumbs-call-convert): Use call-process directly
1934 with thumbs-conversion-program instead of through shell-file-name
1935 for better error reporting.
1936
1937 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
1938
1939 * calc/calc-aent.el (math-remove-percentsigns):
1940 * calc/calccomp.el (math-to-percentsigns): Change placeholder
1941 for percent signs.
1942
1943 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1944
1945 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1946 use completion-ignored-extensions to detect files that should be
1947 ignorted in VC-Dired listings, heading off lots of expensive calls
1948 to (vc-state).
1949
1950 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1951 non-terse mode.
1952 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1953 Makefile.in or Makefile.am
1954
1955 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1956
1957 * ps-print.el (ps-mark-active-p): Fun returned back.
1958 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1959 `region-active-p' for error checking.
1960
1961 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1962
1963 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1964 Put new machinery in place to support editing of change comments
1965 with 'e' in a log-view buffer. Not documented yet as this
1966 only works for SCCS, RCS, and maybe CVS if you have admin
1967 privileges. When we have backend support for Subversion and
1968 more modern systems it will be time to write this up.
1969
1970 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
1971
1972 * international/mule-cmds.el (select-safe-coding-system):
1973 When a buffer is modified, cancel the writing.
1974
1975 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
1976
1977 * log-view.el: Add Subversion and Mercurial log format samples.
1978
1979 * vc.el (vc-dired-hook): Significantly speed up by arranging for
1980 it to call the backend dir-state hook (if it exists)
1981 exactly *once*, rather than once per each subdirectory (with
1982 dired-state-info calls on all toplevel files slowing it down even
1983 further). For this to work, backend dir-state methods have to
1984 recurse to subdirectories. Most of them already did anyway; a few
1985 needed *non*-recursion switches removed. This change mostly
1986 removed code that was perversely bad and should have been shot
1987 through the head years ago.
1988
1989 * vc-bzr.el (vc-bzr-dir-state):
1990 * vc-cvs.el (vc-cvs-dir-state):
1991 * vc-mcvs.el (vc-mcvs-dir-state):
1992 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1993
1994 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1995 multiple arguments, so generate logs sequentially when we get them.
1996 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1997 headers so the various log bindings can do the right thing.
1998 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1999
2000 2007-12-26 Andreas Schwab <schwab@suse.de>
2001
2002 * font-lock.el (save-buffer-state): Make sure the state of the
2003 buffer is always restored.
2004
2005 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
2006
2007 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
2008
2009 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
2010 a variable.
2011
2012 * calc/calccomp.el (math-to-percentsigns): New function.
2013 (math-compose-var): Handle variables with percent signs.
2014 (math-compose-expr): Handle function names with percent signs.
2015
2016 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
2017 (math-read-exprs): Handle percent signs in languages that
2018 allow them.
2019 (math-restore-underscores): Remove function.
2020 (math-remove-percentsigns, math-restore-placeholders):
2021 New functions.
2022
2023 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2024
2025 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
2026 of `mark' for error checking.
2027
2028 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
2029
2030 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
2031 New functions.
2032 (image-mode): Set bookmark-make-cell-function appropriately.
2033
2034 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
2035
2036 * bookmark.el (bookmark-make-cell-function): New variable.
2037 (bookmark-make): Call bookmark-make-cell-function's function
2038 instead of bookmark-make-cell.
2039 (bookmark-get-handler, bookmark-jump-internal): New functions.
2040 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
2041 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
2042 Use bookmark-jump-internal.
2043 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
2044
2045 * doc-view.el (doc-view-bookmark-make-cell)
2046 (doc-view-bookmark-jump): New functions.
2047 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
2048
2049 2007-12-25 Miles Bader <miles@gnu.org>
2050
2051 * indent.el (indent-for-tab-command): Rigidly indent the following
2052 sexp along with the current line when a prefix arg is given in the
2053 non-active-region case. Specify raw prefix in interactive spec.
2054 Simplify main indentation logic to get rid of the conditional call
2055 to `indent-according-to-mode' (it just ended up calling
2056 `indent-line-function' in all cases anyway, which can be done more
2057 simply here). Remove unnecessary test of ARG in active region case.
2058
2059 2007-12-25 Richard Stallman <rms@gnu.org>
2060
2061 * allout.el (allout-region-active-p): Rename from my-region-active-p.
2062 Use `use-region-p'.
2063 (allout-write-file-hook-handler): Simplify code.
2064
2065 * ps-print.el (ps-mark-active-p): Function deleted.
2066 (ps-print-preprint-region): Use (mark) for the error check.
2067
2068 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
2069
2070 * winner.el (winner-active-region): Use `mark-active' if it's defined.
2071
2072 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
2073
2074 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
2075
2076 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
2077
2078 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
2079
2080 * progmodes/cc-defs.el (c-region-is-active-p):
2081 Use `mark-active' if it's defined.
2082
2083 * progmodes/cc-cmds.el (c-indent-line-or-region):
2084 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
2085
2086 * simple.el (select-active-regions): New option.
2087 (set-mark): Obey it.
2088 (yank-pop-change-selection): New option.
2089 (current-kill): Obey it.
2090
2091 * simple.el (use-region-p): Rename from `region-active-p'.
2092 (region-active-p): New function.
2093
2094 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
2095
2096 * term/x-win.el (x-select-enable-primary): New option.
2097 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
2098
2099 * mouse.el (mouse-yank-primary): New function (almost same
2100 as mouse-yank-secondary).
2101
2102 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
2103
2104 * calculator.el:
2105 * dframe.el:
2106 * iswitchb.el:
2107 * whitespace.el:
2108 * winner.el:
2109 * emacs-lisp/checkdoc.el:
2110 * mail/feedmail.el:
2111 * net/quickurl.el:
2112 * obsolete/fast-lock.el:
2113 * play/5x5.el:
2114 * progmodes/delphi.el:
2115 * progmodes/idlw-shell.el:
2116 * progmodes/idlwave.el:
2117 * textmodes/artist.el:
2118 * textmodes/ispell.el:
2119 * textmodes/texinfmt.el:
2120 * textmodes/texinfo.el: Remove obsolete definitions of backward
2121 compatibility macros for defcustom, defgroup, defface, when,
2122 unless, with-current-buffer and with-temp-message.
2123
2124 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
2125
2126 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
2127
2128 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
2131 indeed a process.
2132
2133 2007-12-23 Richard Stallman <rms@gnu.org>
2134
2135 * simple.el (region-active-p): New function.
2136 (use-empty-active-region): New variable.
2137
2138 * dired-aux.el (dired): Load dired.el at run time too.
2139
2140 2007-12-23 Juri Linkov <juri@jurta.org>
2141
2142 * man.el (Man-follow-manual-reference): Fill the minibuffer's
2143 default list with a full list of references.
2144
2145 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
2146
2147 2007-12-23 Andreas Schwab <schwab@suse.de>
2148
2149 * files.el (switch-to-buffer-other-frame): Return the buffer
2150 switched to.
2151
2152 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
2153
2154 Sync with Tramp 2.1.12.
2155
2156 * net/tramp.el: New todo item.
2157
2158 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
2159 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
2160
2161 * net/trampver.el: Update release number.
2162
2163 2007-12-22 Richard Stallman <rms@gnu.org>
2164
2165 * newcomment.el (comment-region-default): Don't triple the
2166 comment starter if the first region line isn't indented enough.
2167
2168 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2169
2170 * net/imap.el (imap-authenticate): Use current-buffer instead of
2171 buffer, for the cases where imap-authenticate is called with a nil
2172 buffer parameter.
2173
2174 2007-12-21 Martin Rudalics <rudalics@gmx.at>
2175
2176 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2177 specifier from format-string. Reported by Ye Wenbin.
2178
2179 2007-12-20 Jason Rumney <jasonr@gnu.org>
2180
2181 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
2182 Parent group is font-lock-faces.
2183 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
2184 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
2185 (nxml-version): Remove.
2186 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
2187 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
2188 (nxml-processing-instruction-delimiter)
2189 (nxml-processing-instruction-target)
2190 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
2191 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
2192 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
2193 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
2194 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
2195 (nxml-attribute-prefix, nxml-attribute-colon)
2196 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
2197 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
2198 (nxml-attribute-value, nxml-attribute-value-delimiter)
2199 (nxml-namespace-attibute-value)
2200 (nxml-namespace-attribure-value-delimiter)
2201 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
2202 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
2203 (nxml-glyph): Rename, removing -face suffix.
2204 Inherit from existing font-lock faces.
2205 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
2206 Use new face names.
2207
2208 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2209 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2210 Rename, removing -face suffix.
2211 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
2212 (nxml-highlighted-colon, nxml-highlighted-slash)
2213 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
2214 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
2215 (nxml-highlighted-qname, nxml-outline-display-heading):
2216 Use new face names.
2217
2218 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
2219
2220 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
2221
2222 2007-12-19 Martin Rudalics <rudalics@gmx.at>
2223
2224 * cus-start.el (all): Use correct group name for members of
2225 mode-line group.
2226
2227 * man.el (Man-default-man-entry): When looking for default man
2228 entry title search text preceding point. Use when instead of if.
2229
2230 * indent.el (indent-for-tab-command): Fix doc-string typo.
2231
2232 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
2233 vc-parent-buffer is the current buffer.
2234
2235 * info-look.el (info-lookup, info-lookup-setup-mode)
2236 (info-lookup-make-completions): Avoid clobbering Info-history and
2237 Info-history-list.
2238
2239 2007-12-19 Glenn Morris <rgm@gnu.org>
2240
2241 * progmodes/verilog-mode.el (top-level): Don't require compile.
2242 (compilation-error-regexp-alist, compilation-last-buffer):
2243 Define for compiler.
2244 (verilog-insert-1): New function.
2245 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2246 Use verilog-insert-1.
2247 (verilog-surelint-off): Use next-error-last-buffer if bound.
2248 Check compile buffer is live.
2249
2250 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
2251
2252 * progmodes/compile.el (compilation-start): Don't pass a FRAME
2253 argument to display-buffer.
2254
2255 2007-12-19 Jason Rumney <jasonr@gnu.org>
2256
2257 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
2258 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
2259 (rng-byte-compile-load, rng-write-version): Remove.
2260
2261 * nxml/rng-loc.el (rng-schema-locating-files-default)
2262 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
2263 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2264
2265 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
2266
2267 * files.el (cd-absolute): Set `list-buffers-directory' in order to
2268 show correct path in buffer list.
2269
2270 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
2271 (tramp-find-shell): Send only single prompt setting commands, in
2272 order to avoid double-prompt.
2273
2274 * net/tramp-compat.el (top): Require cl only when compiling.
2275 Reported by Glenn Morris <rgm@gnu.org>.
2276
2277 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2278
2279 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
2280 (c-comment-continuation-stars): No longer declare with
2281 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
2282 (c-block-comment-prefix): Use symbol-value to
2283 access c-comment-continuation-stars.
2284 * progmodes/cc-mode.el (c-initialize-cc-mode):
2285 Use symbol-value to access c-comment-continuation-stars.
2286
2287 2007-12-18 Mark A. Hershberger <mah@everybody.org>
2288
2289 * xml.el (xml-escape-string): New function. Escape string using
2290 xml-entity-alist.
2291 (xml-debug-print-internal): Use xml-escape-string to escape
2292 characters in attributes and in text children of elements.
2293
2294 2007-12-18 Glenn Morris <rgm@gnu.org>
2295
2296 * progmodes/cc-subword.el (c-subword-mode): Drop support for
2297 systems without define-minor-mode.
2298
2299 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
2300
2301 * progmodes/verilog-mode.el: Replace all instances of
2302 string-to-int with string-to-number, insert-string with insert,
2303 and read-input with read-string.
2304 (top-level): No need to require imenu, reporter, dinotrace, vc,
2305 font-lock when compiling. Always require compile. Relegate remaining
2306 compatibility cruft to XEmacs. Don't require font-lock.
2307 (verilog-version): Remove superfluous concat.
2308 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2309 No need to define.
2310 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2311 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2312 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2313 (verilog-startup-message-displayed): These are variables, not constants.
2314 (verilog-batch-execute-func, verilog-auto-inst)
2315 (verilog-auto-inst-param): Use mapc rather than mapcar.
2316 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2317 actually defining.
2318 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2319 (verilog-modi-get-outputs, verilog-modi-get-inouts)
2320 (verilog-modi-get-inputs, verilog-modi-get-wires)
2321 (verilog-modi-get-regs, verilog-modi-get-assigns)
2322 (verilog-modi-get-consts, verilog-modi-get-gparams)
2323 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2324 (verilog-modi-get-sub-inputs): Move inline functions earlier in
2325 the file.
2326 (sigs-in, sigs-out): Don't declare multiple times.
2327 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2328 `defvar'.
2329 (verilog-auto): Call dinotrace-unannotate-all only if bound.
2330 (verilog-module-inside-filename-p): No need to wrap fboundp test
2331 in condition-case.
2332 (reporter-submit-bug-report): Autoload it.
2333 (verilog-mark-defun): Call zmacs-activate-region only if bound.
2334 (verilog-font-customize): Call customize-apropos only if bound.
2335 (verilog-getopt-flags, verilog-auto-reeval-locals):
2336 Use make-local-variable rather than make-variable-buffer-local.
2337 (verilog-company, verilog-project, verilog-modi-cache-list):
2338 Move make-variable-buffer-local calls to top-level.
2339 (font-lock-defaults-alist): Don't define it.
2340 (verilog-need-fld): Remove.
2341 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2342 (verilog-mode): Only call make-local-hook on XEmacs.
2343 Set font-lock-defaults rather than using verilog-font-lock-init.
2344
2345 2007-12-17 Andreas Schwab <schwab@suse.de>
2346
2347 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2348 Fix comment typo.
2349
2350 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * net/dbus.el (dbus-name-owner-changed-handler):
2353 Use `dbus-unregister-signal' for removing old rules.
2354 Obey new structure of `dbus-registered-functions-table'.
2355
2356 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2357
2358 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2359
2360 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2361
2362 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2363 function.
2364 (add-submenu): Only define for XEmacs.
2365 (verilog-regexp-words): Revert previous change, keep the other
2366 definition.
2367
2368 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2369
2370 * progmodes/perl-mode.el (perl-continued-statement-offset)
2371 (perl-continued-brace-offset, perl-brace-offset)
2372 (perl-brace-imaginary-offset, perl-label-offset):
2373 * progmodes/cperl-mode.el (cperl-brace-offset)
2374 (cperl-continued-brace-offset, cperl-label-offset)
2375 (cperl-continued-statement-offset)
2376 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2377 Add safe-local-variable properties.
2378
2379 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2380
2381 * progmodes/verilog-mode.el (verilog-mode-map)
2382 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2383 (verilog-colorize-include-files): Use only overlay functions so
2384 that it can work on both emacs and XEmacs.
2385 (set-extent-keymap): Remove unused defun.
2386 (verilog-kill-existing-comment, verilog-insert-date)
2387 (verilog-insert-year): Rename in order not to pollute the global
2388 namespace from kill-existing-comment, insert-date and
2389 insert-year, respectively.
2390 (verilog-set-auto-endcomments, verilog-header): Update callers.
2391
2392 * files.el (auto-mode-alist): Recognize verilog files.
2393
2394 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2395 (verilog-string-remove-spaces, verilog-re-search-forward)
2396 (verilog-re-search-backward, verilog-re-search-forward-quick)
2397 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2398 (verilog-get-end-of-line, verilog-within-string): Move definitions
2399 before first use. No code changes.
2400
2401 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2402
2403 * progmodes/verilog-mode.el (verilog-mode-version)
2404 (verilog-mode-release-date): Don't use expanding keywords.
2405 (provide): Move to the end of file.
2406 (fboundp): Don't check if eval-when-compile is bound, it is used
2407 later in the file without checking.
2408 (when, unless): Copy definitions from subr.el.
2409 (char-before, defcustom, defface, customize-group)
2410 (verilog-batch-error-wrapper): Don't use old style backquotes.
2411 (verilog-regexp-opt): Avoid using the cl function case.
2412 (verilog-regexp-words): Remove duplicated definition.
2413 (verilog-mode-abbrev-table): Remove, duplicate.
2414 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2415 Declare and initialize in one step.
2416 (verilog-declaration-prefix-re, verilog-declaration-re)
2417 (verilog-end-of-statement, verilog-indent-declaration)
2418 (verilog-get-lineup-indent): Remove trailing whitespace.
2419 (verilog-mode): Fix autoload cookie.
2420 Set beginning-of-defun-function and end-of-defun-function. Use when
2421 instead of if.
2422 (verilog-emacs-features, verilog-auto-ascii-enum)
2423 (verilog-insert-indices): Escape braces in doc strings.
2424
2425 2007-12-08 Michael McNamara <mac@verilog.com>
2426 Wilson Snyder <wsnyder@wsnyder.org>
2427
2428 * progmodes/verilog-mode.el: New file.
2429
2430 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2431
2432 * international/latexenc.el (latexenc-find-file-coding-system):
2433 If both coding-system-for-write and buffer-file-coding-system of
2434 latex-main-file are nil, use `undecided'.
2435
2436 2007-12-06 Jason Rumney <jasonr@gnu.org>
2437
2438 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2439
2440 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2441
2442 * files.el (revert-buffer): Docstring fix.
2443
2444 2007-12-11 Glenn Morris <rgm@gnu.org>
2445
2446 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2447
2448 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2449
2450 * calc/calc-aent.el (math-restore-underscores)
2451 (math-string-restore-underscores): New functions.
2452 (math-read-factor): Properly check variable names with underscores
2453 for entries in `math-expr-variable-mapping'.
2454
2455 * calc/calc-lang.el (math-lang-name): New property name.
2456
2457 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2458 to set language name.
2459
2460 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2463
2464 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * server.el (server-select-display): Fix important typo.
2467 (server-process-filter): Turn a "" display into nil.
2468
2469 2007-12-09 Juri Linkov <juri@jurta.org>
2470
2471 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2472 Check search-upper-case before calling isearch-no-upper-case-p
2473 to set case-fold-search.
2474 (occur): Doc fix.
2475 (occur-1, perform-replace): Check search-upper-case before calling
2476 isearch-no-upper-case-p to set case-fold-search.
2477
2478 * isearch.el (search-upper-case): Doc fix.
2479 (isearch-mode-map): Bind `M-s o' to isearch-occur.
2480 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
2481 (isearch-query-replace-regexp): Doc fix.
2482 (isearch-occur): New function.
2483
2484 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2485
2486 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2487 backward compatibility.
2488
2489 * net/imap.el (imap-string-to-integer): New function.
2490
2491 2007-12-09 David Kastrup <dak@gnu.org>
2492
2493 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2494 directories. Not sure anybody uses this anymore, though.
2495
2496 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2497
2498 * printing.el: Fix pr-interface-map initialization code.
2499 (pr-version): New version 6.9.3.
2500 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2501 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2502 (pr-f-read-string): Replace by pr-read-string.
2503 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2504 name.
2505 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2506
2507 2007-12-09 Glenn Morris <rgm@gnu.org>
2508
2509 * emulation/viper-init.el (top-level): Use dolist rather than mapc
2510 in make-variable-frame-local call.
2511
2512 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * mail/hashcash.el (declare-function):
2515 * net/imap.el (declare-function): New no-op macro for backward
2516 compatibility.
2517
2518 2007-12-08 Eli Zaretskii <eliz@gnu.org>
2519
2520 Sync makefile.w32-in with Makefile.in.
2521
2522 * makefile.w32-in (check-declare): New target.
2523 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2524 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2525 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2526 ($(lisp)/progmodes/cc-mode.elc): Use it.
2527 ($(lisp)/progmodes/cc-mode.elc): New rule.
2528
2529 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2530
2531 * indent.el (tab-stop-list): Mark as safe-local-variable.
2532
2533 * generic-x.el (etc-sudoers-generic-mode): New mode.
2534 (generic-unix-modes): Add it.
2535
2536 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
2537
2538 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
2539 apply wildcards in a hash table key; there is no usable hash code then.
2540 (dbus-registered-functions-table): Use `equal' as test function.
2541 (dbus-name-owner-changed-handler): Rewrite due to new hash table
2542 structure.
2543
2544 2007-12-08 Martin Rudalics <rudalics@gmx.at>
2545
2546 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2547 bound error in block comment branch.
2548
2549 2007-12-08 David Kastrup <dak@gnu.org>
2550
2551 * textmodes/reftex.el (reftex-select-with-char):
2552 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2553 (reftex-toc-visit-location, reftex-toc-find-section):
2554 * textmodes/reftex-index.el (reftex-index-show-entry):
2555 * textmodes/org.el (org-cycle-hide-archived-subtrees)
2556 (org-table-rotate-recalc-marks, org-mark-ring-push)
2557 (org-follow-info-link, org-mhe-get-message-folder-from-index)
2558 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2559 (org-evaluate-time-range, org-edit-agenda-file-list):
2560 * textmodes/artist.el (artist-select-next-op-in-list)
2561 (artist-select-prev-op-in-list):
2562 * term/mac-win.el (mac-service-insert-text):
2563 * startup.el (fancy-about-screen):
2564 * progmodes/vhdl-mode.el (vhdl-decision-query):
2565 * progmodes/idlwave.el (idlwave-template)
2566 (idlwave-scroll-completions, idlwave-display-completion-list):
2567 * progmodes/ebrowse.el (ebrowse-show-progress):
2568 * progmodes/cperl-mode.el (cperl-find-pods-heres):
2569 * progmodes/antlr-mode.el (antlr-insert-option-do):
2570 * play/mpuz.el (mpuz-close-game):
2571 * net/rcirc.el (rcirc-next-active-buffer):
2572 * mail/reporter.el (reporter-update-status):
2573 * kmacro.el (kmacro-display):
2574 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2575 * emulation/viper-util.el (viper-save-setting):
2576 * emacs-lisp/lisp-mnt.el (lm-verify):
2577 * emacs-lisp/edebug.el (edebug-set-mode):
2578 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2579 * calendar/calendar.el (calendar-print-day-of-year):
2580 * calc/calcalg3.el (calc-curve-fit):
2581 * calc/calcalg2.el (math-integral):
2582 * calc/calc.el (calc-read-key-sequence, calc-version):
2583 * calc/calc-mode.el (calc-set-simplify-mode):
2584 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2585
2586 2007-12-07 D. Goel <deego3@gmail.com>
2587
2588 * progmodes/idlw-shell.el (idlwave-shell-display-line)
2589 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2590 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2591 * mail/uce.el (uce-reply-to-uce)
2592 * progmodes/vhdl-mode.el (vhdl-template-modify)
2593 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2594 to `error' (as suggested by RMS.)
2595
2596 2007-12-07 Glenn Morris <rgm@gnu.org>
2597
2598 * allout.el (allout-write-file-hook-handler):
2599 * textmodes/reftex.el (reftex-TeX-master-file):
2600 * textmodes/reftex-parse.el (reftex-short-context):
2601 Revert previous change.
2602
2603 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2606 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2607 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2608 (dbus-event-service-name, dbus-event-path-name)
2609 (dbus-event-interface-name, dbus-event-member-name): Fix for new
2610 event structure.
2611 (dbus-list-activatable-names, dbus-list-names)
2612 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2613 Reorder `dbus-call-method' arguments.
2614
2615 2007-12-06 D. Goel <deego3@gmail.com>
2616
2617 * allout.el (allout-write-file-hook-handler):
2618 * textmodes/reftex.el (reftex-TeX-master-file):
2619 * textmodes/org.el (org-paste-subtree):
2620 * progmodes/vhdl-mode.el (vhdl-template-modify):
2621 * progmodes/idlw-shell.el (idlwave-shell-send-command)
2622 (idlwave-shell-display-line):
2623 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2624 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2625 * net/trampver.el (x):
2626 * mail/uce.el (uce-reply-to-uce):
2627 * mail/rmailout.el (rmail-output):
2628 * mail/feedmail.el (feedmail-dump-message-to-queue):
2629 * whitespace.el (whitespace-write-file-hook):
2630 * wdired.el (wdired-check-kill-buffer):
2631 * vc.el (vc-update):
2632 * vc-mcvs.el (vc-mcvs-checkin):
2633 * vc-cvs.el (vc-cvs-checkin):
2634 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2635 * ibuffer.el (ibuffer-current-buffer):
2636 * dired.el (dired-move-to-end-of-filename):
2637 * bindings.el (complete-symbol):
2638 * textmodes/org-publish.el (org-publish-file):
2639 (org-publish-current-project):
2640 * textmodes/reftex-parse.el (reftex-short-context):
2641 * textmodes/texinfmt.el: Fix buggy calls to `error'.
2642
2643 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * doc-view.el (doc-view-dvi->pdf-sentinel)
2646 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2647 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2648 within a sentinel or timer.
2649 (doc-view-display): Don't try to display before the requested page
2650 is available, unless told to do so explicitly.
2651 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2652 Force display even if the requested page is not available.
2653
2654 2007-12-06 Richard Stallman <rms@gnu.org>
2655
2656 * help-fns.el (describe-function-1): Call ad-get-advice-info
2657 only on symbols.
2658
2659 2007-12-06 Glenn Morris <rgm@gnu.org>
2660
2661 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2662 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2663 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2664 faces in non-light-background case.
2665
2666 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2667 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2668 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2669 * emulation/vi.el, emulation/viper-cmd.el:
2670 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2671 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2672 * textmodes/fill.el: Remove directory part from filenames in
2673 function declarations.
2674
2675 * dired-aux.el (mailcap-mime-info): Update declaration.
2676
2677 2007-12-05 Richard Stallman <rms@gnu.org>
2678
2679 * wid-edit.el (widget-type): Doc fix.
2680
2681 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2684 Don't match "sub { (...) ... }".
2685
2686 2007-12-05 Richard Stallman <rms@gnu.org>
2687
2688 * international/mule-cmds.el (toggle-input-method-active): New var.
2689 (toggle-input-method): Bind toggle-input-method-active to t.
2690 Error if it was already non-nil.
2691
2692 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2693
2694 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2695
2696 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2697
2698 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2699 see if certs should be verified and what is to be done in the
2700 event of a verification failure.
2701
2702 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2703
2704 * net/tls.el (tls-program): Provide more custom choices from
2705 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
2706 (tls-process-connection-type, tls-success): Remove "*" in doc string.
2707 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2708 version. Minor improvement to doc strings.
2709 (tls-program): Add comment.
2710
2711 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2712
2713 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2714 (tls-checktrust): New variable. Check if GNU TLS complained about a
2715 mismatch between the hostname provided in the certificate and the name
2716 of the host connnecting to.
2717 (open-tls-stream): Use them. Check certificates against trusted root
2718 certificates.
2719
2720 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2721
2722 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2723 (imap-parse-status): Upcase status-att for broken servers that sends
2724 them lower-case (e.g., MS Exchange 2007).
2725
2726 2007-12-05 D. Goel <deego3@gmail.com>
2727
2728 * simple.el (undo):
2729 * image-dired.el (image-dired-display-thumb-properties):
2730 (image-dired-modify-mark-on-thumb-original-file):
2731 (image-dired-dired-display-properties):
2732 * help.el (help-window-display-message):
2733 * files.el (hack-local-variables-confirm):
2734 * ediff.el (ediff-version):
2735 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2736 `message' and `error': Ensure that first arg is a format string.
2737
2738 * emacs-lisp/find-func.el (find-library-name): Prefer files with
2739 ".el" suffix over "".
2740
2741 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
2742
2743 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2744 interface and member fields.
2745
2746 2007-12-05 Glenn Morris <rgm@gnu.org>
2747
2748 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2749 (pcomplete-here): Autoload it.
2750
2751 * eshell/em-basic.el (print-func): No need to define for compiler.
2752
2753 * eshell/esh-cmd.el (eshell-debug-command):
2754 * eshell/esh-io.el (eshell-print): Move definitions before use.
2755
2756 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2757
2758 * eshell/esh-util.el (top-level): Don't require pp.
2759 Use condition-case rather than ignore-errors.
2760
2761 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2762
2763 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2764 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2765 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2766 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2767 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2768 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2769 * eshell/esh-util.el, eshell/eshell.el: Require individual files
2770 if needed when compiling, rather than esh-maint. Collect any
2771 require statements. Move provide statement to end. Move any
2772 commentary to start.
2773
2774 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2775 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2776 * eshell/esh-proc.el, eshell/esh-var.el:
2777 Require individual files if needed when compiling, rather than
2778 esh-maint. Collect any require statements. Leave provide at start.
2779 Move any commentary to start.
2780
2781 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2782 Remove declared function from byte-compile-noruntime-functions.
2783
2784 * ediff-util.el (ediff-version):
2785 * progmodes/python.el (compilation-shell-minor-mode):
2786 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2787 (calendar-bahai-date-string, calendar-check-holidays)
2788 (calendar-chinese-date-string, calendar-coptic-date-string)
2789 (calendar-ethiopic-date-string, calendar-forward-day)
2790 (calendar-french-date-string, calendar-goto-date)
2791 (calendar-goto-today, calendar-hebrew-date-string)
2792 (calendar-islamic-date-string, calendar-iso-date-string)
2793 (calendar-julian-date-string, calendar-mayan-date-string)
2794 (calendar-persian-date-string, gnus-summary-last-subject)
2795 (parse-time-string, rmail-show-message): Declare as functions.
2796
2797 2007-12-05 Michael Olson <mwolson@gnu.org>
2798
2799 * textmodes/remember.el: Merge contents of remember-diary.el here,
2800 updating header. Add autoload cookie so that byte-compilation
2801 works without warning.
2802 (remember-diary-file): Default to nil, since diary might not yet
2803 be loaded at this point, which would deny us access to diary-file.
2804 (remember-diary-extract-entries): If remember-diary-file is nil,
2805 then use diary-file instead.
2806
2807 * textmodes/remember-diary.el: Remove, due to the issue of needing
2808 the first 8 characters of a filename to be unique.
2809
2810 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * net/dbus.el (dbus-hash-table=): New defun.
2813 (dbus-hash-table-test): New hash table test function, used in
2814 `dbus-registered-functions-table'.
2815 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2816 (dbus-event-service-name, dbus-event-path-name)
2817 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2818 due to new structure of `dbus-event'.
2819
2820 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * ido.el (ido-save-history): Set the `coding' local
2823 variable in the first line of the file.
2824
2825 2007-12-04 Glenn Morris <rgm@gnu.org>
2826
2827 * password-cache.el: Move here from gnus/password.el.
2828 (top-level): Don't require cl when compiling.
2829 (password-read-and-add): Doc fix. Make obsolete.
2830
2831 * net/tramp.el: Require password-cache or password.
2832
2833 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2834 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
2835 compiling.
2836 (cua-set-rectangle-mark): Add doc string to autoload.
2837 (cua--rectangle, cua--last-killed-rectangle)
2838 (cua--global-mark-active): Always define for compiler.
2839 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2840 (cua--delete-rectangle, cua--insert-rectangle)
2841 (cua--rectangle-corner, cua--rectangle-assert)
2842 (cua--insert-at-global-mark, cua--global-mark-post-command):
2843 Declare as functions.
2844
2845 * emulation/cua-gmrk.el (top-level): Move provide to end.
2846
2847 * emulation/cua-rect.el (top-level): Move provide to end.
2848 Don't require cua-gmrk when compiling.
2849 (cua--cut-rectangle-to-global-mark)
2850 (cua--copy-rectangle-to-global-mark): Declare as functions.
2851
2852 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2853 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2854 (viper-vi-state-cursor-color):
2855 Consolidate make-variable-frame-local calls.
2856
2857 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2858 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2859 than bbdb-address-street1,2,3.
2860
2861 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2862 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
2863
2864 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2865
2866 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2867 (imap-parse-status): Upcase status-att for servers that sends them
2868 lower-case (e.g., MS Exchange 2007).
2869
2870 2007-12-03 Karl Fogel <kfogel@red-bean.com>
2871
2872 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2873 (save-place-alist-to-file, load-save-place-alist-from-file):
2874 Don't print non-error messages at all, there's really no need.
2875 Do print if there's a problem, and clarify message in that case.
2876
2877 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2878
2879 * ediff-diff.el (ediff-prepare-error-list):
2880 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2881
2882 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
2883
2884 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2885 (doc-view-current-overlay, doc-view-pending-cache-flush):
2886 Add doc string.
2887
2888 2007-12-03 Richard Stallman <rms@gnu.org>
2889
2890 * subr.el (declare-function): Move from byte-run.el.
2891
2892 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2893
2894 * window.el (recenter-top-bottom): Don't use `ecase'.
2895
2896 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2897
2898 * saveplace.el (save-place-alist-to-file):
2899 Set coding-system-for-write once and refer to it throughout.
2900 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2901
2902 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2903
2904 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2905 system when writing, and set it in the first-line file variables.
2906 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2907 Juanma Barranquero.
2908
2909 2007-12-02 Glenn Morris <rgm@gnu.org>
2910
2911 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2912 Reverse branches of if statement.
2913
2914 * emulation/viper-cmd.el (top-level): Don't require advice.
2915 Don't load viper-util, viper-keym, viper-mous, viper-macs,
2916 viper-ex when compiling.
2917
2918 * emulation/viper-ex.el (top-level): Don't load viper-util,
2919 viper-keym when compiling.
2920
2921 * emulation/viper-init.el (top-level): Move provide statement to end.
2922
2923 * emulation/viper-keym.el (top-level): Don't load viper-util when
2924 compiling. Move provide statement to end.
2925
2926 * emulation/viper-macs.el (top-level): Don't load viper-util,
2927 viper-keym, viper-mous when compiling.
2928
2929 * emulation/viper-mous.el (top-level): Don't load viper-util when
2930 compiling.
2931
2932 * emulation/viper-util.el (top-level): Don't load viper-init when
2933 compiling.
2934
2935 * emulation/viper.el (top-level): Don't require ring.
2936 Don't load viper-init, viper-cmd when compiling.
2937
2938 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2939 Move here from gnus/.
2940
2941 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2942
2943 Offer option for saveplace to be quiet about loading and saving.
2944 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2945
2946 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2947 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2948 to determine whether to print loading/saving messages.
2949
2950 2007-12-02 Glenn Morris <rgm@gnu.org>
2951
2952 * mail/binhex.el: Move here from gnus/.
2953 (binhex): New custom group.
2954 (binhex-decoder-program, binhex-decoder-switches)
2955 (binhex-use-external): Move to the binhex custom group.
2956
2957 * mail/uudecode.el: Move here from gnus/.
2958 (uudecode): New custom group.
2959 (uudecode-decoder-program, uudecode-decoder-switches)
2960 (uudecode-use-external): Move to the uudecode custom group.
2961
2962 * net/netrc.el (top-level): Don't load `encrypt' features.
2963 (netrc-parse): Don't use encrypt.
2964 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2965
2966 * progmodes/python.el (top-level): Don't require cl when compiling.
2967
2968 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2969
2970 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2971 encoding for aspell process and for communication with it.
2972 Only add "-d" option if not already present.
2973 Use ispell-current-dictionary and ispell-current-personal-dictionary.
2974 General reorganization.
2975
2976 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2977 encoding here.
2978 (ispell-start-process): Explicitly set encoding here if using aspell.
2979
2980 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
2981
2982 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2983 function to log-edit.
2984
2985 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/dbus.el: New file.
2988
2989 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
2990
2991 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2992 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2993 (calc-lang-parens-are-subscripts): New variables.
2994 (math-expr-special-function-mapping): Remove variable.
2995 (math-eqn-ignore-words, math-tex-ignore-words)
2996 (math-latex-ignore-words): Move to calc-lang.el.
2997
2998 * calc/calc-lang.el (math-compose-vector, math-compose-var)
2999 (math-tex-expr-is-flat): Declare as functions.
3000 (calc-lang-slash-idiv, calc-lang-allow-underscores)
3001 (math-comp-left-bracket, math-comp-right-bracket)
3002 (math-comp-comma, math-comp-vector-prec): Declare as variables.
3003 (math-var-formatter, math-matrix-formatter)
3004 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
3005 (math-punc-table, math-compose-subscr, math-dots)
3006 (math-func-formatter): New property names to store language
3007 specific information.
3008 (math-compose-tex-var, math-compose-tex-intv)
3009 (math-compose-maple-intv, math-compose-eqn-intv)
3010 (math-compose-tex-sum, math-compose-tex-func)
3011 (math-compose-tex-intv): New functions.
3012 (math-eqn-ignore-words, math-tex-ignore-words)
3013 (math-latex-ignore-words): Move from calc.el.
3014 (math-special-function-table): Add entries for tex.
3015 (calc-lang-slash-idiv, calc-lang-allows-underscores):
3016 New variables.
3017 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
3018 (math-compose-tex-matrix, math-compose-eqn-matrix)
3019 (math-eqn-special-functions): Move from calccomp.el.
3020
3021 * calc/calccomp.el (math-compose-var): New function.
3022 (math-compose-expr): Allow more special functions to be used.
3023 Change test for formatting fractions. Use variables and property
3024 names to help with language specific formatting.
3025 (math-compose-tex-matrix, math-compose-eqn-matrix)
3026 (math-eqn-special-functions): Move to calc-lang.el.
3027 (math-compose-rows): Use property names to help with language
3028 specific formatting.
3029
3030 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
3031 into nested subscripts.
3032 (math-read-token): Use variables and property names to help with
3033 language specific parsing.
3034 (math-read-expression-level): Use variables to help with language
3035 specific parsing.
3036
3037 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
3040 (archive-rar-summarize): Allow the file name to be passed as argument.
3041 Remove unused vars `header' and `footer'.
3042 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
3043
3044 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3045
3046 * log-edit.el (log-edit-show-diff): New function.
3047 (log-edit-mode-map, log-edit-menu): Bind it.
3048 (log-edit-diff-function): New variable.
3049 (log-edit): Change the 3rd param to be an alist and accept a
3050 function that computes a diff for the files involved.
3051
3052 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
3053
3054 2007-12-01 Martin Rudalics <rudalics@gmx.at>
3055
3056 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
3057 wrap next-/previous-line in with-no-warnings.
3058
3059 2007-12-01 Glenn Morris <rgm@gnu.org>
3060
3061 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
3062
3063 * net/dig.el: Move here from gnus/.
3064 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
3065
3066 * net/dns.el: Move here from gnus/.
3067 (top-level): Don't require mm-util, or cl when compiling.
3068 (dns-write-name, dns-read, dns-read-type, query-dns):
3069 Replace mm-with-unibyte-buffer with its expansion.
3070 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
3071
3072 * progmodes/gdb-ui.el (gud-remove, gud-break):
3073 * progmodes/gud.el (gdb-create-define-alist)
3074 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
3075 (hl-line-highlight, gdb-display-source-buffer)
3076 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
3077 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
3078
3079 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
3082 Move args on defun line.
3083
3084 * textmodes/org.el (org-calendar-holiday):
3085 Use calendar-check-holidays instead of the obsolete
3086 check-calendar-holidays.
3087 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
3088 (bbdb-company, bbdb-current-record, bbdb-name)
3089 (bbdb-record-getprop, bbdb-record-name)
3090 (bibtex-beginning-of-entry, bibtex-generate-autokey)
3091 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
3092 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
3093 (mh-find-path, mh-get-header-field, mh-get-msg-num)
3094 (mh-header-display, mh-index-previous-folder)
3095 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
3096 (mh-show-buffer-message-number, mh-show-header-display)
3097 (mh-show-msg, mh-show-show, mh-visit-folder)
3098 (org-export-latex-cleaned-string, remember)
3099 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
3100 (rmail-what-message, elmo-folder-exists-p)
3101 (elmo-message-entity-field, elmo-message-field)
3102 (vm-beginning-of-message, vm-follow-summary-cursor)
3103 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
3104 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
3105 (vm-summarize, wl-folder-get-elmo-folder)
3106 (wl-summary-goto-folder-subr)
3107 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
3108 (wl-summary-line-subject, wl-summary-message-number)
3109 (wl-summary-redisplay): Declare as functions.
3110
3111 2007-11-30 Martin Rudalics <rudalics@gmx.at>
3112
3113 * longlines.el (longlines-show-hard-newlines): Remove handling of
3114 buffer-undo-list and buffer-modified status.
3115 (longlines-show-region, longlines-unshow-hard-newlines):
3116 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
3117 inhibit-modification-hooks here to avoid that a buffer appears
3118 modified when toggling visibility of hard newlines.
3119
3120 2007-11-30 Glenn Morris <rgm@gnu.org>
3121
3122 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
3123
3124 * progmodes/idlw-complete-structtag.el
3125 (idlwave-sintern-structtag):
3126 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
3127 (idlwave-sintern-sysvartag):
3128 * progmodes/idlwave.el (idlwave-sintern-class-tag)
3129 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
3130 functions.
3131
3132 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * textmodes/reftex-index.el (texmathp):
3135 * textmodes/reftex-auc.el (TeX-argument-insert)
3136 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
3137 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
3138 (LaTeX-label-list):
3139 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
3140 (rng-clear-conditional-region, rng-do-some-validation): Declare as
3141 functions.
3142 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
3143
3144 2007-11-30 Glenn Morris <rgm@gnu.org>
3145
3146 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
3147 argument and document it.
3148
3149 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3150 Third argument to declare-function must be a list to specify arglist.
3151
3152 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
3153 Handle declare-function third argument `t' and fourth argument.
3154 (check-declare-verify): Doc fix. Handle `fileonly' case.
3155 Use progn rather than prog1.
3156
3157 * desktop.el (uniquify-item-base):
3158 * term/mac-win.el (url-type): Declare as functions.
3159
3160 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
3161 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
3162 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
3163 fourth arg to declare-function.
3164
3165 * play/dunnet.el: Don't require cl when compiling.
3166 (byte-compile-warnings): Set via file local variables.
3167 (dun-parse): Let-bind `beg' and `line'.
3168
3169 2007-11-29 Alexandre Julliard <julliard@winehq.org>
3170
3171 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
3172
3173 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3174
3175 * calendar/time-date.el (encode-time-value): Doc fix.
3176
3177 2007-11-29 Glenn Morris <rgm@gnu.org>
3178
3179 * calendar/time-date.el (with-decoded-time-value): Doc fix.
3180
3181 * textmodes/css-mode.el (prog-mode): Remove.
3182 (css-mode): Derive from fundamental-mode rather than prog-mode.
3183
3184 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3185
3186 * emacs-lisp/check-declare.el (check-declare-locate)
3187 (check-declare-verify): Handle `external' files.
3188 (check-declare-errmsg): New function.
3189 (check-declare-verify, check-declare-file, check-declare-directory):
3190 Use check-declare-errmsg to report the number of problems.
3191
3192 * ffap.el (w3-view-this-url)
3193 * mail/mspools.el (vm-visit-folder)
3194 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
3195 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
3196 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
3197 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
3198 (bbdb-records)
3199 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
3200 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
3201 (sasl-make-client, sasl-next-step, sasl-step-data)
3202 (sasl-step-set-data)
3203 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
3204 (htmlr-step): Declare as functions.
3205
3206 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
3207 Use bbdb-address-zip rather than bbdb-address-zip-string.
3208
3209 2007-11-28 Richard Stallman <rms@gnu.org>
3210
3211 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
3212 Move here from gnus/.
3213
3214 2007-11-28 Martin Rudalics <rudalics@gmx.at>
3215
3216 * newcomment.el (comment-region-internal): Fix newline insertion
3217 in `block' case.
3218
3219 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
3222
3223 2007-11-28 Glenn Morris <rgm@gnu.org>
3224
3225 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
3226 delete .elc files.
3227
3228 * nxml/char-name/unicode: Move to etc/nxml/.
3229 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
3230
3231 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
3232 Declare as a function.
3233
3234 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
3235 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
3236 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
3237
3238 * nxml/nxml-outln.el (nxml-token-start-tag-p)
3239 (nxml-token-end-tag-p): Move definitions before use.
3240
3241 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
3242
3243 * nxml/nxml-uchnm.el (top-level)
3244 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
3245 (nxml-enabled-unicode-blocks): Add custom group.
3246
3247 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
3248 Use string-to-number rather than string-to-int.
3249
3250 * dired-x.el (dired-omit-old-add-entry): Declare as function.
3251 Move definition before use.
3252 (dired-old-find-buffer-nocreate): Declare as function.
3253
3254 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
3255 (check-declare-verify): Handle fset.
3256
3257 * emulation/edt.el (edt-user-emulation-setup):
3258 Test edt-setup-user-bindings is bound before calling.
3259
3260 * emulation/tpu-edt.el: Don't require cl when compiling.
3261 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
3262 (tpu-edt-off): Use condition-case rather than ignore-errors.
3263 Use with-no-warnings.
3264
3265 * eshell/esh-util.el (top-level): Use require rather than load for
3266 ange-ftp.
3267
3268 * mail/supercite.el (sc-version): Redefine as an alias for
3269 emacs-version.
3270 (sc-help-address): Remove.
3271 (sc-version): Use emacs-version rather than sc-version.
3272 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
3273
3274 * net/socks.el (socks-original-open-network-stream): Declare as
3275 function. Move definition before use.
3276
3277 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3278
3279 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
3280 (math-make-frac): Declare as functions.
3281
3282 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
3285 Pacify byte compiler.
3286 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
3287
3288 * progmodes/idlwave.el (idlwave-shell-get-path-info)
3289 (idlwave-shell-temp-file, idlwave-shell-is-running)
3290 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
3291 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
3292 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
3293 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
3294 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
3295 (idlwave-completing-read, idlwave-current-routine)
3296 (idlwave-downcase-safe, idlwave-entry-find-keyword)
3297 (idlwave-expand-keyword, idlwave-find-class-definition)
3298 (idlwave-find-inherited-class, idlwave-find-struct-tag)
3299 (idlwave-get-buffer-visiting, idlwave-in-quote)
3300 (idlwave-make-full-name, idlwave-members-only)
3301 (idlwave-popup-select, idlwave-routine-source-file)
3302 (idlwave-routines, idlwave-sintern-class)
3303 (idlwave-sintern-keyword, idlwave-sintern-method)
3304 (idlwave-sintern-routine-or-method)
3305 (idlwave-substitute-link-target, idlwave-sys-dir)
3306 (idlwave-this-word, idlwave-what-module-find-class)
3307 (idlwave-where):
3308 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
3309 * mail/uce.el (rmail-msg-is-pruned)
3310 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
3311 (rmail-toggle-header):
3312 * mail/sendmail.el (dired-view-file, dired-get-filename):
3313 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
3314 (rmail-display-labels, rmail-msgbeg)
3315 (rmail-set-message-deleted-p, rmail-message-labels-p)
3316 (rmail-show-message, mail-comma-list-regexp)
3317 (mail-parse-comma-list):
3318 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
3319 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
3320 (rfc822-addresses, mail-abbrev-make-syntax-table)
3321 (mail-sendmail-delimit-header, mail-header-end):
3322 * mail/hashcash.el (message-narrow-to-headers-or-head)
3323 (message-fetch-field, message-goto-eoh)
3324 (message-narrow-to-headers):
3325 * vc.el (view-mode-exit): Declare as functions.
3326
3327 * mail/vms-pmail.el:
3328 * vmsproc.el:
3329 * vms-patch.el: Don't byte compile these files, they don't work.
3330
3331 2007-11-27 Glenn Morris <rgm@gnu.org>
3332
3333 * calc/calc-ext.el (math-read-big-rec):
3334 * calc/calc-nlfit.el (math-map-binop):
3335 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3336
3337 * eshell/eshell.el (eshell-report-bug): Add version number of
3338 obsolescence.
3339
3340 * emulation/viper.el, emulation/viper-util.el,
3341 emulation/viper-macs.el, emulation/viper-keym.el,
3342 emulation/viper-ex.el, emulation/viper-cmd.el:
3343 Load viper-*.el files silently.
3344
3345 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3346 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3347 Load ediff-*.el files silently.
3348
3349 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
3350 compiling.
3351 (Info-goto-node): Declare as a function.
3352
3353 * ediff-init.el: Don't load ange-ftp when compiling.
3354 * ediff-util.el: Don't load reporter when compiling.
3355
3356 * ediff-wind.el (ediff-display-pixel-width)
3357 (ediff-display-pixel-height):
3358 * generic-x.el (ini-generic-mode):
3359 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3360 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3361 (ps-mule-initialize, ps-mule-begin-job):
3362 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3363 (mark-calendar-days-named):
3364 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3365 (add-to-diary-list, diary-name-pattern)
3366 (mark-calendar-days-named):
3367 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3368 (mark-calendar-days-named):
3369 * calendar/cal-x.el (make-fancy-diary-buffer):
3370 * calendar/holidays.el (calendar-absolute-from-julian):
3371 * calendar/todo-mode.el (calendar-current-date):
3372 * calendar/cal-menu.el (calendar-increment-month)
3373 (calendar-month-name, extract-calendar-year)
3374 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3375 (calendar-current-date, calendar-cursor-holidays)
3376 (calendar-date-string, insert-diary-entry, calendar-set-mark)
3377 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3378 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3379 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3380 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3381 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3382 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3383 (calendar-day-of-year-string, calendar-iso-date-string)
3384 (calendar-julian-date-string, calendar-astro-date-string)
3385 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3386 (calendar-persian-date-string, calendar-bahai-date-string)
3387 (calendar-islamic-date-string, calendar-chinese-date-string)
3388 (calendar-coptic-date-string, calendar-ethiopic-date-string)
3389 (calendar-french-date-string, calendar-mayan-date-string)
3390 (calendar-print-chinese-date, calendar-goto-date):
3391 Declare as functions.
3392
3393 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3394 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3395
3396 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3397 aliases for report-emacs-bug.
3398 (gnus-summary-select-article, gnus-configure-windows): Declare as
3399 functions.
3400
3401 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3402 compiler.
3403
3404 * pgg.el (pgg-clear-string): Declare as a function.
3405 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3406 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3407
3408 * emacs-lisp/check-declare.el (check-declare-locate):
3409 Handle compressed files.
3410 (check-declare-verify): Handle define-generic-mode,
3411 define-global(ized)-minor-mode, define-obsolete-function-alias.
3412
3413 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
3414
3415 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3416 algebraic modes.
3417
3418 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3419 (math-is-true, calc-explain-why, calc-alg-edit)
3420 (math-composite-inequalities, math-flatten-lands)
3421 (math-multi-subst, calcFunc-vmatches, math-simplify)
3422 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3423 (math-read-string, math-read-brackets, math-read-angle-brackets):
3424 Declare as functions.
3425
3426 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3427 (calc-fit-bell-shaped-logistic-curve)
3428 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3429 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3430 (math-max-list): Declare as functions.
3431 (math-map-binop): New function.
3432 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3433
3434 * calc/calc.el (calc-set-language, calc-edit-finish)
3435 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3436 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3437 (math-lessp, calc-embedded-finish-command)
3438 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3439 (calc-push-list-in-macro, calc-replace-selections)
3440 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3441 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3442 (calc-embedded-stack-change, calc-refresh-evaltos)
3443 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3444 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3445 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3446 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3447 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3448 (math-dimension-error, calc-incomplete-error, math-float-fancy)
3449 (math-neg-fancy, math-zerop, calc-add-fractions)
3450 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3451 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3452 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3453 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3454 (math-compose-expr, math-comp-width, math-composition-to-string)
3455 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3456 (math-adjust-fraction, math-format-binary, math-format-radix)
3457 (math-group-float, math-mod, math-format-number-fancy)
3458 (math-format-bignum-fancy, math-read-number-fancy)
3459 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3460 (calc-do-embedded-activate, math-do-defmath)
3461 (calc-load-everything): Declare as functions.
3462
3463 * calc/calc-ext.el (math-clip, math-round, math-simplify)
3464 (math-simplify-extended, math-simplify-units, calc-set-language)
3465 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3466 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3467 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3468 (math-normalize-hms, math-normalize-mod, math-make-sdev)
3469 (math-make-intv, math-normalize-logical-op, math-possible-signs)
3470 (math-infinite-dir, math-calcFunc-to-var)
3471 (calc-embedded-evaluate-expr, math-known-nonzerop)
3472 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3473 (math-format-date, math-vector-is-string, math-vector-to-string)
3474 (math-format-radix-float, math-compose-expr, math-abs)
3475 (math-format-bignum-binary, math-format-bignum-octal)
3476 (math-format-bignum-hex, math-format-bignum-radix)
3477 (math-compute-max-digits): Declare as functions.
3478 (math-provably-realp): Fix typo.
3479
3480 * calc/calc-forms.el (calendar-current-time-zone)
3481 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3482 functions.
3483
3484 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3485
3486 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3487 Declare as functions.
3488
3489 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3490 (math-posp, math-compare, math-bignum, math-compare-bignum):
3491 Declare as functions.
3492
3493 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3494 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3495 (calc-explain-why, calc-clear-command-flag)
3496 (calc-roll-down-with-selections, calc-roll-up-with-selections)
3497 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3498 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3499 (math-trunc-special, math-trunc-fancy, math-floor-special)
3500 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3501 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3502 (math-pow-zero, math-pow-fancy): Declare as functions.
3503
3504 * calc/calc-mode.el (calc-embedded-save-original-modes):
3505 Declare as a function.
3506
3507 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3508 Declare as functions.
3509 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3510 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3511 Replace `mapcar*' by `math-map-binop'.
3512 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3513
3514 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3515 (math-read-expr-level): Declare as functions.
3516
3517 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3518
3519 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3522 end-of-defun-function is called consistently, even for negative
3523 arguments.
3524 (end-of-defun-function): Default to forward-sexp.
3525
3526 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3529
3530 2007-11-26 Glenn Morris <rgm@gnu.org>
3531
3532 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3533 than :suffix.
3534
3535 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3536
3537 2007-11-26 Simon Josefsson <simon@josefsson.org>
3538
3539 * net/imap.el: Move from ../gnus.
3540
3541 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
3542
3543 * doc-view.el (doc-view-mode-p): New function.
3544
3545 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
3546
3547 * mail/mspools.el (rmail-get-new-mail):
3548 * mail/reporter.el (mail-position-on-field, mail-text):
3549 * mail/rmail.el (mail-position-on-field, mail-text-start)
3550 (rmail-update-summary):
3551 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3552 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3553 * mail/rmailout.el (rmail-update-summary):
3554 * mail/rmailsort.el (rmail-update-summary):
3555 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3556 (dired-view-file):
3557 * mail/uce.el (mail-strip-quoted-names):
3558 * mail/undigest.el (rmail-update-summary):
3559 * mail/unrmail.el (mail-strip-quoted-names):
3560 * ediff.el (diff-latest-backup-file): Declare as functions.
3561
3562 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3563 (kill-to-end-of-line):
3564 * obsolete/rnews.el (news-set-minor-modes):
3565 Remove non working functions.
3566
3567 2007-11-25 Glenn Morris <rgm@gnu.org>
3568
3569 * eshell/esh-maint.el (top-level): Use require with NOERROR for
3570 pcomplete. Don't mess with load-path.
3571
3572 * eshell/eshell.el (eshell-report-bug-address): Remove.
3573 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3574
3575 2007-11-24 Glenn Morris <rgm@gnu.org>
3576
3577 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3578 (appt-disp-window): Don't require electric.
3579 Simplify minibuffer-avoidance code.
3580 (appt-select-lowest-window): Avoid minibuffer.
3581
3582 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3583 (esh-mode): Require it.
3584 (esh-util): Use require rather than featurep and load.
3585 (eshell): No need to test if eshell-mode is bound; remove obsolete
3586 reference to eshell-auto.
3587 (eshell-command, eshell-command-result): Don't require esh-mode
3588 now that the file does.
3589 (top-level): Move provide statement to the end of the file.
3590 Re-order and update commentary.
3591
3592 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3593
3594 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3595 (vc-annotate-toggle-annotation-visibility): New command.
3596 (vc-annotate-mode-map): Bind "V" to it.
3597 (vc-annotate-mode-menu): Add entry for it.
3598 (vc-annotate-get-time-set-line-props): New func.
3599 (vc-annotate-display-autoscale)
3600 (vc-annotate-display-difference): Use it.
3601
3602 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3603 Also, match one space at end of annotation text, after last paren.
3604
3605 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
3606
3607 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3608 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
3609 `tramp-completion-mode'.
3610
3611 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3612
3613 * vc-git.el (vc-git-show-log-entry): New func.
3614
3615 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3616 (vc-git-state): Use vc-git--call.
3617 (vc-git-registered, vc-git-working-revision)
3618 (vc-git-previous-revision, vc-git-next-revision)
3619 (vc-git--run-command-string, vc-git-symbolic-commit):
3620 Use vc-git--out-ok.
3621
3622 2007-11-24 Glenn Morris <rgm@gnu.org>
3623
3624 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3625
3626 2007-11-24 Kenichi Handa <handa@m17n.org>
3627
3628 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3629
3630 2007-11-23 David Kastrup <dak@gnu.org>
3631
3632 * server.el (server-process-filter): Use `command-line-args-left'.
3633
3634 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3637
3638 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3641 buffer if the parent buffer is in vc-dired-mode.
3642
3643 2007-11-23 Mark A. Hershberger <mah@everybody.org>
3644
3645 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
3646
3647 2007-11-23 Juri Linkov <juri@jurta.org>
3648
3649 * dired.el (dired-read-dir-and-switches): For C-x d, set the
3650 value for M-n to the visited file name of the current buffer.
3651 Use minibuffer-with-setup-hook to set minibuffer-default to
3652 buffer-file-name inside read-file-name.
3653
3654 * man.el (Man-getpage-in-background): Don't disregard user option
3655 `Man-width' on non-window systems. Remove test for `window-system'
3656 around setting envvar "COLUMNS" depending on the value of `Man-width'.
3657
3658 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3659 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
3660 of "--color=always".
3661
3662 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3665 beginning-of-defun-function.
3666
3667 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3668
3669 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
3670
3671 2007-11-22 Glenn Morris <rgm@gnu.org>
3672
3673 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3674
3675 * emacs-lisp/check-declare.el (check-declare-locate): New function.
3676 (check-declare-scan): Use check-declare-locate.
3677 (check-declare-verify): No longer adjust fnfile, now
3678 check-declare-locate does it.
3679
3680 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3681
3682 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * subr.el (posn-col-row): Make the `default-value' use explicit.
3685
3686 * window.el (balance-windows): Remove unused var `counter'.
3687 (bw-balance-sub): Remove unused var `lastchild'.
3688 (split-window-vertically): Remove unused var `switch'.
3689 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3690
3691 * emacs-lisp/bytecomp.el
3692 (byte-compile-file-form-custom-declare-variable): Simplify.
3693
3694 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3695
3696 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3697 Set `show-trailing-whitespace' to nil.
3698
3699 * dired.el (make-symbolic-link):
3700 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3701 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3702 * dired-x.el (make-symbolic-link):
3703 * frame.el (x-initialize-window-system):
3704 * menu-bar.el (x-menu-bar-open):
3705 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3706 (x-store-cut-buffer-internal):
3707 * wdired.el (make-symbolic-link):
3708 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3709 (x-send-client-message):
3710 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3711
3712 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3713
3714 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3715
3716 2007-11-22 Glenn Morris <rgm@gnu.org>
3717
3718 * dos-fns.el (int86):
3719 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3720
3721 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3722
3723 * calendar/holidays.el (holiday-list): Add autoload cookie.
3724
3725 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3726 files relative to src/ directory.
3727 (check-declare-verify): Handle .c files. Warn if could not find
3728 an arglist to check.
3729
3730 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3731
3732 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
3733
3734 * replace.el (occur-mode-map): Add a major mode menu with entries
3735 for all occur operations.
3736
3737 * international/titdic-cnv.el (dos-8+3-filename):
3738 * obsolete/fast-lock.el (msdos-long-file-names):
3739 * frame.el (msdos-mouse-p):
3740 * files.el (msdos-long-file-names, w32-long-file-name):
3741 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3742 (mac-resume-apple-event, mac-font-panel-mode)
3743 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3744 (mac-clear-font-name-table):
3745 * term/pc-win.el (msdos-remember-default-colors)
3746 (w16-set-clipboard-data, w16-get-clipboard-data):
3747 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3748 (set-message-beep):
3749 * net/browse-url.el (w32-shell-execute):
3750 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3751 (w32-get-locale-info, w32-get-valid-locale-ids)
3752 (w32-set-clipboard-data):
3753 * dos-fns.el (int86, msdos-long-file-names):
3754 * dos-w32.el (default-printer-name): Declare as functions.
3755
3756 2007-11-21 Jason Rumney <jasonr@gnu.org>
3757
3758 * emacs-lisp/byte-run.el (declare-function): Return nil.
3759
3760 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3763
3764 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3765
3766 * ps-print.el (ps-lpr-switches): Docstring fix.
3767 (ps-string-list): New fun.
3768 (ps-do-despool): Code fix.
3769
3770 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3773
3774 2007-11-21 Glenn Morris <rgm@gnu.org>
3775
3776 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3777 for now. Handle define-minor-mode, and defalias (with no argument
3778 checking).
3779
3780 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * frame.el (msdos-mouse-p):
3783 * files.el (msdos-long-file-names, w32-long-file-name):
3784 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3785 (mac-resume-apple-event, mac-font-panel-mode)
3786 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3787 (mac-clear-font-name-table):
3788 * term/pc-win.el (msdos-remember-default-colors)
3789 (w16-set-clipboard-data, w16-get-clipboard-data):
3790 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3791 (set-message-beep):
3792 * net/browse-url.el (w32-shell-execute):
3793 * dos-fns.el (int86, msdos-long-file-names):
3794 * dos-w32.el (default-printer-name): Undo previous change.
3795
3796 2007-11-21 Eli Zaretskii <eliz@gnu.org>
3797
3798 * international/mule-cmds.el (set-locale-environment):
3799 Set default-file-name-coding-system _after_ keyboard and terminal
3800 coding systems. This fixes last change.
3801
3802 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3803 one space after "Subject:".
3804
3805 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3808 in order to determine if there's a conflict.
3809
3810 2007-11-21 Richard Stallman <rms@gnu.org>
3811
3812 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3813
3814 * reposition.el (reposition-window):
3815 Binding C-M-l moved to bindings.el.
3816
3817 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3818
3819 * add-log.el (add-change-log-entry-other-window):
3820 Key binding C-x 4 a moved to bindings.el.
3821
3822 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3823 from filecache.el.
3824
3825 * filecache.el: Minibuffer map bindings moved to bindings.el.
3826
3827 2007-11-21 Jason Rumney <jasonr@gnu.org>
3828
3829 * international/mule-cmds.el (set-locale-environment):
3830 Set default-file-name-coding-system from system defaults on Windows.
3831
3832 2007-11-21 Jason Rumney <jasonr@gnu.org>
3833
3834 * term/w32console.el: New term init file for w32 console.
3835
3836 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3837 (x-setup-function-keys): Likewise, replacing top-level key definitions.
3838 (w32-tty-standard-colors): Move to term/w32console.el.
3839
3840 * term/w32-win.el (x-setup-function-keys): Remove.
3841
3842 * term/tty-colors.el (tty-register-default-colors): Remove special
3843 case for w32.
3844
3845 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * frame.el (msdos-mouse-p):
3848 * generic-x.el (w32-shell-name):
3849 * files.el (msdos-long-file-names, w32-long-file-name)
3850 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3851 (dos-8+3-filename, vms-read-directory, view-mode-disable):
3852 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3853 (mac-resume-apple-event, mac-font-panel-mode)
3854 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3855 (mac-clear-font-name-table):
3856 * term/pc-win.el (msdos-remember-default-colors)
3857 (w16-set-clipboard-data, w16-get-clipboard-data):
3858 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3859 (set-message-beep):
3860 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3861 (w32-get-locale-info, w32-get-valid-locale-ids)
3862 (w32-set-clipboard-data):
3863 * help-fns.el (ad-get-advice-info):
3864 * font-lock.el (fast-lock-after-fontify-buffer)
3865 (fast-lock-after-unfontify-buffer, fast-lock-mode)
3866 (lazy-lock-after-fontify-buffer)
3867 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3868 * net/browse-url.el (w32-shell-execute):
3869 * dos-fns.el (int86, msdos-long-file-names):
3870 * dos-w32.el (default-printer-name): Declare as functions.
3871
3872 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * textmodes/paragraphs.el (forward-sentence): Doc fix.
3875 Reported by Drew Adams <drew.adams@oracle.com>.
3876
3877 2007-11-20 Jason Rumney <jasonr@gnu.org>
3878
3879 * term/w32-win.el (x-setup-function-keys): Protect against
3880 multiple calls on the same terminal.
3881
3882 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * term/mac-win.el (x-setup-function-keys): Only setup
3885 local-function-key-map if it has not been setup already for the
3886 current frame. Move the suspend-emacs processing here.
3887
3888 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * progmodes/grep.el (xargs-program): New variable.
3891 (grep-compute-defaults): Use it.
3892 (grep-default-command): Doc fix.
3893 (grep, lgrep, rgrep): Reflow docstrings.
3894
3895 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3896
3897 * vc.el (vc-find-revision): Set the parent buffer.
3898 Use when instead of if.
3899
3900 * progmodes/python.el (info-lookup-maybe-add-help):
3901 * progmodes/ps-mode.el (doc-view-minor-mode):
3902 * mail/emacsbug.el (Info-menu, Info-goto-node):
3903 * emulation/viper-keym.el (viper-ex)
3904 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3905 * emulation/viper-cmd.el (widget-type, widget-button-press)
3906 (viper-set-hooks):
3907 * emacs-lisp/tcover-unsafep.el (unsafep-function):
3908 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3909 (ses-load, ses-vector-delete, ses-create-header-string)
3910 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3911 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3912
3913 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3916
3917 2007-11-20 Glenn Morris <rgm@gnu.org>
3918
3919 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3920 for end of function-name. Handle define-derived-mode.
3921
3922 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3923
3924 * progmodes/idlw-help.el: Require browse-url unconditionally, it
3925 is available by default.
3926 (idlwave-help-browse-url-available): Change default to t.
3927
3928 * emulation/edt.el (defgroup, defcustom): Remove definition.
3929 (eval-when-compile): Remove.
3930 (c-mark-function):
3931 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3932 * textmodes/fill.el (comment-search-forward)
3933 (comment-string-strip):
3934 * progmodes/prolog.el (comint-mode, comint-send-string)
3935 (comint-send-region, comint-send-eof):
3936 * progmodes/dcl-mode.el (imenu-default-create-index-function):
3937 * emulation/viper-util.el (viper-forward-Word):
3938 * emulation/vi.el (c-mark-function):
3939 * emulation/edt-vt100.el (vt100-wide-mode):
3940 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3941
3942 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
3943
3944 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3945 Still some tuning in case of an echoing shell.
3946 (tramp-send-command): Connection property "remote-echo" is not
3947 persistent; cache key is the process therefore.
3948
3949 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * replace.el (map-query-replace-regexp): Doc fix (revert part of
3952 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3953
3954 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3955
3956 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3957 * play/yow.el (doctor-ret-or-read):
3958 * vc-hooks.el (vc-dired-resynch-file):
3959 * vc-hg.el (log-view-get-marked):
3960 * smerge-mode.el (ediff-cleanup-mess):
3961 * pcvs.el (vc-editable-p, vc-checkout):
3962 * pcomplete.el (comint-bol):
3963 * informat.el (texinfo-format-refill):
3964 * ido.el (tramp-tramp-file-p):
3965 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3966 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3967 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3968 functions.
3969
3970 * textmodes/ispell.el (ispell-int-char): Make it a defalias
3971 instead of fset.
3972 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3973
3974 * ido.el (ido-file-internal): Move with-no-warnings to include the
3975 ffap-string-at-point call.
3976
3977 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3978
3979 * vc-hg.el (vc-hg-revision-table): Fix last change.
3980
3981 2007-11-19 Martin Rudalics <rudalics@gmx.at>
3982
3983 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3984 clipboard-yank when the buffer is read-only.
3985
3986 * cus-edit.el (custom-field-keymap): Move to other Custom mode
3987 keymaps such that it's before the definition of Custom-mode-menu.
3988 (Custom-mode-menu): Show it for custom-field-keymap too.
3989
3990 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
3991
3992 * progmodes/gdb-ui.el: Update commentary.
3993
3994 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
3995
3996 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3997
3998 2007-11-19 Glenn Morris <rgm@gnu.org>
3999
4000 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
4001 does not exist, try adding `.el' extension. Also search for defsubsts.
4002
4003 * cus-edit.el (recentf-expand-file-name):
4004 * dired.el (dired-relist-entry):
4005 * subr.el (w32-shell-dos-semantics):
4006 * emacs-lisp/bytecomp.el (compilation-forget-errors):
4007 Declare as functions.
4008
4009 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
4012 (prepare-abbrev-list-buffer): Use dolist.
4013 (clear-abbrev-table): Preserve properties.
4014
4015 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
4016
4017 * textmodes/texinfmt.el (texinfo-format-printindex):
4018 Collect combined indexes using texinfo-short-index-format-cmds-alist.
4019 Reported on <bug-texinfo@gnu.org>.
4020
4021 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
4022
4023 * net/tramp.el (tramp-completion-reread-directory-timeout):
4024 New defcustom.
4025 (tramp-handle-file-name-all-completions): Flush directory contents
4026 from cache regularly.
4027 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
4028 (tramp-open-connection-setup-interactive-shell):
4029 Call `tramp-cleanup-connection' via funcall.
4030
4031 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
4032 created when copying.
4033
4034 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
4035
4036 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
4037 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
4038 * eshell/esh-ext.el (eshell-external-command):
4039 * eshell/esh-cmd.el (require):
4040 * eshell/em-unix.el (eshell-plain-locate-behavior):
4041 * eshell/em-cmpl.el (eshell-cmpl-initialize):
4042 Replace eshell-under-xemacs-p with (featurep 'xemacs).
4043 * eshell/esh-mode.el (characterp, char-int): Remove unused
4044 conditional defaliases.
4045
4046 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
4047 Rename from event-matches-key-specifier-p, define unconditionally.
4048 (event-basic-type): Remove unused defalias.
4049 (pcomplete-show-completions):
4050 Use pcomplete-event-matches-key-specifier-p.
4051
4052 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4053
4054 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
4055 when saving esh-groups.el.
4056
4057 2007-11-17 Martin Rudalics <rudalics@gmx.at>
4058
4059 * wid-edit.el (widget-default-complete):
4060 * progmodes/flymake.el (flymake-goto-file-and-line):
4061 Fix typo in (doc-)string.
4062
4063 2007-11-17 Glenn Morris <rgm@gnu.org>
4064
4065 * emacs-lisp/byte-run.el (declare-function): New macro.
4066 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
4067 New function, byte-hunk-handler for declare-function.
4068 (byte-compile-callargs-warn): Handle declared functions.
4069
4070 * emacs-lisp/check-declare.el: New file.
4071 * Makefile.in (check-declare): New target.
4072
4073 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
4074
4075 * subr.el (process-lines): Move here from ../admin/admin.el.
4076 * emacs-lisp/authors.el (authors-process-lines): Remove.
4077 (authors): Use process-lines rather than authors-process-lines.
4078
4079 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
4080 Remove these files.
4081
4082 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * emacs-lisp/backquote.el (backquote):
4085 Improve argument/docstring consistency.
4086
4087 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
4088 (ring-length, ring-empty-p): Use c[ad]dr.
4089 (ring-plus1): Use `1+'.
4090 (ring-minus1): Use `zerop'.
4091 (ring-remove): Use c[ad]dr. Use `when'.
4092 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
4093 (ring-ref): Use `let', not `let*'.
4094 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
4095 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
4096 (ring-member): Simplify. Doc fix.
4097 (ring-convert-sequence-to-ring): Simplify.
4098
4099 2007-11-17 Juri Linkov <juri@jurta.org>
4100
4101 * dired-aux.el (dired-create-directory): Allow creating
4102 a directory of an arbitrary depth. Add a loop to find the topmost
4103 nonexistent parent dir `new', and call `dired-add-file' on it.
4104 Set the `PARENTS' arg of `make-directory' to t.
4105
4106 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4107
4108 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
4109 (math-build-parse-table): Get parse information from math-parse-table.
4110
4111 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * window.el (recenter-last-op): New var.
4114 (recenter-top-bottom): New command.
4115 (global-map): Bind it to C-l.
4116
4117 * abbrev.el (abbrev--write): Fix error in transcription from C.
4118
4119 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
4120 (pc-select-ensure-mark): Set mark-active to a special value instead.
4121 Rename from ensure-mark. Update call callers.
4122 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
4123 Rewrite. Update all callers.
4124 (pc-selection-mode): Remove redundant var declaration.
4125
4126 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
4127
4128 * doc-view.el (doc-view-search-backward, doc-view-search):
4129 Fix assignment to free variable bug.
4130
4131 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
4132
4133 * emulation/pc-select.el (pc-select-shifted-mark): New var.
4134 (ensure-mark): Set it.
4135 (maybe-deactivate-mark): New fun.
4136 Use it everywhere instead of (setq mark-active nil).
4137
4138 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4139
4140 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
4141 Add check for XEmacs.
4142
4143 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
4144
4145 * doc-view.el (doc-view-resolution): Add missing :group.
4146
4147 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
4148
4149 * subr.el (make-variable-frame-local):
4150 Fix typo in obsolescence declaration.
4151
4152 2007-11-16 Werner Lemberg <wl@gnu.org>
4153
4154 * files.el (set-auto-mode-1): Check second line for -*- if file
4155 starts with '\" (which is used by man pages to identify needed
4156 troff preprocessors).
4157
4158 2007-11-16 Glenn Morris <rgm@gnu.org>
4159
4160 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
4161
4162 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4163
4164 * calc/calc-lang.el (math-oper-table): Fix typo.
4165 Reduce precedence of "/" for TeX.
4166
4167 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
4168
4169 2007-11-16 Juri Linkov <juri@jurta.org>
4170
4171 * dired-aux.el (dired-read-shell-command-default): New function.
4172 (dired-read-shell-command): Use its return value for DEFAULT arg.
4173
4174 * replace.el (keep-lines-read-args, occur-read-primary-args):
4175 Use a list of default values for DEFAULT arg of read-from-minibuffer.
4176
4177 * man.el (Man-heading-regexp): Add 0-9.
4178 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
4179
4180 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
4183 (doc-view-resolution): New custom var.
4184 (doc-view-pdf/ps->png): Use it.
4185 (doc-view-shrink-factor): New var.
4186 (doc-view-enlarge, doc-view-shrink): New commands.
4187 (doc-view-mode-map): Use them.
4188
4189 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4190
4191 * ediff-wind.el (ediff-window-setup-function):
4192 * simple.el (normal-erase-is-backspace):
4193 * eshell/em-unix.el (eshell/info):
4194 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4195 Fix typos in docstrings.
4196
4197 * emulation/cua-base.el (cua--keymaps-initialized):
4198 Rename from `cua--keymaps-initalized'. Callers changed.
4199 (cua-highlight-region-shift-only): Doc fix.
4200 (cua-paste-pop): Fix typo in docstring.
4201
4202 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * emulation/cua-base.el (cua--pre-command-handler-1):
4205 Use input-decode-map instead of function-key-map.
4206 Use event-modifiers now that it works reliably.
4207
4208 * vc.el (vc-diff-internal): Pop-to-buffer later.
4209
4210 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
4211
4212 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
4213 did not touch them.
4214
4215 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4216
4217 * calc/calc-menu.el: New file.
4218 * calc/calc.el (calc-mode): Require calc-menu.
4219
4220 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
4223
4224 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
4225
4226 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
4227 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
4228 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
4229 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
4230 locations.
4231 (gdb-info-breakpoints-custom, gdb-assembler-custom)
4232 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
4233 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
4234
4235 2007-11-13 Noah Friedman <friedman@splode.com>
4236
4237 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4238 bindings to remap when `calc-scan-for-dels' is non-nil.
4239
4240 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4243 constant forms.
4244 (byte-compile-nilconstp): New function.
4245 (byte-optimize-cond): Kill subsequent branches when a branch is
4246 know to be taken or not taken.
4247 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
4248
4249 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * vc.el (vc-register): Allow registering a file passed as a
4252 parameter instead of just the current buffer.
4253
4254 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
4255
4256 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4257 Check whether the output of "uname -sr" has been changed.
4258
4259 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4260
4261 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
4262 patterns from compilation-perl.el and compilation-weblint.el files.
4263
4264 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 * progmodes/compilation-perl.el:
4267 * progmodes/compilation-weblint.el: Disable autoloads, they cause
4268 a bootstrap failure.
4269
4270 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4271 instead of doing "cvs diff" in order to avoid accessing the repository.
4272
4273 2007-11-12 Kevin Ryde <user42@zip.com.au>
4274
4275 * progmodes/compilation-perl.el:
4276 * progmodes/compilation-weblint.el: New files.
4277
4278 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
4281 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
4282 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
4283 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
4284 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
4285 Rewrite in active voice.
4286
4287 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
4288
4289 * doc-view.el: Add comments about isearch support.
4290
4291 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 * vc.el (vc-start-entry): Fix setting the in the case the function
4294 is called from vc-dired. Use when instead of if where appropriate.
4295
4296 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4297
4298 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
4299 to be a list.
4300 (ps-begin-job): Error if ps-lpr-switches is not a list.
4301
4302 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4303
4304 * faces.el (face-normalize-spec): Remove function.
4305 (frame-set-background-mode): Undo last change.
4306
4307 2007-11-10 Jason Rumney <jasonr@gnu.org>
4308
4309 * w32-fns.el: Sync charset names with setup-default-fontset.
4310 Append "-1" where second part missing.
4311
4312 2007-11-10 Juri Linkov <juri@jurta.org>
4313
4314 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
4315 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
4316
4317 * custom.el (custom-note-var-changed): Remove the `interactive'
4318 spec from this new non-interactive function.
4319
4320 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
4321
4322 * doc-view.el (doc-view-mode-map, doc-view-menu)
4323 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
4324 (doc-view-search-backward): New function.
4325 (doc-view-search): Query new regexp if prefix arg is given, else
4326 jump to next/previous match.
4327 (doc-view-mode): Handle compressed files.
4328 (jka-compr): Required for compressed files.
4329
4330 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4331
4332 * replace.el (query-replace-show-replacement): New defcustom.
4333 (perform-replace): Use `match-substitute-replacement' if
4334 `query-replace-show-replacement' is non-nil.
4335
4336 2007-11-10 David Kastrup <dak@gnu.org>
4337
4338 * subr.el (match-substitute-replacement): New function.
4339
4340 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
4341
4342 * files.el (auto-mode-alist): Select org-mode for files with the
4343 extension ".org".
4344
4345 2007-11-10 Martin Rudalics <rudalics@gmx.at>
4346
4347 * help.el (help-window, help-window-point-marker): New variables.
4348 (help-window-select): New option.
4349 (with-help-window): New macro for displaying help windows.
4350 (help-window-display-message, help-window-setup-finish)
4351 (help-window-setup): New functions used for setting up help windows.
4352 (print-help-return-message): Reset help-window to nil.
4353 (view-lossage): Use with-help-window instead of
4354 with-output-to-temp-buffer and move help-window-point-marker after
4355 inserted text.
4356 (describe-bindings, describe-key, describe-mode): Use
4357 with-help-window instead of with-output-to-temp-buffer.
4358
4359 * help-mode.el (help-mode): Set view-exit-action to bury the
4360 buffer instead of fiddling with windows. Simplify code.
4361 (help-mode-finish): When help-window eqs t set it to the selected
4362 window and have with-help-window set up view-return-to-alist.
4363 (help-buffer): Add autoload cookie.
4364
4365 * view.el (view-remove-frame-by-deleting): Change default value to t.
4366 Add autoload cookie.
4367 (view-exit-action, view-file, view-file-other-window)
4368 (view-file-other-frame, view-buffer, view-buffer-other-window)
4369 (view-buffer-other-frame): Rewrite doc strings.
4370 (view-return-to-alist-update): New function to remove stale entries
4371 from view-return-to-alist.
4372 (view-mode-enter): Rewrite doc string and simplify code.
4373 (view-mode-exit): Handle new case 'keep-frame. Don't reset
4374 view-exit-action to nil. Simplify code and rewrite doc string.
4375
4376 * apropos.el (apropos-describe-plist):
4377 * descr-text.el (describe-char):
4378 * disp-table.el (describe-display-table):
4379 * faces.el (list-faces-display, describe-face):
4380 * facemenu.el (list-colors-display):
4381 * help-fns.el (describe-function, describe-variable)
4382 (describe-syntax, describe-categories):
4383 Use with-help-window instead of with-output-to-temp-buffer.
4384
4385 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
4386
4387 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4388 Optimize (featurep 'emacs) to t.
4389
4390 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4391 New function.
4392 (byte-compile-maybe-guarded): Use it to also look for bound
4393 symbols inside `and' forms. Comment out non-working code that was
4394 trying to avoid warnings for XEmacs code.
4395
4396 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4397
4398 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4399 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4400 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4401 (vc-cvs-annotate-command):
4402 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4403 is bound, it always is.
4404
4405 2007-11-10 Jason Rumney <jasonr@gnu.org>
4406
4407 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4408 setup here from global scope.
4409
4410 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * ido.el (ido-save-history): Save the history file in UTF-8, not
4413 the current filename coding system.
4414
4415 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * simple.el (interprogram-cut-function, interprogram-paste-function):
4418 Don't make them frame-local any more.
4419
4420 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4421 Don't set interprogram-(cut|paste)-function on each frame.
4422
4423 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4424 Make them work in tty frames.
4425 (interprogram-cut-function, interprogram-paste-function):
4426 Set them globally.
4427
4428 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4429
4430 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4431 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4432 (iso-iso2duden-trans-tab): Add docstring.
4433
4434 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * abbrev.el (define-abbrev-table): Record the variable definition.
4437
4438 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4439 New function.
4440
4441 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4442
4443 * ps-print.el: Clean the code for checking suitable Emacs version.
4444 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4445 (ps-print-version): New version 6.8.1.
4446
4447 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * files.el (enable-local-variables): Doc fix.
4450
4451 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4452
4453 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4454
4455 2007-11-09 Sven Joachim <svenjoac@gmx.de>
4456
4457 * dired-aux.el (dired-copy-file-recursive):
4458 Preserve directory permissions.
4459
4460 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4461
4462 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4463 (whitespace-unload-function): New-style unload function. When run,
4464 unintern `whitespace-unload-hook' and call `unload-feature' recursively
4465 to stop the old hook from messing with the unloading.
4466
4467 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4470 (elp-unset-master, elp-results): Fix typos.
4471 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4472 Doc fixes.
4473
4474 * msb.el (msb--many-menus): Remove variable.
4475 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4476 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4477 (msb--toggle-menu-type): Fix typos in docstrings.
4478
4479 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4480 (shadow-insert-var): Doc fixes.
4481 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4482 Reflow docstrings.
4483 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4484
4485 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4486
4487 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4488 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4489 Fix typos in autoload docstrings.
4490
4491 2007-11-09 Richard Stallman <rms@gnu.org>
4492
4493 * savehist.el (savehist-save): Obey savehist-ignored-variables.
4494
4495 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4496
4497 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4498 (gdb-var-update-handler-1): Use it.
4499
4500 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * loadhist.el (unload-feature): Remove erroneous check for the
4503 FEATURE-unload-function variable; check the existence of the
4504 function (that's what the docstring says, and it makes more sense).
4505
4506 * follow.el (follow-unload-function): Add docstring.
4507 (follow-unload-function): Remove variable.
4508
4509 * server.el (server-unload-function): Remove variable.
4510 (server-unload-function): Unbind `server-edit' from `C-x #'.
4511
4512 * ses.el (ses-unload-function): New function.
4513
4514 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4517 (unsafep-progn, unsafep-let): Fix typos in docstrings.
4518
4519 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4520 before use to avoid a warning in packages that require uniquify.
4521 (uniquify-unload-function): New function and var.
4522
4523 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
4524
4525 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4526 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4527 (ediff-current-diff-A, ediff-current-diff-B)
4528 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4529 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4530 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4531 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4532 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4533 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4534 (ediff-setup-windows-plain-merge)
4535 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4536 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4537 * ediff-util.el (ediff-setup-keymap, )
4538 (ediff-toggle-wide-display, ediff-toggle-multiframe)
4539 (ediff-toggle-use-toolbar, ediff-really-quit)
4540 (ediff-good-frame-under-mouse)
4541 (ediff-highlight-diff-in-one-buffer)
4542 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4543 (ediff-make-bullet-proof-overlay):
4544 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4545 (ediff-set-meta-overlay):
4546 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4547 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4548 ediff-emacs-p with their former definitions.
4549
4550 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4551 (viper-has-face-support-p, viper-inactivate-input-method)
4552 (viper-activate-input-method)
4553 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4554 * emulation/viper-mous.el (viper-multiclick-timeout)
4555 (viper-surrounding-word, viper-mouse-click-insert-word)
4556 (viper-mouse-click-search-word, viper-parse-mouse-key):
4557 * emulation/viper-macs.el (viper-char-array-to-macro):
4558 * emulation/viper.el (viper-go-away, viper-set-hooks)
4559 (viper-non-hook-settings):
4560 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4561 (viper-get-saved-cursor-color-in-insert-mode)
4562 (viper-get-saved-cursor-color-in-emacs-mode)
4563 (viper-check-version, viper-get-visible-buffer-window)
4564 (viper-file-checked-in-p, viper-set-replace-overlay)
4565 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4566 (viper-check-minibuffer-overlay, viper-read-key-sequence)
4567 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4568 with their former definitions.
4569 (viper-eventify-list-xemacs): Only do work for XEmacs.
4570 (viper-set-unread-command-events): Only do work for Emacs.
4571 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4572 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4573 (viper-overlay-get, viper-overlay-put, viper-read-event)
4574 (viper-characterp, viper-int-to-char, viper-get-face)
4575 (viper-color-defined-p, viper-iconify): New defaliases replacing
4576 the old fsets.
4577
4578 * progmodes/fortran.el (comment-region-function)
4579 (uncomment-region-function): Pacify byte compiler.
4580
4581 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4582
4583 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
4584
4585 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4586 `process-environment'.
4587
4588 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
4589
4590 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4591 match dir like "a...b".
4592
4593 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4596
4597 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
4598
4599 * net/tramp.el (tramp-handle-substitute-in-file-name):
4600 Don't expand the remote connection identification.
4601 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4602 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
4603 before calling stty.
4604
4605 * net/tramp-cache.el (tramp-cache-print)
4606 (tramp-dump-connection-properties): Fix docstring.
4607 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4608
4609 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4610
4611 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4612 remote connection identification when setting connection property.
4613
4614 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4615 "//" substitutes only in the local filename part.
4616
4617 2007-11-07 David Hansen <david.hansen@gmx.net>
4618
4619 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4620
4621 2007-11-07 Glenn Morris <rgm@gnu.org>
4622
4623 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4624 Remove superfluous concats. Move final set-buffer to
4625 non-emacs-specific code.
4626
4627 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
4628
4629 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4630
4631 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4632
4633 * eshell/esh-mode.el (eshell-output-filter):
4634 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4635 Use `with-current-buffer'.
4636
4637 2007-11-07 Andreas Schwab <schwab@suse.de>
4638
4639 * server.el (server-start): Only register cleanup after server was
4640 started.
4641
4642 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4645
4646 * net/tramp-cache (tramp-cache-print): Move down.
4647 (tramp-cache-list-connections): New defun.
4648
4649 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4650
4651 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * ido.el (ido-save-history): Write the history file in the current
4654 filename coding system, and add `coding' file-local variable.
4655
4656 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
4657
4658 * textmodes/org.el (org-table-formula-substitute-names):
4659 Remove forgotten temporary debugging code.
4660
4661 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
4662
4663 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4664 the prompt.
4665
4666 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
4667
4668 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4669
4670 2007-11-05 Simon Josefsson <simon@josefsson.org>
4671
4672 * net/tls.el (tls-end-of-info): Doc fix.
4673
4674 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
4675
4676 * international/utf-7.el (utf-7-imap): New coding system.
4677 (utf-7-imap-post-read-conversion): New function.
4678 (utf-7-imap-pre-write-conversion): New function.
4679
4680 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * abbrev.el (abbrev--write): Fix up typo.
4683
4684 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * abbrev.el (define-abbrev-table): Doc fix.
4687
4688 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
4689
4690 * info.el (Info-revert-buffer-function): New func.
4691 (Info-mode): Arrange to use it for reverting.
4692 (Info-copy-current-node-name): Add space between filename and nodename.
4693
4694 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * abbrev.el (expand-abbrev): Move point back to expansion's end.
4697
4698 2007-11-04 Glenn Morris <rgm@gnu.org>
4699
4700 * net/tls.el: Don't require rx when compiling.
4701 (tls-end-of-info): Rewrite without using rx.
4702 (open-tls-stream): Use with-current-buffer.
4703
4704 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
4705
4706 * net/tls.el: Require rx when compiling.
4707 (tls-end-of-info): New variable.
4708 (open-tls-stream): Keep reading input until `tls-end-of-info' is
4709 matched.
4710
4711 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
4712
4713 * register.el (append-to-register, prepend-to-register):
4714 Don't signal error on empty register; use the text, instead.
4715
4716 2007-11-03 Michael Olson <mwolson@gnu.org>
4717
4718 * textmodes/remember.el (remember-buffer):
4719 Use define-obsolete-function-alias rather than defalias.
4720
4721 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4722
4723 * simple.el (bad-packages-alist): Anchor semantic regexp.
4724
4725 2007-11-03 Glenn Morris <rgm@gnu.org>
4726
4727 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4728 if defined, for blank lines. Doc fix.
4729
4730 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4731 (fortran-mode): Set values for comment-region-function,
4732 uncomment-region-function and comment-insert-comment-function.
4733 (fortran-uncomment-region): New function.
4734
4735 * textmodes/nroff-mode.el (nroff-mode):
4736 Set comment-insert-comment-function rather than indent-line-function.
4737 (nroff-indent-line-function): Remove.
4738 (nroff-insert-comment-function): New function.
4739
4740 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4741
4742 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4743
4744 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4745
4746 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4747
4748 * emulation/viper-cmd.el (viper-prev-destructive-command)
4749 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4750 copy-sequence.
4751
4752 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4753 Got rid of ediff-copy-list.
4754
4755 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4756 use face-name.
4757 (ediff-test-utility, ediff-diff-mandatory-option)
4758 (ediff-reset-diff-options): Remove to simplify the mandatory option
4759 handling on Windows.
4760 (ediff-set-diff-options): Add.
4761 (ediff-diff-options): Set "--binary" option as default in some cases.
4762
4763 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4764 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4765 ediff-vc-working-revision. Require vc-hooks.
4766
4767 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
4768
4769 * files.el (hack-local-variables): Fix membership tests to avoid
4770 treating all variables as safe if `enable-local-variables' is
4771 set to :safe (CVE-2007-5795).
4772
4773 2007-11-02 Glenn Morris <rgm@gnu.org>
4774
4775 * newcomment.el (comment-indent): Let comment-insert-comment-function,
4776 if defined, do all the work of inserting a new comment.
4777
4778 * progmodes/etags.el (tags-table-mode): Disable undo.
4779
4780 * simple.el (bad-packages-alist): Revert previous change.
4781
4782 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
4783
4784 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4785
4786 * obsolete/lselect.el: Do not warn about unknown functions.
4787
4788 2007-11-02 Michael Olson <mwolson@gnu.org>
4789
4790 * textmodes/remember.el (remember-buffer): Make this an alias of
4791 remember-finalize, because Org uses it.
4792
4793 2007-11-01 Michael Olson <mwolson@gnu.org>
4794
4795 * textmodes/remember.el: Improve documentation in heading.
4796 (remember-before-remember-hook): Turn into a customizable option.
4797 (remember): Document INITIAL argument.
4798 (remember-region): Remove autoload cookie. Improve docstring to
4799 mention that it is called from the *Remember* buffer, and does not
4800 have any functional overlap with the `remember' function.
4801 (remember-finalize): Remove autoload cookie. Rename from
4802 remember-buffer to emphasize that this does not have any
4803 functional overlap with the `remember' function.
4804 (remember-destroy): Remove autoload cookie.
4805 (remember-mode-map): Define and initialize in one step.
4806 (remember-mode): Improve docstring.
4807 (remember-annotation-functions): Default to just '(buffer-file-name),
4808 and don't try to take the default value from Planner.
4809
4810 2007-11-01 Glenn Morris <rgm@gnu.org>
4811
4812 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4813
4814 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4815
4816 * emacs-lisp/authors.el (authors-scan-change-log)
4817 (authors-scan-el): Don't enable local eval; enable only safe local
4818 variables, without querying.
4819
4820 * mail/footnote.el (footnote-numeric-regexp)
4821 (footnote-english-upper-regexp, footnote-english-lower-regexp)
4822 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4823 Match multi-character footnotes.
4824
4825 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4826 (nroff-indent-line-function): New function.
4827 (nroff-count-text-lines): Use nroff-forward-text-line rather than
4828 obsolete alias.
4829
4830 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
4831
4832 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4833 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
4834 (rcirc-print): Only update the line count when not marking the
4835 line as omittable.
4836 (rcirc-log-write): Specify coding system when writing logfile.
4837 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4838
4839 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4840
4841 * printing.el (printing): Fix :version, printing.el was included
4842 for in emacs-22.1.
4843 (pr-path-style, pr-path-alist, pr-txt-name)
4844 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4845 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4846 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4847 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4848 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4849 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4850 (pr-setting-database, pr-visible-entry-list)
4851 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4852 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4853
4854 * ediff-util.el (ediff-nuke-selective-display): Move definition to
4855 top level, make it dependent on the emacs flavor.
4856
4857 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4858 Test for XEmacs not for itimer.
4859
4860 * term/sun-mouse.el:
4861 * obsolete/sun-fns.el:
4862 * obsolete/sun-curs.el: Remove files.
4863
4864 * term/sun.el (select-previous-complex-command): Remove obsolete code.
4865
4866 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
4867
4868 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4869 was given to concat.
4870
4871 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4874 used normally for goto-line. Change `g' to revert the buffer.
4875 Add redundant `r' binding for buffer-revert.
4876
4877 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4878 (mail-abbrevs-setup): Use abbrev-expand-functions.
4879 (build-mail-abbrevs): Use with-temp-buffer.
4880 (define-mail-abbrev): Simplify.
4881 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4882 Change it for use on abbrev-expand-functions.
4883 (mail-abbrev-complete-alias): Use with-syntax-table.
4884
4885 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
4886
4887 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4888 directly. Fix bug in deleting temp file.
4889
4890 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4893 Merge defvar and define-abbrev-table.
4894 (def-python-skeleton): Use :case-fixed and :enable-function.
4895 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4896 Remove.
4897 (python-mode): Don't modify pre-abbrev-expand-hook.
4898
4899 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4900
4901 * ediff-util.el (ediff-file-checked-out-p)
4902 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4903
4904 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * abbrev.el (abbrev-symbol): Correct let->let*.
4907 (abbrev--before-point): Only use abbrev-start-location if before point.
4908
4909 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
4912 (strokes-unload-hook): Remove function and variable.
4913 (strokes-unload-function): New-style unload function, adapted
4914 from `strokes-unload-hook'.
4915
4916 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4917 (cl-unload-hook): Remove variable.
4918 (cl-unload-function): New-style unload function, adapted
4919 from `cl-cannot-unload'.
4920
4921 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4922 (elp-unload-function): New-style unload function, adapted
4923 from `elp-unload-hook'.
4924
4925 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
4926
4927 * emacs-lisp/find-func.el (find-library): Use library at
4928 point as default interactive argument.
4929
4930 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * shadowfile.el (shadow-join): Remove.
4933 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4934 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4935 (shadowfile-unload-hook): Remove function and variable.
4936 (shadowfile-unload-function): New-style unload function, adapted
4937 from `shadowfile-unload-hook'.
4938
4939 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4942 only if it is bound.
4943
4944 * textmodes/reftex.el: Move autoloads for before all uses.
4945 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4946 (reftex-delete-overlay): Move to the top level with the condition
4947 in the body.
4948
4949 * progmodes/simula.el: Use when instead of if.
4950
4951 * iimage.el (iimage-locate-file): Define unconditionally.
4952
4953 * mail/mailabbrev.el (mail-abbrev-next-line):
4954 * emulation/vip.el (vip-enlarge-region, vip-line)
4955 (vip-next-line-at-bol, vip-previous-line)
4956 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4957 Wrap with-no-warnings around uses of next-line and previous-line.
4958
4959 * ediff.el (run-ediff-from-cvs-buffer):
4960 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4961 Remove function not used by pcl-cvs anymore.
4962 (noninteractive, generic-sc-get-latest-rev)
4963 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4964 Delete support for long obsolete generic-sc.el.
4965
4966 2007-10-31 Glenn Morris <rgm@gnu.org>
4967
4968 * cvs-status.el: No longer require pcvs when compiling.
4969
4970 * doc-view.el (doc-view-conversion-refresh-interval)
4971 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4972 (doc-view-reset-slice): Doc fixes.
4973 (doc-view-menu): Remove deleted function doc-view-edit-doc.
4974
4975 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * help-at-pt.el (help-at-pt-unload-hook): Remove.
4978 Timers are automatically canceled by `unload-feature'.
4979
4980 * delsel.el (delsel-unload-hook): Remove function and variable.
4981 (delsel-unload-function): New-style unload function, adapted
4982 from `delsel-unload-hook'.
4983
4984 * msb.el (msb-unload-hook): Remove function and variable.
4985 (msb-unload-function): New-style unload function, adapted from
4986 `msb-unload-hook'.
4987
4988 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * desktop.el (uniquify-managed): Pacify byte compiler.
4991 (desktop-buffer-info): If the buffer name is managed by uniquify,
4992 save the base name, not the uniquified one.
4993 (desktop-create-buffer): Allow `rename-buffer' to generate a new
4994 name in case of conflict.
4995
4996 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * doc-view.el: Use expand-file-name rather than concat.
4999 (doc-view-cache-directory): Add the UID so multiple users won't clash.
5000 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
5001 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
5002 (doc-view-toggle-display): Use an overlay over the whole buffer so as
5003 not to have to touch the buffer's content.
5004 (doc-view-initiate-display): New function, extracted from doc-view-mode.
5005 (doc-view-mode): Use it. Don't mark as a special mode.
5006 Put the page numbers in the modeline.
5007 Set up the overlay. Hide the cursor. Run the mode hook.
5008 Use after-revert-hook rather than revert-buffer-function.
5009 (doc-view-search-internal): Fix typo.
5010 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
5011 image-cache flush.
5012 (doc-view-reconvert-doc): Don't reset the whole mode.
5013 (doc-view-make-safe-dir): New function.
5014 (doc-view-current-cache-dir): Use it.
5015
5016 2007-10-30 Jason Rumney <jasonr@gnu.org>
5017
5018 * time.el (display-time-world-list): Test for zoneinfo support.
5019
5020 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
5023
5024 * net/tramp-cache.el (tramp-flush-file-function): Check also
5025 `default-directory' if `buffer-file-name' does not return a
5026 string. Added to `eshell-pre-command-hook'.
5027
5028 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * doc-view.el (doc-view-current-doc): Remove.
5031 Replace all uses by buffer-file-name.
5032 (doc-view-menu): New menu.
5033 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
5034 unused var `doc'.
5035 (doc-view-sort): Simplify.
5036 (doc-view-buffer-message): Don't change buffer-modified-p.
5037 (doc-view-mode): Change it here instead.
5038 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
5039 Don't modify the global value of revert-buffer-function.
5040
5041 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
5042 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
5043 (image-toggle-display): Take overlays into account and don't assume
5044 point-min==1.
5045
5046 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
5047
5048 * vc.el (vc-annotate): Fix omission bug:
5049 Specify value for vc-sentinel-movepoint.
5050
5051 2007-10-30 Michael Olson <mwolson@gnu.org>
5052
5053 * textmodes/remember.el (remember-mode-hook)
5054 (remember-handler-functions, remember-annotation-functions):
5055 Add additional items as options, including some Org functions.
5056
5057 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
5058
5059 * doc-view.el: Remove cl-dependency.
5060 (doc-view-buffer-message): Mention new binding K.
5061 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
5062 instead of variable.
5063 (doc-view-current-cache-dir): Better cache dir naming.
5064 (doc-view-current-display): Remove variable.
5065 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
5066 (doc-view-kill-proc): Set converter process to nil.
5067 (doc-view-minor-mode): New minor mode.
5068 (doc-view-minor-mode-map): New keymap.
5069 (doc-view-mode): Remove text/image switching code. Use plain defun.
5070 (doc-view-mode-map): New binding K kills converter process.
5071 Remove C-c C-e binding.
5072 (doc-view-mode-text-map): Remove keymap.
5073 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
5074 d-v-display-maybe.
5075 (doc-view-previous-major-mode): New variable.
5076 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
5077 (doc-view-remove-if): New function.
5078 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
5079 (doc-view-toggle-display): Toggle modes instead of display styles.
5080 (doc-view-reconvert-doc): Adapt to new way of doing things.
5081
5082 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
5083
5084 2007-10-30 Glenn Morris <rgm@gnu.org>
5085
5086 * dirtrack.el (dirtrack-mode): Doc fix.
5087
5088 * shell.el (shell-dirtrack-verbose, shell-mode)
5089 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
5090
5091 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
5092 (byte-compile-enable-warning): Doc fix.
5093
5094 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
5095 suppress byte-opt warning.
5096
5097 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5098
5099 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
5100 (edt-gnu-emacs19-p): Remove.
5101 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
5102 (edt-xserver, edt-page-backward, edt-beginning-of-line)
5103 (edt-end-of-line-forward, edt-end-of-line-backward)
5104 (edt-one-word-forward, edt-one-word-backward, edt-character)
5105 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
5106 (edt-find-forward, edt-find-backward, edt-find-next-forward)
5107 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
5108 (edt-define-key, edt-bottom-check, edt-sentence-forward)
5109 (edt-sentence-backward, edt-paragraph-forward)
5110 (edt-paragraph-backward, edt-restore-key, edt-window-top)
5111 (edt-window-bottom, edt-scroll-window-forward-line)
5112 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5113 (edt-line-to-top-of-window, edt-paragraph-backward)
5114 (edt-restore-key, edt-window-top, edt-window-bottom)
5115 (edt-scroll-window-forward-line)
5116 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
5117 (edt-line-to-middle-of-window, edt-goto-percentage)
5118 (edt-display-the-time, edt-remember, edt-split-window)
5119 (edt-emulation-on, edt-emulation-off)
5120 (edt-default-emulation-setup, edt-user-emulation-setup)
5121 (edt-select-default-global-map, edt-select-user-global-map):
5122 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
5123 tests.
5124
5125 * textmodes/reftex-index.el (reftex-index-selection-or-word):
5126 Use feature test instead of boundp test so it can be resolved at
5127 compile time.
5128
5129 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
5130
5131 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
5134 Update all users.
5135 (abbrev-get, abbrev-put): Simplify.
5136 (define-abbrev): Don't store the `force' value in the :system property.
5137 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
5138
5139 2007-10-30 Michael Olson <mwolson@gnu.org>
5140
5141 * desktop.el (desktop-minor-mode-table): Add line for ERC.
5142
5143 * textmodes/remember.el: New file that implements a mode for
5144 quickly jotting down things to remember.
5145
5146 * textmodes/remember-diary.el: A backend for remember.el that
5147 implements saving notes to a Diary file.
5148
5149 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
5150
5151 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
5152 Relocate in file.
5153 (allout-doublecheck-at-and-shallower): Increase to include
5154 slightly greater depths, since yank interaction is now ok.
5155 Also, elaborate the docstring to explain the situation.
5156 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
5157 instead of concat, so we accommodate key sequences expressed as
5158 vectors as well as strings and lists.
5159 (allout-flag-region, allout-hide-by-annotation): Make the
5160 hidden-text overlays 'front-advance.
5161 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
5162 (allout-aberrant-container-p, allout-on-current-heading-p)
5163 (allout-e-o-prefix-p, allout-next-heading)
5164 (allout-previous-heading, allout-goto-prefix)
5165 (allout-end-of-prefix, allout-next-sibling-leap)
5166 (allout-next-visible-heading, allout-auto-fill)
5167 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
5168 (allout-yank-processing, allout-resolve-xref)
5169 (allout-current-topic-collapsed-p, allout-hide-region-body)
5170 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
5171 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
5172 (count-trailing-whitespace-region): Preserve match data, so allout
5173 outline navigation doesn't disrupt other Emacs operations.
5174 (allout-beginning-of-line): Retreat to the beginning of the hidden
5175 text, so fields are respected (for submodes that care).
5176 (allout-end-of-line): Preserve mark activation status when jumping.
5177 (allout-open-topic): Account for opening after a child that
5178 contains a hidden trailing newline. Preserve match data.
5179 Run allout-structure-added-hook
5180 (allout-encrypt-decrypted): Preserve match data.
5181 (allout-toggle-current-subtree-exposure): Add new interactive
5182 function for toggle subtree exposure - suggested by tassilo.
5183 (move-beginning-of-line, move-end-of-line): Don't use
5184 line-move-invisible-p, it's obsolete - substitute the code, instead.
5185
5186 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * textmodes/flyspell.el (message-signature-separator):
5189 * longlines.el (message-indent-citation-function): Pacify byte
5190 compiler.
5191
5192 * emacs-lisp/cl-loaddefs.el:
5193 * ldefs-boot.el: Regenerate.
5194
5195 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
5196 (.el.elc, compile, compile-always, compile-calc)
5197 ($(lisp)/progmodes/cc-mode.elc): Use it.
5198
5199 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
5200 Only do work for XEmacs.
5201 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
5202 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
5203 on XEmacs.
5204 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5205 (ps-x-color-name, ps-x-color-specifier-p)
5206 (ps-x-copy-coding-system, ps-x-device-class)
5207 (ps-x-extent-end-position, ps-x-extent-face)
5208 (ps-x-extent-priority, ps-x-extent-start-position)
5209 (ps-x-face-font-instance, ps-x-find-coding-system)
5210 (ps-x-font-instance-properties, ps-x-make-color-instance)
5211 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
5212 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
5213 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
5214 (ps-generate-postscript-with-faces): Delete defaliases.
5215 (ps-face-foreground-name, ps-face-background-name)
5216 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5217 Move definitions to top level, make the body conditional on the Emacs
5218 flavor. Replace uses of deleted aliases and renamed functions.
5219 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
5220 of deleted aliases and renamed functions.
5221
5222 * calc/calc.el (calc-emacs-type-lucid): Remove.
5223 (calc-digit-map, calcDigit-start, calc-read-key)
5224 (calc-clear-unread-commands):
5225 * calc/calc-ext.el (calc-user-key-map): Replace uses of
5226 calc-emacs-type-lucid with (featurep 'xemacs)
5227
5228 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
5229 (featurep 'xemacs).
5230 (tpu-lucid-emacs19-p): Remove.
5231 (tpu-map-key): Make it a function instead of using fset. Inline
5232 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
5233 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
5234
5235 * ielm.el: Use featurep 'xemacs.
5236
5237 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
5238 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
5239 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
5240 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
5241 cperl-xemacs-p with (featurep 'xemacs).
5242 (font-lock-cache-position): Pacify byte compiler.
5243
5244 2007-10-29 Drew Adams <drew.adams@oracle.com>
5245
5246 * faces.el (read-color): New function.
5247 (face-at-point, foreground-color-at-point)
5248 (background-color-at-point): New functions.
5249
5250 2007-10-28 Richard Stallman <rms@gnu.org>
5251
5252 * net/browse-url.el (browse-url-text-xterm): Rename from
5253 browse-url-lynx-xterm and made generic.
5254 (browse-url-text-emacs): Likewise.
5255 (browse-url-text-browser): New variable.
5256 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
5257 (browse-url-text-input-field, browse-url-text-input-attempts)
5258 (browse-url-kde-program): Likewise.
5259
5260 2007-10-29 Glenn Morris <rgm@gnu.org>
5261
5262 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5263 Use mapc rather than mapcar (reinstall change deleted without log
5264 entry 2007-10-22).
5265
5266 2007-10-29 Martin Rudalics <rudalics@gmx.at>
5267
5268 * wdired.el (wdired-next-line, wdired-previous-line):
5269 Use next-line and previous-line wrapped in with-no-warnings.
5270
5271 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
5272
5273 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
5274 (rcirc-recent-quit-alist): New function.
5275 (rcirc): Print a better message when there is only one connected server.
5276 (rcirc-complete-nick): Do not update the nick table here.
5277 (rcirc-mode-map): Add M-o.
5278 (rcirc-current-line): Add variable.
5279 (rcirc-mode): Setup variables for line based omit.
5280 (rcirc-edit-multiline): Strip text properties.
5281 (rcirc-omit-responses): Add NICK.
5282 (rcirc-omit-threshold): Add variable.
5283 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
5284 Add functions.
5285 (rcirc-print): Keep track of current line. Do not fill text if
5286 `rcirc-fill-flag' is null. Only omit text if the last activity
5287 from the sender is more than `rcirc-omit-threshold' lines ago.
5288 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
5289 numbers instead of time.
5290 (rcirc-channel-nicks): Sort by line numbers instead of time.
5291 (rcirc-omit-mode): Add `...' when omitting text and recenter.
5292 (rcirc-handler-JOIN): Restore the joiners linestamp.
5293 (rcirc-maybe-remember-nick-quit): Add function.
5294 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
5295
5296 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
5297
5298 * loadhist.el (unload-feature-special-hooks):
5299 Add `delete-frame-functions' and `suspend-tty-functions'.
5300
5301 * server.el (server-unload-function): Rename from `server-unload-hook'
5302 and adapt to new `unload-feature' functionality. Remove hook from
5303 `kill-buffer-hook' buffer-locally.
5304 (server-unload-hook): Remove.
5305 (server-unload-function): New var; replaces `server-unload-hook'.
5306
5307 2007-10-29 Glenn Morris <rgm@gnu.org>
5308
5309 * dirtrack.el (dirtrack-debug): Doc fix.
5310 (dirtrack-mode, dirtrack-debug-mode): New names for
5311 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
5312 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
5313 Make obsolete.
5314 (dirtrack-debug-message): Only print message if
5315 dirtrack-debug-mode is non-nil. Use with-current-buffer.
5316 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
5317 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
5318
5319 2007-10-28 Glenn Morris <rgm@gnu.org>
5320
5321 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
5322 (byte-compile-warnings-safe-p): Handle `not'.
5323 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
5324 (byte-compile-enable-warning): New functions.
5325 (byte-compile-eval-before-compile)
5326 (byte-compile-file-form-require): Use byte-compile-disable-warning.
5327 (byte-compile-close-variables): Locally bind byte-compile-warnings,
5328 but do not modify it.
5329 (byte-compile-eval, byte-compile-obsolete)
5330 (byte-compile-warn-about-unresolved-functions)
5331 (byte-compile-file-form-defvar)
5332 (byte-compile-file-form-custom-declare-variable)
5333 (byte-compile-file-form-require)
5334 (byte-compile-file-form-defmumble, byte-compile-lambda)
5335 (byte-compile-form, byte-compile-normal-call)
5336 (byte-compile-variable-ref, byte-compile-defvar)
5337 (byte-compile-make-variable-buffer-local):
5338 Use byte-compile-warning-enabled-p.
5339 * emacs-lisp/advice.el (ad-compile-function):
5340 Use byte-compile-disable-warning.
5341 * emacs-lisp/cl.el: Move local variables to end of file, and set
5342 byte-compile-warnings to `(not cl-functions)'.
5343 * emacs-lisp/cl-compat.el: Add a local variables section, and set
5344 byte-compile-warnings to `(not cl-functions)'.
5345 * emacs-lisp/cl-macs.el: Unify local variable section, and set
5346 byte-compile-warnings to `(not cl-functions)'.
5347 (cl-do-proclaim): Use byte-compile-disable-warning and
5348 byte-compile-enable-warning.
5349 * emacs-lisp/cl-seq.el: Unify local variable section, and set
5350 byte-compile-warnings to `(not cl-functions)'.
5351 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5352 Use byte-compile-disable-warning.
5353
5354 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * cus-edit.el (custom-browse-insert-prefix):
5357 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5358
5359 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * server.el (server-process-filter): Fix typo in docstring.
5362 (server-log): Reflow docstrings.
5363 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5364 (server-goto-line-column): Use `when'.
5365
5366 2007-10-28 Juri Linkov <juri@jurta.org>
5367
5368 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5369 when mouse is clicked on the isearch message.
5370 (isearch-resume): Call `isearch-update' at the end.
5371 Rename argument `search' to `string' to conform to the
5372 isearch terminology.
5373
5374 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 Rewrite abbrev.c in Elisp.
5377 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5378 (abbrev-table-get, abbrev-table-put, abbrev-get)
5379 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5380 (define-abbrev, abbrev--check-chars, define-global-abbrev)
5381 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5382 (abbrev-expansion, abbrev--before-point, expand-abbrev)
5383 (unexpand-abbrev, abbrev--write, abbrev--describe)
5384 (insert-abbrev-table-description, define-abbrev-table):
5385 New funs, largely transcribed from abbrev.c.
5386 (abbrev-with-wrapper-hook): New macro.
5387 (abbrev-table-name-list, global-abbrev-table)
5388 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5389 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5390 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5391 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5392 New vars, largely transcribed from abbrev.c.
5393 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
5394 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5395 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5396
5397 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5398
5399 * ps-print.el: Now detect if text foreground and background colors are
5400 equal and replace the foreground color by another color, so the text
5401 becomes visible. Doc fix.
5402 (ps-print-version): New version 6.8.
5403 (ps-default-fg, ps-default-bg): Docstring fix.
5404 (ps-postscript-code-directory): Fix default value code.
5405 (ps-fg-list, ps-fg-validate-p): New options.
5406 (ps-foreground-list): New var.
5407 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5408
5409 2007-10-27 Glenn Morris <rgm@gnu.org>
5410
5411 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5412 (shell-dirtrack-toggle): Mark as obsolete.
5413 (dirtrack-toggle, dirtrack-mode): No longer alias to
5414 shell-dirtrack-mode.
5415
5416 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5417
5418 * calc/calc.el (math-standard-opers): Lower the precedence
5419 of negation.
5420 * calc/calc-lang.el (math-oper-table): Lower precedence of
5421 negation for C, TeX, and eqn.
5422
5423 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5424
5425 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5426
5427 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
5428
5429 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5430 (desktop-not-loaded-hook): Fix :version tags.
5431
5432 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5435 (tramp-get-remote-tmpdir): New defun.
5436 (tramp-make-tramp-temp-file): Use it.
5437 (tramp-local-call-process): New defun. Replace all calls of
5438 `call-process' by this when appropriate.
5439 (tramp-handle-write-region): Replace calls of `file-attributes' by
5440 `tramp-compat-file-attributes'.
5441 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5442 Make the first command a `tramp-send-command' call, with let-bind
5443 of `tramp-end-of-output'.
5444 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5445 (tramp-load-report-modules, tramp-append-tramp-buffers):
5446 Move to tramp-cmds.el.
5447
5448 * net/tramp-fish.el (tramp-fish-handle-copy-file)
5449 (tramp-fish-do-copy-or-rename-file)
5450 (tramp-fish-do-copy-or-rename-file-directly):
5451 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5452 Add parameter PRESERVE-UID-GID.
5453
5454 2007-10-27 Eli Zaretskii <eliz@gnu.org>
5455
5456 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5457 New defcustoms.
5458 (display-time-world-list): Use them as appropriate for the current
5459 value of `system-type'.
5460
5461 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5462
5463 * printing.el: Pacify byte compiler, that is, no compiler warnings.
5464 Move (again) some variable definitions before use, define some fun
5465 aliases, no code change.
5466 (pr-version): New version 6.9.2.
5467 (pr-path-style, pr-auto-region, pr-menu-char-height)
5468 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5469 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5470 via (defvar VAR).
5471 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5472 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5473 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5474 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5475 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5476 (pr-menu-print-item, pr-ps-printer-menu-modified)
5477 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5478 (pr-even-or-odd-alist): Vars definition moved.
5479
5480 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5481
5482 * emulation/pc-select.el (next-line-mark, next-line-nomark)
5483 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5484 around uses of previous-line and next-line.
5485
5486 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5487 New defvars.
5488
5489 * textmodes/css-mode.el (comment-continue):
5490 * net/browse-url.el (url-handler-regexp):
5491 * progmodes/idlw-help.el (idlwave-system-routines):
5492 Pacify byte-compiler.
5493
5494 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5495 line-move-invisible-p with its former definition: invisible-p.
5496 line-move-invisible-p was removed on 2007-08-29.
5497
5498 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5499
5500 * files.el (kill-emacs-query-functions): Doc fix;
5501 `save-buffers-kill-emacs' is no longer bound to a key.
5502
5503 2007-10-26 Richard Stallman <rms@gnu.org>
5504
5505 * isearch-multi.el (isearch-buffers-multi): New option.
5506 (isearch-buffers-search-fun): Test it.
5507
5508 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5509 Put ps-run-clear on C-c C-l.
5510
5511 * newcomment.el (comment-styles): New style indent-or-triple.
5512 (comment-style): Make that the default.
5513 (comment-add defvar): Doc fix.
5514 (comment-add): Delete arg EXTRA.
5515 (comment-region-default): Open code call to comment-add.
5516 Handle indent-or-triple style which uses `multi-char' for INDENT.
5517
5518 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5519
5520 * eshell/em-unix.el (nil-blank-string): Doc fix.
5521
5522 2007-10-26 John Wiegley <johnw@newartisans.com>
5523
5524 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5525 function, ensure that the third argument is turned into a nil if
5526 the string is otherwise completely empty (either no characters, or
5527 all tabs/spaces). This fixes a bug from a user who found himself
5528 unable to customize `diff-switches' and still use Eshell's diff
5529 command.
5530
5531 2007-10-26 Glenn Morris <rgm@gnu.org>
5532
5533 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5534 safe-local-variable property.
5535
5536 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
5537
5538 * net/browse-url.el (browse-url-browser-function): Delete grail.
5539 (browse-url-grail): Function and variable deleted.
5540 (browse-url-browser-function): Delete IXI Mosaic.
5541 (browse-url-default-browser): Don't try IXI Mosaic.
5542 (browse-url-iximosaic): Function deleted.
5543 (browse-url-browser-function): Delete MMM.
5544 (browse-url-default-browser): Don't try MMM.
5545 (browse-url-mmm): Function deleted.
5546
5547 2007-10-26 Drew Adams <drew.adams@oracle.com>
5548
5549 * custom.el (custom-note-var-changed): New function.
5550
5551 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5554 use with the definition. Remove.
5555
5556 * add-log.el (change-log-start-entry-re): New defconst.
5557 (change-log-sortable-date-at): Use it.
5558 (change-log-beginning-of-defun, change-log-end-of-defun):
5559 New functions.
5560 (change-log-mode): Use them for beginning-of-defun-function and
5561 end-of-defun-function.
5562
5563 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5564
5565 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5566 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5567 (ses-recalculate-cell): Deal with point being just beyond end of
5568 data area (why does this happen?)
5569 (ses-set-curcell): Ditto.
5570 (ses-column-letter): Handle columns beyond 702. Code written by
5571 Gareth Rees.
5572
5573 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
5574
5575 * textmodes/org.el (org-agenda-get-restriction-and-command):
5576 Use `mapc' instead of `mapcar'.
5577 (org-agenda-list): Numeric prefix argument can specify the number
5578 of days.
5579 (remember-register, remember-buffer): Prevent byte compiler from
5580 complaining.
5581 (org-todo): Save and restore match data.
5582 (org-no-warnings): New macro.
5583 (org-columns-eval): Use `org-no-warnings'.
5584
5585 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
5586
5587 * comint.el (comint-password-prompt-regexp):
5588 Handle `[sudo] password'-style prompt.
5589
5590 2007-10-25 Glenn Morris <rgm@gnu.org>
5591
5592 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5593 (defcustom): Doc fix.
5594
5595 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5596 Add `non_intrinsic'.
5597 (f90-constants-re): Add ieee modules.
5598 (f90-typedef-matcher, f90-typedec-matcher)
5599 (f90-imenu-type-matcher): New functions.
5600 (f90-font-lock-keywords-1): Give module procedures function-name face.
5601 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
5602 Add `use, intrinsic'.
5603 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5604 Move start of `enum' blocks to separate entry.
5605 (f90-start-block-re): Fix `type', `abstract interface'.
5606 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5607 derived types.
5608 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5609 `elemental', change `enumerator'.
5610 (f90-no-block-limit): Fix `abstract interface'.
5611
5612 * progmodes/f90.el (f90-indented-comment-re)
5613 (f90-directive-comment-re, f90-break-delimiters):
5614 * progmodes/fortran.el (fortran-comment-line-start-skip)
5615 (fortran-directive-re):
5616 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5617 as safe if they are strings.
5618
5619 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * startup.el (window-system): Remove. Don't make it frame-local.
5622
5623 2007-10-24 Richard Stallman <rms@gnu.org>
5624
5625 * savehist.el (savehist-save): Omit unreadable elements.
5626
5627 * loadhist.el (unload-function-defs-list): Rename from
5628 unload-function-features-list.
5629 (unload-feature-special-hooks, unload-feature): Doc fixes.
5630
5631 * indent.el (indent-to-left-margin): If point's in the indentation,
5632 move to the end of the indentation.
5633
5634 * cus-edit.el (customize-changed-options): Make arg optional.
5635
5636 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5639
5640 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5641
5642 * textmodes/org-publish.el (org-publish-attachment): Re-install
5643 accidentally deleted change.
5644
5645 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * term/iris-ansi.el (iris-function-map): Move init into declaration.
5648
5649 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5650
5651 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5652 (Buffer-menu-mode-map): Initialize in the declaration.
5653 (Buffer-menu-mode): Define with `define-derived-mode'.
5654
5655 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
5656
5657 * textmodes/org.el (org-version): Change to 5.13e.
5658 (org-agenda-file-regexp): Fix typo in docstring.
5659 (org-add-planning-info): Fix bug in parenthesis settings.
5660 (org-scan-tags): Catch the case of indirect buffers with no filename.
5661 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5662 Re-install switch to mapc, had been removed by accident.
5663 (org-columns-map): New binding `C-c C-o'.
5664 (org-columns-menu): Change menu text and added new entry.
5665 (org-columns-eval): Document the use of `next-line'.
5666 (org-columns-open-link): New function.
5667 (org-columns-follow-link): Remove function.
5668 (org-open-link-from-string): New function.
5669 (org-read-date-get-relative): Fix typo in docstring.
5670 (org-read-date-get-relative): Leading +/- is not optional.
5671 (org-agenda-get-restriction-and-command): Always resize window on
5672 first loop cycle.
5673 (org-agenda-open-link): Make sure the link abbreviations are
5674 present in the agenda buffer.
5675 (org-agenda-copy-local-variable): New function.
5676
5677 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5680
5681 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * simple.el (reindent-then-newline-and-indent): Use a `move after
5684 insert' kind of marker in the save-excursion.
5685
5686 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * textmodes/css-mode.el: Require CL.
5689 (comment-continue): Declare.
5690
5691 * subr.el (make-variable-frame-localizable): Remove.
5692 (make-variable-frame-local): Mark obsolete.
5693
5694 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5697 of the subdirs is unreadable.
5698
5699 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5700
5701 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5702 when we are local.
5703
5704 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * progmodes/python.el (python-current-defun): Remove left-over
5707 assignment to `start'.
5708
5709 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5712 than `mapcar'; return value is not used.
5713
5714 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5717 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5718
5719 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5720
5721 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5722 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5723
5724 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5725
5726 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5727
5728 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5729
5730 * emacs-lisp/advice.el (ad-make-advised-docstring):
5731 Add ad-advice-info text property to doc string.
5732
5733 2007-10-23 Glenn Morris <rgm@gnu.org>
5734
5735 * progmodes/f90.el (f90-do-indent, f90-if-indent)
5736 (f90-type-indent, f90-program-indent, f90-associate-indent)
5737 (f90-continuation-indent, f90-comment-region)
5738 (f90-beginning-ampersand, f90-smart-end)
5739 (f90-break-before-delimiters, f90-auto-keyword-case)
5740 (f90-leave-line-no, f90-mode-hook):
5741 Give an appropriate safe-local-variable property.
5742
5743 * progmodes/fortran.el (fortran-tab-mode-default)
5744 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5745 (fortran-structure-indent, fortran-continuation-indent)
5746 (fortran-comment-indent, fortran-comment-line-extra-indent)
5747 (fortran-comment-line-start)
5748 (fortran-minimum-statement-indent-fixed)
5749 (fortran-minimum-statement-indent-tab)
5750 (fortran-comment-indent-char, fortran-line-number-indent)
5751 (fortran-check-all-num-for-matching-do)
5752 (fortran-blink-matching-if, fortran-continuation-string)
5753 (fortran-comment-region, fortran-electric-line-number)
5754 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5755 (fortran-analyze-depth, fortran-break-before-delimiters):
5756 Give an appropriate safe-local-variable property.
5757
5758 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5759
5760 * printing.el: Move variable definitions before use.
5761 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5762
5763 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5766 (tpu-edt-off): Use it.
5767 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
5768 the global-map before adding it to global-map.
5769
5770 * menu-bar.el (global-buffers-menu-map): New var.
5771 (global-map, menu-bar-update-buffers): Use it.
5772 * msb.el (msb-menu-bar-update-buffers): Use it.
5773 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5774 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5775 Use with-current-buffer.
5776
5777 2007-10-22 Juri Linkov <juri@jurta.org>
5778
5779 * isearch-multi.el: New file.
5780
5781 * isearch.el (isearch-search-string): After finding the next
5782 occurrence switch to buffer isearch-buffers-current-buffer when
5783 isearch-buffers-next-buffer-function is non-nil and
5784 isearch-buffers-current-buffer is live.
5785
5786 * add-log.el (change-log-mode): Make and set buffer-local variable
5787 isearch-buffers-next-buffer-function to change-log-next-buffer.
5788 Call isearch-buffers-minor-mode.
5789 (change-log-next-buffer): New function.
5790
5791 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
5792
5793 * org-export-latex.el (org-export-latex-protect-string):
5794 Renaming of `org-latex-protect'.
5795 (org-export-latex-emphasis-alist): By default, don't protect
5796 any emphasis formatter from further conversion.
5797 (org-export-latex-tables): Honor column grouping for tables.
5798 (org-export-latex-title-command): New option.
5799 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5800 export backslash character.
5801
5802 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5803
5804 * textmodes/org.el (org-read-date-get-relative): New function.
5805 (org-agenda-file-regexp): New variable.
5806 (org-agenda-files): Allow directories in the variable.
5807 (org-agenda-get-restriction-and-command): New function.
5808 (org-agenda): Use `org-agenda-get-restriction-and-command'.
5809 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5810 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5811 New functions.
5812 (org-entry-add-to-multivalued-property)
5813 (org-entry-remove-from-multivalued-property)
5814 (org-entry-member-in-multivalued-property): New functions.
5815 (org-remember-apply-template): Catch C-g and make sure window
5816 configuration is restored.
5817 (org-agenda-open-link): Make it work with several links in the line.
5818 (org-drawers, org-set-regexps-and-options)
5819 (org-get-current-options): Add support for a DRAWERS in-buffer option.
5820 (org-agenda-window-frame-fractions): New option.
5821 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5822 (org-columns-cleanup-item, org-find-entry-with-id)
5823 (org-insert-columns-dblock, org-listtable-to-string)
5824 (org-dblock-write:columnview, org-columns-capture-view)
5825 (org-edit-headline): New functions.
5826 (org-agenda-to-appt): Require calendar.
5827 (org-entry-get-with-inheritance): Widen for search.
5828 (org-columns-display-here): Don't mark buffer as modified when
5829 adding space characters to accomodate column overlays.
5830 (org-export-as-html): Better formatting of tags in the toc.
5831 (org-columns-display-here): Make the ITEM column as compact as possible.
5832 (org-remember-templates): Customization interface improved.
5833 (org-export-with-property-drawer): Variable removed.
5834 (org-export-with-drawers): New option.
5835 (org-complex-heading-regexp): New variable.
5836 (org-sort-entries): Rewrite using `sort-subr'.
5837 (org-set-property): More appropriate completion during interactive use.
5838 (org-sort-entries): Allow sorting by property.
5839 (org-additional-option-like-keywords): Add more values.
5840 (org-sort-entries-or-items): Rename from `org-sort-entries'.
5841
5842 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5843
5844 * textmodes/org.el (org-get-date-from-calendar): New function.
5845 (org-at-timestamp-p, org-timestamp-change)
5846 (org-remember-templates): First element of each entry is now a
5847 name for the template.
5848 (org-store-log-note): Check for `org-note-abort'.
5849 (org-kill-note-or-show-branches): New command.
5850 (org-fontify-priorities): New option.
5851 (org-fontify-priorities): New function.
5852 (org-cut-subtree, org-copy-subtree): New argument N to
5853 act on N sequential subtrees.
5854 (org-paste-subtree): Fix the level at which a tree is pasted.
5855 (org-fit-agenda-window): Limitations on window size removed.
5856 (org-agenda-find-same-or-today-or-agenda): Rename from
5857 `org-agenda-find-today-or-agenda'.
5858 (org-scheduled-past-days): New option.
5859 (org-agenda-scheduled-leaders)
5860 (org-agenda-deadline-leaders): New options.
5861 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5862 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5863 (org-export-with-tags, org-export-plist-vars)
5864 (org-infile-export-plist): New "tags" option.
5865 (org-use-property-inheritance): New option.
5866 (org-cached-entry-get): Use `org-use-property-inheritance'.
5867 (org-remember-apply-template): Fix typo.
5868
5869 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
5870
5871 * net/tramp.el (tramp-find-shell)
5872 (tramp-open-connection-setup-interactive-shell): Improve sending
5873 initial commands.
5874 (tramp-action-terminal): Send debug message.
5875 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5876 (tramp-barf-if-no-shell-prompt): Insert code of
5877 `tramp-wait-for-shell-prompt'.
5878
5879 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5882
5883 * term/vt200.el (terminal-init-vt200):
5884 * term/vt201.el (terminal-init-vt201):
5885 * term/vt220.el (terminal-init-vt220):
5886 * term/vt240.el (terminal-init-vt240):
5887 * term/vt300.el (terminal-init-vt300):
5888 * term/vt320.el (terminal-init-vt320):
5889 * term/vt400.el (terminal-init-vt400):
5890 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5891
5892 * term/wyse50.el (wyse50-terminal-map): New var.
5893 (terminal-init-wyse50): Use it and input-decode-map.
5894 (enable-arrow-keys): Emasculate.
5895
5896 * term/tvi970.el (tvi970-terminal-map): New var.
5897 (terminal-init-tvi970): Use it and input-decode-map.
5898 (tvi970-keypad-numeric): Remove.
5899 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5900
5901 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5902 (terminal-init-sun): Use it and input-decode-map.
5903
5904 * term/news.el (terminal-init-news):
5905 * term/lk201.el (terminal-init-lk201):
5906 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5907
5908 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5909
5910 * complete.el (PC-expand-many-files): Remove.
5911 (PC-do-completion): Call file-expand-wildcards instead of
5912 PC-expand-many-files.
5913
5914 * net/tramp.el (tramp-handle-expand-many-files): Remove.
5915 (PC-expand-many-files): Remove advice.
5916
5917 2007-10-22 Glenn Morris <rgm@gnu.org>
5918
5919 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5920 Add some support for Fortran 2003 syntax:
5921 (f90-type-indent): Now also applies to `enum'.
5922 (f90-associate-indent): New user option.
5923 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5924 Add some F2003 keywords.
5925 (f90-constants-re): New constant.
5926 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5927 Interface'.
5928 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5929 `class'. Arguments for `type'/`class' may have spaces. Add a new
5930 element for functions with specified types. Add `end enum' and
5931 `select type'. Add `implicit enumerator' and `procedure'.
5932 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5933 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5934 (f90-font-lock-keywords-4): Add `f90-constants-re'.
5935 (f90-blocks-re): Add `enum' and `associate'.
5936 (f90-else-like-re): Add `class is', `type is', and `class default'.
5937 (f90-end-type-re): Add `enum'.
5938 (f90-end-associate-re, f90-typeis-re): New constants.
5939 (f90-end-block-re): Add `enum' and `associate'. Change from
5940 optional whitespace to end-of-word, to avoid `enumerator'.
5941 (f90-start-block-re): Add `select type', `abstract interface', and
5942 `enum'. Avoid `type is', and `type (sometype)'.
5943 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5944 (f90-mode): Doc fix.
5945 (f90-looking-at-select-case): Doc fix. Add `select type'.
5946 (f90-looking-at-associate): New function.
5947 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5948 Add `enum' and `abstract interface'.
5949 (f90-no-block-limit): Add `select type' and `abstract interface'.
5950 (f90-get-correct-indent, f90-calculate-indent)
5951 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5952 (f90-indent-region, f90-match-end): Handle `associate' blocks.
5953
5954 2007-10-22 Martin Rudalics <rudalics@gmx.at>
5955
5956 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5957 Use window-full-width-p.
5958
5959 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
5960
5961 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5962
5963 * tooltip.el: Use featurep 'xemacs.
5964
5965 * printing.el: Move variable definitions before use, no code change.
5966
5967 2007-10-22 Juri Linkov <juri@jurta.org>
5968
5969 * simple.el (goto-history-element): Allow minibuffer-default to be
5970 a list of default values accessible by typing M-n in the minibuffer.
5971
5972 * dired-x.el (dired-guess-shell-command): Put all guesses to the
5973 minibuffer default value list instead of pushing them temporarily
5974 to the history list.
5975
5976 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5977
5978 * hexl.el (hexl-menu): New major mode menu.
5979
5980 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5983
5984 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5985
5986 * w32-fns.el (w32-quote-process-args):
5987 * dos-w32.el (print-region-function, lpr-headers-switches)
5988 (ps-print-region-function): Pacify byte-compiler.
5989
5990 * emulation/edt-mapper.el (function-key-map):
5991 (edt-map-key): Make it a function instead of using fset.
5992 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
5993 (edt-gnu-map-key, edt-lucid-map-key): Remove.
5994 (edt-x-emacs-p): Remove.
5995 (edt-emacs-variant, edt-window-system, edt-xserver):
5996 Use featurep 'xemacs.
5997
5998 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5999 Replace eudc-xemacs-p with its definition.
6000 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
6001 (eudc-emacs-mule-p): Remove.
6002 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
6003 eudc-xemacs-p with feature tests.
6004
6005 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
6006 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
6007 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
6008 (eudc-bob-toggle-inline-display):
6009 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
6010 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
6011
6012 * net/eudcb-ph.el (eudc-ph-open-session):
6013 Replace eudc-xemacs-mule-p with its former definition.
6014
6015 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
6016 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
6017
6018 * progmodes/vera-mode.el (vera-xemacs): Remove.
6019 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
6020
6021 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
6022 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
6023 (vhdl-speedbar-initialize, vhdl-ps-print-init)
6024 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
6025 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
6026 with (featurep 'xemacs).
6027
6028 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
6029 (save-buffer-state-x):
6030 * obsolete/fast-lock.el (fast-lock-verbose):
6031 * emulation/viper-init.el (viper-xemacs-p)
6032 (viper-cond-compile-for-xemacs-or-emacs):
6033 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
6034 * ps-print.el (case-fold-search):
6035 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
6036 * calculator.el (calculator-help): Use featurep 'xemacs.
6037
6038 * progmodes/prolog.el: Undo previous change.
6039 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
6040
6041 * progmodes/dcl-mode.el:
6042 * play/yow.el:
6043 * calendar/todo-mode.el:
6044 * calendar/cal-hebrew.el:
6045 * vc-hg.el: Undo previous change.
6046
6047 * vms-patch.el: Likewise.
6048 (print-region-function): Pacify byte-compiler.
6049
6050 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
6051
6052 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
6053 preserve-uid-gid.
6054
6055 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
6056 compatibility. It is not used, though.
6057
6058 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
6059 Require tramp-cmds.el.
6060 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
6061 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
6062 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
6063 (tramp-do-copy-or-rename-file-out-of-band)
6064 (tramp-maybe-open-connection): Use `make-temp-name'. This is
6065 possible, because we don't need to create the temporary file, but
6066 we need a prefix for ssh, which has its own temporary file handling.
6067 (tramp-handle-delete-directory): Add "-f" to rmdir.
6068 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
6069 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
6070 a signal, in order to give the callee a chance to suppress.
6071 (tramp-handle-write-region): Set owner also in case of short
6072 track. Don't use compatibility calls for `write-region' anymore.
6073 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
6074 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
6075
6076 * net/tramp-cmds.el: New file.
6077
6078 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
6079 `tramp-clear-passwd'.
6080
6081 * net/trampver.el: Update release number.
6082
6083 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6084
6085 * progmodes/gud.el (gud-target-name): Move definition before use.
6086
6087 * progmodes/dcl-mode.el: Require imenu at compile time.
6088
6089 * progmodes/cc-engine.el (c-maybe-stale-found-type):
6090 Pacify byte-compiler.
6091
6092 * obsolete/fast-lock.el: Use featurep test instead of string-match.
6093
6094 * eshell/esh-mode.el (eshell-handle-ansi-color):
6095 Require ansi-color at compile time too.
6096
6097 * eshell/em-unix.el (eshell/info): Require info at compile time too.
6098
6099 * w32-fns.el: Require w32-vars.
6100
6101 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
6102 time too.
6103
6104 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * double.el ([ignore]): Use `ignore'.
6107 (double-setup): Inline into double-mode.
6108 (double-mode): Use define-minor-mode.
6109
6110 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * textmodes/reftex.el: Move require easymenu before first use.
6113 (reftex-info): Require info at compile too.
6114
6115 * textmodes/org-publish.el (org-publish-org-to-html)
6116 (org-publish-org-to): Require org at compile time too.
6117 (org-publish-attachment): Require at compile time too.
6118
6119 * term/tty-colors.el (w32-tty-standard-colors):
6120 Pacify byte-compiler.
6121
6122 * term/pc-win.el (frame-creation-function-alist): Add to this
6123 instead of setting frame-creation-function.
6124
6125 * play/blackbox.el (bb-up, bb-down): Use forward-line.
6126
6127 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
6128
6129 * calendar/todo-mode.el: Require calendar at compile time.
6130
6131 * calendar/cal-hebrew.el: Require holidays at compile time.
6132
6133 * w32-vars.el: Provide w32-vars.
6134
6135 * term/w32-win.el: Require w32-vars.
6136 (w32-color-map): Pacify byte-compiler.
6137
6138 * loadup.el: Load w32-vars before term/w32-win.
6139
6140 2007-10-20 Juri Linkov <juri@jurta.org>
6141
6142 * textmodes/fill.el (fill-paragraph): When the region is active,
6143 don't try other `or' branches regardless of the value returned by
6144 fill-region; just return t.
6145
6146 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
6147
6148 * vc.el (vc-do-command): Condition out a misleading message when
6149 running asynchronously.
6150 (vc-deduce-fileset): New argument enables using an unregistered
6151 visited file as a singleton fileset if nothing else is available.
6152 (vc-next-action): Restore file-registering behavior.
6153
6154 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6155
6156 * calc/README: Add recent news.
6157
6158 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
6159
6160 * term/x-win.el (x-gtk-stock-map, icon-map-list)
6161 (x-gtk-map-stock): Delete duplicated definitions from merge.
6162
6163 * progmodes/compile.el (compilation-skip-to-next-location)
6164 (compilation-skip-threshold, compilation-skip-visited):
6165 Move definitions earlier.
6166
6167 * play/decipher.el (decipher-keypress):
6168 * play/zone.el (zone-fall-through-ws):
6169 * play/landmark.el (lm-move-down, lm-move-up):
6170 * play/handwrite.el (handwrite):
6171 * mail/mspools.el (mspools-visit-spool):
6172 * wdired.el (wdired-next-line, wdired-previous-line):
6173 * tar-mode.el (tar-subfile-save-buffer):
6174 * scroll-lock.el (scroll-lock-next-line)
6175 (scroll-lock-previous-line):
6176 * image-dired.el (image-dired-next-line)
6177 (image-dired-previous-line):
6178 * ediff-help.el (ediff-help-message-line-length):
6179 Use forward-line.
6180
6181 * smerge-mode.el (smerge-auto-refine):
6182 * diff-mode.el (diff-auto-refine): Add :group.
6183
6184 * play/yow.el: Require doctor at compile time.
6185
6186 * vmsproc.el: Provide vmsproc.
6187 (command-send-input): Use forward-line.
6188
6189 * vms-patch.el: Require ps-print and vmsproc at compile time.
6190
6191 * vc-mtn.el (log-view-message-re, log-view-file-re)
6192 (log-view-font-lock-keywords): Pacify byte-compiler.
6193
6194 * vc-hg.el: Require log-view at compile time.
6195
6196 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
6197
6198 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
6199
6200 2007-10-20 Glenn Morris <rgm@gnu.org>
6201
6202 * progmodes/f90.el (f90-font-lock-keywords-2)
6203 (f90-looking-at-type-like): Fix regexp typos.
6204
6205 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
6206
6207 * bs.el (bs--track-window-changes): Don't refresh the whole list.
6208 (bs-mode): Set mode-class property to special.
6209
6210 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * diff-mode.el (diff-auto-refine): New var.
6213 (diff-hunk): Use it.
6214 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
6215 (diff-refine-change): Rename from diff-fine-change. Change it.
6216 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
6217 (diff-refine-hunk): Rename from diff-fine-highlight.
6218
6219 2007-10-20 John Paul Wallington <jpw@pobox.com>
6220
6221 * help-fns.el (describe-variable-custom-version-info): New function
6222 to return variable's version or package version note.
6223 (describe-variable): Use it, display result.
6224
6225 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * smerge-mode.el (smerge-auto-refine): New var.
6228 (smerge-next, smerge-prev): Use it.
6229 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
6230
6231 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6232 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
6233
6234 * vc-bzr.el (vc-bzr-diff-tree):
6235 * vc-git.el (vc-git-diff-tree):
6236 * vc-hg.el (vc-hg-diff-tree):
6237 * vc-mcvs.el (vc-mcvs-diff-tree):
6238 * vc-mtn.el (vc-mtn-diff-tree):
6239 * vc-svn.el (vc-svn-diff-tree): Remove.
6240
6241 * vc-mtn.el (vc-mtn-revision-completion-table):
6242 * vc-cvs.el (vc-cvs-revision-completion-table):
6243 * vc-arch.el (vc-arch-revision-completion-table):
6244 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
6245 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
6246 Make it work when the arg is a list of files.
6247
6248 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
6251 Also `revision-completion-table' now takes a list of files.
6252 (vc-deduce-fileset): Remove unused var `regexp'.
6253 Only obey allow-directory-wildcard in dired buffers.
6254 (vc-default-diff-tree): Remove.
6255 (vc-diff-added-files): New var.
6256 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
6257 (vc-version-diff): Revert from `vc-history-diff' to the original name.
6258 Remove the `backend' arg.
6259 (vc-contains-version-controlled-file): Remove.
6260 (vc-diff): Bring it closer to the version in Emacs-22.
6261 (vc-revert): Fix typo in let-binding.
6262 (vc-default-unregister): Remove.
6263 (vc-dired-buffers-for-dir): Remove N^2 behavior.
6264
6265 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6266
6267 * textmodes/two-column.el (2C-split, 2C-merge):
6268 * textmodes/bib-mode.el (bib-find-key, mark-bib):
6269 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6270 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
6271 * progmodes/ada-xref.el (ada-get-all-references):
6272 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
6273 * emulation/vi.el (vi-previous-line-first-nonwhite)
6274 (vi-effective-range, vi-put-before):
6275 * emulation/edt.el (edt-next-line, edt-previous-line)
6276 (edt-paragraph-forward): Use forward-line.
6277
6278 * progmodes/etags.el (tags-apropos): Require apropos at compile
6279 time too.
6280
6281 * progmodes/prolog.el: Require comint when compiling.
6282 (inferior-prolog-flavor): Move defvar before use.
6283
6284 2007-10-19 Richard Stallman <rms@gnu.org>
6285
6286 * font-core.el (turn-on-font-lock-if-desired):
6287 Rename from `turn-on-font-lock-if-enabled'.
6288 Fully obey `font-lock-global-modes'.
6289
6290 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
6293 which will not affect the behavior of things like forward-word.
6294 (diff-fine-highlight): Preserve point.
6295
6296 * doc-view.el (doc-view-mode-map): Use remapping.
6297 Don't rebind C-v, M-v to their default value.
6298 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
6299
6300 * smerge-mode.el: Add word-granularity refinement.
6301 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
6302 (smerge-refine-weight-hack): New vars.
6303 (smerge-refine-forward): New fun.
6304 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
6305 (smerge-refine-subst): Use them as well. Preserve point.
6306
6307 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
6308
6309 * follow.el (follow-unload-function): New function.
6310
6311 * loadhist.el (unload-function-features-list):
6312 Rename from `unload-hook-features-list'.
6313 (unload-hook-features-list): Add as obsolete alias.
6314 (unload-feature): Use `unload-function-features-list'
6315 and new FEATURE-unload-function.
6316
6317 2007-10-19 Glenn Morris <rgm@gnu.org>
6318
6319 * bindings.el (mouse-minor-mode-menu)
6320 (minor-mode-menu-from-indicator): Move to mouse.el.
6321 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6322 Move here from bindings.el.
6323
6324 2007-10-19 Richard Stallman <rms@gnu.org>
6325
6326 * help-fns.el (describe-function-1): Don't use the advice origname
6327 if it has no function definition.
6328
6329 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6330
6331 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6332 Use `save-restriction' rather than `widen'.
6333
6334 2007-10-18 Richard Stallman <rms@gnu.org>
6335
6336 * time.el (display-time-world-time-format): Display day # not month #.
6337
6338 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6339
6340 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6341
6342 * doc-view.el: Remove version keyword.
6343 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6344 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
6345 (doc-view-ghostscript-options): Improve custom type.
6346 (doc-view-cache-directory, doc-view-conversion-buffer)
6347 (doc-view-conversion-refresh-interval): Simplify custom type.
6348
6349 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
6350
6351 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6352 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6353 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6354 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6355 Remove superfluous messages.
6356 (doc-view-mode-map): Use the image-mode scrolling commands.
6357 Don't rebind C-x k.
6358
6359 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6362 Add comment about "-dSAFER".
6363
6364 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * term/xterm.el: Don't require xt-mouse.
6367 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6368 calling turn-on-xterm-mouse-tracking-on-terminal directly.
6369
6370 * xt-mouse.el: Don't change the global function-key-map anny more.
6371 (xterm-mouse-mode): Use terminal-init-xterm-hook.
6372 Don't use after-make-frame-functions now that term/xterm.el calls
6373 us directly.
6374 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6375 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
6376 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6377 Setup input-decode-map and remember that xterm-mouse-mode was
6378 enabled in this terminal.
6379 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6380 terminals where it has been enabled.
6381
6382 * faces.el (tty-create-frame-with-faces): Make sure not only
6383 tty-run-terminal-initialization but also set-locale-environment
6384 are run only once per terminal.
6385 (tty-run-terminal-initialization): Don't check if the terminal was
6386 already initted.
6387
6388 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6389 not to remove keymaps that just happen to inherit from one of ours.
6390 When setting up our keymap, make sure it won't be accidentally
6391 modified by someone else.
6392
6393 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6394
6395 * textmodes/artist.el (artist-previous-line, artist-next-line):
6396 * dired.el (dired-next-line, dired-previous-line):
6397 * progmodes/delphi.el (delphi-newline):
6398 * textmodes/org.el (org-columns-eval):
6399 Use forward-line.
6400
6401 * emerge.el (emerge-setup): Use insert-buffer-substring.
6402 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6403
6404 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
6405
6406 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6407 (adaptive-fill-function): Doc fix. Remove * from docstring.
6408
6409 2007-10-18 Tom Horsley <tom.horsley@att.net>
6410
6411 * simple.el (interprogram-paste-function): Doc fix.
6412 (current-kill): Accept list of strings as well
6413 as single string from `interprogram-paste-function'.
6414
6415 2007-10-18 Glenn Morris <rgm@gnu.org>
6416
6417 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6418
6419 2007-10-18 Drew Adams <drew.adams@oracle.com>
6420
6421 * bindings.el (mode-line-minor-mode-keymap):
6422 Add mouse-minor-mode-menu on mouse-1.
6423 (mode-line-modes): Add mouse-1 to help-echo text.
6424 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6425 New functions.
6426 (mode-line-minor-mode-help): Doc fix.
6427
6428 2007-10-17 Juri Linkov <juri@jurta.org>
6429
6430 * textmodes/fill.el (fill-paragraph-or-region): Remove function
6431 at the request of RMS.
6432 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
6433 arg `region'. Fix docstring. At the first `or' branch add call to
6434 `fill-region' if it the region is active in transient-mark-mode.
6435
6436 * bindings.el (esc-map): Bind M-q to fill-paragraph
6437 instead of fill-paragraph-or-region.
6438
6439 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6440 with fill-paragraph.
6441
6442 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6443 Fix docstring.
6444
6445 * indent.el (indent-for-tab-command): Change interactive spec from
6446 "P" to "p". Add check for interactive arg before indenting the
6447 active region.
6448
6449 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6450 Regroup.
6451
6452 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * emacs-lisp/find-func.el: Don't require loadhist.
6455
6456 * loadhist.el (feature-symbols, file-provides, file-requires)
6457 (file-set-intersect, file-dependents): Simplify.
6458 (unload-feature-special-hooks): Update list of special hooks.
6459
6460 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
6461
6462 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6463 extensions since they can be viewed with doc-view.
6464
6465 * files.el (auto-mode-alist): Make doc-view-mode the default mode
6466 for pdf, ps and dvi files.
6467
6468 * doc-view.el: Make doc-view-mode the standard mode for viewing
6469 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6470 text and image display. Add binding C-c C-e to switch to an
6471 editing mode.
6472 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6473 avoid security problems when rendering files from untrusted sources.
6474
6475 2007-10-17 Aaron Hawley <aaronh@garden.org>
6476
6477 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6478 position is not saved.
6479
6480 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
6481
6482 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
6483 (doc-view-ghostscript-options): Fix typo in doc string.
6484
6485 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6488 handling, so compilation-fake-loc works again.
6489
6490 * server.el (server-select-display): Nop if we do not support m-f-o-d.
6491 (server-process-filter): Revert last change.
6492
6493 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6494 behavior unrelated to filesets.
6495
6496 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * longlines.el (longlines-wrap-follows-window-size): Integer value
6499 specifies wrapping margin.
6500 (longlines-mode, longlines-window-change-function):
6501 Set window-specific wrapping margin based on the above.
6502
6503 2007-10-17 John Wiegley <johnw@newartisans.com>
6504
6505 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6506
6507 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6508
6509 * server.el (server-process-filter): Only set display if X11 is
6510 supported.
6511
6512 2007-10-17 Glenn Morris <rgm@gnu.org>
6513
6514 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6515 Tweak regexp to avoid stack overflow.
6516
6517 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * simple.el (reindent-then-newline-and-indent): Don't assume that
6520 indent-according-to-mode preserves point.
6521
6522 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
6523
6524 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6525 (bs--nth-wrapper): Simplify.
6526 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
6527 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
6528 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6529 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6530 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6531 (bs-configurations, bs-default-configuration)
6532 (bs-alternative-configuration, bs-cycle-configuration-name)
6533 (bs-string-show-always, bs-string-show-never, bs-string-current)
6534 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6535 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6536 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6537 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6538 (bs--window-config-coming-from): Revert 2006-11-09 change.
6539 (bs--restore-window-config): Keep the selected frame.
6540 (bs--track-window-changes, bs--remove-hooks): New functions.
6541 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
6542 (bs--create-header): Remove.
6543 (bs--create-header-line): New function, based on `bs--create-header'.
6544 (bs--show-header): Use `bs--create-header-line'.
6545 (bs--show-with-configuration): Revert 2006-11-09 change.
6546 Don't reuse window unless it is visible on the selected frame.
6547 Restore window configuration (possibly in a different frame)
6548 before creating any window.
6549
6550 2007-10-16 Glenn Morris <rgm@gnu.org>
6551
6552 * simple.el (blink-matching-open): Don't report false errors with
6553 the `$' syntax class.
6554
6555 2007-10-16 Richard Stallman <rms@gnu.org>
6556
6557 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6558 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6559 (ad-is-advised, ad-get-advice-info-field)
6560 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6561
6562 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * vc-hooks.el (vc-workfile-version): Compatibility alias.
6565 (vc-default-working-revision): Compatibility for backends.
6566
6567 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6568
6569 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6570 (filesets-ormap, filesets-sort-case-sensitive-flag)
6571 (filesets-remake-shortcut, filesets-ingroup-collect-files):
6572 Fix typos in docstrings.
6573 (filesets-conditional-sort, filesets-find-or-display-file)
6574 (filesets-data-get-name, filesets-data-get-data)
6575 (filesets-data-set, filesets-cmd-query-replace-getargs)
6576 (filesets-ingroup-collect): Doc fixes.
6577
6578 2007-10-15 Sam Steingold <sds@gnu.org>
6579
6580 * mail/sendmail.el (sendmail-error-reporting-interactive)
6581 (sendmail-error-reporting-non-interactive): New variables for
6582 sendmail error reporting options to simplify support for imperfect
6583 sendmail emulators.
6584 (sendmail-send-it): Use them instead of list literals.
6585
6586 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * help-fns.el: Revert previous change; it creates a
6589 dependency loop between advice.el and help-fns.el.
6590
6591 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * help-fns.el: Require advice when compiling.
6594
6595 2007-10-14 Drew Adams <drew.adams@oracle.com>
6596
6597 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6598 (ring-insert+extend, ring-remove+insert+extend, ring-member)
6599 (ring-next, ring-previous): New functions.
6600
6601 2007-10-14 Richard Stallman <rms@gnu.org>
6602
6603 * emacs-lisp/advice.el (documentation): Advice deleted.
6604 Doc for advised functions is now handled at C level.
6605 (ad-stop-advice, ad-start-advice): Don't enable or disable
6606 advice for `documentation'.
6607 (ad-advised-definition-docstring-regexp): Var deleted.
6608 (ad-make-advised-definition-docstring): Store orig name
6609 as text property of string.
6610 (ad-advised-definition-p): Check for text property of docstring.
6611
6612 * help-fns.el (describe-function-1): Find source of advised functions.
6613
6614 2007-10-14 Juri Linkov <juri@jurta.org>
6615
6616 * faces.el (describe-face): Allow handling a string as the face name.
6617
6618 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6619 active region in transient-mark-mode.
6620 (ispell-region): Change messages displayed at the start and end of
6621 the spell-checking to be the same.
6622
6623 * startup.el (fancy-startup-tail): Say exactly what does the button
6624 dismiss ("Dismiss this startup screen"). Use text "Never show
6625 it again" for the checkbox after this button.
6626 (fancy-startup-screen, fancy-about-screen): Put point before the
6627 first link, so the user can quickly select links with the keyboard.
6628 (normal-mouse-startup-screen): Add more useful text describing how
6629 to follow a link.
6630
6631 2007-10-14 Glenn Morris <rgm@gnu.org>
6632
6633 * progmodes/etags.el (select-tags-table): Disable undo in the
6634 `*Tags Table List*' buffer.
6635
6636 2007-10-13 Eli Zaretskii <eliz@gnu.org>
6637
6638 * dired.el (dired-warn-writable): New face.
6639 (dired-warn-writable-face): New variable.
6640 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6641 of dired-warning-face, for group- and world-writable files.
6642
6643 2007-10-13 Richard Stallman <rms@gnu.org>
6644
6645 * files.el (directory-abbrev-alist): Doc fix.
6646
6647 2007-10-13 Jari Aalto <jari.aalto@cante.net>
6648
6649 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6650
6651 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6652
6653 * frame.el (set-frame-configuration): Assign name parameter only
6654 if it has been set explicitly before.
6655
6656 2007-10-11 Tom Tromey <tromey@redhat.com>
6657
6658 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6659 frame is visible.
6660
6661 2007-10-10 Richard Stallman <rms@gnu.org>
6662
6663 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6664 in *Backtrace*.
6665
6666 * faces.el (face-font-selection-order): Doc fix.
6667
6668 * loadhist.el (unload-feature): Doc fix.
6669
6670 2007-10-13 Glenn Morris <rgm@gnu.org>
6671
6672 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6673 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6674 Add doc string, and an explicit COUNT argument.
6675 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6676 `inc' to search functions.
6677
6678 * faces.el (face-spec-set): When FRAME is nil, set the default for
6679 new frames (restores pre-2007-09-17 behavior). Doc fix.
6680
6681 2007-10-13 John W. Eaton <jwe@octave.org>
6682
6683 * progmodes/octave-mod.el (octave-looking-at-kw)
6684 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6685 New functions.
6686 (octave-in-defun-p, calculate-octave-indent)
6687 (octave-blink-matching-block-open, octave-beginning-of-defun)
6688 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6689 to search for regexps that contain case-sensitive keywords.
6690 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6691 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6692
6693 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6694
6695 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6696 Do not use a single clause cond.
6697
6698 * cus-start.el (all): Use test that does not match the X11 version
6699 for mac.
6700
6701 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
6702
6703 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6704 BROWSE buffer.
6705
6706 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6707
6708 * cus-start.el (all): Undo previous change.
6709
6710 2007-10-13 Glenn Morris <rgm@gnu.org>
6711
6712 * woman.el (woman0-rename): Fix paren typo.
6713
6714 * mail/feedmail.el (feedmail-run-the-queue)
6715 (feedmail-look-at-queue-directory):
6716 * mail/reporter.el (reporter-dump-state):
6717 * net/eudc-hotlist.el (eudc-edit-hotlist):
6718 * net/eudc.el (eudc-display-records)
6719 (eudc-filter-duplicate-attributes)
6720 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6721 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6722 (eudc-bbdb-query-internal):
6723 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6724 * net/socks.el (socks-build-auth-list):
6725 * progmodes/cc-cmds.el (top level):
6726 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6727 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6728 (cperl-write-tags, cperl-tags-treeify):
6729 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6730 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6731 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6732 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6733 (idlwave-toolbar-remove-everywhere):
6734 * progmodes/idlwave.el (idlwave-indent-line)
6735 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6736 (idlwave-write-paths, idlwave-all-method-classes)
6737 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6738 (idlwave-fix-keywords, idlwave-display-calling-sequence)
6739 (idlwave-complete-in-buffer):
6740 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6741 (org-fast-tag-selection):
6742 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6743 than mapcar.
6744
6745 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6746
6747 * diff-mode.el (diff-fine-change): Add :group.
6748
6749 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6750
6751 * cus-start.el (all): Use the same test as the 22.2 branch.
6752
6753 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * diff-mode.el (diff-current-defun): Force recomputation of
6756 change-log-default-name.
6757
6758 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
6759
6760 * startup.el (fancy-startup-screen): Remove an unnecessary newline
6761 and some leftover logic regarding dedicated frames. If showing
6762 concise startup screen, fit window to buffer.
6763 (command-line-1): If we will be using the splash screen, use
6764 find-file instead of find-file-other-window to find additional files.
6765 Comment out unused code for coping with the old sit-for behavior.
6766
6767 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6770 `meta' modifier consistently, rather than using sometimes meta
6771 sometimes alt.
6772
6773 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6774
6775 * window.el (handle-select-window): Revert part of 2007-10-08
6776 change setting the input focus.
6777
6778 2007-10-12 Glenn Morris <rgm@gnu.org>
6779
6780 * startup.el (command-line): Do not read abbrev file in batch mode.
6781
6782 * emacs-lisp/byte-opt.el (top level):
6783 * mail/rmail.el (rmail-list-to-menu):
6784 * obsolete/hilit19.el (hilit-mode):
6785 * progmodes/cc-mode.el (c-postprocess-file-styles)
6786 (c-submit-bug-report):
6787 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6788 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6789 (reftex-access-parse-file):
6790 * textmodes/reftex-cite.el (reftex-do-citation)
6791 (reftex-insert-bib-matches):
6792 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6793 * textmodes/reftex-sel.el (reftex-select-unmark):
6794 * textmodes/reftex-toc.el (reftex-toc-do-promote):
6795 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6796
6797 * cus-edit.el (custom-variable-menu, custom-face-menu)
6798 (custom-group-menu): Check init-file-user rather than
6799 user-init-file, in case cus-edit is loaded by site-run-file.
6800
6801 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6802
6803 * vc.el (vc-deduce-fileset): Delete unused code.
6804 (vc-next-action): Fix typos.
6805
6806 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * bs.el (bs--mark-unmark): New function.
6809 (bs-mark-current, bs-unmark-current): Use it.
6810
6811 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6812
6813 * vc.el (vc-diff):
6814 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
6815 temporarily disable the check for his edge case of
6816 vc-diff (stopping it from grinding when called from $HOME), as
6817 it's calling some brittle code in vc-hooks.el.
6818 (with-vc-properties): Fix evaluation time of a macro argument.
6819 * ediff-vers.el (ediff-vc-internal):
6820 * vc-hooks.el:
6821 * loaddefs.el: Follow up on VC terminology change.
6822
6823 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6824
6825 * follow.el (follow-stop-intercept-process-output):
6826 Use `follow-call-process-filter' rather than `process-filter'.
6827 Simplify.
6828
6829 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6830
6831 * vc-hooks.el (vc-registered): Robustify this function a bit
6832 against filenames with no directory component.
6833
6834 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * international/characters.el: Undo unwanted and unexplained change.
6837
6838 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6839
6840 * ps-print.el: Fix the usage of :foreground and :background face
6841 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6842 (ps-print-version): New version 6.7.6.
6843 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6844 Fix code.
6845 (ps-face-foreground-color-p, ps-face-background-color-p)
6846 (ps-face-color-p): New inline funs.
6847
6848 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6849
6850 * textmodes/org.el (org-additional-option-like-keywords): New constant.
6851 (org-complete): Use `org-additional-option-like-keywords'.
6852 (org-parse-local-options): New function.
6853
6854 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6855
6856 * textmodes/org.el (org-in-clocktable-p): New function.
6857 (org-clock-report): Only update the table at point, or insert a new one.
6858 (org-clock-goto): New function.
6859 (org-open-file): Use `start-process-shell-command' instead of
6860 `shell-command' with an ampersand.
6861 (org-deadline, org-schedule): New argument REMOVE to remove the
6862 date from the entry.
6863 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6864 argument to `org-schedule' and `org-deadline'.
6865 (org-trim): Use the correct expressions for beginning and end of
6866 the string.
6867 (org-get-cleaned-entry): Trim the string before returning it.
6868 (org-clock-find-position): New function.
6869 (org-clock-into-drawer): New option.
6870 (org-agenda-tags-column): Rename from
6871 `org-agenda-align-tags-to-column'.
6872 (org-agenda-align-tags): Allow negative values for
6873 `org-agenda-tags-column'.
6874 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6875 (org-agenda-to-appt): New optional argument FILTER.
6876 (org-completion-fallback-command): New variable.
6877 (org-complete): Use `org-completion-fallback-command'.
6878 (org-find-base-buffer-visiting): Catch the case that there is no
6879 buffer visiting the file.
6880 (org-property-or-variable-value): New function.
6881 (org-todo): Use `org-property-or-variable-value'
6882 (org-agenda-compact-blocks): New option.
6883 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6884 (org-agenda-schedule, org-agenda-deadline):
6885 Call `org-agenda-show-new-time'.
6886 (org-agenda-show-new-time): New argument PREFIX.
6887 (org-colgroup-info-to-vline-list): Fix but that cause a
6888 shift in the vertical lines.
6889 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6890 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6891 (org-indent-item): No arg in call to `org-fix-bullet-type'.
6892 (org-fix-bullet-type): Remove argument.
6893 (org-read-date): Check for am/pm twice, to catch the end time.
6894 (org-goto-map): Use `suppress-keymap'.
6895 (org-remember-apply-template): Respect the dynamically scoped
6896 selection character.
6897
6898 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
6899
6900 * textmodes/org-export-latex.el (org-export-latex-protect-string):
6901 Renaming of `org-latex-protect'.
6902 (org-export-latex-emphasis-alist): By default, don't protect
6903 any emphasis formatter from further conversion.
6904 (org-export-latex-tables): Honor column grouping for tables.
6905 (org-export-latex-title-command): New option.
6906 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6907 export backslash character.
6908
6909 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * frame.el (frame-inherited-parameters): Remove unused `environment'
6912 parameter, and let server.el add `client' when needed.
6913
6914 * server.el (server-create-tty-frame)
6915 (server-create-window-system-frame): Set frame-inherited-parameters.
6916
6917 * frame.el (frame-inherited-parameters): New var.
6918 (make-frame): Use it.
6919
6920 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6921
6922 * env.el (let-environment): Remove. Unused.
6923 (read-envvar-name): Simplify.
6924 (setenv): Remove unused arg `frame'.
6925
6926 * help-fns.el (describe-variable): Add missing " " for multiline
6927 obsolescence info and missing EOL after global value.
6928
6929 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6930
6931 * add-log.el:
6932 * ediff-vers.el:
6933 * log-view.el:
6934 * pcvs.el:
6935 * vc-arch.el:
6936 * vc-bzr.el:
6937 * vc-cvs.el:
6938 * vc.el:
6939 * vc-git.el:
6940 * vc-hg.el:
6941 * vc-hooks.el:
6942 * vc-mcvs.el:
6943 * vc-mtn.el:
6944 * vc-rcs.el:
6945 * vc-sccs.el:
6946 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6947 {find,init,next,previous,annotate-*,log}-version ->
6948 {find,init,next,previous,annotate-*,log}-revision,
6949 annotate-focus-version -> annotate-working-revision, The term
6950 'focus' is gone. The term 'revision' is now used consistently
6951 everywhere that reference to a revision ID is intended, replacing
6952 older use of 'version'.
6953
6954 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * follow.el: Change all instances of "Follow Mode" to "Follow
6957 mode" in docstrings and messages.
6958 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6959
6960 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6961
6962 * vc.el (vc-next-action): Rewrite completely; this principal
6963 entry point now operates on a current fileset selected either
6964 explicitly via VC-Dired or implicitly by visiting a file buffer,
6965 rather than always operating on the file of the current buffer as
6966 in older versions. Rewrite the rest of the mode to match.
6967 (with-vc-properties): Rewrite to operate on a file list.
6968 (with-vc-file): vc-checkin takes a file list argument now.
6969 (vc-post-command-functions): This hook now receives a file list.
6970 (vc-do-command): Take a either a file or a file list as argument.
6971 (vc-deduce-fileset): New function for deducing a file list to
6972 operate on.
6973 (vc-next-action-on-file, vc-next-action-dired): Remove.
6974 Merge into vc-next-action.
6975 (vc-register): Adapt to the fact that vc-start-entry now takes a
6976 file list.
6977 (vc-register-with): New function.
6978 (vc-start-entry): Take a file list argument rather than a
6979 file argument.
6980 (vc-checkout): Cope with vc-start-entry taking a file list.
6981 (vc-steal-lock): Cope with with-vc-properties taking a
6982 file list.
6983 (vc-checkin): Take a file list argument rather than a file argument.
6984 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6985 (vc-diff-internal): Rewrite for filesets.
6986 (vc-diff-sentinel): New function, tests whether changes were
6987 written into a diff buffer.
6988 (vc-diff): Rewrite for filesets.
6989 (vc-version-diff): Rewrite for filesets.
6990 (vc-print-log): Take a fileset argument.
6991 (vc-revert): Revert the entire selected fileset, not just the
6992 current buffer.
6993 (vc-rollback): Roll back the entire selected fileset, if
6994 possible. No longer accepts a prefix argument.
6995 (vc-update): Merge new changes for the entire selected
6996 fileset, not just the current buffer.
6997 (vc-revert-file): Cope with with-vc-properties taking a file list.
6998 (vc-default-dired-state-info): Add + status suffix if the file is
6999 modified.
7000 (vc-annotate-warp-version): Use the new diff machinery.
7001 (vc-log-edit): Take a file list argument rather than a file argument.
7002
7003 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
7004
7005 Sync with Tramp 2.1.11.
7006
7007 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7008 Pacify byte compiler.
7009
7010 * net/trampver.el: Update release number.
7011
7012 2007-10-09 Richard Stallman <rms@gnu.org>
7013
7014 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
7015
7016 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
7017
7018 * follow.el: Require easymenu.
7019 (follow-mode-hook, follow-mode): Doc fixes.
7020 (follow-mode-off-hook): Mark as obsolete.
7021
7022 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7023
7024 * window.el (mouse-autoselect-window-cancel): Don't cancel for
7025 select-window or select-frame events.
7026 (handle-select-window): When autoselecting window set input
7027 focus. Restructure.
7028
7029 * frame.el (focus-follows-mouse): Move to frame.c.
7030 * cus-start.el (all): Add focus-follows-mouse.
7031
7032 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7033
7034 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
7035 activate font-locking in the *buffer-selection* buffer.
7036 (bs-show-sorted): Doc fix.
7037
7038 * bs.el (bs--get-marked-string, bs--get-modified-string)
7039 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7040 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
7041 (bs--format-aux): Doc fix.
7042
7043 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7044
7045 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
7046
7047 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
7050 (gud-gdb): New function for old M-x gdb (text command mode).
7051 (gud-gdb-command-name, gdb): Move to...
7052
7053 * progmodes/gdb-ui.el: ...here and adapt doc string.
7054 (gud-gdba-command-name, gdba): Delete.
7055
7056 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7057
7058 * bs.el: Don't defvar `font-lock-verbose'.
7059 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
7060 (bs--get-file-name): Fix typos in docstrings.
7061 (bs--show-header): Use `dolist' instead of `mapcar'.
7062 (bs-mode): Set `show-trailing-whitespace' to nil.
7063 (bs-buffer-sort-function, bs-mouse-select-other-frame)
7064 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
7065 Doc fixes.
7066
7067 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
7068
7069 * progmodes/gud.el (pdb): Specify file for gud-break.
7070
7071 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7072
7073 * progmodes/gud.el (gdb): Make graphical mode the default and
7074 switch to text command mode if appropriate, i.e., reverse previous
7075 arrangement.
7076 (gud-gdb-marker-filter): Adapt for above change.
7077
7078 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
7079 gud-minor-mode and gud-marker-filter.
7080 (gdb-fullname-regexp): New variable.
7081 (gud-gdba-marker-filter): Use it to switch to text command
7082 mode if appropriate.
7083
7084 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7085
7086 * progmodes/gud.el (gud-display-line): Find source buffer even when
7087 GUD buffer has its own frame.
7088
7089 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7090
7091 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
7092
7093 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7094
7095 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7096
7097 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7098
7099 * allout.el (allout-before-change-handler): Replace got-char by
7100 goto-char.
7101
7102 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
7105 Used to try and automatically enabled smerge-mode in the presence of
7106 conflicts and to call `svn resolved' when the conflicts are gone.
7107 (vc-svn-parse-status): Remember the svn-specific status.
7108
7109 2007-10-08 Eli Zaretskii <eliz@gnu.org>
7110
7111 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
7112 menu-bar-apropos-menu. All users changed.
7113 (menu-bar-help-menu): Change menu symbols to better match the text
7114 displayed by the menu.
7115
7116 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7117
7118 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
7119 #, @, : and ^.
7120
7121 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
7124
7125 * log-view.el (log-view-mode-map): Likewise.
7126
7127 * diff-mode.el (diff-mode-shared-map): Likewise.
7128
7129 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 * files.el (file-name-sans-versions): Also allow `A-Z'.
7132
7133 * vc.el: Mention all supported VC backends.
7134
7135 2007-10-08 Richard Stallman <rms@gnu.org>
7136
7137 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
7138 neighbouring buttons.
7139
7140 2007-10-08 Andreas Schwab <schwab@suse.de>
7141
7142 * files.el (file-name-sans-versions): Also allow `_'.
7143
7144 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7145
7146 * files.el (file-name-sans-versions): Allow - and a-z in version names.
7147
7148 * log-view.el (log-view-mode-map, log-view-mode-menu):
7149 Bind log-view-annotate-version.
7150 (log-view-beginning-of-defun, log-view-end-of-defun)
7151 (log-view-annotate-version): New functions.
7152 (log-view-mode): Use log-view-beginning-of-defun and
7153 log-view-end-of-defun.
7154
7155 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
7158
7159 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
7162 neighbouring buttons.
7163
7164 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7165 Recognize gcc's use of "note" for informational messages.
7166
7167 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
7170 (css-mode): Update correspondingly.
7171
7172 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
7173
7174 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
7175 Signed-off-by, Acked-by and Merge.
7176
7177 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * ediff-init.el (ediff-verbose-p): This var is not a constant.
7180
7181 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * vc-mtn.el: New file.
7184
7185 * vc-hooks.el (vc-handled-backends): Add Mtn.
7186
7187 2007-10-08 Eli Zaretskii <eliz@gnu.org>
7188
7189 * files.el (find-file, find-file-other-window)
7190 (find-file-other-frame, find-file-existing, find-file-read-only)
7191 (find-file-read-only-other-window)
7192 (find-file-read-only-other-frame)
7193 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
7194
7195 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7196
7197 * progmodes/gud.el (gdb-ready): New variable.
7198 (gdb): Set it to nil. Set gud-running to nil here...
7199 (gud-common-init): ...instead of here.
7200
7201 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
7202 Use gdb-ready. Discard input until GDB is ready to accept it.
7203
7204 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7205
7206 * dired.el (dired-warning): Inherit from font-lock-warning-face to
7207 make it show up with eight colors.
7208
7209 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
7212 diffs are concatenated with no intervening line.
7213
7214 2007-10-08 Dave Love <fx@gnu.org>
7215
7216 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7217 (python-font-lock-keywords): Update to the 2.5 version of the language.
7218 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7219 (python-backspace): Only behave funny in code.
7220 (python-compilation-regexp-alist): Add PDB stack trace regexp.
7221 (inferior-python-mode): Add PDB prompt regexp.
7222 (python-fill-paragraph): Refine the fenced-string regexp.
7223 (python-find-imports): Handle imports spanning several lines.
7224 (python-mode): Add `class' to hideshow support.
7225
7226 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7229 Use add-log-buffer-file-name-function rather than binding
7230 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
7231 when `fi' is the ChangeLog file itself.
7232
7233 * outline.el (outline-flag-region): Use front-advance.
7234
7235 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
7236
7237 * progmodes/cperl-mode.el: Merge upstream 5.23.
7238 (cperl-where-am-i): Remove function.
7239 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
7240 (cperl-sniff-for-indent): De-invert [string] and [comment].
7241 When looking for label, skip s:m:y:tr.
7242 (cperl-indent-line): Likewise.
7243 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
7244 (cperl-windowed-init): Wrong `ps-print' handling.
7245 Both thanks to Chong Yidong.
7246 (cperl-look-at-leading-count): Could fail with unfinished RExen.
7247 (cperl-find-pods-heres): If the second part of s()[] is missing,
7248 don't try to highlight delimiters...
7249
7250 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * progmodes/compile.el (compilation-get-file-structure): Complete last
7253 change by also using spec-directory in the puthash.
7254
7255 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
7256
7257 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
7258 (vc-bzr-status): Fix shadowing of variable 'status'.
7259 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7260 Use `expand-file-name' instead of `concat'.
7261 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
7262 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
7263
7264 2007-10-08 Jason Rumney <jasonr@gnu.org>
7265
7266 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
7267
7268 2007-10-08 Richard Stallman <rms@gnu.org>
7269
7270 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
7271 Add `safe-local-variable' property.
7272 (lisp-body-indent): Likewise.
7273
7274 2007-10-08 Richard Stallman <rms@gnu.org>
7275
7276 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
7277 Add doc string.
7278
7279 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7280
7281 * files.el (backup-buffer-copy): Try to overwrite old backup first.
7282
7283 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7284
7285 * repeat.el (repeat): Use last-repeatable-command instead of
7286 real-last-command. Run pre- and post-command hooks for
7287 self-insertion. Update doc-string.
7288
7289 2007-10-08 Alexandre Julliard <julliard@winehq.org>
7290
7291 * vc-git.el (vc-git-state): Call git-add --refresh to update the
7292 state of the file.
7293 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
7294 (vc-git-create-repo): Fix invalid command.
7295
7296 2007-10-08 Richard Stallman <rms@gnu.org>
7297
7298 * textmodes/flyspell.el (flyspell-mode):
7299 Catch errors in flyspell-mode-on.
7300
7301 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
7302
7303 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
7304
7305 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * international/encoded-kb.el (encoded-kbd-setup-display):
7308 Use input-decode-map rather than local-key-translation-map.
7309
7310 * term/rxvt.el (rxvt-alternatives-map): New map.
7311 (terminal-init-rxvt): Use it.
7312 Bind rxvt-function-map in input-decode-map.
7313
7314 * term/xterm.el (xterm-alternatives-map): New map.
7315 (terminal-init-xterm): Use it.
7316 Bind xterm-function-map in input-decode-map.
7317
7318 * term/x-win.el (x-alternatives-map): New var.
7319 (x-setup-function-keys): Use it.
7320
7321 * help-fns.el (describe-variable): Slightly change the layout of
7322 meta-info to separate it better from the docstring.
7323 Standardize insertion of extra empty lines in various circumstances.
7324
7325 * diff-mode.el (diff-hunk-style): New fun.
7326 (diff-end-of-hunk): Use it.
7327 (diff-context->unified): Use the new `apply' undo element,
7328 if applicable, so as to save undo-log space.
7329 (diff-fine-change): New face.
7330 (diff-fine-highlight-preproc): New function.
7331 (diff-fine-highlight): New command.
7332 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7333
7334 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7335 (smerge-refine-highlight-change): Add `props' argument.
7336 (smerge-refine-subst): New function holding most of smerge-refine.
7337 (smerge-refine): Use it.
7338
7339 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
7340
7341 * vc.el (vc-default-wash-log): Remove unused code, the
7342 log washers all live in the backends now.
7343 (vc-default-comment-history): Correct for the fact
7344 that wash-log is argumentless in the new API.
7345
7346 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
7347
7348 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7349 (tramp-maybe-send-script): Apply `member' but `memq'.
7350 (tramp-advice-file-expand-wildcards): Simplify implementation.
7351
7352 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
7355
7356 * mb-depth.el (minibuf-depth-indicator-function): New variable.
7357 (minibuf-depth-setup-minibuffer): Use it.
7358
7359 2007-10-07 Glenn Morris <rgm@gnu.org>
7360
7361 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7362 version numbers.
7363
7364 2007-10-06 Juri Linkov <juri@jurta.org>
7365
7366 * textmodes/fill.el (fill-paragraph-or-region): New function.
7367
7368 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7369 instead of fill-paragraph.
7370
7371 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7372 with fill-paragraph-or-region. Suspend command is now the same
7373 `suspend-frame' on window systems and on tty.
7374
7375 * image.el (image-type): Check if image-types is bound to not fail
7376 on tty.
7377
7378 * delsel.el (delete-selection-pre-hook):
7379 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7380 is fbound to not fail on mouseless tty.
7381
7382 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7383
7384 * net/tramp.el (top): Move loading of tramp-util.el and
7385 tramp-vc.el to tramp-compat.el.
7386 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
7387 temporary file if possible, in order to avoid a security hole.
7388 (tramp-do-copy-or-rename-file-out-of-band)
7389 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7390 with DONT-CREATE, because the connection is not setup yet.
7391 (tramp-handle-process-file): Rewrite temporary file handling.
7392 (tramp-completion-mode): New defvar.
7393 (tramp-completion-mode-p): Use it.
7394
7395 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7396
7397 * net/tramp-fish.el (tramp-fish-handle-process-file):
7398 Rewrite temporary file handling.
7399
7400 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
7401
7402 * vc.el: Workfile version -> focus version change. Port various
7403 comments from new VC to reduce the noise in the diff.
7404 Patch in the new vc-create-repo function to go with the
7405 header comment about it already present.
7406 There are no changes to existing logic in this patch.
7407 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7408
7409 2007-10-06 Aaron Hawley <aaronh@garden.org>
7410
7411 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7412
7413 2007-10-05 Chris Moore <dooglus@gmail.com>
7414
7415 * server.el (server-kill-new-buffers): Doc fix.
7416
7417 2007-10-05 John W. Eaton <jwe@octave.org>
7418
7419 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7420 (octave-begin-keywords): Add "do".
7421 (octave-end-keywords): Remove "end".
7422 (octave-reserved-words): Add "end". Remove "all_va_args",
7423 "gplot", and 'gsplot".
7424 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7425 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7426 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7427 "default_return_value", "define_all_return_values",
7428 "do_fortran_indexing", "empty_list_elements_ok",
7429 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7430 "ok_to_lose_imaginary_part", "prefer_column_vectors",
7431 "prefer_zero_one_indexing", "propagate_empty_matrices",
7432 "resize_on_range_error", "treat_neg_dim_as_zero",
7433 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7434 "warn_divide_by_zero", "warn_function_name_clash",
7435 "warn_missing_semicolon", "whitespace_in_literal_matrix".
7436 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7437 "crash_dumps_octave_core", "sighup_dumps_octave_core",
7438 "sigterm_dumps_octave_core".
7439 (octave-block-match-alist): Remove "end" from block-end keywords.
7440 (octave-mode): Update ftp site address.
7441
7442 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * vc.el: Reorder functions, no code changes.
7445
7446 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
7447
7448 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7449 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7450 the cond clauses where needed.
7451 (tramp-handle-write-region): Rearrange code for proper handling of
7452 tmpfile.
7453
7454 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7455
7456 * net/tramp.el:
7457 * net/tramp-fish.el:
7458 * net/tramp-ftp.el:
7459 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7460 `tramp-compat-make-temp-file'.
7461
7462 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7463
7464 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7465
7466 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7469 already uses a more recent copyright version than the "current" one.
7470
7471 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7472
7473 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7474 (doc-view-insert-image): Minor aesthetical docstring changes.
7475
7476 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
7477
7478 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7479 completing filename.
7480 (doc-view-search-internal): Docstring change.
7481
7482 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
7483
7484 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7485 (tramp-file-name-handler-alist):
7486 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
7487 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
7488 used before, creates the file already, which is not desired.
7489 (tramp-do-copy-or-rename-file-directly): Simplify handling of
7490 temporary file.
7491 (tramp-handle-insert-file-contents): Assign the result in the
7492 short track case.
7493 (tramp-handle-insert-file-contents-literally): New defun.
7494 (tramp-completion-mode-p): Revert change from 2007-09-24.
7495 Checking for `return' etc as last character is not sufficient, for
7496 example in dired-mode when entering <g> (revert-buffer) or
7497 <s> (dired-sort).
7498
7499 * net/tramp-compat.el (top): Add also compatibility code for loading
7500 appropriate timer package.
7501 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7502 order to avoid autoloading problems.
7503
7504 * net/tramp-fish.el:
7505 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7506
7507 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7508 where the second parameter of `copy-file' or `rename-file' is a
7509 remote file but not via ftp.
7510
7511 2007-10-02 Richard Stallman <rms@gnu.org>
7512
7513 * frame.el (cursor-in-non-selected-windows): Doc fix.
7514
7515 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7516
7517 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7518 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7519
7520 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
7521
7522 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7523 when `expt' doesn't give range errors.
7524
7525 2007-10-01 Markus Triska <markus.triska@gmx.at>
7526
7527 * calc/calc-math.el (math-smallest-emacs-expt):
7528 Make the computation more robust.
7529
7530 2007-09-30 David Kastrup <dak@gnu.org>
7531
7532 * startup.el (argv): Alias for `command-line-args-left' to use as
7533 `(pop argv)' inside of --eval command sequences. Allows for
7534 passing shell commands into Emacs verbatim without need for Lisp
7535 quoting.
7536
7537 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7538 check only for changed size.
7539 (auto-revert-tail-handler): Get size from caller. If the file has
7540 shrunk, tail the whole file again (the file presumably has been
7541 rewritten).
7542
7543 * woman.el (woman-topic-all-completions, woman-mini-help):
7544 Fix fallout from 2007-09-07 introduction of `dolist' when the list
7545 actually was being manipulated in the loop.
7546 (woman-Cyg-to-Win, woman-pre-process-region)
7547 (woman-horizontal-escapes, woman-if-body, woman-unescape)
7548 (woman-strings, woman-special-characters, woman1-hc)
7549 (woman-change-fonts, woman-find-next-control-line):
7550 Use `match-beginning' rather than `match-string' when the result is
7551 just used as a flag.
7552
7553 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
7554
7555 * net/tramp-compat.el: New file.
7556
7557 * net/tramp.el:
7558 * net/tramp-fish.el:
7559 * net/tramp-smb.el:
7560 * net/tramp-uu.el:
7561 * net/trampver.el: Move compatibility code to tramp-compat.el.
7562 Apply `mapc' instead of `mapcar' when the code needs side effects
7563 only. Move utf-8 coding cookie to the second line.
7564
7565 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
7566
7567 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7568 Improve custom type.
7569 (icon-map-list): Make it customizable. Document how to disable
7570 stock icons.
7571
7572 2007-09-30 Richard Stallman <rms@gnu.org>
7573
7574 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7575
7576 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7577
7578 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7579
7580 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
7583 (t-mouse-mode): New compatibility alias.
7584
7585 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7586
7587 * server.el (server-delete-client): Only delete the terminal if it
7588 is non-nil.
7589
7590 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
7591
7592 * net/tramp.el (with-file-property, with-connection-property):
7593 Highlight as keyword.
7594 (tramp-rfn-eshadow-setup-minibuffer)
7595 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7596 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7597 (tramp-do-copy-or-rename-file-directly)
7598 (tramp-do-copy-or-rename-file-out-of-band)
7599 (tramp-handle-shell-command, tramp-get-debug-buffer)
7600 (tramp-send-command-and-read, tramp-equal-remote)
7601 (tramp-get-local-gid): Pacify byte-compiler.
7602 (tramp-handle-file-name-directory): Result shall not be expanded.
7603 (tramp-find-foreign-file-name-handler): Rewrite.
7604 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7605
7606 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7607
7608 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7609 Apply `tramp-completion-mode-p'.
7610 (tramp-fish-handle-set-file-times)
7611 (tramp-fish-handle-executable-find)
7612 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7613 (tramp-fish-retrieve-data): Pacify byte-compiler.
7614
7615 * net/tramp-gw.el (tramp-gw-basic-authentication):
7616 Call `tramp-read-passwd' with first parameter `nil'.
7617
7618 2007-09-28 Glenn Morris <rgm@gnu.org>
7619
7620 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7621 than mapcar.
7622
7623 * textmodes/tex-mode.el (tex-suscript-height-ratio)
7624 (tex-suscript-height-minimum): New customizable variables.
7625 (tex-suscript-height): New function.
7626 (superscript, subscript): Set height using tex-suscript-height
7627 rather than fixing at 0.8.
7628 (tex-fontify-script, tex-font-script-display): Add :version tag.
7629
7630 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
7631
7632 * progmodes/python.el (python-eldoc-function): Doc fix.
7633
7634 2007-09-27 Glenn Morris <rgm@gnu.org>
7635
7636 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
7637 image if it is not in image-type-auto-detectable, or is there with
7638 a nil value.
7639
7640 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
7641
7642 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7643 connection more robust.
7644
7645 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7648 Deal with the case that special &keywords are at the beginning or
7649 end of the argument list. Also add some (incomplete) support for
7650 non-standard arglists.
7651
7652 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7655 (eldoc-message-commands, eldoc-current-idle-delay)
7656 (eldoc-function-argstring-format): Fix typos in docstrings.
7657
7658 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
7659
7660 * calc/calc-units.el (calc-convert-units)
7661 (calc-convert-temperature): Remove unnecessary colons.
7662
7663 2007-09-26 Bastien Guerry <bzg@altern.org>
7664
7665 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7666 New function.
7667 (org-export-latex-remove-from-headlines): Name changed because of typo.
7668 (org-export-latex-quotation-marks-convention): Option removed.
7669 (org-export-latex-make-preamble): Handle the DATE option.
7670 (org-export-latex-cleaned-string): Now the only cleaning function,
7671 synched up with org.el.
7672 (org-export-latex-lists, org-export-latex-parse-list)
7673 (org-export-list-to-latex): New functions.
7674
7675 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7676
7677 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7678 (org-outline-regexp): New constant.
7679 (org-remember-handler): Throw error when the target file is not in
7680 org-mode.
7681 (org-cleaned-string-for-export): No longer call
7682 `org-export-latex-cleaned-string' with an argument.
7683 (org-get-tags): Returns now a list, not a string.
7684 (org-get-tags-string): New function.
7685 (org-archive-subtree): No need to split return of `org-get-tags'.
7686 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7687 instead of `org-get-tags'.
7688 (org-agenda-format-date): Rename from `org-agenda-date-format'.
7689 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7690 (org-compatible-face): New argument INHERITS. Inherit from this
7691 face if possible.
7692 (org-level-1, org-level-2, org-level-3, org-level-4)
7693 (org-level-5, org-level-6, org-level-7, org-level-8)
7694 (org-special-keyword, org-drawer, org-column, org-warning)
7695 (org-archived, org-todo, org-done, org-headline-done, org-table)
7696 (org-formula, org-code, org-agenda-structure)
7697 (org-scheduled-today, org-scheduled-previously)
7698 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7699 in the new way.
7700 (org-get-heading): New argument NO-TAGS.
7701 (org-fast-tag-selection-include-todo): Made defvar instead of
7702 defcustom, feature is not deprecated.
7703 (org-remember-store-without-prompt): New default value t.
7704 (org-todo-log-states): New variable.
7705 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7706 Compute the log states.
7707 (org-goto-map): More commands copied from global map. Also bind
7708 `org-occur'.
7709 (org-goto): Made into a general lookup command.
7710 (org-get-location): Complete rewrite.
7711 (org-goto-exit-command): New variable.
7712 (org-goto-selected-point): New variable.
7713 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7714 Set the new variables.
7715 (org-paste-subtree): Whitespace insertion strategy revised.
7716 (org-remember-apply-template): Protect v-A from the possibility
7717 that v-a might be nil.
7718 (org-remember-handler): Insertion rules revised.
7719 (org-todo): Respect org-todo-log-states.
7720 (org-up-heading-safe): New function.
7721 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7722
7723 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7724
7725 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7726 region if in transient-mark-mode.
7727
7728 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * calc/calc-ext.el (calc-init-extensions, calc-reset):
7731 * calc/calc-help.el (calc-full-help):
7732 * calc/calc-misc.el (another-calc):
7733 * calc/calc-store.el (calc-var-name-map):
7734 * calc/calc-stuff.el (calc-flush-caches):
7735 * calc/calc-units.el (math-build-units-table):
7736 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7737 (calc-quit):
7738 * calendar/icalendar.el (icalendar--format-ical-event)
7739 (icalendar--convert-ical-to-diary):
7740 * emacs-lisp/authors.el (authors):
7741 * emacs-lisp/cust-print.el (custom-print-install)
7742 (custom-print-uninstall):
7743 * emacs-lisp/disass.el (disassemble-1):
7744 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7745 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7746 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7747 (elint-check-let-form, elint-check-condition-case-form)
7748 (elint-initialize):
7749 * emacs-lisp/elp.el (elp-results):
7750 * emacs-lisp/generic.el (generic-mode-internal):
7751 * emacs-lisp/re-builder.el (reb-delete-overlays):
7752 * emacs-lisp/regi.el (regi-interpret):
7753 * emacs-lisp/sregex.el (sregex--char-aux):
7754 * emulation/cua-rect.el (cua--deactivate-rectangle)
7755 (cua--highlight-rectangle, cua--rectangle-post-command):
7756 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7757 * emulation/viper-macs.el (viper-describe-kbd-macros)
7758 (viper-describe-one-macro):
7759 * emulation/viper-util.el (viper-setup-master-buffer):
7760 * emulation/viper.el (set-viper-state-in-major-mode):
7761 * international/mule-diag.el (describe-current-coding-system):
7762 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7763 * mail/emacsbug.el (report-emacs-bug):
7764 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7765 * obsolete/hilit19.el (hilit-unhighlight-region)
7766 (hilit-set-mode-patterns):
7767 * play/solitaire.el (solitaire-check, solitaire-solve):
7768 * play/zone.el (zone-pgm-rotate):
7769 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7770 * progmodes/ada-prj.el (ada-prj-display-page):
7771 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7772 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7773 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7774 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7775 * progmodes/sh-script.el (sh-make-vars-local)
7776 (sh-reset-indent-vars-to-global-values):
7777 * progmodes/sql.el (top):
7778 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7779 * progmodes/xscheme.el (top):
7780 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7781 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7782 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7783 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7784 (artist-submit-bug-report):
7785 * textmodes/flyspell.el (flyspell-delay-commands)
7786 (flyspell-deplacement-commands):
7787 * textmodes/table.el (table--generate-source-epilogue, table-insert)
7788 (table--generate-source-cells-in-a-row, table--make-cell-map)
7789 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7790
7791 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
7792
7793 * allout.el (produce-allout-mode-map, allout-process-exposed):
7794 * ansi-color.el (ansi-color-make-color-map):
7795 * autoinsert.el (auto-insert):
7796 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7797 * dired-aux.el (dired-create-files):
7798 * dired.el (dired-restore-desktop-buffer):
7799 * ediff-diff.el (ediff-setup-fine-diff-regions):
7800 * ediff-mult.el (ediff-intersect-directories)
7801 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7802 (ediff-redraw-registry-buffer):
7803 * ediff-ptch.el (ediff-fixup-patch-map):
7804 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7805 (ediff-really-quit, ediff-clear-diff-vector):
7806 * emerge.el (emerge-really-quit):
7807 * ffap.el (ffap-replace-file-component):
7808 * filecache.el (file-cache-add-directory)
7809 (file-cache-add-directory-recursively)
7810 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7811 (file-cache-delete-directory, file-cache-files-matching-internal)
7812 (file-cache-display):
7813 * files.el (cd):
7814 * find-lisp.el (find-lisp-insert-directory):
7815 * finder.el (finder-compile-keywords):
7816 * help.el (view-emacs-news):
7817 * hi-lock.el (hi-lock-write-interactive-patterns):
7818 * ido.el (ido-to-end, ido-set-matches-1):
7819 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7820 (image-dired-mark-tagged-files):
7821 * jka-cmpr-hook.el (jka-compr-get-compression-info):
7822 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7823 * ps-print.el (ps-background, ps-begin-file)
7824 (ps-build-reference-face-lists):
7825 * simple.el (clone-buffer):
7826 * startup.el (command-line):
7827 * tempo.el (tempo-insert-template, tempo-is-user-element)
7828 (tempo-forward-mark, tempo-backward-mark):
7829 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7830
7831 2007-09-25 Glenn Morris <rgm@gnu.org>
7832
7833 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7834
7835 * view.el (view-search-no-match-lines): Add a doc string.
7836 Rewrite to simplify and work better.
7837
7838 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7839
7840 * progmodes/cc-mode.el (c-mode-base-map):
7841 Use c-indent-line-or-region instead of c-indent-line.
7842
7843 * indent.el (indent-for-tab-command): First check if the region is
7844 active.
7845
7846 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7847
7848 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7849 whitespace-rescan-timer-time is 0.
7850
7851 2007-09-24 Karl Berry <karl@gnu.org>
7852
7853 * international/mule.el (coding-system-base): Fix doc string grammar.
7854
7855 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
7856
7857 * net/tramp.el (tramp-completion-mode-p): Rename from
7858 `tramp-completion-mode'. Revert logic, check `return', `newline'
7859 and such alike. Packages like Icicles tend to use other completion
7860 characters but `tab' and `space' only.
7861
7862 2007-09-24 Adam Hupp <adam@hupp.org>
7863
7864 * progmodes/python.el (run-python): Import emacs module without
7865 waiting; prevents lockup on error.
7866
7867 2007-09-23 Richard Stallman <rms@gnu.org>
7868
7869 * mail/sendmail.el (mail-bury): Delete the frame
7870 if this frame looks like it was made for this message.
7871
7872 * completion.el (completion-separator-self-insert-command)
7873 (completion-separator-self-insert-autofilling):
7874 If `self-insert-command' has been remapped, use the substitute.
7875
7876 * simple.el (copy-region-as-kill): Doc fix.
7877
7878 * textmodes/org.el (org-confirm-shell-link-function)
7879 (org-confirm-elisp-link-function): Doc fixes.
7880
7881 2007-09-23 Glenn Morris <rgm@gnu.org>
7882
7883 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7884
7885 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
7886
7887 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7888
7889 * term/tvi970.el (terminal-init-tvi970): Likewise.
7890
7891 * term/sun-mouse.el (print-mouse-format): Likewise.
7892
7893 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7894 Use forward-line instead of previous-line and next-line.
7895
7896 2007-09-22 Juri Linkov <juri@jurta.org>
7897
7898 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7899
7900 * tutorial.el (tutorial--default-keys): Update standard bindings:
7901 rename `iconify-or-deiconify-frame' to `suspend-frame',
7902 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7903
7904 2007-09-22 Juri Linkov <juri@jurta.org>
7905
7906 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7907 Add help-echo to external links and to links without description.
7908 (fancy-splash-insert): Use help-echo from the 3rd element of the
7909 link specification list, or "Follow this link" if it's nil. Doc fix.
7910
7911 2007-09-22 Juri Linkov <juri@jurta.org>
7912
7913 * startup.el (command-line): Rename `inhibit-startup-message' to
7914 `inhibit-startup-screen'.
7915 (fancy-about-text): Use shorter label for "Ordering Manuals".
7916 (fancy-startup-tail): Add optional arg `concise'. When `concise'
7917 is nil, display a line with "To start..." and 3 links to useful
7918 tasks. Display the "Dismiss" button and "Don't show this message
7919 again" only when concise is non-nil.
7920 (fancy-startup-screen): Call `fancy-startup-tail' with optional
7921 arg `concise'. If CONCISE is non-nil, display a concise version
7922 of the splash screen in another window. Otherwise, switch to the
7923 startup buffer in the same window.
7924 (startup-echo-area-message): Change displayed binding from
7925 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7926 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7927 the GNU system".
7928 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7929 to "*GNU Emacs*".
7930 (display-about-screen): Don't check the existence of the buffer
7931 "*About GNU Emacs*".
7932 (display-splash-screen): Make alias to `display-startup-screen'.
7933 (command-line-1): Rename `inhibit-startup-message' to
7934 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
7935 started with command line options "-f", "-funcall", "-e", "-eval",
7936 "-execute", "-insert", "-find-file", "-file", "-visit".
7937 Inhibit startup screen when Emacs is started with a file name only
7938 on tty (i.e. don't inhibit it when started with a file name like
7939 "emacs FILE..." on a window system).
7940 (command-line-1): Simplify logic of displaying the startup screen:
7941 if file-count > 0, then display the concise version in another
7942 window, otherwise display full version in the same window.
7943
7944 * help.el (help-map): Bind C-h C-a to about-emacs.
7945 (help-for-help-internal): Add C-a description to C-h help text.
7946
7947 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7948
7949 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7950 (checkdoc-permit-comma-termination-flag): Autoload the
7951 safe-local-variable setting.
7952
7953 * bookmark.el (bookmark-xemacsp): Remove.
7954 (bookmark-make): Don't use bookmark-xemacsp,
7955 use (featurep 'xemacs) instead.
7956
7957 * speedbar.el (speedbar-frame-mode)
7958 (speedbar-frame-reposition-smartly)
7959 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7960 (speedbar-check-vc): Remove use of non-existent variable
7961 dframe-xemacsp, use (featurep 'xemacs) instead.
7962
7963 * indent.el (indent-for-tab-command): Indent the region if
7964 transient-mark-mode and the region is active.
7965
7966 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
7967
7968 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7969 add inferior-octave-directory-tracker to the buffer-local value
7970 of comint-input-filter-functions.
7971
7972 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7975
7976 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7979 on w32 frames.
7980
7981 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * startup.el (normal-top-level): Remove DISPLAY from
7984 process-environment to let it be computed dynamically in callproc.c.
7985
7986 * frame.el (frame-initialize, make-frame):
7987 * faces.el (tty-set-up-initial-frame-faces):
7988 * env.el (setenv): Don't set display-environment-variable.
7989
7990 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
7991 (server-create-tty-frame): Don't set unused `tty' property.
7992 Set `display' instead of display-environment-variable.
7993 (server-create-window-system-frame): No display-environment-variable.
7994
7995 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
7996
7997 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7998 (rfn-eshadow-update-overlay-hook): New defvars.
7999 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
8000 Run the hooks.
8001
8002 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
8003 (tramp-rfn-eshadow-setup-minibuffer)
8004 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
8005 rfn-eshadow.el.
8006
8007 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
8008 timeout.
8009
8010 2007-09-21 Glenn Morris <rgm@gnu.org>
8011
8012 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
8013 * term/sun-mouse.el (suspend-emacstool): Remove.
8014 * term/sun.el: Remove emacstool-related code.
8015
8016 * emacs-lisp/bytecomp.el (byte-compile-warnings)
8017 (byte-compile-warnings-safe-p): Add `mapcar'.
8018 (byte-compile-warning-types): Add mapcar and make-local.
8019 (byte-compile-normal-call): Add option to suppress mapcar warning.
8020 (top-level): Use mapc rather than mapcar in eval-when-compile.
8021
8022 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
8023 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
8024 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
8025 Handle escaped parens.
8026 (latex-forward-sexp): Doc fix.
8027
8028 * eshell/esh-mode.el (eshell-output-filter-functions):
8029 Add eshell-postoutput-scroll-to-bottom.
8030
8031 * loadup.el: Remove termdev.
8032
8033 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
8034 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
8035
8036 2007-09-21 Markus Triska <markus.triska@gmx.at>
8037
8038 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
8039 `mapcar' is called for effect.
8040
8041 2007-09-21 Kevin Ryde <user42@zip.com.au>
8042
8043 * international/mule.el (sgml-html-meta-auto-coding-function):
8044 Bind `case-fold-search' to t.
8045
8046 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * termdev.el: Remove.
8049
8050 * frame.el (get-device-terminal): New function. Moved from termdev.el.
8051 (frames-on-display-list): Use it.
8052
8053 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
8054
8055 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
8056
8057 2007-09-20 Richard Stallman <rms@gnu.org>
8058
8059 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
8060
8061 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
8064
8065 2007-09-20 Glenn Morris <rgm@gnu.org>
8066
8067 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
8068 motion functions, rather than hard-coding "\n\n".
8069 (tex-validate-region): Check for eobp, to speed up.
8070 (tex-next-unmatched-end): Doc fix.
8071
8072 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * files.el (auto-mode-alist): Use archive-mode for .rar files.
8075
8076 * international/mule.el (auto-coding-alist): Rar archives are binary.
8077
8078 * arc-mode.el: Add basic support for Rar.
8079 (archive-find-type): Recognize Rar's signature.
8080 (archive-desummarize): New fun.
8081 (archive-summarize): Use it to restore the buffer's data in case
8082 someone wants to switch to some other major mode.
8083 (archive-resummarize): Use it as well.
8084 (archive-rar-summarize, archive-rar-extract): New functions.
8085
8086 * filesets.el: Remove spurious * in docstrings.
8087 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
8088 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
8089 (filesets-ingroup-collect): Remove unused arg `depth'.
8090 (filesets-update): Remove unused arg `version'.
8091
8092 * finder.el (finder-compile-keywords): Fix up comment style.
8093 (finder-mouse-face-on-line): previous-line -> forward-line.
8094
8095 * recentf.el: Remove spurious * in docstrings.
8096 (recentf-save-list): Fix up comment style.
8097
8098 * progmodes/octave-mod.el: Remove spurious * in docstrings.
8099 (octave-mode-map): Move init into declaration and remove \t binding.
8100 (octave-mode-startup-message): Remove unused var.
8101 (octave-scan-blocks): Remove unused arg `from'.
8102 (octave-forward-block, octave-down-block, octave-up-block):
8103 Update callers.
8104
8105 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
8106 (meta-mode-map): Likewise and remove \t binding.
8107
8108 * net/snmp-mode.el: Remove spurious * in docstrings.
8109 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
8110 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
8111 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
8112 that completion accepts lists of strings.
8113 (snmp-mode-syntax-table): Move initialization into declaration.
8114 (snmp-mode-map): Likewise and remove \t binding.
8115 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
8116 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
8117 (snmp-indent-command): Remove.
8118
8119 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
8120 binding, so tab-always-indent works right.
8121
8122 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
8123
8124 * net/browse-url.el (browse-url-elinks-new-window): New function.
8125 (browse-url-elinks): Use browse-url-elinks-new-window.
8126 Accept optional second argument `new-window'. Fix typo in doc-string.
8127 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
8128 Improve error message.
8129
8130 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8131
8132 * net/browse-url.el (browse-url-url-encode-chars): Use the right
8133 parameter name in the function body.
8134 Reported by Johannes Weiner.
8135
8136 2007-09-19 Glenn Morris <rgm@gnu.org>
8137
8138 * net/socks.el (socks-open-network-stream): Signal an explicit
8139 error if the port associated with a service string can't be found.
8140
8141 * textmodes/tex-mode.el (tex-terminate-paragraph):
8142 Use backward-paragraph.
8143
8144 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * server.el (server-running-p): New function.
8147
8148 2007-09-18 Jason Rumney <jasonr@gnu.org>
8149
8150 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
8151 x-focus-frame.
8152
8153 * frame.el (select-frame-set-input-focus, select-frame-by-name):
8154 Use x-focus-frame for w32.
8155
8156 2007-09-17 David Kastrup <dak@gnu.org>
8157
8158 * textmodes/tex-mode.el (tex-verbatim-environments):
8159 Eliminate CL dependency.
8160
8161 2007-09-17 Richard Stallman <rms@gnu.org>
8162
8163 * newcomment.el (comment-add): New arg EXTRA.
8164 (comment-region-default): Pass EXTRA if not indenting lines.
8165
8166 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8167
8168 * net/browse-url.el (browse-url-url-encode-chars): New function.
8169 URL-encode some chars in a string.
8170 (browse-url-encode-url): Rewrite using the previous function.
8171 (browse-url-file-url): Use `browse-url-url-encode-chars'.
8172 (browse-url-elinks-sentinel): Fix typo.
8173 (browse-url-new-window-flag): Doc change.
8174
8175 2007-09-17 Glenn Morris <rgm@gnu.org>
8176
8177 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
8178 filename from `--file-line-error', if it is available.
8179
8180 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8181
8182 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
8183 TeX `--file-line-error' format.
8184
8185 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8186
8187 * xt-mouse.el: Delete add-hook calls that were moved to
8188 xterm-mouse-mode.
8189 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
8190 does not work.
8191
8192 2007-09-17 Richard Stallman <rms@gnu.org>
8193
8194 * cus-face.el (custom-theme-set-faces): Undo previous change.
8195
8196 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
8197
8198 2007-09-17 Glenn Morris <rgm@gnu.org>
8199
8200 * textmodes/tex-mode.el (tex-region): Simplify previous change,
8201 handling the case where the region is not in `tex-main-file'.
8202 (tex-region-1): Delete.
8203 (tex-region-header): New function, doing the header part of the
8204 old tex-region-1.
8205
8206 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * simple.el (newline): Simplify use of prefix-numeric-value.
8209 (line-move-partial): Remove unused var `ppos'.
8210 (line-move-1): Replace 9999 with most-positive-fixnum.
8211 (move-end-of-line): Use more efficient single-property search.
8212 (move-beginning-of-line): Remove unused var `start'.
8213 (blink-matching-open): Restructure in a more functional style.
8214
8215 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8216
8217 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
8218
8219 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * server.el (server-clients): Only keep procs, no properties any more.
8222 (server-client): Remove.
8223 (server-client-get, server-client-set): Remove, replace all callers by
8224 process-get and process-put resp.
8225 (server-clients-with, server-add-client, server-delete-client)
8226 (server-create-tty-frame, server-create-window-system-frame)
8227 (server-process-filter, server-execute, server-visit-files)
8228 (server-buffer-done, server-kill-buffer-query-function)
8229 (server-kill-emacs-query-function, server-switch-buffer)
8230 (server-save-buffers-kill-terminal): Update accordingly.
8231
8232 * server.el (server-with-environment): Simplify.
8233 (server-select-display, server-unselect-display): Re-add functions that
8234 seem to have been lost in the multi-tty merge.
8235 (server-eval-and-print, server-create-tty-frame)
8236 (server-create-window-system-frame, server-goto-toplevel)
8237 (server-execute, server-return-error): New functions extracted from
8238 server-process-filter.
8239 (server-execute-continuation): New functions.
8240 (server-process-filter): Restructure so that all arguments are analysed
8241 first and then acted upon in a subsequent stage. This way
8242 server-goto-toplevel can be executed later, when we know if
8243 it's necessary.
8244 Remove the "-version" and "-version-good" support.
8245
8246 2007-09-16 Drew Adams <drew.adams@oracle.com>
8247
8248 * cus-edit.el (custom-face-edit-activate): Doc fix.
8249
8250 2007-09-16 Glenn Morris <rgm@gnu.org>
8251
8252 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
8253 Following cal-bahai renaming, update all instances of
8254 list-bahai-diary-entries to diary-bahai-list-entries,
8255 mark-bahai-diary-entries to diary-bahai-mark-entries,
8256 calendar-goto-bahai-date to calendar-bahai-goto-date,
8257 insert-bahai-diary-entry to diary-bahai-insert-entry,
8258 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
8259 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
8260 calendar-print-bahai-date to calendar-bahai-print-date.
8261
8262 * textmodes/tex-mode.el (tex-region): Handle the case where the
8263 region is not in `tex-main-file'. Move the old code that applies
8264 to both cases...
8265 (tex-region-1): ...to this new function.
8266
8267 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * vc.el (vc-process-sentinel): New function.
8270 (vc-exec-after): Use it instead of using ugly hackish analysis and
8271 construction of Elisp code.
8272 (vc-sentinel-movepoint): New dynamically scoped var.
8273 (vc-print-log, vc-annotate): Set it to move the user's point.
8274
8275 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
8276 inhibit-modification-hooks.
8277
8278 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
8279 (calendar-bahai-print-date, calendar-bahai-goto-date)
8280 (diary-bahai-list-entries, diary-bahai-insert-entry):
8281 New names to clean up the namespace a bit more.
8282 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
8283
8284 2007-09-15 Glenn Morris <rgm@gnu.org>
8285
8286 * calendar/holidays.el (holiday-list): Rename it back to
8287 `list-holidays', but leave `holiday-list' as an alias.
8288
8289 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
8290 custom group.
8291
8292 * textmodes/css-mode.el (css): New custom group.
8293 (css-electrick-keys, css-selector, css-property)
8294 (css-indent-offset): Specify custom group.
8295
8296 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
8299 (cvs-execute-single-file): Use process-file.
8300 (cvs-run-process): Use start-file-process.
8301
8302 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8303
8304 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
8305 level. Remove the hooks when turning off the mode.
8306
8307 * term/xterm.el: Require xt-mouse at compile time.
8308 (terminal-init-xterm): Turn on xterm mouse tracking for this
8309 terminal if xterm-mouse-mode is enabled.
8310
8311 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8312
8313 * term/xterm.el (xterm-function-map): Replace bindings that were
8314 deleted by the merge.
8315
8316 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
8317
8318 * play/bubbles.el (bubbles-version): Bump value to "0.5".
8319 (bubbles-mode-map): Move define-key statements here.
8320 (bubbles-game-theme-menu): Ditto.
8321 (bubbles-graphics-theme-menu): Ditto.
8322 (bubbles-menu): Ditto.
8323 (bubbles-mode): Initialize buffer-undo-list, redisplay.
8324 (bubbles--initialize): Reset buffer-undo-list, redisplay.
8325 (bubbles-plop): Set buffer-undo-list, redisplay.
8326 (bubbles-undo): Reset buffer-undo-list, redisplay.
8327 (bubbles--show-images): Take care of missing text properties.
8328
8329 2007-09-14 Glenn Morris <rgm@gnu.org>
8330
8331 * startup.el (fancy-startup-text, fancy-about-text): Fix face
8332 quoting.
8333
8334 * calendar/cal-hebrew.el, calendar/cal-menu.el
8335 * calendar/calendar.el, calendar/diary-lib.el
8336 * calendar/holidays.el: Rename all instances of
8337 list-calendar-holidays callers to calendar-list-holidays,
8338 list-holidays to holiday-list, check-calendar-holidays to
8339 calendar-check-holidays, mark-calendar-holidays to
8340 calendar-mark-holidays, and filter-visible-calendar-holidays to
8341 holiday-filter-visible-calendar.
8342
8343 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8344
8345 * term/xterm.el (xterm-function-map): Add C-M- bindings.
8346
8347 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8348
8349 * play/bubbles.el (bubbles--initialize-images): Fix bug:
8350 Use transparent background for empty cells in graphics mode.
8351
8352 2007-09-13 Jari Aalto <jari.aalto@cante.net>
8353
8354 * man.el (Man-default-man-entry): At end of line, continue looking
8355 to the next line for possible end of hyphenated command.
8356
8357 2007-09-13 Chris Moore <dooglus@gmail.com>
8358
8359 * shell.el (shell-resync-dirs): Don't move the cursor relative to
8360 the command being edited.
8361
8362 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
8363
8364 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8365
8366 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
8367
8368 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8369 C-M-S- keys.
8370
8371 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8372
8373 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8374
8375 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8376 New argument `filename-p' to use one set of confusing chars or another.
8377 (browse-url-file-url): Use the argument.
8378 Suggested by Johannes Weiner.
8379
8380 2007-09-12 Romain Francoise <romain@orebokech.com>
8381
8382 * cus-start.el (all): Revert 2007-09-08 change.
8383
8384 2007-09-12 Aaron Hawley <aaronh@garden.org>
8385
8386 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8387 extract .Z files, since it is more common than uncompress.
8388
8389 2007-09-12 Glenn Morris <rgm@gnu.org>
8390
8391 * textmodes/org-publish.el (org-publish-org-to-html): Remove
8392 duplicate function definition.
8393
8394 2007-09-10 Chris Moore <dooglus@gmail.com>
8395
8396 * diff-mode.el (diff-sanity-check-hunk):
8397 Also accept single-line hunks.
8398
8399 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * startup.el (startup-screen-inhibit-startup-screen)
8402 (pure-space-overflow-message): New vars.
8403 (fancy-splash-insert): Allow functions for face and link specs.
8404 (fancy-splash-head): Remove unused arg. Move splash text...
8405 (fancy-startup-text, fancy-about-text): ...here.
8406 (fancy-startup-tail): Rename from fancy-splash-tail.
8407 (fancy-startup-screen, fancy-about-screen): Split off from
8408 fancy-splash-screens.
8409 (display-startup-screen): New function.
8410 (display-about-screen): Rename from display-splash-screen.
8411 (command-line-1): Use concise startup screen if necessary.
8412
8413 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
8414
8415 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8416 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8417
8418 2007-09-10 Dave Love <fx@gnu.org>
8419
8420 * outline.el (outline-4, outline-5, outline-7):
8421 Move font-lock-builtin-face down from 4 to 7 to better keep the
8422 progression of color brightness, and to better match Org-mode's faces.
8423
8424 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8425
8426 * progmodes/meta-mode.el (meta-font-lock-keywords)
8427 (font-lock-match-meta-declaration-item-and-skip-to-next)
8428 (meta-comment-indent, meta-indent-previous-line)
8429 (meta-indent-unfinished-line, meta-beginning-of-defun)
8430 (meta-end-of-defun, meta-common-initialization): Handle \f.
8431 (meta-indent-unfinished-line): Do not handle a `%' in a string as
8432 a comment-start.
8433
8434 * files.el (file-modes-char-to-who, file-modes-char-to-right)
8435 (file-modes-rights-to-number): Auxiliary functions for symbolic to
8436 numeric notation of file modes.
8437 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
8438 numeric value.
8439 (read-file-modes): New. Read either an octal value of a file mode or a
8440 symbolic value, and return its numeric value.
8441
8442 * dired-aux.el (dired-do-chmod): Change to use the built-in
8443 `set-file-modes' and the previous symbolic mode parsing functions.
8444
8445 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * textmodes/texinfo.el: Remove spurious * in docstrings.
8448 (texinfo-mode-syntax-table, texinfo-mode-map):
8449 Initialize in the declaration.
8450
8451 * tmm.el: Remove spurious * in docstrings.
8452 (tmm-prompt): Use with-current-buffer.
8453
8454 * vcursor.el: Remove spurious * in docstrings.
8455 (vcursor-map): Initialize in the declaration.
8456 (vcursor-use-vcursor-map): Use define-minor-mode.
8457 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8458
8459 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8460 Initialize in the declaration.
8461 (widget-minor-mode): Use define-minor-mode.
8462
8463 * woman.el (woman-mode-map, woman-syntax-table):
8464 Initialize in the declaration.
8465
8466 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
8467
8468 * doc-view.el: New file.
8469
8470 2007-09-09 Juri Linkov <juri@jurta.org>
8471
8472 * Makefile.in (update-authors): Add etc/ to AUTHORS.
8473
8474 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8475
8476 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8477 to "Startup screen". Fix docstring.
8478 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8479 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8480 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8481 (initial-scratch-message): Fix docstring.
8482 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8483 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8484 Add link to "Customize Startup" and set interval between links to
8485 5 spaces.
8486 (fancy-about-text): Add links "Authors" and "Contributing".
8487 (fancy-splash-head): Add text "Welcome to " on the startup screen,
8488 and "This is " on the about screen. Add link to
8489 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8490 For the about screen move emacs version to the header from
8491 `fancy-splash-tail' (as it's done already for normal about screen).
8492 (fancy-splash-tail): Insert emacs version only for startup screen.
8493 (normal-splash-screen): Remove duplicate empty lines.
8494 (normal-about-screen): Add links "Authors" and "Contributing".
8495
8496 * menu-bar.el (menu-bar-help-menu):
8497 Move "About Emacs" and "About GNU" to the end of the Help menu.
8498 Move "Emacs Psychotherapist" after "Send Bug Report...".
8499 Move "External Packages" after "Find Emacs Packages".
8500
8501 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
8502
8503 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8504 they are useless with the byte compiler.
8505 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8506 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8507 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8508 (tramp-file-name-real-host, tramp-file-name-port)
8509 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8510 defuns.
8511
8512 * net/tramp-cache.el (top): Improve error message when
8513 `tramp-persistency-file-name' is corrupted.
8514
8515 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
8516
8517 * textmodes/org.el (org-re): Also replace the :alpha: class.
8518 (org-todo-tag-alist): Variable removed.
8519 (org-todo-key-alist, org-todo-key-trigger): New variables.
8520 (org-use-fast-todo-selection): New option.
8521 (org-log-done): Docstring fixed.
8522 (org-deadline-warning-days): New default value 14.
8523 (org-edit-timestamp-down-means-later): New option.
8524 (org-tag-alist): Docstring fixed.
8525 (org-fast-tag-selection-include-todo): New option.
8526 (org-export-language-setup): New languages added.
8527 (org-set-regexps-and-options): Compute the new variables.
8528 (org-paste-subtree): Cleaning up.
8529 (org-remember-apply-template): New escape %A.
8530 (org-todo): Call fast TODO selection.
8531 (org-fast-todo-selection): New function.
8532 (org-add-log-note): Allow prefix for abort exit.
8533 (org-at-property-p, org-entry-properties)
8534 (org-columns-get-autowidth-alist): Use :alpha: class.
8535 (org-get-wdays): New function.
8536 (org-agenda-remove-date): New variable.
8537 (org-agenda-get-deadlines): Use `org-get-wdays'.
8538 (org-agenda-get-deadlines): Reverse ee before returning.
8539 (org-format-agenda-item): New argument REMOVE-RE.
8540 (org-agenda-convert-date): Baha'i calendar added.
8541 (org-infile-export-plist): Also find DATE line.
8542 (org-get-min-level): New function.
8543 (org-export-as-html, org-export-as-ascii): Use the date format.
8544 (org-shiftup, org-shiftdown): Use.
8545 `org-edit-timestamp-down-means-later'.
8546 (org-assign-fast-keys): New function.
8547
8548 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
8549
8550 * cus-start.el (all): Add prefer-window-split-horizontally from
8551 window.c.
8552
8553 2007-09-08 Eli Zaretskii <eliz@gnu.org>
8554
8555 * net/browse-url.el (browse-url-galeon): Fix last change.
8556 (top-level): Require cl when compiling.
8557
8558 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
8559
8560 * textmodes/org-export-latex.el: arch-tag restored.
8561
8562 * textmodes/org-publish.el: arch-tag restored.
8563
8564 2007-09-08 Masatake YAMATO <jet@gyve.org>
8565
8566 * progmodes/which-func.el (which-func-modes): Add diff-mode.
8567
8568 * progmodes/cc-langs.el: Support new keywords added to
8569 objective-c frontend of gcc.
8570 (c-simple-stmt-kwds): Add @throw.
8571 (c-block-stmt-2-kwds): Add @synchronized.
8572 (c-block-stmt-1-kwds): Add @finally and @try.
8573
8574 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
8575
8576 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8577 (org-agenda-after-show-hook): New variable.
8578 (org-columns-compile-format)
8579 (org-columns-get-autowidth-alist, org-buffer-property-keys)
8580 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8581 property names.
8582 (org-get-wdays): New function.
8583
8584 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8587
8588 * term/xterm.el (xterm-function-map): Initialize in the declaration.
8589
8590 * vc-arch.el (vc-arch-checkin): Fix typo.
8591
8592 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
8593
8594 * cus-face.el (custom-theme-set-faces): Set face attributes
8595 locally for each frame.
8596
8597 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8600 via font-lock-defaults.
8601
8602 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8603 derived-mode-p.
8604
8605 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
8606
8607 * progmodes/autoconf.el (autoconf-definition-regexp):
8608 Handle optional square brackets around definition name.
8609
8610 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
8611
8612 * net/browse-url.el (browse-url-browser-function): Add elinks.
8613 (browse-url-elinks-wrapper): New option.
8614 (browse-url-encode-url, browse-url-elinks)
8615 (browse-url-elinks-sentinel): New functions.
8616 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8617 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8618 Use new function browse-url-encode-url.
8619
8620 2007-09-07 Glenn Morris <rgm@gnu.org>
8621
8622 * version.el (emacs-version): Revert 2007-08-29 change: no need to
8623 say if multi-tty is present.
8624
8625 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * cus-start.el (split-window-preferred-function): Add custom info.
8628
8629 * calendar/holidays.el (holiday-list, calendar-check-holidays)
8630 (calendar-mark-holidays, calendar-list-holidays)
8631 (holiday-filter-visible-calendar): New names to clean up namespace.
8632 (filter-visible-calendar-holidays, list-calendar-holidays)
8633 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8634 Add compatibility aliases.
8635 (calendar-check-holidays, calendar-mark-holidays)
8636 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8637 (holiday-sexp): Replace append with list.
8638 (holiday-filter-visible-calendar): Replace append with push.
8639
8640 * woman.el: Remove spurious * in docstrings.
8641 (woman-mini-help, woman-non-underline-faces, woman0-rename)
8642 (woman-topic-all-completions-merge, woman-file-name-all-completions)
8643 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8644 (woman-write-directory-cache, woman-display-extended-fonts)
8645 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8646 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8647 (woman-mode): Use inhibit-read-only.
8648 (woman-negative-vertical-space): Use dotimes.
8649 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8650
8651 2007-09-06 Romain Francoise <romain@orebokech.com>
8652
8653 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8654 (vc-bzr-workfile-version): Use it.
8655
8656 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
8657
8658 * complete.el (PC-do-completion): Don't try to treat
8659 empty string as an abbreviation.
8660
8661 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8662
8663 * help-fns.el (describe-variable): Keep doc's text properties.
8664
8665 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
8666
8667 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8668 instead of a file.
8669
8670 2007-09-06 Glenn Morris <rgm@gnu.org>
8671
8672 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8673 (checkdoc-minor-mode): Allow user to specify lighter via
8674 checkdoc-minor-mode-string.
8675
8676 2007-09-05 Richard Stallman <rms@gnu.org>
8677
8678 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8679 Several items removed, simplified, or put on one line.
8680 (fancy-about-text): Add substantial contents, part of startup text.
8681 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8682 (normal-splash-screen): Call normal-mouse-startup-screen,
8683 normal-no-mouse-startup-screen, or normal-about-screen.
8684 (normal-mouse-startup-screen): New fn, broken out, shortened.
8685 (normal-no-mouse-startup-screen): New fn, broken out.
8686 (normal-about-screen): New function, contents all new.
8687
8688 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8689
8690 * emacs-lisp/rx.el (rx): Fix typo in docstring.
8691
8692 2007-09-05 Glenn Morris <rgm@gnu.org>
8693
8694 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8695 is bound.
8696
8697 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8698
8699 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8700 in doc string.
8701
8702 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8703
8704 * server.el (server-start, server-unload-hook): Undo previous change.
8705
8706 * xt-mouse.el: Undo previous change.
8707
8708 2007-09-04 Juri Linkov <juri@jurta.org>
8709
8710 * startup.el (fancy-about-text): New variable.
8711 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8712 (fancy-current-text, fancy-splash-stop-time)
8713 (fancy-splash-outer-buffer): Remove variables.
8714 (fancy-splash-head, fancy-splash-tail): Add new optional argument
8715 `startup' and use it to conditionally display different texts for
8716 Startup and About screens. Don't display Help commands on the About
8717 screen.
8718 (fancy-splash-screens-1): Remove function and move its content to
8719 `fancy-splash-screens' to the part that dislpays the About screen.
8720 (exit-splash-screen): Don't treat specially exiting from
8721 alternating screens.
8722 (fancy-splash-screens): Rename argument `static' to `startup'.
8723 Fix docstring. Remove code for displaying alternating screens.
8724 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8725 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8726 for `inhibit-read-only'.
8727 (normal-splash-screen): Rename argument `static' to `startup'.
8728 Fix docstring. Use argument `startup' to conditionally display
8729 different texts for Startup and About screens. Don't display Help
8730 commands on the About screen. Remove `unwind-protect' `sit-for'
8731 delay and `kill-buffer' after it.
8732 (display-startup-echo-area-message): Remove call to
8733 `use-fancy-splash-screens-p' because image.el is preloaded and
8734 doesn't display "Loading image... done".
8735 (display-splash-screen): Rename argument `static' to `startup'.
8736 Fix docstring.
8737
8738 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8739
8740 * server.el (server-start, server-unload-hook):
8741 suspend-tty-functions has been renamed to suspend-tty-hook.
8742
8743 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
8744 resume-tty-hook.
8745
8746 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
8747
8748 * loadup.el: Fix merge problem, only load "button" once.
8749
8750 2007-09-03 Glenn Morris <rgm@gnu.org>
8751
8752 * vc-svn.el (vc-svn-print-log): If there is only one file, use
8753 "Working file:" as the prefix, for the sake of
8754 log-view-current-file.
8755
8756 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8757
8758 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8759 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8760 if the selected frames is in
8761 xterm-modify-other-keys-terminal-list.
8762 (xterm-turn-off-modify-other-keys): Add an optional frame
8763 parameter. Only turn off modify-other-keys if FRAME is in
8764 xterm-modify-other-keys-terminal-list.
8765 (xterm-remove-modify-other-keys): New function.
8766 (terminal-init-xterm): Use it. Deal with delete-frame hook.
8767 Add the selected frame to xterm-modify-other-keys-terminal-list.
8768
8769 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8770
8771 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8772 (icon-map-list): New variable.
8773 (x-gtk-map-stock): Use icon-map-list.
8774
8775 2007-09-02 Romain Francoise <romain@orebokech.com>
8776
8777 * log-view.el (log-view-current-file): Balance parens.
8778
8779 2007-09-02 Glenn Morris <rgm@gnu.org>
8780
8781 * comint.el (comint-mode): Don't set scroll-conservatively.
8782
8783 * eshell/em-unix.el (eshell/time): Stringify and flatten the
8784 non-command arguments.
8785
8786 * log-view.el (log-view-current-file): Give a more explicit error
8787 if log-view-file-re fails to find a match.
8788
8789 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8790
8791 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8792 Fix bug: Don't expand top-level file name more than once.
8793 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8794
8795 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * server.el (server-process-filter): Don't display the splash screen.
8798 It's annoying enough on the initial screen and becomes positively
8799 obnoxious here.
8800
8801 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8804 Change naming to use "avl-tree--" for internal functions.
8805
8806 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
8807
8808 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8809 the merge.
8810 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8811 (provide): Move to the end of file.
8812
8813 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8814
8815 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8816
8817 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8818 New variable. List of exceptions for the duplicated word rule.
8819 (flyspell-mark-duplications-flag): Mention it.
8820 (flyspell-word): Treat it.
8821
8822 * files.el (create-file-buffer): If the filename sans directory starts
8823 with spaces, remove them.
8824
8825 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8826
8827 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8828 (x-gtk-map-stock): Use two directory elements when matching
8829 file name.
8830
8831 2007-08-31 James Wright <james@chumsley.org>
8832
8833 * eshell/em-unix.el (eshell/info): New function.
8834
8835 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * frame.el (frame-initialize, make-frame):
8838 * server.el (server-process-filter):
8839 * faces.el (tty-set-up-initial-frame-faces): Don't set
8840 term-environment-variable since it's not used any more.
8841
8842 * env.el (setenv): Don't treat $TERM specially.
8843
8844 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8845 stated otherwise, subprocesses do not send back escape sequences
8846 corresponding to the terminal from which Emacs was started.
8847
8848 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
8849
8850 * calculator.el: Require cl for compilation.
8851
8852 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
8853
8854 * outline.el (outline-font-lock-levels): Comment out unused var.
8855 (outline-font-lock-face): Wrap around face list to handle any
8856 nesting depth gracefully.
8857
8858 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
8859
8860 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8861 `set-file-times'.
8862
8863 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
8864
8865 * textmodes/org.el (org-export-visible): Fix drawers before export.
8866 (org-do-sort): Allow sorting by priority.
8867 (org-agenda-files): Ignore non-existing files.
8868 (org-agenda-skip-unavailable-files): New variable.
8869 (org-ellipsis): All a face as value.
8870 (org-mode): Interprete the face value of `org-ellipsis'.
8871 (org-archive-save-context-info): New option.
8872 (org-archive-subtree): Store context info in archived entry.
8873 (org-fast-tag-selection-can-set-todo-state): New variable.
8874 (org-fast-tag-selection): Allow setting TODO states through this
8875 interface.
8876 (org-cycle): Docstring updated.
8877 (org-todo-keyword-faces): New option.
8878 (org-get-todo-face): New function.
8879 (org-set-font-lock-defaults, org-agenda-highlight-todo):
8880 Use `org-get-todo-face'.
8881 (org-switch-to-buffer-other-window): New function.
8882 (org-table-edit-field, org-table-show-reference)
8883 (org-table-edit-formulas, org-add-log-note)
8884 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8885 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8886 `switch-to-buffer-other-window' to make sure that the temporary
8887 windows show up on the current frame.
8888 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8889 (org-get-entries-from-diary, org-replace-region-by-html):
8890 Don't allow pop-up frames.
8891 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8892 Fix problems with time-of-day.
8893 (org-export-get-title-from-subtree): New function.
8894 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8895 with listing items that are DONE.
8896 (org-change-tag-in-region): New command.
8897 (org-agenda-skip-scheduled-if-done)
8898 (org-agenda-skip-deadline-if-done): Docstring clarified.
8899 (org-mode): Hide drawers on startup.
8900 (org-get-todo-face): New function.
8901 (org-todo-keyword-faces): New option.
8902 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8903 (org-remove-keyword-keys): New function.
8904
8905 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
8906
8907 * progmodes/grep.el (grep-find-ignored-directories):
8908 Add monotone _MTN bookkeeping directory in workspaces.
8909 Add RCS control directory. List items in alphabetical order.
8910
8911 * progmodes/grep.el (grep-files-aliases): Add cc alias.
8912 Sort items in alphabetical order. Fix parens.
8913
8914 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8915
8916 * vc-hg.el (vc-hg-extra-menu-map): New variable.
8917 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8918 (vc-hg-pull): New functions.
8919 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8920
8921 * term/mac-win.el: Don't require url, only autoloaded url
8922 functions are used in this file.
8923
8924 2007-08-29 Andreas Schwab <schwab@suse.de>
8925
8926 * shell.el (shell): Return correct value from interactive spec.
8927
8928 2007-08-29 Glenn Morris <rgm@gnu.org>
8929
8930 * version.el (emacs-version): Increase to 23.0.50.
8931
8932 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8933
8934 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8935
8936 2007-08-29 Juri Linkov <juri@jurta.org>
8937
8938 * loadup.el: Add "button" loading after "faces" and move "startup"
8939 to load after "button".
8940
8941 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8942
8943 * loadup.el: Load term/mac-win on a Mac using Carbon.
8944
8945 * term/mac-win.el: Provide mac-win.
8946 (mac-initialized): New variable.
8947 (mac-initialize-window-system): New function. Move global setup here.
8948 (handle-args-function-alist, frame-creation-function-alist):
8949 (window-system-initialization-alist): Add mac entries.
8950 (x-setup-function-keys): New function containing all the
8951 top level function key definitions.
8952
8953 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8954
8955 * env.el (read-envvar-name): Don't consider the environment frame param.
8956
8957 * env.el (setenv):
8958 * frame.el (frame-initialize, make-frame):
8959 * faces.el (tty-set-up-initial-frame-faces):
8960 * server.el (server-process-filter): Set
8961 display-environment-variable and term-environment-variable.
8962
8963 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8964
8965 2007-08-29 Jason Rumney <jasonr@gnu.org>
8966
8967 * loadup.el: Only load term/x-win when X is compiled in.
8968 Load term/w32-win and dependencies on windows-nt.
8969
8970 * term/w32-win.el: Reorder to match x-win.el more closely.
8971 Provide w32-win. Don't throw error when global window-system not w32.
8972 (internal-face-interactive): Remove obsolete function.
8973 (x-setup-function-keys): Use local-function-key-map.
8974 (w32-initialized): New variable.
8975 (w32-initialize-window-system): Set it.
8976 Move more global setup here.
8977 (x-setup-function-keys): New function.
8978 (w32-initialize-window-system): Move non function key global setup here.
8979 (x-cut-buffer-max): Remove.
8980 (w32-initialize-window-system): New function.
8981 (handle-args-function-alist, frame-creation-function-alist):
8982 (window-system-initialization-alist): Add w32 entries.
8983
8984 2007-08-29 David Kastrup <dak@gnu.org>
8985
8986 * env.el (getenv): Pass frame to getenv-internal.
8987
8988 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8989
8990 * version.el (emacs-version): Show if multi-tty is present.
8991
8992 * loadup.el: Delay loading env; mule-conf gets confused by cl
8993 during bootstrap. Also load termdev and term/x-win.
8994
8995 * bindings.el (mode-line-client): New variable.
8996 (help-echo): Add it to the default mode-line format.
8997
8998 * cus-start.el: Remove bogus window-system reference from GTK test.
8999
9000 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
9001 (ebrowse-electric-position-mode-map):
9002 * ebuff-menu.el (electric-buffer-menu-mode-map):
9003 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
9004 not `suspend-emacs'.
9005
9006 * ediff-wind.el (ediff-setup-windows-automatic): New function.
9007 (ediff-window-setup-function): Use it as default.
9008
9009 * files.el (save-buffers-kill-terminal): New function.
9010 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
9011
9012 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
9013 and `with-selected-frame'.
9014
9015 * help-fns.el (describe-variable): Describe frame-local variables
9016 correctly.
9017
9018 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
9019 display support.
9020 (normal-erase-is-backspace-setup-frame): New function.
9021
9022 * subr.el (with-selected-frame): New function.
9023 (read-quoted-char): Use terminal-local binding of
9024 local-function-key-map instead of function-key-map.
9025
9026 * talk.el (talk): New function.
9027 (talk-handle-delete-frame): New function.
9028 (talk-add-display): Open a new frame only if FRAME was not a frame.
9029
9030 * termdev.el: New file.
9031
9032 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
9033 * term/x-win.el: Don't bind f10.
9034 * tmm.el: Remove autoload binding for f10.
9035
9036 * international/encoded-kb.el (encoded-kbd-setup-display): Use
9037 `set-input-meta-mode'. Fix broken condition before set-input-mode.
9038 Store the saved input method as a terminal parameter. Add keymap
9039 parameter. Use it instead of changing key-translation-map directly.
9040 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
9041 Remove.
9042 (encoded-kbd-setup-display): New function.
9043
9044 * international/mule-cmds.el (set-locale-environment): Fix getenv
9045 call. Use save-buffers-kill-terminal. Ignore window-system; always
9046 set the keyboard coding system. Add DISPLAY parameter.
9047 (set-display-table-and-terminal-coding-system): Add DISPLAY
9048 parameter. Pass it to set-terminal-coding-system.
9049
9050 * international/mule.el (keyboard-coding-system): Test for
9051 encoded-kbd-setup-display, not encoded-kbd-mode.
9052 (set-terminal-coding-system, set-keyboard-coding-system): Add
9053 DISPLAY parameter.
9054 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
9055
9056 * term/README: Update.
9057
9058 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
9059
9060 * term/x-win.el (x-setup-function-keys): New function. Move
9061 function-key-map tweaks here. Protect against multiple calls on
9062 the same terminal. Use terminal-local binding of
9063 local-function-key-map instead of function-key-map.
9064 (x-initialize-window-system): Make a copy of pure list. Pass a
9065 frame getenv.
9066
9067 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
9068 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
9069 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
9070 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
9071 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
9072 local-function-key-map instead of function-key-map.
9073
9074 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
9075 `substitute-key-definition' and `define-key' calls against
9076 multiple execution. Use terminal-local binding of
9077 local-function-key-map instead of function-key-map. Pass a frame
9078 to getenv.
9079
9080 * edmacro.el (edmacro-format-keys):
9081 * emulation/cua-base.el (cua--pre-command-handler):
9082 * isearch.el (isearch-other-meta-char):
9083 * xt-mouse.el: Use terminal-local binding of
9084 local-function-key-map instead of function-key-map.
9085
9086 * fringe.el (set-fringe-mode): Simplify and fix using
9087 `modify-all-frames-parameters'.
9088 * scroll-bar.el (set-scroll-bar-mode): Ditto.
9089 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
9090 check before calling `tool-bar-setup'.
9091 (tool-bar-setup): New variable.
9092 (tool-bar-setup): Use it to guard against multiple calls. Add
9093 optional frame parameter, and select that frame before adding items.
9094 (toggle-tool-bar-mode-from-frame): New function.
9095
9096 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
9097 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
9098 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
9099 "Tool-bar" toggles to reflect the state of the current frame.
9100 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
9101
9102 * env.el: Require cl for byte compilation (for `block' and `return').
9103 (environment, setenv-internal): New functions.
9104 (let-environment): New macro.
9105 (setenv, getenv): Add optional terminal parameter. Update docs.
9106 (setenv): Use setenv-internal. Always set process-environment.
9107 Handle `local-environment-variables'.
9108 (read-envvar-name, setenv, getenv): Use frame parameters
9109 to store the local environment, not terminal parameters. Include
9110 `process-environment' as well.
9111
9112 * faces.el (tty-run-terminal-initialization): New function.
9113 (tty-create-frame-with-faces): Use it. Set up faces and
9114 background mode only after the terminal has been initialized.
9115 Call terminal-init-*. Don't load the initialization file more
9116 than once. Call set-locale-environment.
9117 (frame-set-background-mode): Handle the 'background-mode terminal
9118 parameter.
9119 (tty-find-type): New function.
9120 (x-create-frame-with-faces): Remove bogus check for
9121 first frame. Call `tool-bar-setup'. Don't make frame visible
9122 until we are done setting up all its parameters. Call
9123 x-setup-function-keys.
9124
9125 * frame.el (make-frame): Always inherit 'environment and 'client
9126 parameters. Set up the 'environment frame parameter, when needed.
9127 Also inherit 'client parameter. Don't override explicitly
9128 specified values with inherited ones. Add 'terminal frame
9129 parameter. Append window-system-default-frame-alist to parameters
9130 before calling frame-creation-function.
9131 (frame-initialize): Copy the environment from the initial frame.
9132 (window-system-default-frame-alist): Enhance doc string.
9133 (frame-notice-user-settings): Don't put 'tool-bar-lines in
9134 `default-frame-alist' when initial frame is on a tty.
9135 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
9136 Remove specified parameters from `window-system-default-frame-alist'.
9137 (make-frame-on-tty, framep-on-display, suspend-frame):
9138 Extend doc string, update parameter names.
9139 (frames-on-display-list): Use terminal-id to get the display id.
9140 (frame-notice-user-settings): Extend to apply
9141 settings in `window-system-default-frame-alist' as well.
9142 (terminal-id, terminal-parameters, terminal-parameter)
9143 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
9144 (delete-frame-functions): Add to `delete-frame-functions' hook.
9145 (blink-cursor-mode): Adapt blink-cursor-mode default
9146 value from startup.el.
9147 (make-frame-on-display): Protect condition on x-initialized when
9148 x-win.el is not loaded. Update doc.
9149 (suspend-frame): Use display-controlling-tty-p to decide between
9150 suspend-emacs and suspend-tty.
9151 (frames-on-display-list): Update for display ids.
9152 (framep-on-display): Ditto.
9153 (suspend-frame): Use display-name, not frame-tty-name.
9154 (selected-terminal): New function.
9155
9156 * server.el: Use `device' instead of `display' or `display-id' in
9157 variable and client parameter names.
9158 (server-select-display): Remove (unused).
9159 (server-tty-live-p, server-handle-delete-tty): Remove.
9160 (server-unquote-arg, server-quote-arg, server-buffer-clients):
9161 Update docs.
9162 (server-getenv-from, server-with-environment, server-send-string)
9163 (server-save-buffers-kill-terminal): New functions.
9164 (server-delete-client): Handle quits in kill-buffer. Don't kill
9165 modified buffers. Add extra logging. Delete frames after
9166 deleting the tty. Clear 'client parameter before deleting a frame.
9167 Use delete-display, not delete-tty.
9168 (server-visit-files): Don't set `server-existing-buffer' if the
9169 buffer already has other clients. Return list of buffers
9170 created. Update doc. Don't set client-record when nowait.
9171 (server-handle-delete-frame): Delete the client if this was its
9172 last frame. Check that the frame is alive. Remove bogus comment.
9173 Add note on possible race condition. Delete tty clients, if needed.
9174 (server-handle-suspend-tty): Use server-send-string. Kill the
9175 client in case of errors from process-send-string. Use the display
9176 parameter.
9177 (server-unload-hook): Remove obsolete delete-tty hook.
9178 (server-start): Ask before restarting if the old server still has
9179 clients. Add feedback messages. Remove obsolete delete-tty hook.
9180 (server-process-filter): Use server-send-string. Accept `-dir'
9181 command. Switch to *scratch* immediately after creating the frame,
9182 before evaluating any -evals. Protect `display-splash-screen'
9183 call in a condition-case. Explain why. Call
9184 `display-startup-echo-area-message' before
9185 `display-splash-screen'. Don't display the splash screen when no
9186 frame was created. Show the Emacs splash screen and startup echo
9187 area message. Display the *scratch* buffer by default. Store the
9188 local environment in a frame (not terminal) parameter. Do not try
9189 to decode environment strings. Fix reference to the 'display
9190 frame parameter. Change syntax of environment variables. Put
9191 environment into terminal parameters, not client parameters. Use
9192 a dummy client with --no-wait's X frames. In `-position LINE'
9193 handler, don't ruin the request string until the line number is
9194 extracted. Log opened files. Handle -current-frame command.
9195 Don't create frames when it is given. Don't bind X frames to the
9196 client when we are in -no-wait mode. Set locale environment
9197 variables from client while creating tty frames. Disable call to
9198 configure-display-for-locale. When processing -position command,
9199 don't change the request string until the parameters are
9200 extracted. Don't try to create an X frame when Emacs does not
9201 support it. Improve logging. Temporarily set ncurses-related
9202 environment variables to those of the client while creating a new
9203 tty frame. Select buffers opened by nowait clients, don't leave
9204 them buried under others. Set the display parameter, and use it
9205 when appropriate.
9206
9207 * startup.el (display-startup-echo-area-message): Handle
9208 `inhibit-startup-echo-area-message' here.
9209 (command-line-1): Moved from here.
9210 (fancy-splash-screens): Use `overriding-local-map' instead of
9211 `overriding-terminal-local-map' for now; the latter doesn't work
9212 right, it looses keypresses to another terminal. Use
9213 `overriding-terminal-local-map' to set up keymap. Install a
9214 `delete-frame-functions' hook to catch `delete-frame' events.
9215 Ignore `select-window' events to cope better with
9216 `focus-follows-mouse'. Don't switch back to the original buffer
9217 if the splash frame has been killed. Restore previous buffer, even
9218 if it's *scratch*.
9219 (normal-splash-screen): Don't let-bind `mode-line-format'; it
9220 changes the global binding - setq it instead. Use
9221 `save-buffers-kill-terminal'.
9222 (display-splash-screen): Don't do anything if the splash screen is
9223 already displayed elsewhere.
9224 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
9225 (command-line): Replace duplicated code with a call to
9226 tty-run-terminal-initialization. Don't load the terminal
9227 initialization file more than once. Remove call to nonexistent
9228 function `set-locale-translation-file-name'.
9229
9230 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
9231 parameters.
9232 (xterm-mouse-position-function, xterm-mouse-event): Update.
9233 (xterm-mouse-mode): Don't depend on current value of window-system.
9234 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9235 Update for multi-tty.
9236 (turn-on-xterm-mouse-tracking-on-terminal)
9237 (turn-off-xterm-mouse-tracking-on-terminal)
9238 (xterm-mouse-handle-delete-frame): New functions.
9239 (delete-frame-functions, after-make-frame-functions)
9240 (suspend-tty-functions, resume-tty-functions): Install extra hooks
9241 for multi-tty.
9242
9243 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * simple.el (invisible-p): Remove: implemented in C now.
9246 (line-move-invisible-p): Remove obsolete alias.
9247
9248 2007-08-28 Juri Linkov <juri@jurta.org>
9249
9250 * image-mode.el (image-type): New variable.
9251 (image-mode): Set default major mode name to "Image[text]".
9252 (image-minor-mode): Change LIGHTER to display image-type in the
9253 mode line.
9254 (image-minor-mode): Set default image-type to "text".
9255 (image-toggle-display): After switching to text mode, set
9256 image-type to "text" and major mode name to "Image[text]".
9257 After switching to image mode, set image-type to actual image
9258 type, and add image type to major mode name. Let-bind the same
9259 variable names as arguments of `image-type' and `create-image'.
9260 Bind `type' to the result of `image-type' and use it as arg
9261 of `create-image' to not determine the image type twice.
9262
9263 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
9264
9265 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
9266 (tramp-set-file-uid-gid, tramp-get-local-uid)
9267 (tramp-get-local-gid): New defuns.
9268 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
9269 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9270 Improve fast track.
9271 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
9272 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
9273 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
9274 (tramp-handle-write-region): Improve fast track.
9275 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
9276 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
9277 be nil.
9278
9279 2007-08-28 Ivan Kanis <apple@kanis.eu>
9280
9281 * time.el: New feature to display several time zones in a buffer.
9282 (display-time-world-mode, display-time-world-display)
9283 (display-time-world, display-time-world-timer): New functions.
9284 (display-time-world-list, display-time-world-time-format)
9285 (display-time-world-buffer-name, display-time-world-timer-enable)
9286 (display-time-world-timer-second, display-time-world-mode-map):
9287 New variables.
9288
9289 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9290
9291 * term/x-win.el (x-gtk-stock-map): New variable.
9292 (x-gtk-map-stock): New function.
9293
9294 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
9295 prev/next-node.
9296
9297 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9298
9299 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
9300
9301 2007-08-28 Glenn Morris <rgm@gnu.org>
9302
9303 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
9304
9305 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9306
9307 * progmodes/modula2.el (m2-definition, m2-module):
9308 Don't use previous-line. Reported by T. V. Raman.
9309
9310 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9311
9312 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
9313 argument to tool-bar-mode call.
9314
9315 2007-08-27 Glenn Morris <rgm@gnu.org>
9316
9317 * diff-mode.el (diff-find-file-name): Only accept regular files,
9318 to rule out /dev/null, directories, etc.
9319
9320 * vc-svn.el (vc-svn-diff): If the repository version of all the
9321 files is the same as the specified OLDVERS, do a local diff.
9322
9323 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9324
9325 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9326 of buffers in uniquify-managed.
9327
9328 * simple.el (invisible-p): Rename from text-invisible-p.
9329 Update callers.
9330
9331 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9334 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9335 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9336 (cperl-etags-goto-tag-location): Use new style backquotes.
9337
9338 * net/browse-url.el: Remove spurious * in custom docstrings.
9339 (browse-url-filename-alist): Use new-style backquote.
9340
9341 * emacs-lisp/backquote.el (backquote-unquote-symbol)
9342 (backquote-splice-symbol): Clarify they're not new-style unquotes.
9343
9344 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9345 (\,@): Backslash the , and ,@ which are not new-style unquotes.
9346
9347 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9348
9349 * net/socks.el (socks-username/password-auth-filter):
9350 Remove unused vars `state' and `desired-len'.
9351 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9352 (socks-wait-for-state-change): Use new-style backquotes.
9353
9354 * pcvs.el (cvs-mode-status): Fix long-standing typo.
9355
9356 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9357 backquotes after each `read' rather than once per buffer.
9358
9359 * dframe.el: Remove spurious * in custom docstrings.
9360 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9361 (dframe-xemacs20p): Remove, inline at the sole use point.
9362 (defface): Don't defvar the face, don't use old-style backquote.
9363 (defcustom): Don't use old-style backquote.
9364 (dframe-frame-parameter, dframe-mouse-event-p):
9365 Make it obvious that it's always defined.
9366 (dframe-popup-kludge): New function to replace
9367 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9368 (dframe-frame-mode, dframe-set-timer-internal)
9369 (dframe-mouse-set-point): Remove use of with-no-warnings from
9370 XEmacs-specific code.
9371 (dframe-set-timer-internal): Fix very old bug with
9372 post-command-idle-hook.
9373
9374 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9375
9376 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9377
9378 * emacs-lisp/avl-tree.el: New file.
9379
9380 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9381
9382 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9383 was used.
9384
9385 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
9386
9387 * complete.el (PC-do-completion): Make RET accept a non-unique but
9388 complete expansion again.
9389
9390 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9391
9392 * eshell/esh-opt.el (eshell-eval-using-options):
9393 Add debug declaration.
9394
9395 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9396
9397 * log-view.el (log-view-toggle-mark-entry): Add docstring.
9398 (log-view-get-marked): Likewise.
9399
9400 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9401 (vc-delete-automatic-version-backups): Likewise.
9402
9403 * vc.el (vc-dired-buffers-for-dir): Likewise.
9404
9405 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
9406
9407 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9408 safe-local-variable setting.
9409 * progmodes/perl-mode.el (perl-indent-level): Likewise.
9410
9411 * log-view.el (log-view-marked-list): Delete variable.
9412 (log-view-mode): Don't use it.
9413 (log-view-toggle-mark-entry): Likewise, simplify.
9414 (log-view-current-tag): Don't return properties.
9415 (log-view-get-marked): New function.
9416
9417 2007-08-25 Alexandre Julliard <julliard@winehq.org>
9418
9419 * vc-git.el (vc-git-mode-line-string): New function.
9420
9421 2007-08-25 Alan Mackenzie <acm@muc.de>
9422
9423 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9424 new language variable.
9425
9426 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9427 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9428 "extern" etc., rather than BOI. Fix addition of spurious
9429 syntactic-symbol 'defun-block-intro, replacing it with
9430 'innamespace, etc.
9431
9432 2007-08-25 Juri Linkov <juri@jurta.org>
9433
9434 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9435
9436 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9437 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9438 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9439
9440 * image.el (image-type-header-regexps): Use more complex regexp for svg.
9441 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9442 (image-type-auto-detectable): Add (svg . maybe).
9443
9444 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9445 to treat it like .tgz.
9446
9447 * calendar/cal-bahai.el: Add file coding cookie.
9448
9449 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
9450
9451 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9452 Don't behave differently when executed via M-x. Add doc string.
9453
9454 * sort.el (sort-fold-case, sort-numeric-base): Mark as
9455 safe-local-variable.
9456
9457 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
9458
9459 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9460 the default value.
9461 (math-calendar-tzinfo): New variable.
9462 (math-get-calendar-tzinfo): New function.
9463 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9464 to get information when zone is nil.
9465
9466 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
9467
9468 * log-view.el (log-view-toggle-mark-entry): New function.
9469 (log-view-mode-map): Bind it.
9470 (log-view-marked-list): New variable.
9471 (log-view-mode): Make it local.
9472
9473 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9474
9475 * play/zone.el (zone-pgm-rat-race): New func.
9476 (zone-programs): Add `zone-pgm-rat-race'.
9477
9478 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9481 a list.
9482
9483 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9484
9485 * progmodes/hideshow.el (hs-match-data): Delete alias.
9486 (hs-hide-block-at-point, hs-find-block-beginning)
9487 (hs-show-block): Use `match-data' directly.
9488
9489 2007-08-24 Martin Rudalics <rudalics@gmx.at>
9490
9491 * format.el (format-alist): Fix typo in doc-string.
9492
9493 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
9494
9495 * net/tramp.el (tramp-local-host-p): New defun.
9496 (tramp-handle-file-local-copy, tramp-handle-write-region):
9497 Implement fast track when being on the local host.
9498 (tramp-file-name-handler): Don't set "started" property. It shall
9499 be reserved for the "ftp" method.
9500 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9501
9502 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9503 (tramp-ftp-file-name-handler): Set "started" property.
9504
9505 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
9506
9507 * files.el (backup-buffer-copy): Don't wrap delete in
9508 condition-case, only try to delete if file exists.
9509
9510 2007-08-24 Glenn Morris <rgm@gnu.org>
9511
9512 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9513
9514 * startup.el (tutorial-directory): Set with eval-at-startup so it
9515 gets the right value in an installed Emacs.
9516
9517 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9518
9519 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9520 (eldoc-highlight-function-argument): Use it.
9521
9522 2007-08-23 Masatake YAMATO <jet@gyve.org>
9523
9524 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9525 name of parameters in document body.
9526
9527 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9530 (byte-compile-output-as-comment): Use with-current-buffer rather than
9531 a weird set-buffer&prog1 combination.
9532
9533 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9534 test so as to optimise cases where the `progn's result is constant.
9535
9536 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9537
9538 * locate.el (locate-get-file-positions):
9539 Use line-beginning-position and line-end-position.
9540
9541 2007-08-23 John Wiegley <johnw@newartisans.com>
9542
9543 * calendar/cal-bahai.el: Added in the diacriticals that were
9544 missing for many of the month names.
9545
9546 2007-08-22 Jason Rumney <jasonr@gnu.org>
9547
9548 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9549
9550 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
9551
9552 * image-mode.el (image-minor-mode): Use image-mode-text-map.
9553
9554 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
9555
9556 * dabbrev.el (dabbrev--progress-reporter): New variable.
9557 (dabbrev--scanning-message): Delete func.
9558 (dabbrev--find-expansion): Use a progress reporter
9559 instead of dabbrev--scanning-message.
9560
9561 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9562
9563 * comint.el (comint-exec-1): Raise an error if
9564 `start-file-process' does not return a process object.
9565
9566 * shell.el (shell): Prompt for `default-directory' if it is a
9567 remote file name, and if called with a prefix arg.
9568
9569 2007-08-22 Sam Steingold <sds@gnu.org>
9570
9571 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9572
9573 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
9574
9575 * textmodes/org-export-latex.el: New file.
9576
9577 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9578
9579 * textmodes/org.el (org-agenda-skip): Allow a form for
9580 `org-agenda-skip-function'.
9581 (org-agenda-redo): Re-use local settings.
9582 (org-agenda): Store local settings.
9583 (org-agenda-deadline-faces): New option.
9584 (org-agenda-deadline-face): New function.
9585 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9586 entries on their due date.
9587 (org-agenda-get-timestamps): No longer handle the due dates of
9588 schedules and deadline items.
9589 (org-insert-link-global, org-open-at-point-global): New commands.
9590 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9591 :for-ascii parameter.
9592 (org-skip-comments): Function removed.
9593 (org-cleaned-string-for-export): Handle special table lines.
9594 (org-global-properties): New option.
9595 (org-entry-get-with-inheritance): Check global properties.
9596 (org-local-properties): New variable.
9597 (org-set-regexps-and-options): Find the #+PROPERTY line.
9598 (org-link-types): Change type into variable (was constant).
9599 (org-make-link-regexps): New function.
9600 (org-link-re-with-space, org-link-re-with-space2)
9601 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9602 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9603 these regular expressions happens now in the function
9604 `org-make-link-regexps'.
9605 (org-store-link): Call the functions in
9606 `org-store-link-functions'.
9607 (org-add-link-type): New function.
9608 (org-store-link-functions): New variable.
9609 (org-activate-tags): Force matches to be in headlines.
9610 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9611 (org-columns-display-here): Make sure this works in a narrowed
9612 buffer by checking for point-min.
9613 (org-columns-display-here): Make the rest of the line intangible,
9614 so that point never can be there.
9615 (org-cleaned-string-for-export): Use `with-current-buffer'.
9616 (org-replace-region-by-html): Use `with-current-buffer'.
9617 (org-unfontify-region, org-do-occur, org-columns-display-here)
9618 (org-columns-remove-overlays, org-columns-quit)
9619 (org-columns-edit-value, org-columns-next-allowed-value)
9620 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9621 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9622 (org-agenda-todo, org-agenda-change-all-lines)
9623 (org-agenda-align-tags, org-agenda-priority)
9624 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9625 (org-agenda-show-new-time, org-cleaned-string-for-export)
9626 (org-export-grab-title-from-buffer)
9627 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9628 instead of `buffer-read-only'.
9629 (org-export-as-html): Set `coding-system-for-write'.
9630 (org-remember-store-without-prompt): New option.
9631 (org-archive-subtree): Fixed bug with modifying TODO keyword.
9632 (org-beginning-of-line): Also treat C-a special in items.
9633 (org-table-convert-refs-to-rc): Fixed problem with column
9634 reference after "..".
9635 (org-columns-compute): Don't mark buffer modified because of text
9636 properties.
9637 (org-batch-store-agenda-views): Use the variable
9638 `default-directory', not the function.
9639 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9640 (org-clock-out-when-done): New option.
9641 (org-html-entities): Added HTML entities for smileys.
9642
9643 2007-08-22 Glenn Morris <rgm@gnu.org>
9644
9645 * image.el (create-image): Doc fix.
9646
9647 * startup.el (tutorial-directory): New constant.
9648 (fancy-splash-text): Tutorials now in tutorial-directory.
9649 * tutorial.el (help-with-tutorial): Tutorials now in
9650 tutorial-directory.
9651
9652 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9653
9654 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9655 otherwise.
9656 (tramp-get-remote-path): New defun. Replace occurrences of
9657 `tramp-default-remote-path' by this function.
9658 (tramp-set-remote-path): Move most of the code to
9659 `tramp-get-remote-path'.
9660 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9661 existing directories, this is done already in
9662 `tramp-get-remote-path'.
9663
9664 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
9665
9666 * image-file.el (image-file-name-extensions): Add "svg".
9667 * image.el (image-type-header-regexps): Add svg entry.
9668
9669 2007-08-22 Glenn Morris <rgm@gnu.org>
9670
9671 * files.el (backup-buffer-copy): Check backup directory is
9672 writable, to avoid infloop deleting old backup.
9673
9674 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9675 movemail related variables.
9676 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9677 will now be set before this is called.
9678
9679 2007-08-21 Juri Linkov <juri@jurta.org>
9680
9681 * delsel.el (delete-selection-pre-hook):
9682 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9683 instead of checking last-command.
9684
9685 2007-08-21 Juri Linkov <juri@jurta.org>
9686
9687 * loadup.el: Preload "button".
9688
9689 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9692 Add previous-line and next-line.
9693
9694 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9695 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9696
9697 * vc-hooks.el (vc-menu-entry): New var.
9698 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9699 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9700 (vc-menu-map): Declare and initialize in one step.
9701 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9702
9703 * menu-bar.el (vc-menu-map): Don't setup any more.
9704 Instead, just create the proper spot in the menu.
9705
9706 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * smerge-mode.el (smerge-resolve): New arg `safe'.
9709 (smerge-resolve-all, smerge-batch-resolve): New function.
9710 (smerge-refine): Make sure `diff' returns the expected result.
9711 (smerge-parsep-re): New const.
9712 (smerge-mode): Use it to adjust paragraph-separate.
9713
9714 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9715 Correctly match / regexp matchers as first char on a line when
9716 fontifying only that line.
9717
9718 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9719
9720 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * vc-bzr.el: Don't fiddle with vc-handled-backend.
9723 (vc-bzr-registered): Don't redundantly protect against
9724 file-error. Actually use the format-specific code.
9725 (vc-bzr-buffer-nonblank-p): Remove.
9726 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9727
9728 2007-08-20 Juri Linkov <juri@jurta.org>
9729
9730 * startup.el (fancy-splash-text): Change multiple tabs into one
9731 tab. Remove "Useful File menu items" section (with "Exit Emacs"
9732 and "Recover Crashed Session").
9733 (fancy-splash-screens): Set tab-width to 22.
9734 (normal-splash-screen): Replace literal tabs with \t and
9735 fix whitespace. Remove "Useful File menu items" section (with
9736 "Exit Emacs" and "Recover Crashed Session").
9737
9738 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
9739
9740 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9741 extracted from `eval-last-sexp-1'.
9742 (eval-last-sexp-1): Call `preceding-sexp'.
9743
9744 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9745
9746 * vc-rcs.el (vc-rcs-annotate-command):
9747 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9748 Add back :vc-annotate-prefix propertization.
9749
9750 2007-08-20 Andreas Schwab <schwab@suse.de>
9751
9752 * mail/rmail.el (rmail-autodetect): Doc fix.
9753
9754 2007-08-19 Juri Linkov <juri@jurta.org>
9755
9756 * startup.el (normal-splash-screen): Add more links.
9757
9758 2007-08-19 Juri Linkov <juri@jurta.org>
9759
9760 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9761 because it's common to both types of splash screen: fancy and normal.
9762 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9763 (exit-splash-screen): Rename from `fancy-splash-quit'.
9764 Use `quit-window' instead of `kill-buffer'.
9765 (fancy-splash-head): Use make-button to insert GNU image link.
9766 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9767 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9768 (normal-splash-screen): Put "Browse manuals" on the same line with
9769 "Emacs manual". Remove descriptions from "Useful tasks" and put
9770 all links in two columns on two lines.
9771
9772 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
9773
9774 * emulation/viper.el (viper-remove-hooks): Remove some additional
9775 viper hooks when the user calls viper-go-away.
9776 (viper-go-away): Restore the default of default-major-mode.
9777 Save the value of default-major-mode before vaperization.
9778
9779 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9780
9781 * emulation/viper-ex.el: Replace error "" with "Viper bell".
9782
9783 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9784 buffer for which file is created.
9785
9786 2007-08-19 Glenn Morris <rgm@gnu.org>
9787
9788 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9789 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9790 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
9791 shadow files messing up the compilation.
9792
9793 2007-08-18 Glenn Morris <rgm@gnu.org>
9794
9795 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9796 string. Also apply eldoc-argument-case in the help-split-fundoc
9797 case. Adapt for changed behavior of eldoc-function-argstring,
9798 eldoc-function-argstring-format, and
9799 eldoc-highlight-function-argument.
9800 (eldoc-highlight-function-argument): Handle nil INDEX argument,
9801 just call eldoc-docstring-format-sym-doc in that case.
9802 (eldoc-function-argstring): Change the behavior. Now it converts
9803 an argument list to a string.
9804 (eldoc-function-argstring-format): Change the behavior. Now it
9805 applies `eldoc-argument-case' to a string.
9806
9807 * progmodes/scheme.el (scheme-mode-variables): Set
9808 font-lock-comment-start-skip.
9809
9810 2007-08-18 Martin Rudalics <rudalics@gmx.at>
9811
9812 * progmodes/ada-mode.el (ada-create-syntax-table): Move
9813 set-syntax-table from here to ...
9814 (ada-mode): ... here. Do not change global value of
9815 comment-multi-line. Call new function
9816 ada-initialize-syntax-table-properties and add new function
9817 ada-handle-syntax-table-properties to font-lock-mode-hook.
9818 (ada-deactivate-properties, ada-initialize-properties): Replace
9819 by new functions ...
9820 (ada-handle-syntax-table-properties)
9821 (ada-initialize-syntax-table-properties)
9822 (ada-set-syntax-table-properties): ... to set up syntax-table
9823 properties uniformly, independently from whether font-lock-mode
9824 is enabled or not. Handle read-only buffers and do not change
9825 undo-list when setting syntax-table properties.
9826 (ada-after-change-function): Use ada-set-syntax-table-properties.
9827
9828 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9829
9830 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9831 (meta-indent-current-nesting): Use a computation of the nesting
9832 instead.
9833 (meta-indent-current-indentation): Indentation is given according
9834 to nesting and if the previous line was finished or not.
9835 (meta-indent-unfinished-line): Tell if the current line ends with
9836 a finished expression.
9837 (meta-indent-looking-at-code): Like `looking-at', but checks if
9838 the point is in a string before.
9839 (meta-indent-level-count): Use it. Don't count parenthesis as it's
9840 done in the nesting function.
9841 (meta-indent-in-string-p): Tell if the current point is in a
9842 string.
9843 (meta-indent-calculate): Treat b-o-b as a special case. Use the
9844 previous functions.
9845
9846 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
9847
9848 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9849 (copyright-update-year, copyright-update)
9850 (copyright-fix-years): Use it.
9851
9852 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
9853
9854 * emacs-lisp/copyright.el (copyright-update-year):
9855 Fix bug: Handle nil copyright-limit.
9856
9857 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9858
9859 * calc/calc-units.el (math-standard-units): Give exact
9860 conversion for tsp.
9861
9862 * calc/calc.el (math-bignum-digit-length): Compute the
9863 appropriate value.
9864
9865 * calc/calc-bin.el (math-bignum-logb-digit-size)
9866 (math-bignum-digit-power-of-two):
9867 * calc/calc-comb.el (math-small-factorial-table):
9868 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9869 (math-approx-gamma-const):
9870 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9871 (math-besY1, math-bernoulli-b-cache):
9872 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9873 Remove `eval-when-compile's.
9874
9875 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9876
9877 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9878 (cperl-find-pods-heres): Fix an error when typing expressions like
9879 `s{a}{b}'.
9880
9881 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9882
9883 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9884 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
9885 a special case (there's no build number).
9886
9887 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
9888
9889 * completion.el (symbol-under-point, symbol-before-point)
9890 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9891
9892 2007-08-17 Glenn Morris <rgm@gnu.org>
9893
9894 * progmodes/compile.el (compilation-get-file-structure): Make use
9895 of the directory part when checking for an existing entry, to
9896 handle files with same basename in different directories.
9897
9898 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9899
9900 * calc/calc.el (calc-language-alist): Add texinfo-mode.
9901
9902 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9903
9904 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9905 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9906 (ps-paragraph-spacing): Docstring fix.
9907
9908 2007-08-16 Glenn Morris <rgm@gnu.org>
9909
9910 * ps-print.el (ps-font-size): Doc fix.
9911
9912 2007-08-16 Richard Stallman <rms@gnu.org>
9913
9914 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9915
9916 2007-08-15 Juri Linkov <juri@jurta.org>
9917
9918 * startup.el (initialization): Change parent group from `internal'
9919 to `environment'.
9920 (initial-buffer-choice): New variable.
9921 (command-line): Revert 2007-07-02 change that sets
9922 buffer-offer-save in *scratch* and enables auto-save in it.
9923 (fancy-splash-text): Add links to existing items. Add new items
9924 with links for useful tasks. Move information about Control-g to
9925 fancy-splash-head. Move "Emacs Guided Tour" to the end.
9926 (fancy-splash-keymap): New variable.
9927 (fancy-splash-last-input-event): Remove variable.
9928 (fancy-splash-insert): Add processing of `:link' element.
9929 (fancy-splash-head): Replace "Type Control-l to begin editing"
9930 with "Type `q' to exit".
9931 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9932 (fancy-splash-default-action, fancy-splash-special-event-action):
9933 Remove functions.
9934 (fancy-splash-quit): New function.
9935 (fancy-splash-screens): Rename input arg from `hide-on-input' to
9936 `static' and reverse the condition of its usage. Don't preserve
9937 original values of `minor-mode-map-alist',
9938 `emulation-mode-map-alists', `special-event-map'.
9939 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9940 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9941 Remove processing of special events. Use local key map
9942 `fancy-splash-keymap'. Set buffer to read-only.
9943 (normal-splash-screen): Rename input arg from `hide-on-input' to
9944 `static' and reverse the condition of its usage.
9945 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9946 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9947 Add links to existing items. Add new items with links for useful
9948 tasks. Use local key map `fancy-splash-keymap'.
9949 (display-splash-screen): Rename input arg from `hide-on-input' to
9950 `static'.
9951 (about-emacs): Add alias to display-splash-screen.
9952 (command-line-1): Use `initial-buffer-choice'.
9953
9954 * menu-bar.el (menu-bar-help-menu):
9955 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9956 item to about-emacs instead of display-splash-screen.
9957
9958 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
9959
9960 * calc/calc-units.el (math-standard-units): Update values.
9961 Put in exact, rational values when possible.
9962 (math-unit-prefixes): Replace floats with powers of ten.
9963 (math-standard-units-systems): Replace floats with integers.
9964 (math-make-unit-string): Remove extra spaces in output.
9965
9966 2007-08-15 Glenn Morris <rgm@gnu.org>
9967
9968 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9969 sloppier, for the sake of GNU Mailman.
9970 (rmail-digest-rfc1153): Initialize `result' correctly.
9971
9972 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9973
9974 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9975 in the mail title. Suggested by Reiner Steib.
9976
9977 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
9978
9979 * calc/calc-aent.el (calc-do-quick-calc): Add binary
9980 representation of integers to the list of outputs.
9981
9982 2007-08-14 Glenn Morris <rgm@gnu.org>
9983
9984 * simple.el (bad-packages-alist): New constant.
9985 (bad-package-check): New function. Together, these two add elements
9986 to `after-load-alist' to check for problematic external packages.
9987 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9988
9989 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
9990
9991 * calc/calc-units.el (math-get-standard-units)
9992 (math-get-units, math-make-unit-string)
9993 (math-get-default-units, math-put-default-units): New functions.
9994 (math-default-units-table): New variable.
9995 (calc-convert-units, calc-convert-temperature): Add machinery
9996 to supply default values.
9997
9998 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
10001 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
10002 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
10003 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
10004
10005 * emulation/tpu-extras.el: Remove spurious * in docstrings.
10006 Put its autoloads into tpu-edt.el rather than loaddefs.el.
10007 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
10008 Make into a proper minor-mode.
10009 (tpu-backward-char, tpu-next-line, tpu-previous-line)
10010 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
10011 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
10012 (tpu-set-cursor-free, tpu-set-cursor-bound):
10013 Delegate to tpu-cursor-free-mode.
10014 (tpu-next-line, tpu-previous-line, tpu-forward-line)
10015 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
10016 Use line-move or forward-line instead of next-line-internal.
10017
10018 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
10019
10020 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
10021
10022 2007-08-12 Richard Stallman <rms@gnu.org>
10023
10024 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
10025 (cvs-execute-single-file): Use new name split-string-and-unquote.
10026 (cvs-header-msg): Use new name combine-and-quote-strings.
10027
10028 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
10029
10030 * progmodes/gud.el (gud-common-init): Use new name
10031 split-string-and-unquote.
10032
10033 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
10034 in javac regexp.
10035
10036 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
10037 combine-and-quote-strings and split-string-and-unquote.
10038
10039 * subr.el (combine-and-quote-strings): Rename from strings->string.
10040 (split-string-and-unquote): Rename from string->strings.
10041
10042 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
10045 to buffer-local settings.
10046
10047 * emacs-lisp/backquote.el (backquote-delay-process): New function.
10048 (backquote-process): Add internal arg `level'. Use the two to
10049 correctly handle nested backquotes.
10050
10051 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
10052
10053 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
10054 (vc-bzr-state-words): Add "kind changed" state word.
10055 (vc-bzr-status): New function. Return Bzr idea of file status,
10056 which is different from VC's.
10057 (vc-bzr-state): Use vc-bzr-status.
10058 (vc-workfile-unchanged-p): Use vc-bzr-status.
10059 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
10060 (vc-dired-state): Process "kind changed" state word.
10061
10062 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
10065
10066 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
10067 Move from vc-default-find-file-not-found-hook.
10068
10069 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * man.el: Remove spurious * in docstrings.
10072 Merge defvars and toplevel setq-defaults.
10073 (Man-highlight-references0): Limit=nil rather than point-max.
10074 (Man-mode-map): Move initialization into the declaration.
10075 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
10076 (Man-view-header-file): Use expand-file-name rather than concat.
10077 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
10078
10079 * man.el (Man-next-section): Make sure we do not move backward.
10080
10081 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10082
10083 * files.el (auto-mode-alist): Use the purecopied text (duh!).
10084
10085 2007-08-08 Glenn Morris <rgm@gnu.org>
10086
10087 * Replace `iff' in doc-strings and comments.
10088
10089 2007-08-08 Martin Rudalics <rudalics@gmx.at>
10090
10091 * dired.el (dired-pop-to-buffer):
10092 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10093 * calendar/calendar.el (generate-calendar-window):
10094 * progmodes/compile.el (compilation-set-window-height):
10095 * textmodes/two-column.el (2C-two-columns, 2C-merge):
10096 Use window-full-width-p instead of comparing frame-width and
10097 window-width.
10098
10099 * progmodes/compile.el (compilation-find-buffer): Remove extra
10100 argument in call to compilation-buffer-internal-p.
10101
10102 2007-08-07 Tom Tromey <tromey@redhat.com>
10103
10104 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
10105 Add safe-local-variable property.
10106
10107 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
10108
10109 * image-mode.el (image-toggle-display): Use image-refresh.
10110
10111 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
10112
10113 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
10114 unofficial version.
10115 (vc-bzr-command): Remove redundant setting of process-connection-type.
10116 (vc-bzr-admin-checkout-format-file): Add autoload.
10117 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
10118 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
10119 (vc-bzr-registered): Compare dirstate format tag with known good
10120 value, abort parsing if match fails. Warn user in docstring.
10121 (vc-bzr-workfile-version): Case for different Bzr branch formats.
10122 See bzrlib/branch.py in Bzr sources.
10123 (vc-bzr-diff): First argument FILES may be a string rather than a list.
10124 (vc-bzr-shell-command): Remove in favor of
10125 vc-bzr-command-discarding-stderr.
10126 (vc-bzr-command-discarding-stderr): New function.
10127
10128 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
10129
10130 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
10131 program, and return nil.
10132 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
10133 (vc-bzr-state): Look for path names relative to the repository
10134 root after status keyword.
10135 (vc-bzr-file-name-relative): New function.
10136 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
10137 depend on it.
10138 (vc-bzr-admin-dirname, ...-checkout-format-file)
10139 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
10140 files that we now parse directly for speed.
10141 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
10142 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
10143 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
10144 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
10145 Bzr warnings, so we must discard it.
10146 (vc-bzr-workfile-version): Speedup counting lines from
10147 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
10148 if that file doesn't exist.
10149 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
10150 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
10151 to `vc-directory-exclusion-list'.
10152 (vc-bzr-shell-command): New function.
10153
10154 2007-08-06 Tom Tromey <tromey@redhat.com>
10155
10156 * diff-mode.el (diff-unified->context, diff-reverse-direction)
10157 (diff-fixup-modifs): Typo in docstring.
10158
10159 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
10162 count-screen-lines.
10163 (tpu-edt-off): Disable relevant pieces of advice.
10164
10165 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
10166 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
10167 (newline, newline-and-indent, do-auto-fill): Use advice instead of
10168 redefining the function.
10169 (tpu-set-scroll-margins): Activate the pieces of advice.
10170
10171 2007-08-06 Martin Rudalics <rudalics@gmx.at>
10172
10173 * help.el (resize-temp-buffer-window): Use window-full-width-p
10174 instead of comparing frame-width and window-width.
10175
10176 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
10177
10178 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
10179 optional quotes around files in NEED-UPDATE . REMOVED case.
10180
10181 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
10182 (ada-treat-cmd-string): Improve error message.
10183 (ada-do-file-completion): Call `ada-require-project-file', so
10184 project variables are set properly.
10185 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
10186 (ada-gnatfind-buffer-name): New constant.
10187 (ada-find-any-references): Use new constant. Set buffer name
10188 properly in compilation-start. Toggle read-only properly.
10189 (ada-find-in-src-path): Fix spelling error in docstring.
10190
10191 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
10192 by zero error.
10193
10194 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
10197
10198 2007-08-12 Richard Stallman <rms@gnu.org>
10199
10200 * progmodes/sh-script.el (sh): Delete group `unix'.
10201
10202 * progmodes/gud.el (gud): Change to group `processes'.
10203
10204 2007-08-11 Glenn Morris <rgm@gnu.org>
10205
10206 * progmodes/compile.el (compilation-buffer-name): Don't check
10207 compilation-arguments. It is superfluous, and the variable isn't
10208 even set when this function is called.
10209
10210 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10211
10212 * term/mac-win.el (mac-ae-reopen-application): New function.
10213 (mac-apple-event-map): Bind "reopen application" Apple event to it.
10214
10215 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
10218 take tex-font-script-display into account.
10219 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
10220 cell to a list of 2 elements to simplify the unfontify code.
10221
10222 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10223
10224 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
10225 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
10226 ps-print-color-p is neither nil nor black-white. Reported by Christian
10227 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10228
10229 2007-08-08 Andreas Schwab <schwab@suse.de>
10230
10231 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
10232 self-insert-command, not self-insert.
10233
10234 2007-08-08 Glenn Morris <rgm@gnu.org>
10235
10236 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
10237 argument optional, for backwards compatibility, and only highlight
10238 args when present. Fix symbol name typo (doc/args).
10239
10240 * help-mode.el (help-make-xrefs): Search for symbol constituents,
10241 rather than just `-'.
10242
10243 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
10244
10245 * calc/calc-units.el (calc-convert-temperature):
10246 Use `/' to create fractions.
10247
10248 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
10249
10250 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
10251 global matching.
10252 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
10253 ERROR-BUFFER more robust. Display output.
10254 (tramp-file-name-handler): Add a connection property when we found
10255 a foreign file name handler. This allows backends like ftp to
10256 profit also from usr/host name completion based on connection
10257 cache.
10258 (tramp-send-command-and-read): Search for trash after the regexp
10259 until eol only. In XEmacs, there is a problem with \n.
10260
10261 * net/tramp-cache.el (top): Read persistent connection history
10262 when cache is empty.
10263
10264 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
10265
10266 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
10267 resulting output.
10268
10269 2007-08-07 Sam Steingold <sds@gnu.org>
10270
10271 * progmodes/compile.el (compilation-start): Pass nil as startfile
10272 to comint-exec.
10273
10274 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * longlines.el (longlines-decoded): New variable.
10277 (longlines-mode): Avoid encoding or decoding the buffer twice.
10278
10279 2007-08-07 Martin Rudalics <rudalics@gmx.at>
10280
10281 * format.el (format-insert-file): Make sure that at most one undo
10282 entry is recorded for the insertion. Inhibit point-motion and
10283 modification hooks around call to insert-file-contents.
10284
10285 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
10288 Select the buffer's window before moving point.
10289
10290 2007-08-07 Richard Stallman <rms@gnu.org>
10291
10292 * term.el (term): Remove parent group `unix'.
10293
10294 * simple.el (default-indent-new-line): New function.
10295 It calls comment-line-break-function if there are comments.
10296 (do-auto-fill): Use that.
10297
10298 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
10299
10300 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
10301 (PC-do-completion): Add "acronym completion" for symbols and
10302 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
10303
10304 2007-08-06 Sam Steingold <sds@gnu.org>
10305
10306 * mouse.el (mouse-buffer-menu): Pass mode-name through
10307 format-mode-line because it may be a list,
10308 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
10309
10310 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
10311
10312 * printing.el (pr-update-menus): Docstring fix.
10313
10314 2007-08-06 Jason Rumney <jasonr@gnu.org>
10315
10316 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
10317
10318 * vc-hooks.el (vc-call): Add doc string.
10319
10320 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
10323 process-filter.
10324
10325 2007-08-06 Kenichi Handa <handa@m17n.org>
10326
10327 * international/quail.el: Wrap (require 'help-mode) by
10328 eval-when-compile.
10329 (quail-help-init): New function.
10330 (quail-help): Call quail-help-init.
10331 (quail-store-decode-map-key): Change it to a function.
10332
10333 2007-08-05 Jason Rumney <jasonr@gnu.org>
10334
10335 * vc.el (vc-rollback): Add norevert argument back.
10336 (vc-revert-buffer): Add back as obsolete alias.
10337
10338 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
10339
10340 * term.el: Honor term-default-fg-color and term-default-bg-color
10341 settings when modifying term-current-face.
10342 (term-default-fg-color, term-default-bg-color): Initialize from
10343 default term-current-face.
10344 (term-mode, term-reset-terminal): Set term-current-face with
10345 term-default-fg-color and term-default-bg-color.
10346 (term-handle-colors-array): term-current-face has term-default-fg-color
10347 and term-default-bg-color after reset escape sequence.
10348 (term-handle-colors-array): Set term-current-color with
10349 term-default-fg/bg-color instead of ansi-term-color-vector when the
10350 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10351
10352 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
10353
10354 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10355 (math-nlfit-givens): Let bind free variables.
10356
10357 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
10358
10359 * printing.el: Require lpr and ps-print when loading printing package.
10360 Reported by Glenn Morris <rgm@gnu.org>.
10361
10362 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
10363
10364 * files.el (set-auto-mode): Handle also remote files wrt
10365 `auto-mode-alist'.
10366
10367 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
10368
10369 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10370 curves and plotting.
10371
10372 * calc/calc-nlfit.el: New file.
10373
10374 2007-08-04 Glenn Morris <rgm@gnu.org>
10375
10376 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10377 zero, not nil, when the library is first loaded. Check for a file
10378 that has been modified on disk.
10379
10380 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10381 Remove duplicate defvar preventing initialization.
10382 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10383
10384 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10385
10386 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10387 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10388 may match up to 4 lines.
10389 (diff-beginning-of-file-and-junk): Rewrite.
10390
10391 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10392
10393 * printing.el: Evaluate require only during compilation.
10394 (pr-version): New version 6.9.1.
10395 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10396 (pr-global-menubar): Fix code.
10397
10398 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
10399
10400 * term.el (term-erase-in-display): Fix case when point is not at
10401 the beginning of the line.
10402
10403 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
10404
10405 * calc/calc-ext.el (math-get-value, math-get-sdev)
10406 (math-contains-sdev): New functions.
10407
10408 * calc/calc-graph.el (calc-graph-format-data)
10409 (calc-graph-add-curve): Check for error forms.
10410 (calc-graph-set-styles): Add option for error forms.
10411
10412 2007-08-03 Miles Bader <miles@gnu.org>
10413
10414 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10415 backend names for new backends to `Git', `Hg', and `Bzr'.
10416 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10417 not `HG'.
10418 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10419 name, not `GIT'.
10420 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10421 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10422
10423 2007-08-03 Richard Stallman <rms@gnu.org>
10424
10425 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10426 to update deleted flag.
10427
10428 * cus-edit.el (customize-apropos, customize-apropos-options)
10429 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10430
10431 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10432
10433 * startup.el (fancy-splash-head, startup-echo-area-message):
10434 Change message text.
10435
10436 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10437 All callers use line-move.
10438
10439 * progmodes/compile.el (compilation-find-buffer): Return current
10440 buffer immediately if suitable.
10441 (compile, compilation-buffer-name, compilation-start): Doc fixes.
10442
10443 2007-08-03 Daiki Ueno <ueno@unixuser.org>
10444
10445 * faces.el (face-normalize-spec): New function.
10446 (frame-set-background-mode): Normalize face-spec before calling
10447 face-spec-match-p.
10448
10449 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * server.el (server-window): Add switch-to-buffer-other-frame option.
10452
10453 2007-08-03 Glenn Morris <rgm@gnu.org>
10454
10455 * cus-edit.el (customize-apropos): Make the error message indicate
10456 what kind of thing the user was trying to customize.
10457
10458 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10459
10460 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10461 Fix off-by-one error in previous change.
10462
10463 2007-08-03 Drew Adams <drew.adams@oracle.com>
10464
10465 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10466 Make buffer writable.
10467
10468 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10469
10470 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10471 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10472 Use native Emacs functions, when appropriate.
10473
10474 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10475 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * vc.el: Document new VC operation `extra-menu'.
10478
10479 * vc-hooks.el (vc-default-extra-menu): New function.
10480
10481 * menu-bar.el (menu-bar-vc-filter): New function.
10482 (menu-bar-tools-menu): Use it as a filter.
10483
10484 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
10485
10486 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10487
10488 2007-08-01 Glenn Morris <rgm@gnu.org>
10489
10490 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10491 strings.
10492 (fortran-tab-mode-default): Remove needless autoload.
10493 (fortran-tab-mode-string): Add help-echo and mouse properties, and
10494 mark as risky.
10495 (fortran-line-length): New buffer-local variable, safe if integer.
10496 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10497 Change from variables to constants.
10498 (fortran-font-lock-syntactic-keywords): Delete as a variable,
10499 replace with a new function definition.
10500 (fortran-mode): Use fortran-line-length, and
10501 fortran-font-lock-syntactic-keywords as a function. Add a
10502 hack-local-variables-hook function.
10503 (fortran-line-length, fortran-hack-local-variables): New functions.
10504 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10505 Use fortran-line-length rather than 72.
10506 (fortran-window-create-momentarily): Doc fix.
10507
10508 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
10509
10510 * cus-edit.el (custom-group-value-create, custom-goto-parent):
10511 Fix parent groups link.
10512
10513 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
10514
10515 * progmodes/python.el (python-current-defun): Adjust to never fall
10516 into infinite loop.
10517
10518 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10521
10522 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
10523
10524 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10525 (copyright-fix-years, copyright): Correctly handle the case where
10526 copyright-limit is nil.
10527
10528 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
10529
10530 * progmodes/python.el (run-python): Fix path separator under w32.
10531
10532 2007-07-30 Richard Stallman <rms@gnu.org>
10533
10534 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10535 Treat non-break space as whitespace in Lisp.
10536
10537 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * vc.el (vc-dired-hook): Use inhibit-read-only.
10540
10541 * progmodes/compile.el (compilation-forget-errors):
10542 Reset compilation-auto-jump-to-next.
10543
10544 2007-07-30 Michael Olson <mwolson@gnu.org>
10545
10546 * cus-edit.el (custom-group-save): Fix void function definition
10547 error. Thanks to Zhang Wei for the report.
10548
10549 * ps-print.el: Check in trivial changes to the autoloads section
10550 caused by the build process. These autoloads really ought to be
10551 placed in a separate file, methinks.
10552
10553 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * calendar/calendar.el (calendar-mode): Make sure
10556 displayed-(month|year) are set.
10557 (calendar-basic-setup): Display buffer before adjusting window sizes.
10558 (generate-calendar-window): Use inhibit-read-only. Simplify.
10559 Generate buffer and set displayed-month and displayed-year before
10560 calling update-calendar-mode-line.
10561
10562 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
10563
10564 * net/tramp.el:
10565 * net/tramp-uu.el:
10566 * net/trampver.el: Use utf-8 encoding with coding cookie.
10567
10568 * net/tramp-cache.el:
10569 * net/tramp-fish.el:
10570 * net/tramp-ftp.el:
10571 * net/tramp-gw.el:
10572 * net/tramp-smb.el: Remove coding cookie.
10573
10574 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10575 Flush buffer file-name's file property.
10576 (tramp-handle-file-remote-p): The first parameter is FILENAME.
10577
10578 * net/trampver.el: Update release number.
10579
10580 2007-07-29 Juri Linkov <juri@jurta.org>
10581
10582 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10583 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10584 when major-mode is not dired-mode.
10585 (dired-toggle-read-only): New function.
10586 (dired-recursive-deletes): Remove obsolete comments about old
10587 default value.
10588 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10589
10590 * wdired.el (wdired-exit): New function.
10591 (wdired-mode-map): Bind C-x C-q to wdired-exit.
10592
10593 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * cus-edit.el (customize-read-group): New fun.
10596 (customize-group-other-window, customize-face-other-window):
10597 Prompt before delegating to customize-(group|face).
10598 Bind pop-up-windows rather than use the other-window argument.
10599 (customize-group, customize-face): Prompt from the interactive spec.
10600 Remove args `prompt-for-group' and `other-window'.
10601
10602 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10603 (ad-body-forms, ad-advised-interactive-form): Revert this part of
10604 last change.
10605
10606 2007-07-28 Masatake YAMATO <jet@gyve.org>
10607
10608 * vc.el (vc-dired-mode): Add a menu for VC related operation.
10609 Use backend name as the menu label. Suggested by David Kastrup.
10610
10611 2007-07-28 Alan Mackenzie <acm@muc.de>
10612
10613 Fix problem with modes derived from CC Mode:
10614 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10615 macro to cc-langs.
10616 (c-init-language-vars-for): Remove call to above macro.
10617 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10618 been moved to here.
10619 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10620
10621 2007-07-28 Eli Zaretskii <eliz@gnu.org>
10622
10623 * net/trampver.el: Fix the `coding' cookie.
10624
10625 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10626
10627 * vc-git.el (vc-git-print-log): Support both the old single file
10628 interface and the new one.
10629
10630 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
10631
10632 * bindings.el (mode-line-remote): Use updated %@ construct.
10633
10634 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10637 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10638 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10639 (diary-list-bahai-entries, diary-bahai-mark-entries)
10640 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10641 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10642 New names to clean up namespace.
10643 (list-bahai-diary-entries, mark-bahai-diary-entries)
10644 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10645 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10646 Add compatibility aliases.
10647
10648 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10649
10650 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10651 (calendar-scroll-left-three-months)
10652 (calendar-scroll-right-three-months): Clean up namespace.
10653 (scroll-calendar-left, scroll-calendar-right)
10654 (scroll-calendar-left-three-months)
10655 (scroll-calendar-right-three-months): Add compatibility aliases.
10656
10657 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10658 Behave like mouse-scroll-calendar-* when used from the mouse.
10659
10660 * calendar/cal-menu.el (cal-menu-scroll-menu)
10661 (cal-menu-global-mouse-menu):
10662 * calendar/calendar.el (calendar-mode-map):
10663 Use new calendar-scroll-* names.
10664 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10665 Remove. Use calendar-scroll-* directly instead.
10666
10667 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10670 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10671 (ad-make-advised-definition, ad-cache-id-verification-code):
10672 Use commandp and interactive-form instead.
10673
10674 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
10675
10676 * vc-git.el: Relicense to GPLv3 or later.
10677 (vc-directory-exclusion-list, vc-handled-backends): Remove.
10678
10679 * vc-hooks.el (vc-handled-backends): Add GIT.
10680
10681 * vc.el (vc-directory-exclusion-list): Add .git.
10682
10683 2007-07-26 Alexandre Julliard <julliard@winehq.org>
10684
10685 * vc-git.el (vc-git-revision-table)
10686 (vc-git-revision-completion-table): New functions.
10687
10688 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10689
10690 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10691 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10692 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10693 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10694 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10695 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10696 New command actions for EPS header and EPS footer.
10697
10698 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10699 footer. Fix some problems with one-or-more, zero-or-more and
10700 alternative constructions generation. Some log messages
10701 implementation. Doc fix.
10702 (ebnf-version): New version 4.4.
10703 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10704 (ebnf-eps-footer, ebnf-log): New options.
10705 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10706 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10707 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10708 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10709 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10710 (ebnf-style-custom-list, ebnf-style-database): Put new values.
10711 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10712 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10713 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10714 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10715 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10716 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10717 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10718 (ebnf-non-terminal-dimension, ebnf-special-dimension)
10719 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10720 (ebnf-except-dimension, ebnf-alternative-dimension)
10721 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10722 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10723 message fun.
10724 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10725 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10726 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10727 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10728 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10729 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10730 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10731 compatibility with Emacs 20 & 21.
10732 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10733 (ebnf-eps-file-alist, ebnf-basic-width-extra)
10734 (ebnf-basic-empty-height): New vars.
10735 (ebnf-prologue): Fix PostScript code.
10736 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10737 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10738 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10739 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10740
10741 2007-07-25 Glenn Morris <rgm@gnu.org>
10742
10743 * Relicense all FSF files to GPLv3 or later.
10744
10745 * COPYING: Switch to GPLv3.
10746
10747 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10750 Replace it with another one which disables undo before calling
10751 erase-buffer and then turns it back on if needed.
10752
10753 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10754
10755 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10756
10757 2007-07-24 Glenn Morris <rgm@gnu.org>
10758
10759 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10760 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10761 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10762 (cal-tex-cursor-week, cal-tex-cursor-week2)
10763 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10764 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10765 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10766 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10767
10768 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * calendar/calendar.el (calendar-mode-map): Move initialization
10771 into declaration. Add menu bindings (used to be done in cal-menu).
10772 (calendar-mode): Don't add an activate-menubar-hook.
10773
10774 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10775 modify calendar-mode-map), use easy-menu, and make sure that C-h k
10776 can be used on the menu entries.
10777 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10778 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10779 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10780 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10781 (calendar-flatten, cal-menu-update): Remove.
10782 (calendar-mouse-insert-hebrew-diary-entry)
10783 (calendar-mouse-insert-islamic-diary-entry)
10784 (calendar-mouse-insert-bahai-diary-entry):
10785 Remove (fold into cal-menu-diary-menu).
10786 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10787 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10788 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10789 (calendar-mouse-view-diary-entries): Minor simplifications.
10790 (calendar-event-to-date): Use with-current-buffer.
10791
10792 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * add-log.el (change-log-redate): Remove (not needed anymore and
10795 doesn't appear to work).
10796
10797 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * frame.el: Use mapc and dolist instead of mapcar where possible.
10800 (close-display-connection): New command.
10801
10802 2007-07-25 Alexandre Julliard <julliard@winehq.org>
10803
10804 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10805 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10806
10807 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10808
10809 * ps-print.el (ps-multibyte-buffer): Docstring fix.
10810
10811 * ps-mule.el: Doc fix.
10812 (ps-multibyte-buffer, ps-mule-font-info-database-default)
10813 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10814
10815 2007-07-25 Glenn Morris <rgm@gnu.org>
10816
10817 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10818 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10819 (cal-tex-daily-end, cal-tex-hook)
10820 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10821 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10822 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10823 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10824 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10825 (cal-tex-day-prefix, cal-tex-day-name-format)
10826 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10827 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10828 (cal-tex-LaTeX-subst-list): Change from variables to constants.
10829 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10830 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10831 etc, rather than \bf.
10832 (cal-tex-mini-calendar): Fix typos in previous change.
10833 (cal-tex-latexify-list): Remove inner let binding.
10834 (cal-tex-end-document, cal-tex-banner): Use multi-line
10835 cal-tex-comment.
10836 (cal-tex-comment): Handle embedded newlines.
10837 (cal-tex-LaTeXify-string): Use substring-no-properties.
10838
10839 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
10840
10841 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10842 Add support for the Maden build tool.
10843
10844 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
10845
10846 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10847
10848 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10849
10850 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10851
10852 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10853
10854 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10855 C-x C-q.
10856
10857 * vc-git.el (vc-git-print-log): Fix previous change.
10858
10859 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * window.el (save-selected-window): Minor optimization.
10862 (bw-adjust-window): If operation failed, try with a smaller delta.
10863 (window-fixed-size-p): New function.
10864 (window-area-factor): New var.
10865 (balance-windows-area): New command.
10866
10867 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10868 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10869 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10870 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10871 (ps-mule-begin-job): Use dolist.
10872
10873 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
10874
10875 * subr.el (start-file-process-shell-command)
10876 (process-file-shell-command): New defuns.
10877
10878 * progmodes/compile.el (compilation-start):
10879 Apply `start-file-process-shell-command'.
10880
10881 2007-07-24 Alexandre Julliard <julliard@winehq.org>
10882
10883 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10884
10885 2007-07-24 Alan Mackenzie <acm@muc.de>
10886
10887 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10888 Initialise byte-compile-unresolved-functions before rather than
10889 after a compilation.
10890 (byte-compile-unresolved-functions): Amplify doc string.
10891
10892 2007-07-24 Glenn Morris <rgm@gnu.org>
10893
10894 * startup.el (normal-splash-screen): Use `emacs-copyright'.
10895
10896 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10897 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10898 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10899 (cal-tex-cursor-week, cal-tex-cursor-week2)
10900 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10901 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10902 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10903 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10904
10905 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10906 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10907 (cal-tex-day-name-format, cal-tex-cal-one-month)
10908 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10909 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10910 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10911 (cal-tex-list-holidays, cal-tex-cursor-year)
10912 (cal-tex-cursor-year-landscape, cal-tex-year)
10913 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10914 (cal-tex-cursor-month, cal-tex-insert-days)
10915 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10916 (cal-tex-first-blank-p, cal-tex-cursor-week)
10917 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10918 (cal-tex-week-hours, cal-tex-cursor-week-monday)
10919 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10920 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10921 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10922 (cal-tex-latexify-list, cal-tex-previous-month)
10923 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10924 modernization, including using dotimes rather than
10925 calendar-for-loop.
10926 (cal-tex-LaTeX-subst-list): Remove `@'.
10927 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10928 Use \textit and \textbf rather than \em and \it.
10929
10930 * calendar/cal-bahai.el (list-bahai-diary-entries)
10931 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10932 * calendar/cal-islam.el (list-islamic-diary-entries)
10933 * calendar/calendar.el (generate-calendar, generate-calendar-month)
10934 * calendar/diary-lib.el (diary-list-entries)
10935 (mark-calendar-date-pattern): Use `dotimes' rather than
10936 `calendar-for-loop'.
10937
10938 * calendar/calendar.el (calendar-for-loop): Doc fix.
10939
10940 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10941
10942 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10943 underlying file is uptodate.
10944
10945 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
10946
10947 * replace.el (perform-replace): Use isearch-no-upper-case-p.
10948
10949 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * vc-hooks.el (vc-mode-line-map): New const.
10952 (vc-mode-line): Use it.
10953
10954 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10955
10956 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10957 (vc-git-unregister): New functions.
10958 (vc-git-find-version): Use the result of ls-files as a parameter
10959 for cat-file.
10960
10961 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
10962
10963 * net/tramp.el (tramp-perl-file-attributes)
10964 (tramp-perl-directory-files-and-attributes)
10965 (tramp-handle-file-attributes-with-stat)
10966 (tramp-handle-directory-files-and-attributes-with-stat)
10967 (tramp-convert-file-attributes): Handle huge file sizes.
10968
10969 2007-07-23 Juri Linkov <juri@jurta.org>
10970
10971 * isearch.el (isearch-message-function): New variable.
10972 (isearch-update, isearch-search): Use it.
10973
10974 * simple.el (goto-history-element): New function created from
10975 next-history-element.
10976 (next-history-element): Most code moved to goto-history-element.
10977 Call goto-history-element with (- minibuffer-history-position n).
10978 (previous-history-element): Call goto-history-element with (+
10979 minibuffer-history-position n).
10980 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10981 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10982 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10983 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10984 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10985 (minibuffer-history-isearch-pop-state): New functions.
10986
10987 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10988
10989 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10990 Also, if FILE is a list, return non-nil if any of its elements
10991 should stay local. Update docstring.
10992
10993 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10996 change by reverting a small part.
10997
10998 2007-07-23 Richard Stallman <rms@gnu.org>
10999
11000 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
11001
11002 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11003
11004 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
11005 handling it. Use vc-git-command.
11006 (vc-git-find-version, vc-git-diff-tree): New functions.
11007 (vc-git-revert): Use vc-git-command.
11008 (vc-git--run-command): Delete.
11009
11010 2007-07-23 Alexandre Julliard <julliard@winehq.org>
11011
11012 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
11013
11014 2007-07-20 Kenichi Handa <handa@m17n.org>
11015
11016 * international/utf-8.el (utf-8-post-read-conversion):
11017 Temporarily bind utf-8-compose-scripts to nil while running
11018 *-compose-region functions.
11019
11020 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11021
11022 * vc-git.el: Update status.
11023 (vc-directory-exclusion-list): Use eval-after-load.
11024
11025 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
11026
11027 * bindings.el (mode-line-remote): New variable.
11028 (help-echo): Add to default values of mode-line-format.
11029
11030 * files.el: Mark mode-line-remote as risky.
11031
11032 2007-07-22 Juri Linkov <juri@jurta.org>
11033
11034 * isearch.el (isearch-edit-string): Save old point and
11035 isearch-other-end to old-point and old-other-end before reading
11036 the search string from minibuffer. After exiting minibuffer set
11037 point to old-other-end if point and the search direction is the
11038 same as before reading the search string.
11039 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
11040 to isearch-other-end. Instead of isearch-search-and-update call
11041 three functions isearch-search, isearch-push-state and isearch-update.
11042
11043 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11044
11045 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
11046 deal with multiple file arguments.
11047 (vc-git-print-log): Deal with multiple file arguments.
11048
11049 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
11052 diff-refine-hunk. Adjust users.
11053 (diff-unified-hunk-p, diff-splittable-p): New functions.
11054 (diff-mode-menu): Use it to disable Split when it doesn't work.
11055
11056 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11057
11058 * diff-mode.el (diff-mode-menu): New entries.
11059
11060 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
11063 if applicable, so as to save undo-log space.
11064
11065 * diff-mode.el (diff-find-file-name): Add arg `batch'.
11066
11067 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
11068 (diff-file-kill): Use it.
11069 (diff-beginning-of-hunk): Add arg `try-harder' using it.
11070 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
11071 Use it so they find the hunk even when we're in the file header.
11072
11073 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11074
11075 * vc-git.el (vc-git-revision-granularity, vc-git-root)
11076 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
11077 (vc-git-create-repo): New functions.
11078 (vc-git-registered): New autoloaded function definition.
11079 (vc-git-registered): Use vc-git-root.
11080 (vc-git-responsible-p): New defalias.
11081 (vc-git-annotate-extract-revision-at-line): Uncomment.
11082 (vc-git-print-log): Add the file name to the log.
11083 (vc-git-log-view-mode): New derived mode.
11084 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
11085
11086 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
11087
11088 * progmodes/grep.el (grep-compute-defaults): Keep default values.
11089
11090 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
11091
11092 * textmodes/reftex.el (reftex-access-parse-file): Create parse
11093 file in a way that does not interfere with recentf mode.
11094 (reftex-access-parse-file): Do not risk destroying an existing
11095 buffer.
11096
11097 2007-07-22 Alexandre Julliard <julliard@winehq.org>
11098
11099 * vc-git.el: New file.
11100
11101 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * textmodes/tex-mode.el (tex-font-script-display): Change default.
11104
11105 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11106
11107 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
11108 for branches and new files.
11109
11110 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
11111 local-map handling ...
11112 (vc-mode-line): ... here. Improve handling of help-echo.
11113
11114 * vc.el (mode-line-string): Document help-echo usage.
11115
11116 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
11117
11118 Sync with Tramp 2.1.10.
11119
11120 * net/tramp.el (tramp-get-ls-command): Fix typo.
11121
11122 * net/trampver.el: Update release number.
11123
11124 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11125
11126 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
11127
11128 * term/x-win.el (x-handle-no-bitmap-icon): New function.
11129
11130 2007-07-22 Martin Rudalics <rudalics@gmx.at>
11131
11132 * add-log.el (change-log-fill-parenthesized-list): New function.
11133 (change-log-indent): Call change-log-fill-parenthesized-list.
11134 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
11135 Have lines with leading asterisk start a paragraph.
11136
11137 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11138
11139 * calc/calc-math.el (math-emacs-precision)
11140 (math-largest-emacs-expt, math-smallest-emacs-expt):
11141 New variables.
11142 (math-use-emacs-fn): New function.
11143 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
11144 appropriate.
11145
11146 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11147
11148 * image-dired.el (image-dired-sane-db-file): New func.
11149 (image-dired-write-tags, image-dired-remove-tag)
11150 (image-dired-list-tags, image-dired-write-comments)
11151 (image-dired-get-comment, image-dired-mark-tagged-files)
11152 (image-dired-create-gallery-lists): Call new func.
11153 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
11154
11155 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11156
11157 * vc-hg.el (vc-hg-dir-state): Fix loop.
11158 (vc-hg-print-log): Fix expected return value for vc-hg-command.
11159 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
11160 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
11161 (vc-hg-revert): Likewise.
11162 (vc-hg-revision-table, vc-hg-revision-completion-table): New
11163 functions.
11164
11165 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * add-log.el (change-log-resolve-conflict): Don't lose data if the
11168 merge fails.
11169
11170 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11171
11172 * progmodes/compile.el (compilation-auto-jump-to-first-error):
11173 Add group and version.
11174
11175 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * add-log.el (add-log-file-name): Use file-relative-name.
11178 (add-change-log-entry): Delay reading
11179 add-log-(full-name|mailing-address) to after we've switched to the
11180 ChangeLog buffer so we get the right value.
11181 (add-change-log-entry, add-log-current-defun, change-log-merge):
11182 Use derived-mode-p rather than checking major-mode directly.
11183
11184 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
11185 name for buffer-file-name if it refers to a directory.
11186
11187 * vc-arch.el (vc-arch-diff): Fix last change.
11188
11189 * progmodes/compile.el (compilation-start): Remember the original
11190 directory in a buffer-local compilation-directory.
11191 (compile): Set the global value of compilation-directory.
11192 (recompile): Use compilation-directory even in the compilation buffer.
11193
11194 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11195
11196 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
11197
11198 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11199
11200 * ps-print.el: Problem with foreground and background color when
11201 printing a buffer with and without faces. Reported by Christian
11202 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
11203 (ps-print-version): New version 6.7.5.
11204 (ps-default-fg): Change default value to nil, so black color is used
11205 when a face does not specify a foreground color.
11206 (ps-default-bg): Change default value to nil, so white color is used
11207 for background color.
11208 (ps-begin-job): Fix code.
11209
11210 2007-07-20 Eli Zaretskii <eliz@gnu.org>
11211
11212 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
11213 in $(INSTALL_DIR)/lisp/ if they already exist.
11214
11215 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11216
11217 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
11218 in $(INSTALL_DIR)/lisp/ if they already exist.
11219
11220 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * progmodes/vera-mode.el (vera-re-search-forward)
11223 (vera-re-search-backward): Remove use of store-match-data.
11224 (vera-mode-map): Move initialization into declaration.
11225
11226 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
11227 (flymake-find-buildfile): Use locate-dominating-file.
11228
11229 * vc.el (vc-delistify): Use mapconcat.
11230 (vc-do-command): Minor simplification.
11231 (vc-expand-dirs): Use push.
11232
11233 * vc-mcvs.el (vc-mcvs-create-repo):
11234 * vc-cvs.el (vc-cvs-create-repo): Remove.
11235
11236 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
11237 directory and the root as well.
11238
11239 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11240
11241 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
11242 instead of a file.
11243
11244 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
11245 (vc-hg-registered): Replace if with when.
11246 (vc-hg-state): Deal with nonexistent files and handle removed files.
11247 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
11248 (vc-hg-checkout): Re-enable.
11249 (vc-hg-create-repo): Fix typos.
11250 (vc-hg-print-log): Fix for multiple files.
11251 (vc-hg-workfile-unchanged-p): New function.
11252
11253 * vc.el: Fix typo.
11254 (vc-print-log): Fix call to print-log.
11255 (vc-default-comment-history): Likewise.
11256 (vc-directory-exclusion-list): Add .hg and .bzr.
11257 (vc-diff-internal): Pass a list instead of a file.
11258
11259 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
11260
11261 * vc-bzr.el (vc-bzr-create-repo): New function.
11262
11263 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
11266 `file' from which to start the search.
11267
11268 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
11269
11270 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
11271 having a single file argument to having a list of files as the
11272 first argument.
11273
11274 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * files.el (locate-dominating-file): New function.
11277
11278 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
11279
11280 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
11281 (grep-compute-defaults): Use it.
11282
11283 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * uniquify.el: Docstring fixes.
11286
11287 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
11288
11289 * vc.el (revision-granularity, create-repo): Document new vc
11290 backend properties.
11291 (vc-rollback): Renamed from vc-cancel-version. Update references.
11292 Pass a list instead of a file.
11293 (vc-revert): Renamed from vc-revert-buffer. Update references.
11294 (vc-delistify, vc-expand-dirs): New functions.
11295 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
11296 of files instead of a single file.
11297 (vc-position-context, vc-resync-window, vc-diff-internal)
11298 (vc-print-log): Pass a list instead of a file.
11299
11300 * vc-hooks.el (vc-stay-local-p, vc-backend)
11301 (vc-backend-subdirectory-name): Work on a file list, not a single
11302 file.
11303 (vc-workfile-version): Update docstring.
11304 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
11305 vc-revert instead of vc-revert-buffer.
11306 (vc-prefix-map): Likewise. Bind vc-update.
11307
11308 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
11309 (vc-svn-wash-log): New functions.
11310 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
11311 (vc-svn-command): Deal with a list of files, not a single file.
11312
11313 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
11314 (vc-rcs-wash-log): New functions.
11315 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
11316 Deal with a list of files, not a single file.
11317 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
11318
11319 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
11320 functions.
11321 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
11322 list of files, not a single file.
11323
11324 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11325 New functions.
11326 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11327 (vc-mcvs-diff): Deal with a list of files, not a single file.
11328
11329 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11330 functions.
11331 (vc-hg-print-log): Deal with a list of files, not a single file.
11332 (vc-hg-diff-tree): New function, replace defalias with the same
11333 name.
11334 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11335 FILES to denote that it is a file list, not a single file.
11336
11337 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11338 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11339 a single file.
11340 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11341 that it is a file list, not a single file.
11342 (vc-cvs-diff): Likewise. Simplify.
11343
11344 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11345 Deal with a list of files, not a single file.
11346
11347 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11348 (vc-bzr-print-log): Update FILE parameter name to denote that it
11349 is a file list, not a single file.
11350 (vc-bzr-diff): Likewise. Use the car of files.
11351
11352 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
11353
11354 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11355 (follow-delete-other-windows-and-split, follow-recenter)
11356 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11357 (follow-redisplay, follow-estimate-first-window-start)
11358 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11359 Fix typos in docstrings.
11360
11361 2007-07-18 Martin Rudalics <rudalics@gmx.at>
11362
11363 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11364 avoid that filling introduces lines with a single asterisk.
11365
11366 * kmacro.el (kmacro-end-macro): When ignoring empty macro
11367 avoid incorrect kmacro-ring-empty-p messages.
11368 Reported by Michael Schierl <schierlm@gmx.de>.
11369
11370 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * vc.el: Add more info about the vc-registered function.
11373
11374 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
11375
11376 * files.el (file-remote-p): Introduce optional parameter
11377 IDENTIFICATION.
11378
11379 * recentf.el (recentf-keep-default-predicate): Adapt call of
11380 `file-remote-p'.
11381
11382 * progmodes/grep.el (grep-probe): Use `process-file'.
11383 (grep-compute-defaults): Handle variables host specific.
11384
11385 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11386 parameter IDENTIFICATION.
11387
11388 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11389 parameter IDENTIFICATION.
11390 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
11391 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11392 Add entry for `set-file-times'.
11393 (tramp-do-copy-or-rename-file-via-buffer)
11394 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11395 (tramp-handle-unhandled-file-name-directory): Rewrite.
11396 (tramp-convert-file-attributes): Add error handling when inode is
11397 extraordinary big.
11398 (tramp-get-inode): Change parameter from FILE to VEC.
11399 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11400 is nil. This is according to the specification. Goto (point-max)
11401 when ready.
11402 (tramp-handle-shell-command): Rewrite completely, using
11403 `process-file' and `start-file-process'.
11404 (tramp-methods, tramp-find-shell)
11405 (tramp-open-connection-setup-interactive-shell)
11406 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11407 var. Reported by Steve Youngs <steve@sxemacs.org>.
11408
11409 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11410 entry for `set-file-times'. Rename `start-process' into
11411 `start-file-process'. Remove `call-process' entry.
11412 (tramp-fish-handle-set-file-times): New defun.
11413 (tramp-fish-handle-executable-find): Use `process-file'.
11414 (tramp-fish-handle-process-file): New defun. Replaces
11415 `tramp-fish-handle-call-process'.
11416 (tramp-fish-do-copy-or-rename-file-directly): Use
11417 `set-file-times'.
11418 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11419
11420 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11421 `tramp-get-inode' parameter.
11422
11423 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11426 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
11427 nowadays, and by the time Emacs-23 comes out, nobody will even remember
11428 it has ever existed.
11429
11430 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11431
11432 * vc.el: Undo previous change.
11433
11434 2007-07-16 Eli Zaretskii <eliz@gnu.org>
11435
11436 * makefile.w32-in (clean): Don't delete *~.
11437
11438 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11439
11440 * textmodes/tex-mode.el (tex-verbatim-environments):
11441 Add safe-local-variable property.
11442 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11443 when starting font-lock rather than when loading tex-mode.el.
11444
11445 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11446 whole $( rather than just the $. Rename from sh-quoted-subshell.
11447 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11448
11449 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11450
11451 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11452 bookmark-alist. Instead, if not sorting, simply return it.
11453 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11454 for its return value, not for its side effect.
11455
11456 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11457 case of alignment under a constant symbol, find and consider
11458 the sexp actually at indentation to be the "last sexp".
11459
11460 2007-07-16 Drew Adams <drew.adams@oracle.com>
11461
11462 * mouse.el (mouse-yank-secondary): Better error message if no
11463 secondary selection.
11464
11465 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11466
11467 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11468
11469 * term/xterm.el (xterm-turn-on-modify-other-keys)
11470 (xterm-turn-off-modify-other-keys): New functions.
11471 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11472 terminal supports it.
11473
11474 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11475
11476 * bookmark.el (bookmark-show-all-annotations):
11477 Make sure each inserted annotation ends with newline.
11478
11479 2007-07-15 Richard Stallman <rms@gnu.org>
11480
11481 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11482
11483 * tutorial.el (tutorial--find-changed-keys):
11484 Handle C-x specially like ESC.
11485
11486 2007-07-15 Aaron Hawley <aaronh@garden.org>
11487
11488 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11489
11490 2007-07-15 Juri Linkov <juri@jurta.org>
11491
11492 * delsel.el (delete-selection-pre-hook):
11493 * emulation/cua-base.el (cua-paste): Before a yank command,
11494 check also whether last-command is one of mouse-save-then-kill,
11495 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11496
11497 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
11498
11499 * recentf.el (recentf-keep-default-predicate): New defun.
11500 (recentf-keep): Use it as initial value.
11501
11502 2007-07-15 Karl Fogel <kfogel@red-bean.com>
11503
11504 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11505 thus restoring bookmark bindings to three slots under C-x r. See
11506 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11507
11508 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
11509
11510 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11511
11512 2007-07-15 Jason Rumney <jasonr@gnu.org>
11513
11514 * w32-fns.el (set-default-process-coding-system): Use dos line ends
11515 for input to cmdproxy on all versions of Windows.
11516 Use dos line ends for input to plink.
11517
11518 * comint.el (comint-simple-send): Concat newline before sending.
11519 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11520
11521 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11524 safe-local-variable setting.
11525
11526 2007-07-14 David Kastrup <dak@gnu.org>
11527
11528 * emacs-lisp/advice.el (defadvice): Doc fix.
11529
11530 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
11531
11532 * subr.el (when, unless): Doc fix.
11533
11534 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11535
11536 * replace.el (match): Use yellow1 instead of yellow.
11537
11538 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11539 red.
11540
11541 * pcvs-info.el (cvs-unknown): Likewise.
11542
11543 2007-07-13 Eli Zaretskii <eliz@gnu.org>
11544
11545 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11546 (install): Use them to copy all *.el files before *.elc.
11547
11548 2007-07-13 Drew Adams <drew.adams@oracle.com>
11549
11550 * bookmark.el (bookmark-jump-other-window): New function.
11551 (bookmark-map): Bind it to "o".
11552
11553 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11554 and its thread contains discussion about this change.
11555 The original patch was slightly tweaked by Karl Fogel
11556 <kfogel@red-bean.com> before committing.
11557
11558 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11559
11560 * bookmark.el: Shorten some comments to fit within 80 lines.
11561
11562 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11563
11564 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11565 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
11566 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
11567 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11568
11569 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
11570
11571 * textmodes/org.el: Bug fixes.
11572 (org-end-of-line): Move to end of line if in headline without tags.
11573
11574 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * vc-hooks.el: Remove spurious * in docstrings.
11577 (vc-handled-backends): Add BZR.
11578
11579 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11580
11581 2007-07-12 Davis Herring <herring@lanl.gov>
11582
11583 * desktop.el (desktop-buffer-info, desktop-save):
11584 Use `desktop-dirname' instead of `dirname'.
11585
11586 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11587
11588 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11589
11590 * progmodes/python.el (python-which-func-length-limit): New var.
11591 (python-which-func): New function.
11592 (python-current-defun): Add optional `length-limit' and try to fit
11593 computed function name to that length.
11594 (python-mode): Hook `python-which-func' up.
11595
11596 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11597
11598 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11599
11600 * comint.el (comint-dynamic-complete-as-filename):
11601 Use read-file-name-completion-ignore-case.
11602
11603 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * comint.el (comint-dynamic-list-filename-completions):
11606 Use read-file-name-completion-ignore-case.
11607
11608 * vc-cvs.el: Require CL.
11609 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11610 New functions to provide completion of revision names.
11611
11612 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11613 (vc-cvs-annotate-first-line-re): New const.
11614 (vc-cvs-annotate-process-filter): New fun.
11615 (vc-cvs-annotate-command): Use them and run the command asynchronously.
11616
11617 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11618
11619 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11620 (eldoc-print-current-symbol-info): Adjust for changed helper
11621 function signatures.
11622 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
11623 `eldoc-highlight-function-argument'.
11624 (eldoc-highlight-function-argument): New function.
11625 (eldoc-get-var-docstring): Format documentation with
11626 `font-lock-variable-name-face'.
11627 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11628 where suited.
11629 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11630 (eldoc-beginning-of-sexp): Return number of skipped sexps.
11631
11632 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
11633
11634 * progmodes/compile.el (compilation-start): `start-process' must
11635 still be redefined when calling `start-process-shell-command'.
11636
11637 * progmodes/gud.el (gud-file-name): When `default-directory' is a
11638 remote file name, prepend its remote part to the filename.
11639 (gud-common-init): When `default-directory' is a remote file name,
11640 make the filename relative to it.
11641 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11642
11643 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11644
11645 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11646 mouse binding and a tooltip.
11647
11648 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * menu-bar.el (vc-menu-map): New defalias.
11651
11652 2007-07-10 Richard Stallman <rms@gnu.org>
11653
11654 * emacs-lisp/lisp-mode.el (eval-defun):
11655 Explain special handling of `defface'.
11656
11657 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
11658
11659 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11660
11661 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11662
11663 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11666
11667 * vc-arch.el (vc-arch-complete): Remove.
11668 (vc-arch-revision-completion-table): Use complete-with-action.
11669
11670 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11671 (complete-with-action): New function.
11672 (dynamic-completion-table): Use it.
11673
11674 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
11675
11676 * comint.el (make-comint, make-comint-in-buffer)
11677 (comint-exec-1): Replace `start-process' by `start-file-process'.
11678
11679 * progmodes/compile.el (compilation-start): Revert redefining
11680 `start-process'.
11681
11682 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11685 with EOLs when generating MD5 checksums.
11686
11687 * follow.el: Don't change the global map from the follow-mode-map
11688 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
11689 XEmacs code.
11690 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11691 since `follow-mode' should be used instead for that.
11692
11693 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11694 (easy-menu-do-define): Use it.
11695 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11696
11697 * progmodes/compile.el (compilation-auto-jump-to-first-error)
11698 (compilation-auto-jump-to-next): New vars.
11699 (compilation-auto-jump): New function.
11700 (compilation-error-properties): Use them to jump to first error.
11701 (compilation-start): Set the var if requested.
11702
11703 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11704 duplicates without also removing entries from other directories.
11705
11706 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
11707
11708 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11709 Remember span as default.
11710 (org-columns-edit-value): Rename from `org-column-edit'.
11711 (org-columns-display-here-title): Rename from
11712 `org-overlay-columns-title'.
11713 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11714 (org-columns-get-autowidth-alist): Rename from
11715 `org-get-columns-autowidth-alist'.
11716 (org-columns-display-here): Rename from `org-overlay-columns'.
11717 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11718 (org-columns-quit): Rename from `org-column-quit'.
11719 (org-columns-show-value): Rename from `org-column-show-value'.
11720 (org-columns-content, org-columns-widen)
11721 (org-columns-next-allowed-value)
11722 (org-columns-edit-allowed, org-columns-store-format)
11723 (org-columns-uncompile-format, org-columns-redo)
11724 (org-columns-edit-attributes, org-delete-property)
11725 (org-set-property, org-columns-update)
11726 (org-columns-compute, org-columns-eval)
11727 (org-columns-not-in-agenda, org-columns-compute-all)
11728 (org-property-next-allowed-value)
11729 (org-columns-compile-format)
11730 (org-fill-paragraph-experimental)
11731 (org-string-to-number, org-property-action)
11732 (org-columns-move-left, org-columns-new)
11733 (org-column-number-to-string)
11734 (org-property-previous-allowed-value)
11735 (org-at-property-p, org-columns-delete)
11736 (org-columns-previous-allowed-value)
11737 (org-columns-move-right, org-columns-narrow)
11738 (org-property-get-allowed-values)
11739 (org-verify-version, org-column-string-to-number)
11740 (org-delete-property-globally): New functions.
11741 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11742 (org-columns-overlays): Rename from `org-column-overlays'.
11743 (org-columns-map): Rename from `org-column-map'.
11744 (org-columns-current-maxwidths): Rename from
11745 `org-current-columns-maxwidths'.
11746 (org-columns-begin-marker, org-columns-current-fmt-compiled)
11747 (org-previous-header-line-format)
11748 (org-columns-inhibit-recalculation)
11749 (org-columns-top-level-marker): New variables.
11750 (org-columns-default-format): Rename from `org-default-columns-format'.
11751 (org-property-re): New constant.
11752
11753 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11754
11755 * subr.el (looking-at-p, string-match-p): New functions.
11756
11757 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
11758
11759 * textmodes/tex-mode.el (tex-fontify-script)
11760 (tex-font-script-display): New variables to make display of
11761 superscripts and subscripts customizable.
11762 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11763
11764 2007-07-09 Richard Stallman <rms@gnu.org>
11765
11766 * isearch.el (isearch-edit-string): Call to isearch-push-state
11767 after the search.
11768
11769 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11770
11771 * window.el (fit-window-to-buffer): Remove setting of window-min-height
11772 to 1 as enlarge-window uses the value to resize/shrink windows other
11773 than WINDOW if needed.
11774
11775 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11776
11777 * cus-start.el (file-coding-system-alist): Fix custom type.
11778
11779 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
11780
11781 * longlines.el (longlines-wrap-region): Avoid marking buffer as
11782 modified.
11783 (longlines-auto-wrap, longlines-window-change-function):
11784 Remove unnecessary calls to set-buffer-modified-p.
11785
11786 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * cus-start.el (file-coding-system-alist): Fix custom type.
11789
11790 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11793 (vc-cvs-checkout): Remove last arg now unused; simplify.
11794
11795 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11798
11799 * net/tramp.el:
11800 * net/tramp-ftp.el:
11801 * net/tramp-smb.el:
11802 * net/tramp-uu.el:
11803 * net/trampver.el: Migrate to Tramp 2.1.
11804
11805 * net/tramp-cache.el:
11806 * net/tramp-fish.el:
11807 * net/tramp-gw.el: New Tramp packages.
11808
11809 * net/tramp-util.el:
11810 * net/tramp-vc.el: Removed.
11811
11812 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11813 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11814
11815 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11816
11817 * progmodes/compile.el (compilation-start): Redefine
11818 `start-process' temporarily when `default-directory' is remote.
11819 Remove case of synchronous compilation, this won't happen ever.
11820 (compilation-setup): Make local variable `comint-file-name-prefix'
11821 for remote compilation.
11822
11823 2007-07-08 Martin Rudalics <rudalics@gmx.at>
11824
11825 * novice.el (disabled-command-function): Fit window to buffer to
11826 make last line visible.
11827 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11828
11829 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11830 when handling the terminating event.
11831
11832 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11833
11834 * calc/calc.el (math-read-number-simple): Remove leading 0s.
11835 (math-bignum-digit-length): Change to optimal value.
11836
11837 * calc/calc-bin.el (math-bignum-logb-digit-size)
11838 (math-bignum-digit-power-of-two): Evaluate when compiled.
11839
11840 * calc/calc-comb.el (math-small-factorial-table)
11841 (math-init-random-base, math-prime-test): Remove unnecessary calls
11842 to `math-read-number-simple'.
11843
11844 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11845 (math-approx-gamma-const): Add docstrings.
11846
11847 * calc/calc-forms.el (math-julian-date-beginning)
11848 (math-julian-date-beginning-int): New constants.
11849 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11850 Use the new constants.
11851
11852 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11853
11854 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11855 Add docstrings.
11856
11857 2007-07-07 Tom Tromey <tromey@redhat.com>
11858
11859 * vc.el (vc-annotate): Jump to line and output message only after the
11860 process is really all done.
11861
11862 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * vc.el (vc-exec-after): Don't move point from the sentinel.
11865 Forcefully read all the remaining text in the pipe upon process exit.
11866 (vc-annotate-display-autoscale, vc-annotate-lines):
11867 Don't stop at the first unrecognized line.
11868 (vc-annotate-display-select): Run autoscale after the process is done
11869 since it depends on the whole result.
11870
11871 2007-07-07 Eli Zaretskii <eliz@gnu.org>
11872
11873 * term/w32-win.el (menu-bar-open): New function.
11874 Bind <f10> to it.
11875
11876 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
11877
11878 * simple.el (start-file-process): New defun.
11879
11880 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * files.el (find-file-confirm-nonexistent-file): Rename from
11883 find-file-confirm-inexistent-file. Update users.
11884
11885 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11886 format of autoload block where the file's time-stamp is replaced by its
11887 MD5 checksum.
11888 (autoload-generate-file-autoloads): Use MD5 checksum instead of
11889 time-stamp for secondary autoloads files.
11890 (update-directory-autoloads): Remove duplicate entries.
11891 Use time-less-p for time-stamps, as done in autoload-find-destination.
11892
11893 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11894
11895 * calc/calc.el (math-read-number): Replace number by variable.
11896 (math-read-number-simple): Properly parse small integers.
11897
11898 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
11899
11900 * vc.el: Fix doc for the checkout function.
11901
11902 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
11903
11904 * vc-hg.el (vc-hg-root): New function.
11905 (vc-hg-registered): Use it.
11906 (vc-hg-diff-tree): New defalias.
11907 (vc-hg-responsible-p): Likewise.
11908 (vc-hg-checkout): Comment out, not needed.
11909 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11910 (vc-hg-find-version, vc-hg-next-version): New functions.
11911
11912 2007-07-06 Andreas Schwab <schwab@suse.de>
11913
11914 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11915 dynamic bindings around the evaluation of the expression.
11916 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11917
11918 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11921 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
11922 Use run-hooks rather than run-mode-hooks.
11923
11924 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
11925
11926 * calc/calc-comb.el (math-random-digit): Rename to
11927 `math-random-three-digit-number'.
11928 (math-random-digits): Don't depend on representation of integer.
11929
11930 * calc/calc-bin.el (math-bignum-logb-digit-size)
11931 (math-bignum-digit-power-of-two): New constants.
11932 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11933 (math-not-bignum, math-clip-bignum): Use the constants
11934 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11935 instead of their values.
11936 (math-clip): Use math-small-integer-size instead of its value.
11937
11938 * calc/calc.el (math-add-bignum): Replace number by constant.
11939
11940 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * wid-edit.el (widget-documentation-string-value-create):
11943 Insert indentation spaces.
11944
11945 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11946
11947 * emacs-lisp/byte-opt.el: Revert last change.
11948
11949 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * vc-hooks.el (vc-handled-backends): Add HG.
11952
11953 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11954
11955 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * complete.el (PC-do-complete-and-exit): Add support for the new
11958 `confirm-only' confirmation mode.
11959
11960 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11961
11962 * cus-edit.el (custom-commands): New variable.
11963 (custom-tool-bar-map): New variable. Initialize using
11964 `custom-commands'.
11965 (custom-mode): Use `custom-tool-bar-map'.
11966 (custom-buffer-create-internal): Insert action buttons only if
11967 tool bar is not used. Use `custom-commands'.
11968 (Custom-help, custom-command-apply): New function.
11969 (custom-command-apply, Custom-set, Custom-save)
11970 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11971 Use `custom-command-apply' instead of duplicating code.
11972 (customize-group-other-window): Call `customize-group' instead of
11973 duplicating code.
11974 (customize-face-other-window): Call `customize-face' instead of
11975 duplicating code.
11976 (customize-group, customize-face): Add optional args for opening
11977 in another window.
11978 (custom-variable-tag): Don't inherit `variable-pitch' face.
11979 (custom-group-tag): Inherit `variable-pitch' face.
11980 (custom-variable-value-create): Set documentation indentation.
11981 (custom-group-value-create): Make group name a link, instead of
11982 using an extra "go to group" button.
11983 (custom-prompt-variable, custom-group-set, custom-group-save)
11984 (custom-group-reset-current, custom-group-reset-saved)
11985 (custom-group-reset-standard): Minor cleanup.
11986
11987 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11988
11989 * Makefile.in (bootstrap-prepare): When copying from
11990 ldefs-boot.el, make sure loaddefs.el is writeable.
11991
11992 (bootstrap-prepare): Make $(lisp)/ps-print.el
11993 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11994
11995 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11996
11997 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11998 only caller, and delete.
11999 (vc-hg-state): Deal with exceptions and only parse the output on
12000 successful return.
12001 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
12002 caller, and delete.
12003 (vc-hg-workfile-version): Deal with exceptions and only parse the
12004 output on successful return.
12005 (vc-hg-revert): New function.
12006
12007 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
12008
12009 * calculator.el (calculator-expt): Use more cases to determine
12010 the value.
12011
12012 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
12013
12014 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
12015 file names.
12016
12017 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12018
12019 * calculator.el (calculator-expt, calculator-integer-p):
12020 New functions.
12021 (calculator-fact): Check to see if the factorial will be too
12022 large before computing it.
12023 (calculator-initial-operators): Use `calculator-expt' to
12024 compute "^".
12025 (calculator-mode): Mention that results which are too large
12026 will return inf.
12027 * calc/calc-comb.el (math-small-factorial-table): Replace list
12028 by vector.
12029
12030 2007-07-03 David Kastrup <dak@gnu.org>
12031
12032 * shell.el: On request of the authors, remove their addresses for
12033 the sake of bug reports, and add the developer list address as
12034 maintainer information.
12035
12036 2007-07-03 Richard Stallman <rms@gnu.org>
12037
12038 * files.el (make-directory): Doc fix.
12039 (find-file-confirm-inexistent-file): Make it a defcustom.
12040 Make nil the default.
12041
12042 2007-07-02 Richard Stallman <rms@gnu.org>
12043
12044 * startup.el (command-line): Set buffer-offer-save in *scratch*
12045 and enable auto-save in it.
12046
12047 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
12048
12049 * textmodes/org.el (orgstruct-mode-map): New variable.
12050 (orgstruct-mode): New minor mode.
12051 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
12052 (orgstruct-make-binding, org-context-p, org-get-local-variables)
12053 (org-run-like-in-org-mode): New functions.
12054 (org-cycle-list-bullet): New command.
12055 (org-special-properties, org-property-start-re)
12056 (org-property-end-re): New constants.
12057 (org-with-point-at): New macro.
12058 (org-get-property-block, org-entry-properties, org-entry-get)
12059 (org-entry-delete, org-entry-get-with-inheritance)
12060 (org-entry-put, org-buffer-property-keys): New functions.
12061 (org-insert-property-drawer): New command.
12062 (org-entry-property-inherited-from): New variable.
12063 (org-column): New face.
12064 (org-column-overlays, org-current-columns-fmt)
12065 (org-current-columns-maxwidths, org-column-map): New variables.
12066 (org-column-menu): New menu.
12067 (org-new-column-overlay, org-overlay-columns)
12068 (org-overlay-columns-title, org-remove-column-overlays)
12069 (org-column-show-value, org-column-quit, org-column-edit):
12070 New functions.
12071 (org-columns, org-agenda-columns): New commands.
12072 (org-get-columns-autowidth-alist): New functions.
12073 (org-properties): New customize group.
12074 (org-default-columns-format): New option.
12075 (org-priority): Realign tags after changing priority.
12076 (org-preserve-lc): New macro.
12077 (org-update-checkbox-count): Catch case when there is no headline.
12078 (org-agenda-quit): Remove any column overlays.
12079 (org-beginning-of-item-list): Fixed bug when non-item line is
12080 indented too deep.
12081 (org-cached-props): New variable.
12082 (org-cached-entry-get): New function.
12083 (org-make-tags-matcher): Handle property matches.
12084 (org-table-recalculate): Swap evaluation order: Field formula
12085 first, then column formulas, but don't allow them to overwrite the
12086 field formulas.
12087 (org-table-eval-formula): New argument untouchable.
12088 (org-table-put-field-property): New function.
12089
12090 2007-07-02 Martin Rudalics <rudalics@gmx.at>
12091
12092 * help-mode.el (help-make-xrefs): Skip spaces too when
12093 skipping tabs.
12094
12095 * ffap.el (dired-at-point-prompter): Improve prompt in
12096 list-directory case.
12097
12098 2007-07-01 Richard Stallman <rms@gnu.org>
12099
12100 * files.el (find-file-visit-truename): Fix safe-local-variable value.
12101
12102 2007-07-01 Richard Stallman <rms@gnu.org>
12103
12104 * cus-start.el (max-mini-window-height): Added.
12105
12106 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
12107
12108 * complete.el (partial-completion-mode): Remove advice of
12109 read-file-name-internal.
12110 (PC-do-completion): Rebind minibuffer-completion-table.
12111 (PC-read-file-name-internal): New function doing what
12112 read-file-name-internal advice did.
12113
12114 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
12115
12116 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
12117 property on a few symbols.
12118 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
12119 (byte-optimize-lapcode): Remove bindings that are not referenced
12120 and certainly will not effect through dynamic scoping.
12121
12122 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * files.el (find-file-confirm-inexistent-file): New var.
12125 (find-file, find-file-other-window, find-file-other-frame)
12126 (find-file-read-only, find-file-read-only-other-window)
12127 (find-file-read-only-other-frame): Use it.
12128
12129 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
12132
12133 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * generic-x.el (generic-define-mswindows-modes)
12136 (generic-define-unix-modes, apache-log-generic-mode)
12137 (bat-generic-mode-keymap, java-manifest-generic-mode)
12138 (show-tabs-generic-mode): Fix typos in docstrings.
12139
12140 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
12141
12142 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
12143 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
12144 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
12145 (rcirc-print): Never ignore messages from ourself.
12146
12147 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
12150 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
12151
12152 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12153
12154 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
12155 replace-regexp-in-string.
12156
12157 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * emacs-lisp/cl.el: Set edebug and indentation before loading
12160 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
12161
12162 2007-06-28 Andreas Schwab <schwab@suse.de>
12163
12164 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
12165 $(lisp)/subdirs.el.
12166
12167 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
12168
12169 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
12170 the speedbar frame if nil; that deletes the current frame or
12171 causes an error if it is the only frame.
12172 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
12173
12174 2007-06-28 Kevin Ryde <user42@zip.com.au>
12175
12176 * textmodes/nroff-mode.el: Groff \# comments.
12177 (nroff-mode-syntax-table): \# comment intro,
12178 plain # as punct per global table.
12179 (nroff-font-lock-keywords): Add # as a single char escape.
12180 (nroff-mode): In comment-start-skip, match \#.
12181
12182 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
12185 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
12186 point-min == 1.
12187
12188 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
12189
12190 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
12191 Rename and move to...
12192
12193 * subr.el (strings->string, string->strings): ...here.
12194
12195 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
12196 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
12197
12198 * progmodes/gud.el (gud-common-init): Call string->strings instead
12199 of split-string.
12200
12201 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
12202
12203 * dired-aux.el: Remove `dired-call-process'.
12204 (dired-check-process): Call `process-file'.
12205
12206 * wdired.el (wdired-do-perm-changes): Call `process-file'.
12207
12208 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
12209 `ange-ftp-process-file'.
12210
12211 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
12214
12215 * emacs-lisp/cl-extra.el:
12216 * emacs-lisp/cl-seq.el:
12217 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
12218 Add autoload cookies on all defs autoloaded manually in cl.el.
12219
12220 * emacs-lisp/cl-loaddefs.el: New file.
12221
12222 * textmodes/texinfmt.el (texinfo-raisesections-alist)
12223 (texinfo-lowersections-alist): Merge definition and declaration.
12224 (texinfo-start-of-header, texinfo-end-of-header): Remove.
12225 (texinfo-format-syntax-table): Merge init into declaration.
12226 (texinfo-format-parse-line-args, texinfo-format-parse-args)
12227 (texinfo-format-parse-defun-args, texinfo-format-node)
12228 (texinfo-push-stack, texinfo-multitable-widths)
12229 (texinfo-define-info-enclosure, texinfo-alias)
12230 (texinfo-format-defindex, batch-texinfo-format): Use push.
12231 (texinfo-footnote-number): Remove duplicate declaration.
12232
12233 * ps-print.el: Update with auto-generated autoloads.
12234
12235 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
12236
12237 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12238
12239 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
12240 relative to current dir for file-local settings.
12241 (autoload-generate-file-autoloads): Add `outfile' arg.
12242 (update-directory-autoloads): Use it to directly call
12243 autoload-generate-file-autoloads instead of going through
12244 update-file-autoloads so we avoid redundant searches and so we can know
12245 the set of buffers changed so we can save them all.
12246
12247 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
12248 rather than throwing `up-to-date'.
12249 (autoload-generate-file-autoloads): Adjust correspondingly.
12250 (update-file-autoloads): Be careful to let-bind
12251 autoload-modified-buffers and adjust to new calling conventions.
12252 (autoload-modified-buffers): Make it a dynamically scoped var.
12253 (update-directory-autoloads): Use file-relative-name instead of
12254 autoload-trim-file-name.
12255 (autoload-insert-section-header): Don't use autoload-trim-file-name
12256 since the file is already relative now.
12257 (autoload-trim-file-name): Remove.
12258
12259 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
12260 (vc-arch-complete, vc-arch--version-completion-table)
12261 (vc-arch-revision-completion-table): New functions to provide
12262 completion of revision names.
12263 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
12264 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
12265 to let the user trim the revlib.
12266
12267 * vc.el: Add new VC operation `revision-completion-table'.
12268 (vc-default-revision-completion-table): New function.
12269 (vc-version-diff, vc-version-other-window): Use it to provide
12270 completion of revision names if the backend provides it.
12271
12272 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
12273
12274 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
12275 of newer .svn/entries.
12276
12277 2007-06-25 David Kastrup <dak@gnu.org>
12278
12279 * calc/calc-poly.el (math-padded-polynomial)
12280 (math-partial-fractions): Add some function comments.
12281
12282 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12285 Make `outbuf' optional.
12286 (update-file-autoloads): Use it.
12287
12288 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
12291 (autoload-find-destination): Keep it uptodate.
12292 (autoload-save-buffers): New fun.
12293 (update-file-autoloads): Use it. Re-add the "up to date" message.
12294
12295 * emacs-lisp/autoload.el: Refactor for upcoming changes.
12296 (autoload-find-destination): New function extracted from
12297 update-file-autoloads.
12298 (update-file-autoloads): Use it.
12299 (autoload-generate-file-autoloads): New function extracted from
12300 generate-file-autoloads. Use file-relative-name. Delay computation of
12301 output-start to the first cookie. Remove done-any, replaced by
12302 output-start.
12303 (generate-file-autoloads): Use it.
12304
12305 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
12306
12307 * calc/calc-comb.el (math-init-random-base, math-prime-test):
12308 Use math-read-number-simple to insert constants.
12309 (math-prime-test): Redo calculation of sum.
12310
12311 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
12312
12313 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
12314 math-scale-bignum-3.
12315 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
12316 math-bignum-digit-size.
12317 (math-isqrt-small): Add another possible initial guess.
12318
12319 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12320
12321 * textmodes/bibtex.el (bibtex-entry-format): New options
12322 `whitespace', `braces', and `string'.
12323 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12324 (bibtex-field-braces-opt, bibtex-field-strings-opt)
12325 (bibtex-cite-matcher-alist): New variables.
12326 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12327 (bibtex-flash-head): Use blink-matching-delay.
12328 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12329 (bibtex-format-entry, bibtex-reformat): Handle new options of
12330 bibtex-entry-format.
12331 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12332 New functions.
12333 (bibtex-complete-internal): Do not display messages while
12334 minibuffer is used. Do not leave around a completions buffer
12335 that is out of date.
12336 (bibtex-copy-summary-as-kill): New optional arg.
12337 (bibtex-font-lock-url): New optional arg no-button.
12338 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12339 (bibtex-url): Allow multiple URLs per entry.
12340
12341 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * emacs-lisp/autoload.el (autoload-generated-file): New function.
12344 (update-file-autoloads, update-directory-autoloads): Use it.
12345 (autoload-file-load-name): New function.
12346 (generate-file-autoloads, update-file-autoloads): Use it.
12347 (autoload-find-file): Accept non-absolute argument. Set default-dir.
12348 (generate-file-autoloads): If the autoloaded form is malformed,
12349 indicate the problem with a warning instead of aborting.
12350
12351 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
12352
12353 * simple.el (next-error-recenter): Accept `(4)' as well;
12354 also, specify `integer' instead of `number'.
12355
12356 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12357
12358 * ls-lisp.el (insert-directory): If an invalid regexp error is
12359 thrown, try using FILE as a literal file name, not a wildcard.
12360
12361 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
12362
12363 * ruler-mode.el (ruler-mode): Prevent clobbering the original
12364 `header-line-format' when reentering ruler mode.
12365
12366 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12367
12368 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12369 FILE exists as a file.
12370
12371 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12372
12373 * calc/calc.el (math-bignum-digit-length)
12374 (math-bignum-digit-size, math-small-integer-size):
12375 New constants.
12376 (math-normalize, math-bignum-big, math-make-float)
12377 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12378 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12379 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12380 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12381 (math-quotient, math-div-bignum, math-div-bignum-digit)
12382 (math-div-bignum-part, math-format-bignum-decimal)
12383 (math-read-bignum): Use math-bignum-digit-length,
12384 math-bignum-digit-size and math-small-integer-size.
12385
12386 * calc/calc-ext.el (math-fixnum-big): Use the variable
12387 math-bignum-digit-size.
12388
12389 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12390
12391 * log-view.el (log-view-mode-menu): New menu.
12392
12393 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12394
12395 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12396 differently.
12397
12398 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12399 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12400
12401 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12402
12403 * vc-hg.el (vc-hg-print-log): Insert the file name.
12404 (vc-hg-log-view-mode): Fontify the file name.
12405
12406 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12407
12408 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12409 (calcFunc-julian): Fix incorrect number used in calculations.
12410
12411 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
12412
12413 * simple.el (next-error-recenter): New defcustom.
12414 (next-error, next-error-internal): Recenter if specified,
12415 immediately prior to running `next-error-hook'.
12416
12417 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12418 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12419
12420 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12421
12422 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12423
12424 * calc/calc-comb.el (math-small-factorial-table): New variable.
12425 (calcFunc-fact): Use `math-small-factorial-table'.
12426
12427 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12428 initial values.
12429 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12430 New variables to use in caches.
12431
12432 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12433 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12434
12435 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12436 (math-bernoulli-b-cache): Use math-read-number-simple to insert
12437 bignums.
12438
12439 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12440 New variables to use in caches.
12441
12442 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12443
12444 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12445
12446 * vc-hg.el (vc-hg-log-view-mode): New mode.
12447
12448 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
12449
12450 * calc/calc.el (math-read-number-simple): New function.
12451
12452 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12455 (vera-font-lock-match-item): Fix doc string.
12456 (vera-in-comment-p): Remove unused function.
12457 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12458 use `syntax-ppss'.
12459 (vera-forward-syntactic-ws): Fix argument order.
12460 (vera-prepare-search): Use `with-syntax-table'.
12461 (vera-indent-line): Fix doc string.
12462 (vera-electric-tab): Fix doc string.
12463 (vera-expand-abbrev): Define alias instead of using `fset'.
12464 (vera-comment-uncomment-region): Use `comment-start-skip'.
12465
12466 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
12467
12468 * textmodes/org.el (org-export-with-footnotes): New option.
12469 (org-export-as-html): Fix replacement bug for XEmacs.
12470 (org-agenda-default-appointment-duration): New option.
12471
12472 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 * vc-hg.el: Add to do items.
12475 (vc-hg-diff): Add support for comparing different revisions.
12476 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12477 (vc-hg-annotate-extract-revision-at-line)
12478 (vc-hg-previous-version, vc-hg-checkin): New functions.
12479 (vc-hg-annotate-re): New constant.
12480
12481 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
12482
12483 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12484
12485 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12488 buffer-local value of log-view-*-re if applicable.
12489
12490 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12491 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12492 (vc-bzr-command*): Remove both (incompatible) versions.
12493 (vc-bzr-do-command*): Remove.
12494 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12495 Remove by folding into its only caller vc-bzr-command.
12496 (vc-bzr-command): Always set the environment, even when ineffective.
12497 (vc-bzr-version): Minor fix up.
12498 (vc-bzr-admin-dirname): New var.
12499 (vc-bzr-bzr-dir): Remove.
12500 (vc-bzr-root-dir): New fun.
12501 (vc-bzr-registered): Use it. Add an autoloaded version.
12502 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12503 (vc-bzr-view-log-function): Remove.
12504 (vc-bzr-log-view-mode): New major mode to replace it.
12505 (vc-bzr-print-log): Only activate the old hack if needed.
12506
12507 * vc.el (vc-default-log-view-mode): New function.
12508 (vc-print-log): Add new `log-view-mode' VC operation.
12509
12510 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
12511
12512 * ido.el (ido-find-file-in-dir): Don't signal an error for
12513 empty directories.
12514
12515 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12516
12517 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12518 directory where the desktop file was found, as the docstring says.
12519 (desktop-kill): Use `read-directory-name'.
12520
12521 2007-06-20 Alan Mackenzie <acm@muc.de>
12522
12523 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12524 When removing lines, also remove the \n. Correction of patch of
12525 2007-04-21.
12526
12527 2007-06-20 Martin Rudalics <rudalics@gmx.at>
12528
12529 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12530 event is not a cons cell. Do not unread drag-mouse-1 events.
12531 Select right window in check whether space was stolen from
12532 window above.
12533
12534 * help-mode.el (help-make-xrefs): Adjust position of new forward
12535 button.
12536
12537 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
12538
12539 * vc-bzr.el (vc-bzr-with-process-environment)
12540 (vc-bzr-std-process-invocation): New macros.
12541 (vc-bzr-command, vc-bzr-command*): Use them.
12542 (vc-bzr-with-c-locale): Remove.
12543 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12544 (vc-bzr-buffer-nonblank-p): New function.
12545 (vc-bzr-state-words): New const.
12546 (vc-bzr-state): Look for `bzr status' keywords in output.
12547 Display everything else as a warning message to the user.
12548 Fix status report with bzr >= 0.15.
12549
12550 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12551
12552 * vc-hg.el (vc-hg-global-switches): Simplify.
12553 (vc-hg-state): Handle more states.
12554 (vc-hg-diff): Fix doc-string.
12555 (vc-hg-register): New function.
12556 (vc-hg-checkout): Likewise.
12557
12558 2007-06-20 Reto Zimmermann <reto@gnu.org>
12559
12560 * progmodes/vera-mode.el: New file.
12561
12562 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
12563
12564 * calc/calc.el (calc-multiplication-has-precendence):
12565 New variable.
12566 (math-standard-ops, math-standard-ops-p, math-expr-ops):
12567 New functions.
12568 (math-expr-opers): Define using math-standard-ops rather than
12569 math-standard-opers.
12570 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12571 equal the function math-standard-ops rather than the variable
12572 math-standard-opers.
12573 (calc-algebraic-entry): Let math-expr-opers equal
12574 math-standard-ops or math-expr-ops, as appropriate.
12575 (math-expr-read-level, math-read-factor): Let math-expr-opers
12576 equal math-expr-ops.
12577 * calc/calc-embed.el (calc-embedded-finish-edit):
12578 Let math-expr-opers equal the function math-standard-ops
12579 rather than the variable math-standard-opers.
12580 * calc/calc-ext.el (math-read-plain-expr)
12581 (math-format-flat-expr-fancy): Let math-expr-opers equal the
12582 function math-standard-ops rather than the variable
12583 math-standard-opers.
12584 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12585 Let math-expr-opers equal the function math-standard-ops rather
12586 than the variable math-standard-opers.
12587 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12588 equal the function math-standard-ops rather than the variable
12589 math-standard-opers.
12590 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12591 equal the function math-standard-ops rather than the variable
12592 math-standard-opers.
12593 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12594 math-expr-ops.
12595
12596 2007-06-19 Ivan Kanis <apple@kanis.eu>
12597
12598 * vc-hg.el: New file.
12599
12600 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12603 with font-lock-multiline.
12604
12605 2007-06-17 Glenn Morris <rgm@gnu.org>
12606
12607 * lpr.el (lpr-page-header-switches): Move %s to separate element
12608 for correct quoting. Doc fix.
12609
12610 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12613 than setting sgml-xml-mode.
12614 (sgml-mode, html-mode): Set sgml-xml-mode.
12615 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12616 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12617 (sgml-electric-tag-pair-before-change-function)
12618 (sgml-electric-tag-pair-flush-overlays): New functions.
12619 (sgml-electric-tag-pair-mode): New minor mode.
12620 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12621 (sgml-calculate-indent): Use assoc-string.
12622
12623 2007-06-16 Karl Fogel <kfogel@red-bean.com>
12624
12625 * thingatpt.el (thing-at-point-email-regexp): Don't require two
12626 chars before the "@" in an email address. Andreas Roehler noticed
12627 this problem.
12628
12629 2007-06-15 Karl Fogel <kfogel@red-bean.com>
12630
12631 * thingatpt.el: Add support for email addresses (`email').
12632 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12633 (thing-at-point-email-regexp): New variable.
12634 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12635 properties on this symbol, with lambda forms for values.
12636
12637 2007-06-15 Masatake YAMATO <jet@gyve.org>
12638
12639 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12640
12641 * vc.el (vc-dired-hook): Check the backend returned from
12642 `vc-responsible-backend' can really handle `subdir'.
12643
12644 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
12645
12646 * wid-edit.el (widget-add-documentation-string-button):
12647 Fix handling of documentation indent.
12648
12649 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
12650
12651 * mb-depth.el: New file.
12652
12653 2007-06-15 Masatake YAMATO <jet@gyve.org>
12654
12655 * vc.el (vc-dired-mode): Show backend name as part of mode name.
12656
12657 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
12658
12659 * wid-edit.el (widget-default-create): Move ?h handling here...
12660 (widget-default-format-handler): ...from here.
12661 (widget-docstring, widget-add-documentation-string-button): New funs.
12662 (documentation-string): Add :visibility-widget property.
12663 (widget-documentation-string-value-create): Use it.
12664
12665 * cus-edit.el (custom-split-regexp-maybe): Simplify.
12666 (custom-buffer-create-internal): Simplify message.
12667 (custom-variable-tag): Reduce height to normal.
12668 (custom-variable-value-create, custom-face-value-create)
12669 (custom-visibility): New widget.
12670 (custom-visibility): New face.
12671 (custom-group-value-create):
12672 Call widget-add-documentation-string-button, using `custom-visibility'.
12673
12674 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12675
12676 * emacs-lisp/bytecomp.el (byte-compile-current-group)
12677 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12678 change. Apparently the "warning even if the group is implicit" is
12679 a feature rather than a bug.
12680
12681 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
12682
12683 * emulation/viper.el (viper-describe-key-ad)
12684 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12685 Compile them conditionally.
12686 (viper-version): Belated version change.
12687
12688 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
12689
12690 * follow.el (follow-all-followers, follow-generic-filter):
12691 * pcomplete.el (pcomplete-restore-windows):
12692 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12693 (x-dnd-drop-data):
12694 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12695 * progmodes/python.el (python-complete-symbol):
12696 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12697
12698 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
12699
12700 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12701 around bright and dim regexps. Make sure bright and dim matches
12702 use word anchors. Send text through rcirc-markup functions.
12703 (rcirc-url-regexp): Add single quote character.
12704 (rcirc-connect): Write logs to disk on auto-save-hook.
12705 Make server a non-optional argument.
12706 (rcirc-log-alist): New variable.
12707 (rcirc-log-directory): Make customizable.
12708 (rcirc-log-flag): New customizable variable.
12709 (rcirc-log): New function.
12710 (rcirc-print): Use above function.
12711 (rcirc-log-write): New function.
12712 (rcirc-generate-new-buffer-name): Strip text properties.
12713 (rcirc-switch-to-buffer-function): Remove variable.
12714 (rcirc-last-non-irc-buffer): Remove variable.
12715 (rcirc-non-irc-buffer): Add function.
12716 (rcirc-next-active-buffer): Use above function.
12717 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12718 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12719 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12720 (rcirc-omit-mode): Add minor-mode.
12721 (rcirc-mode-map): Change C-c C-o binding.
12722 (rcirc-mode): Clear mode-line-process. Use a custom
12723 fill-paragraph-function. Set up buffer-invisibility-spec.
12724 (rcirc-response-formats): Remove timestamp code.
12725 (rcirc-omit-responses): Add variable.
12726 (rcirc-print): Don't put the overlay arrow on potentially omitted
12727 lines. Log line to disk. Record activity for private messages
12728 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
12729 (rcirc-jump-to-first-unread-line): Print message if there is no
12730 unread text.
12731 (rcirc-clear-unread): New function.
12732 (rcirc-markup-text-functions): Add variable.
12733 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12734 (rcirc-debug): Don't mess with window configuration.
12735 (rcirc-send-message): Send message before printing locally.
12736 Add SILENT argument, do not print message if non-nil.
12737 (rcirc-visible-buffers): New function and variable.
12738 (rcirc-window-configuration-change-1): Add function.
12739 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12740 server buffer.
12741 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12742 (rcirc-fill-paragraph): Add function.
12743 (rcirc-record-activity, rcirc-window-configuration-change-1):
12744 Only update the activity string if it has actually changed.
12745 (rcirc-update-activity-string): Remove padding characters from the
12746 mode-line string.
12747 (rcirc-disconnect-buffer): New function to be called when a
12748 channel is parted or the user quits.
12749 (rcirc-server-name): Warn when the server-name hasn't been set.
12750 (rcirc-window-configuration-change): Postpone work until
12751 post-command-hook.
12752 (rcirc-window-configuration-change-1): Update mode-line and
12753 overlay arrows here.
12754 (rcirc-authenticate): Fixc hanserv identification.
12755 (rcirc-default-server): Remove variable.
12756 (rcirc): Connect according to rcirc-connections.
12757 (rcirc-connections): Add variable.
12758 (rcirc-startup-channels-alist): Remove variable.
12759 (rcirc-startup-channels): Remove function.
12760
12761 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12764
12765 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
12766
12767 * term/xterm.el (terminal-init-xterm): Escape parens in character
12768 constants.
12769
12770 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * progmodes/sh-script.el: Remove unneeded * from docstrings.
12773 Use [:alpha:] and [:alnum:] where applicable.
12774 (sh-quoted-subshell): Rewrite to correctly
12775 handle nested mixes of `...' and $(...).
12776 (sh-apply-quoted-subshell): Remove.
12777 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12778
12779 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
12780
12781 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
12782
12783 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12784 previous change.
12785
12786 2007-06-12 Tom Tromey <tromey@redhat.com>
12787
12788 * subr.el (user-emacs-directory): New defconst.
12789 * cmuscheme.el (scheme-start-file):
12790 * shell.el (shell):
12791 * completion.el (save-completions-file-name):
12792 * custom.el (custom-theme-directory):
12793 * term/x-win.el (emacs-session-filename):
12794 * filesets.el (filesets-menu-cache-file):
12795 * thumbs.el (thumbs-thumbsdir):
12796 * server.el (server-auth-dir):
12797 * image-dired.el (image-dired-dir):
12798 (image-dired-db-file):
12799 (image-dired-temp-image-file):
12800 (image-dired-gallery-dir):
12801 (image-dired-temp-rotate-image-file):
12802 * play/gamegrid.el (gamegrid-user-score-file-directory):
12803 * savehist.el (savehist-file):
12804 * tutorial.el (tutorial--saved-dir):
12805 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12806
12807 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
12808
12809 * scroll-lock.el (scroll-lock-mode): Doc fix.
12810
12811 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12812
12813 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12814
12815 * ediff-init.el: Doc strings.
12816
12817 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12820 (byte-compile-file): Bind it.
12821 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12822 group argument is provided implicitly.
12823 (byte-compile-format-warn, byte-compile-from-buffer)
12824 (byte-compile-insert-header): Don't hardcode point-min==1.
12825 (byte-compile-file-form-require): Remove unused var old-load-list.
12826 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12827
12828 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12829
12830 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12831 Display error messages.
12832 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12833 Get rid of cl.el dependencies.
12834
12835 * emulation/viper-init.el (viper-suppress-input-method-change-message):
12836 New variable.
12837 (viper-activate-input-method-action)
12838 (viper-inactivate-input-method-action):
12839 Use viper-suppress-input-method-change-message.
12840
12841 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12842 for C-s, C-r.
12843
12844 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12845 Use viper-replace-overlay-cursor-color instead of
12846 viper-replace-overlay-cursor-color.
12847 (viper-sit-for-short): Use sit-for with 3 arguments.
12848
12849 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12850 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12851 to gud-mode.
12852
12853 * ediff-mult.el (ediff-meta-buffer-brief-message)
12854 (ediff-meta-buffer-verbose-message): New variables.
12855 (ediff-meta-buffer-message): Variable deleted.
12856 (ediff-verbose-help-enabled): New variable.
12857 (ediff-toggle-verbose-help-meta-buffer): New function.
12858 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12859 message options.
12860
12861 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12862 (ediff-fixup-patch-map): Improve heuristic.
12863
12864 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12867 (log-view-font-lock-keywords): Simplify.
12868 (log-view-current-file, log-view-current-tag): Simplify.
12869
12870 2007-06-12 Sam Steingold <sds@gnu.org>
12871
12872 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12873
12874 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
12875
12876 * desktop.el (desktop-load-locked-desktop): New option.
12877 (desktop-read): Use it.
12878 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12879 Use `when'.
12880
12881 2007-06-12 Davis Herring <herring@lanl.gov>
12882
12883 * desktop.el (desktop-save-mode-off): New function.
12884 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12885 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12886 (desktop-claim-lock, desktop-release-lock): New functions.
12887 (desktop-kill): Tell `desktop-save' that this is the last save.
12888 Release the lock afterwards.
12889 (desktop-buffer-info): New function.
12890 (desktop-save): Use it. Run `desktop-save-hook' where the doc
12891 says to. Detect conflicts, and manage the lock.
12892 (desktop-read): Detect conflicts. Manage the lock.
12893
12894 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12897
12898 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12899 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
12900 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12901 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12902 keysyms rather than byte sequences.
12903 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12904
12905 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * font-lock.el (font-lock-add-keywords): In case font-lock was only
12908 half-activated, forcefully activate it completely.
12909
12910 2007-06-11 Richard Stallman <rms@gnu.org>
12911
12912 * cus-edit.el (custom-variable-type): Doc fix.
12913
12914 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12917 (sh-font-lock-flush-syntax-ppss-cache): New functions.
12918 (sh-font-lock-syntactic-keywords): Use them to distinguish the
12919 different possible cases for \'.
12920
12921 * complete.el (PC-bindings): Don't bind things already bound in the
12922 parent keymap.
12923
12924 * textmodes/bibtex-style.el: New file.
12925
12926 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
12927
12928 * vc-bzr.el: New file.
12929
12930 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * vc-svn.el (vc-svn-program): New var.
12933 (vc-svn-command): Use it.
12934
12935 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
12936
12937 * server.el (server-switch-buffer): Remove redundant check.
12938
12939 2007-06-10 Martin Rudalics <rudalics@gmx.at>
12940
12941 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12942 Match against file-name-nondirectory.
12943 Fix text on user customization variables.
12944 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12945
12946 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12947
12948 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12949
12950 2007-06-09 Davis Herring <herring@lanl.gov>
12951
12952 * desktop.el (desktop-minor-mode-table): Doc fix.
12953
12954 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 * textmodes/css-mode.el (css-navigation-syntax-table):
12957 Use set-char-table-range so it also works in the unicode branch.
12958
12959 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
12960
12961 * help-mode.el (help-xref-forward-stack)
12962 (help-xref-stack-forward-item, help-forward-label): New variables.
12963 (help-forward): New button type.
12964 (help-setup-xref): Initialise help-xref-forward-stack.
12965 (help-make-xrefs): Add forward button, if appropriate.
12966 (help-xref-go-back): Push item on forward stack.
12967 (help-xref-go-forward, help-go-forward): New functions.
12968
12969 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
12970
12971 * dired.el (dired-mode-map): Remove spurious separator.
12972
12973 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12976
12977 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12978 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12979
12980 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
12981
12982 * textmodes/org.el: Version number fixed.
12983
12984 2007-06-07 Glenn Morris <rgm@gnu.org>
12985
12986 * version.el (emacs-copyright): New constant.
12987 * startup.el (fancy-splash-tail): Use emacs-copyright.
12988 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12989
12990 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12991 `make-local'.
12992 (byte-compile-warnings-safe-p): Add `make-local'.
12993 (byte-compile-make-variable-buffer-local):
12994 Allow byte-compile-warnings to suppress this warning.
12995
12996 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12997 format of "menu" description.
12998 (tutorial--find-changed-keys): Describe the specific menu a
12999 command is in.
13000
13001 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
13002 Rewrite compatibility functions to silence byte-compiler.
13003
13004 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
13005
13006 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
13007 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
13008
13009 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
13010
13011 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
13012
13013 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * progmodes/ebrowse.el (ebrowse-member-table):
13016 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
13017 (org-batch-agenda-csv): Fix typos in docstrings.
13018
13019 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13020
13021 * international/mule-cmds.el (toggle-enable-multibyte-characters)
13022 (sort-coding-systems, search-unencodable-char): Doc fixes.
13023 (coding-system-change-eol-conversion, set-default-coding-systems)
13024 (prefer-coding-system, find-multibyte-characters, princ-list)
13025 (leim-list-entry-regexp, set-input-method, locale-language-names)
13026 (input-method-exit-on-first-char, exit-language-environment-hook)
13027 (locale-charset-language-names): Fix typos in docstrings.
13028
13029 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13030
13031 * pgg.el (pgg-sign-region, pgg-sign):
13032 * ses.el (ses-call-printer):
13033 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
13034 * textmodes/org.el (org-cycle): Fix typos in docstrings.
13035
13036 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
13037
13038 * textmodes/org.el (org-export-region-as-html)
13039 (org-replace-region-by-html, org-number-to-letters)
13040 (org-table-fedit-finish, org-normalize-color)
13041 (org-table-fedit-ref-right, org-date-to-gregorian)
13042 (org-table-fedit-move, org-table-convert-refs-to-rc)
13043 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
13044 (org-write-agenda, org-colgroup-info-to-vline-list)
13045 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
13046 (org-indent-line-function, org-export-as-html-to-buffer)
13047 (org-store-agenda-views, org-update-mode-line)
13048 (org-find-if, org-delete-all)
13049 (org-table-fedit-convert-buffer, org-emphasize)
13050 (org-uniquify, org-table-fedit-lisp-indent)
13051 (org-table-fedit-scroll, org-get-todo-sequence-head)
13052 (org-table-fedit-scroll-down, org-table-fedit-line-down)
13053 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
13054 (org-table-fedit-toggle-coordinates, org-dvipng-color)
13055 (org-table-fedit-line-up, org-table-fedit-ref-down)
13056 (org-table-formula-from-user, org-mode-flyspell-verify)
13057 (org-cycle-show-empty-lines, org-ctrl-c-ret)
13058 (org-table-formula-to-user, org-diary-to-ical-string)
13059 (orgtbl-export, org-table-fedit-post-command)
13060 (org-closed-in-range, org-shiftcontrolright)
13061 (org-table-convert-refs-to-an, org-table-hline-and-move)
13062 (org-table-formula-less-p, org-format-table-ascii)
13063 (org-agenda-get-sexps, org-shift-refpart)
13064 (org-diary-sexp-entry, org-time-string-to-absolute)
13065 (org-table-show-reference, org-letters-to-number)
13066 (org-fix-agenda-info, org-table-fedit-ref-up)
13067 (org-table-fedit-shift-reference, org-table-fedit-abort)
13068 (org-closest-date, org-shiftcontrolleft)
13069 (org-at-heading-or-item-p, org-rematch-and-replace)
13070 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
13071 New functions.
13072 (org-table-edit-scroll-down, org-finish-edit-formulas)
13073 (org-table-edit-next-field, org-abort-edit-formulas)
13074 (org-font-lock-level, org-export-find-first-heading-line)
13075 (org-table-edit-line-down, org-table-edit-backward-field)
13076 (org-edit-formula-lisp-indent, org-table-edit-move)
13077 (org-check-log-option, org-this-word)
13078 (org-table-edit-line-up, org-table-edit-formulas-post-command)
13079 (org-agenda-file-to-end, org-expand-file-name)
13080 (org-fake-empty-table-line, org-table-edit-scroll)
13081 (org-toggle-log-option, org-show-reference): Function removed.
13082 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
13083 New defsubsts.
13084 (org-unmodified, org-batch-store-agenda-views)
13085 (org-batch-agenda-csv): New macro.
13086 (org-agenda-export): New customization group.
13087 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
13088 (org-highest-priority, org-agenda-exporter-settings)
13089 (org-log-done-with-time, org-replace-disputed-keys)
13090 (org-format-latex-header, org-export-table-header-tags)
13091 (org-cycle-separator-lines, org-export-table-data-tags)
13092 (org-icalendar-include-sexps)
13093 (org-empty-line-terminates-plain-lists)
13094 (org-log-repeat, org-special-ctrl-a)
13095 (org-table-use-standard-references, org-disputed-keys)
13096 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
13097 (org-agenda-export-html-style): New option.
13098 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
13099 (org-CUA-compatible): Option removed.
13100 (org-agenda-structure, org-sexp-date): New face.
13101 (org-todo-keywords-for-agenda, org-not-done-keywords)
13102 (org-planning-or-clock-line-re, org-agenda-name)
13103 (org-table-colgroup-info, org-todo-sets)
13104 (constants-unit-system, org-clock-mode-line-entry)
13105 (org-mode-line-timer, org-table-current-begin-pos)
13106 (org-todo-keywords-1, org-mode-line-string)
13107 (org-table-clean-did-remove-column, org-table-fedit-map)
13108 (org-clock-heading, org-table-buffer-is-an)
13109 (org-agenda-info, org-done-keywords)
13110 (org-done-keywords-for-agenda, org-todo-heads)
13111 (org-todo-kwd-alist, org-clock-start-time): New variable.
13112 (org-todo-kwd-priority-p, org-edit-formulas-map)
13113 (org-repeat-re, org-todo-kwd-max-priority)
13114 (org-version, org-done-string)
13115 (org-table-clean-did-remove-column-1, org-disputed-keys):
13116 Remove variables.
13117 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
13118 (org-ts-lengths): Constant removed.
13119 (org-follow-gnus-link): Don't ask how many articles to read.
13120 (org-export-find-first-export-line): Rename from
13121 `org-export-find-first-heading'.
13122 Use `org-export-skip-text-before-1st-heading'.
13123 (org-table-fedit-post-command): Rename from
13124 `org-table-edit-formulas-post-command'.
13125 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
13126 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
13127 (org-table-fedit-lisp-indent): Rename from
13128 `org-edit-formula-lisp-indent'.
13129 (org-table-show-reference): Rename from `org-show-reference'.
13130 (org-table-store-formulas): Use `org-table-formula-less-p'.
13131 (org-table-edit-formulas): Position cursor to current field equation.
13132 (org-update-checkbox-count, org-hide-archived-subtrees)
13133 (org-timestamp-up-day, org-timestamp-down-day)
13134 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
13135 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
13136 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
13137 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
13138 Let `org-on-heading-p' also check for invisible heading.
13139 (org-read-date): Match am/pm times.
13140 (org-eval-in-calendar): Fix default date in prompt.
13141
13142 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
13145 "ChangeLog.a" entries, giving the latter lower priority.
13146
13147 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
13148
13149 * faces.el (face-id): If the argument is a face alias,
13150 return the ID of the target face.
13151
13152 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
13153
13154 * net/socks.el (top): Remove unnecessary copyright line.
13155
13156 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
13157
13158 * longlines.el (longlines-auto-wrap): Handle argument correctly.
13159
13160 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
13161
13162 * net/socks.el: New file, taken from w3 repository.
13163 (top): Update Copyright. Don't load cl.el.
13164 (all): Replace `case' by `cond', `string-to-int' by
13165 `string-to-number', and `process-kill-without-query' by
13166 `set-process-query-on-exit-flag'.
13167 (socks-char-int): Remove defalias and all occurrences.
13168
13169 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
13170
13171 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
13172 Fix typos in docstrings.
13173 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
13174 (compilation-finish-function): Fix typo in obsolescence declaration.
13175
13176 2007-06-03 Sam Steingold <sds@gnu.org>
13177
13178 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
13179 handle unending automatic recompilation of changed files (`omake -P').
13180 (compilation-loop): VISITED is now 5th CDR.
13181 (compilation-next-error-function): Set TIMESTAMP.
13182
13183 2007-06-03 Sam Steingold <sds@gnu.org>
13184
13185 * files.el (kill-buffer-ask): New function.
13186 (kill-some-buffers): Use it.
13187 (kill-matching-buffers): New user command.
13188
13189 2007-06-01 David Kastrup <dak@gnu.org>
13190
13191 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13192 Change default to `top'.
13193
13194 2007-05-31 Richard Stallman <rms@gnu.org>
13195
13196 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
13197
13198 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * textmodes/css-mode.el: New file.
13201
13202 2007-05-30 Michael Olson <mwolson@gnu.org>
13203
13204 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
13205 died and we are trying to send a signal to it. The program using
13206 tq.el should periodically check to see whether the process has
13207 died and react appropriately -- this is not the responsibility of
13208 tq.el, and is consistent with the rest of the tq.el source code.
13209
13210 2007-05-29 Martin Rudalics <rudalics@gmx.at>
13211
13212 * textmodes/table.el (table--point-entered-cell-function)
13213 (table--point-left-cell-function):
13214 Bind `inhibit-point-motion-hooks' to t.
13215
13216 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13217
13218 * emacs-lisp/rx.el (rx): Doc fix.
13219
13220 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
13221
13222 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
13223
13224 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
13225
13226 Sync with Tramp 2.0.56.
13227
13228 * net/tramp.el:
13229 * net/tramp-ftp.el:
13230 * net/tramp-smb.el:
13231 * net/tramp-util.el:
13232 * net/tramp-vc.el:
13233 Don't load cl.el, because that pollutes the namespace. Replace cl
13234 macros by their implementations where necessary. Requested by
13235 Richard Stallman <rms@gnu.org>.
13236
13237 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
13238 doesn't exist.
13239 (with-parsed-tramp-file-name): Protect debug spec during compilation.
13240 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
13241 (tramp-file-name-p, tramp-file-name-multi-method)
13242 (tramp-file-name-method, tramp-file-name-user)
13243 (tramp-file-name-host, tramp-file-name-localname): New defuns,
13244 replacing defstruct `tramp-file-name'.
13245 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
13246 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
13247 Apply `vector' instead of `make-tramp-file-name'.
13248 (tramp-handle-make-auto-save-file-name):
13249 Apply `tramp-temporary-file-directory' for compatibility reasons.
13250 (tramp-completion-mode): Use `natnump' instead of `wholenump'
13251 because of XEmacs.
13252 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
13253 started.
13254
13255 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
13256
13257 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
13258
13259 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
13260
13261 * log-edit.el (log-edit-changelog-paragraph): Return point-max
13262 as the end of the ChangeLog paragraph when it ends without a line
13263 termination.
13264
13265 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
13266
13267 * net/webjump.el (webjump-sample-sites):
13268 Add simple Wikipedia query.
13269
13270 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13271
13272 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
13273 compatibility code.
13274
13275 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
13276 (copyright-update-year): Use it.
13277
13278 * edmacro.el (edmacro-format-keys): Use current-active-maps.
13279
13280 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
13281 Add indentation and debugging info. Fix up comment convention.
13282
13283 * cus-dep.el (custom-make-dependencies): Simplify.
13284
13285 * composite.el (compose-region, decompose-region):
13286 Use inhibit-read-only and restore-buffer-modified-p.
13287
13288 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
13289 (xterm-mouse-event): Use it.
13290
13291 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * bs.el (bs-cycle-previous): Don't modify the cycle list until
13294 `switch-to-buffer' has returned succesfully.
13295 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
13296 window is dedicated (it could iconify the frame).
13297
13298 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
13299
13300 * vc-hooks.el (vc-find-root): Fix file attribute test.
13301
13302 2007-05-24 Richard Stallman <rms@gnu.org>
13303
13304 * textmodes/flyspell.el (flyspell-correct-word-before-point):
13305 Don't let opoint be nil.
13306 (flyspell-emacs-popup): Explicit error if no dialogs.
13307
13308 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
13309
13310 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
13311 (image-next-line, image-previous-line, image-scroll-up)
13312 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
13313 New functions.
13314 (image-mode-map): Remap motion commands.
13315 (image-mode-text-map): New keymap for viewing images as text.
13316 (image-mode): Use image-mode-map.
13317 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
13318
13319 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * textmodes/fill.el (canonically-space-region): Make the second arg
13322 a marker if it's not already the case.
13323
13324 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13325
13326 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13327 (tar-get-descriptor): Handle type 55, an extended pax header.
13328
13329 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13332 to confuse outline-minor-mode.
13333
13334 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13335
13336 * tar-mode.el (tar-file-name-handler): New function.
13337 (tar-extract): Bind file-name-handler-alist to it to force
13338 find-buffer-file-type-coding-system behave as if the file being
13339 extracted existed. Use last-coding-system-used to force
13340 buffer-file-coding-system to what decode-coding-region actually
13341 used to decode the file.
13342
13343 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13344
13345 * progmodes/compile.el (compilation-handle-exit):
13346 `compilation-finish-function' may change the current buffer.
13347
13348 2007-05-22 Richard Stallman <rms@gnu.org>
13349
13350 * files.el (set-auto-mode): Doc fix.
13351
13352 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13353
13354 * help-fns.el (find-source-lisp-file): New function.
13355 (describe-function-1): Use find-source-lisp-file to find source
13356 file in compile tree.
13357
13358 2007-05-22 Eli Zaretskii <eliz@gnu.org>
13359
13360 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13361
13362 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
13363
13364 * emacs-lisp/easy-mmode.el (define-minor-mode)
13365 (easy-mmode-define-navigation): Fix typos in docstrings.
13366
13367 2007-05-22 Glenn Morris <rgm@gnu.org>
13368
13369 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13370
13371 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
13372
13373 * mail/mail-extr.el (mail-extract-address-components):
13374 Recognize non-ASCII characters except for NBSP as words.
13375
13376 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
13377
13378 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13379 (rcirc-print): Handle `window-width'.
13380 (rcirc-buffer-maximum-lines): Doc fix.
13381
13382 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
13383
13384 * image-mode.el (image-toggle-display): Don't clear image cache.
13385 Only use filename in image spec if the file is readable.
13386 Call image-refresh.
13387
13388 * image.el (image-type-from-file-name, image-type): Simplify.
13389 (image-type-auto-detected-p): Don't scan auto-mode-alist.
13390
13391 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13392 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13393
13394 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13395
13396 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13397 is an error.
13398
13399 * term/linux.el (terminal-init-linux): Don't signal an error
13400 if gpm isn't running.
13401
13402 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13403
13404 * t-mouse.el: Reduce to a minor-mode macro call.
13405 (t-mouse-mode): Remove the lighter.
13406
13407 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13408
13409 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
13410
13411 * files.el (auto-mode-alist): Change the regexp so that
13412 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13413
13414 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * Version 22.1 released.
13417
13418 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
13419
13420 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13421 changes.
13422
13423 2007-05-19 Kevin Ryde <user42@zip.com.au>
13424
13425 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13426
13427 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13428
13429 * textmodes/sgml-mode.el: Revert last change.
13430
13431 2007-05-18 Richard Stallman <rms@gnu.org>
13432
13433 * simple.el (push-mark): Doc fix.
13434
13435 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
13436
13437 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13438 tpu-global-map.
13439 (tpu-original-global-map): Variable deleted.
13440 (tpu-control-keys-map): New keymap variable.
13441 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13442 setting keymapping directly.
13443 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13444 tpu-global-map.
13445 (tpu-edt-on): Activate the tpu-global-map.
13446 (tpu-edt-off): Deactivate the tpu-global-map.
13447
13448 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
13449
13450 * textmodes/ispell.el (ispell-get-word): Return markers
13451 for start and end positions.
13452 (ispell-word): Assume END is a marker.
13453
13454 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13455
13456 * printing.el: Group together all XEmacs/Emacs definitions.
13457 (pr-version): New version 6.9.
13458 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13459 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13460 (pr-menu-bind): Fix code.
13461 (pr-e-frame-char-height, pr-e-frame-char-width)
13462 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13463 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13464 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13465 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13466 (pr-x-event-y-pixel): Aliases eliminated.
13467 (pr-xemacs-global-menubar): Macro moved.
13468 (current-menubar, current-mouse-event, zmacs-region-stays)
13469 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13470 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13471 Vars moved.
13472 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13473 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13474 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13475 (pr-menu-set-utility-title, pr-even-or-odd-pages)
13476 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13477 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13478 moved.
13479
13480 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
13481
13482 * textmodes/sgml-mode.el (sgml-tag):
13483 Fix bug: Call sgml-transformation-function.
13484
13485 2007-05-17 Martin Rudalics <rudalics@gmx.at>
13486
13487 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13488 modified flag of buffer. Use `inhibit-modification-hooks'.
13489
13490 2007-05-16 Richard Stallman <rms@gnu.org>
13491
13492 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13493
13494 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13495
13496 * files.el (magic-mode-alist, magic-fallback-mode-alist):
13497 Move the *ml, Postscript, and XmCD entries to the fallback part.
13498
13499 * files.el (magic-fallback-mode-alist):
13500 Rename from file-start-mode-alist.
13501
13502 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13503
13504 * progmodes/compile.el (compilation-handle-exit): Quote first
13505 argument of `run-hook-with-args'.
13506
13507 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
13508
13509 * buff-menu.el (Buffer-menu-sort-column):
13510 * dabbrev.el (dabbrev-upcase-means-case-search):
13511 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13512 * info.el (Info-current-subfile):
13513 * ls-lisp.el (ls-lisp-verbosity):
13514 * msb.el (msb-menu-cond):
13515 * pcvs.el (cvs-dired-use-hook):
13516 * simple.el (set-mark-command-repeat-pop):
13517 * time.el (display-time-24hr-format, display-time-mail-file):
13518 Doc fixes.
13519
13520 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13521 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13522
13523 * view.el (view-inhibit-help-message): Fix typo in docstring.
13524 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13525
13526 2007-05-16 Martin Rudalics <rudalics@gmx.at>
13527
13528 * textmodes/ispell.el (ispell-start-process): Defend against bad
13529 default-directory.
13530
13531 2007-05-14 Eli Zaretskii <eliz@gnu.org>
13532
13533 * mail/rmail.el (rmail-convert-to-babyl-format): Check
13534 content-transfer-encoding _last_, because it's its position that
13535 we need as value of base64-header-field-end.
13536
13537 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
13538
13539 * files.el (mode-require-final-newline, require-final-newline)
13540 (enable-local-variables, enable-local-eval): Doc fixes.
13541
13542 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13543
13544 * ps-print.el: Use default color when foreground or background color
13545 are unspecified. Reported by Leo <sdl.web@gmail.com>.
13546 (ps-print-version): New version 6.7.4.
13547 (ps-rgb-color): New argument. Use default color when color is
13548 unspecified.
13549 (ps-begin-job): Fix code.
13550
13551 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
13552
13553 * longlines.el (longlines-mode): Make longlines-auto-wrap
13554 buffer-local. Add hooks unconditionally.
13555 (longlines-auto-wrap): Toggle wrapping.
13556 (longlines-after-change-function)
13557 (longlines-post-command-function): Check longlines-auto-wrap.
13558
13559 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
13560
13561 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13562 (xterm-mouse-translate): Use it.
13563
13564 2007-05-10 Richard Stallman <rms@gnu.org>
13565
13566 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13567 (iso-cvt-write-only): Likewise.
13568
13569 * emacs-lisp/easy-mmode.el (define-minor-mode):
13570 Fix generated doc string.
13571
13572 * startup.el (fancy-splash-text): Add URL of guided tour.
13573 Adjust horizontal and vertical whitespace.
13574
13575 * progmodes/compile.el (compilation-handle-exit):
13576 Use run-hook-with-args to run compilation-finish-functions.
13577
13578 * files.el (file-start-mode-alist): New variable.
13579 (magic-mode-regexp-match-limit): Doc fix.
13580 (set-auto-mode): Handle file-start-mode-alist.
13581 A little cleanup of structure.
13582
13583 * dabbrev.el (dabbrev-eliminate-newlines):
13584 Renamed from dabbrev--eliminate-newlines. All uses changed.
13585
13586 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13587
13588 * man.el (Man-next-section): Don't consider the last line of the page
13589 as being part of any section.
13590
13591 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13594 can take any number of values.
13595
13596 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13597
13598 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13599 to the list of citation commands.
13600
13601 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13604
13605 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
13606
13607 * progmodes/python.el (python-font-lock-keywords)
13608 (python-open-block-statement-p, python-mode): Add support for the new
13609 "with" keyword.
13610
13611 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13614 the exact opposite of diff-goto-source.
13615
13616 * emacs-lisp/advice.el (ad-special-forms): Remove.
13617 (ad-special-form-p): Use subr-arity.
13618
13619 * newcomment.el (comment-search-forward): Make sure we search forward.
13620 (comment-enter-backward): Try and distinguish the non-matching case at
13621 EOB from the non-matching case with a missing comment-end-skip for
13622 a 2-char comment ender.
13623 (comment-choose-indent): New function extracted from comment-indent.
13624 Improve the alignment algorithm.
13625 (comment-indent): Use it.
13626
13627 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13628 XML style Processing Instructions.
13629 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
13630 (sgml-calculate-indent): Handle `pi' context.
13631
13632 * vc.el: Ensure that update-changelog issues an error when used with
13633 a backend that does not implement it.
13634 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13635 Remove `backend' argument. Use expand-file-name.
13636 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13637
13638 * progmodes/python.el (python-end-of-block): Revert last change.
13639 (python-end-of-statement): Make sure we move *forward*.
13640
13641 2007-05-08 Richard Stallman <rms@gnu.org>
13642
13643 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13644 Don't include non-self-insert commands in the exception for `-'.
13645
13646 2007-05-08 David Reitter <david.reitter@gmail.com>
13647
13648 * progmodes/python.el (python-guess-indent): Check non-nullness
13649 before comparing indent against the 2..8 interval.
13650
13651 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13652
13653 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13654 available.
13655
13656 2007-05-06 Richard Stallman <rms@gnu.org>
13657
13658 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13659
13660 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13663 rather than storing their value in the revert-buffer function.
13664
13665 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
13666
13667 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13668 when disabling t-mouse-mode.
13669
13670 2007-05-01 Davis Herring <herring@lanl.gov>
13671
13672 * calendar/timeclock.el: Update version number.
13673 (timeclock-modeline-display): Mention timeclock-use-display-time
13674 in explanatory message.
13675 (timeclock-in): Fix non-interactive workday specifications.
13676 (timeclock-log): Don't kill the log buffer if it already existed.
13677 Suppress warnings when finding the log. Don't check for a nil
13678 project twice. Run hooks after killing the buffer (if applicable).
13679 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13680 was geometric). All uses changed.
13681 (timeclock-generate-report): Support prefix argument.
13682
13683 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
13684
13685 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13686 disconnections.
13687
13688 2007-05-01 Romain Francoise <romain@orebokech.com>
13689
13690 * dired-x.el: Revert 2007-04-06 change.
13691
13692 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
13693
13694 * find-dired.el (find-dired-filter): Propertize all text down to eob.
13695
13696 2007-04-29 Richard Stallman <rms@gnu.org>
13697
13698 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13699
13700 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * progmodes/cc-mode.el (c-before-change): Use point-min rather
13703 than 1.
13704
13705 2007-04-28 Richard Stallman <rms@gnu.org>
13706
13707 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13708
13709 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
13710
13711 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13712 don't put stop on toolbar.
13713
13714 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13715
13716 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13717
13718 2007-04-28 Eli Zaretskii <eliz@gnu.org>
13719
13720 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13721 instead of $(lisp)/mh-e.
13722
13723 2007-04-28 Glenn Morris <rgm@gnu.org>
13724
13725 * image-dired.el (image-dired-cmd-create-thumbnail-options)
13726 (image-dired-cmd-create-temp-image-options): Replace option
13727 +profile "*" with -strip.
13728
13729 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
13730
13731 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13732 Use window-start and window-end.
13733
13734 2007-04-27 Andreas Schwab <schwab@suse.de>
13735
13736 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13737
13738 2007-04-27 Eli Zaretskii <eliz@gnu.org>
13739
13740 * textmodes/fill.el (fill-paragraph): Doc fix.
13741
13742 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
13743
13744 * locate.el (locate-in-alternate-database): Doc fix.
13745
13746 2007-04-26 Glenn Morris <rgm@gnu.org>
13747
13748 * button.el (button): Use underline if supported, else fall back
13749 to color.
13750
13751 * version.el (emacs-version): Increase to 22.1.50.
13752
13753 2007-04-25 Richard Stallman <rms@gnu.org>
13754
13755 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13756
13757 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
13758
13759 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13760 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13761 pushing mark.
13762 (idlwave-current-routine): Don't push mark.
13763
13764 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
13765
13766 * image-dired.el (image-dired-display-image): Derive image-type from
13767 filename rather than assuming jpeg, in case no resizing was needed.
13768
13769 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13770
13771 * custom.el (defface): Doc fix.
13772
13773 See ChangeLog.12 for earlier changes.
13774
13775 ;; Local Variables:
13776 ;; coding: iso-2022-7bit
13777 ;; add-log-time-zone-rule: t
13778 ;; End:
13779
13780 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
13781
13782 This file is part of GNU Emacs.
13783
13784 GNU Emacs is free software; you can redistribute it and/or modify
13785 it under the terms of the GNU General Public License as published by
13786 the Free Software Foundation; either version 3, or (at your option)
13787 any later version.
13788
13789 GNU Emacs is distributed in the hope that it will be useful,
13790 but WITHOUT ANY WARRANTY; without even the implied warranty of
13791 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13792 GNU General Public License for more details.
13793
13794 You should have received a copy of the GNU General Public License
13795 along with GNU Emacs; see the file COPYING. If not, write to the
13796 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13797 Boston, MA 02110-1301, USA.
13798
13799 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af