]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(vc-git-extra-menu-map): New key map.
[gnu-emacs] / lisp / ChangeLog
1 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-git.el (vc-git-extra-menu-map): New key map.
4 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5 New functions.
6
7 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
8 and 'missing files.
9
10 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * calendar/holidays.el (list-holidays): Make Y2 optional.
13
14 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15 buffers shown to the user.
16 (appt-disp-window): Disable undo explicitly now that the leading space
17 is gone.
18
19 * simple.el (activate-mark): New function.
20 (set-mark-command): Use it with region-active-p to clean up the code.
21 (exchange-point-and-mark): Invert the meaning of C-u when
22 transient-mark-mode is active.
23
24 * dired-aux.el (dired-create-files): Use dolist.
25
26 * bindings.el (mode-line-change-eol): Use with-selected-window.
27
28 * apropos.el (apropos-command): Include macros.
29
30 2008-03-26 Glenn Morris <rgm@gnu.org>
31
32 * calendar/cal-bahai.el: Require calendar, not cal-julian.
33 (calendar-bahai-epoch): Doc fix.
34
35 * calendar/cal-china.el: Explicitly require calendar.
36
37 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
38 Require calendar rather than cal-julian.
39 Autoload calendar-absolute-from-julian.
40 * calendar/cal-coptic.el (coptic-calendar-epoch):
41 * calendar/cal-islam.el (calendar-islamic-epoch):
42 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
43
44 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
45
46 * calendar/cal-dst.el: Don't require cal-persia.
47 (calendar-absolute-from-persian): Autoload it.
48 (dst-adjust-time): Doc fix.
49
50 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
51 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
52 calendar.
53
54 * calendar/cal-menu.el: Require calendar rather than declaring
55 functions.
56 * calendar/calendar.el: Provide calendar before requiring cal-menu.
57
58 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
59 calendar-after-frame-setup-hooks. Update callers, make old name an
60 obsolete alias. Doc fix.
61 (calendar-frame-1): Doc fix.
62
63 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
64
65 * calendar/calendar.el (oriental-holidays, solar-holidays):
66 * calendar/holidays.el (list-holidays): Assume atan always bound.
67
68 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
69 Explicitly require calendar, not cal-julian.
70 * calendar/lunar.el: Explicitly require cal-dst.
71
72 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
75
76 * help-fns.el (describe-function-1, describe-variable): If no
77 replacement is provided, don't print "use nil instead".
78
79 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
80
81 * proced.el: New file.
82
83 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
84
85 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
86
87 2008-03-25 Juri Linkov <juri@jurta.org>
88
89 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
90 in battery-mode-line-format.
91
92 * bindings.el (minibuffer-local-map): For the command
93 file-cache-minibuffer-complete replace keymap minibuffer-local-map
94 with map which is already locally bound to minibuffer-local-map.
95
96 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
99 Remove `sort-first' argument.
100
101 * subr.el (redisplay-end-trigger-functions)
102 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
103 (process-filter-multibyte-p, set-process-filter-multibyte):
104 Mark as obsolete.
105
106 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
107
108 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
109 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
110 use the LOCAL arg of `add-hook'.
111 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
112 Remove spurious * from defcustom docstrings.
113 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
114 Fix typos in messages.
115 (reb-mode-buffer-p): New function.
116 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
117 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
118 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
119 (reb-update-overlays): Use `unless', `when'.
120 (re-builder-unload-function): New function.
121
122 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
123
124 * vc-hooks.el (vc-state): Add documentation for 'missing.
125
126 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
127
128 * progmodes/verilog-mode.el (verilog-auto-output)
129 (verilog-auto-input, verilog-auto-inout, verilog-auto)
130 (verilog-delete-auto): Add optional regular expression to
131 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
132 (verilog-signals-matching-regexp): New internal function for
133 signal matching.
134
135 2008-03-25 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
136
137 * info.el (Info-isearch-search): Always return point.
138
139 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * diff-mode.el (diff-remembered-defdir): New var.
142 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
143
144 2008-03-25 Glenn Morris <rgm@gnu.org>
145
146 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
147 calendar-bahai-prompt-for-date. Update callers, make old name an
148 obsolete alias. Doc fix.
149 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
150 coptic-prompt-for-date. Update callers, make old name an
151 obsolete alias. Doc fix.
152 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
153 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
154 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
155 calendar-islamic-prompt-for-date. Update callers. Doc fix.
156 * calendar/cal-iso.el (calendar-iso-read-date): New name for
157 calendar-iso-read-args. Update callers, make old name an obsolete
158 alias.
159 * calendar/cal-persia.el (calendar-persian-read-date): New name for
160 persian-prompt-for-date. Update callers, make old name an
161 obsolete alias. Doc fix. Move definition before use.
162
163 * calendar/cal-x.el (diary-frame-parameters)
164 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
165 (calendar-frame-1): Doc fixes.
166 (make-fancy-diary-buffer): Remove declaration.
167 (calendar-dedicate-diary): Replace call to deleted function
168 make-fancy-diary-buffer.
169 (calendar-frame-setup): New function.
170 (calendar-one-frame-setup, calendar-only-one-frame-setup)
171 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
172 work, and mark as obsolete.
173 (special-display-buffer-names): Don't mess with this; it's not our
174 business.
175 (cal-x-load-hook): Defvar it, and mark as obsolete.
176
177 * calendar/calendar.el (calendar-remove-frame-by-deleting):
178 Default to t. Add to 'calendar group.
179 (calendar): Doc fix. Use calendar-frame-setup.
180 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
181 (generate-calendar-window): Doc fix.
182
183 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
186
187 2008-03-24 Drew Adams <drew.adams@oracle.com>
188
189 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
190 New variables.
191 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
192 (finder-exit): Ignore errors rather than avoiding them.
193 Kill *Finder-package* buffer also.
194
195 2008-03-24 Andreas Schwab <schwab@suse.de>
196
197 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
198
199 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
200
201 * vc-hg.el (vc-hg-after-dir-status):
202 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
203
204 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
205 Detect removed files.
206
207 * vc.el (vc-status-printer): Use a different face for missing files.
208 (vc-status-hide-up-to-date): Rename from
209 vc-status-remove-up-to-date. Update all callers.
210 (vc-status-mode-map): Bind C-m.
211
212 2008-03-24 Alexandre Julliard <julliard@winehq.org>
213
214 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
215 code ...
216 (vc-git--state-code): ... to this new function.
217 (vc-git-state): Use it.
218
219 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
220
221 * textmodes/remember.el (remember-mail-date)
222 (remember-store-in-mailbox): Write date and From line in such a
223 way that Mutt can read it.
224
225 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
226
227 * simple.el (transient-mark-mode): Turn on by default.
228
229 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
230
231 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
232 'unregistered for unregistered files.
233
234 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
235
236 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
237
238 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
239 subdirectories.
240
241 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
242 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
243 Add :enable for vc-status-refresh.
244 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
245 (vc-status-tool-bar-map): Add binding for
246 vc-status-kill-dir-status-process.
247 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
248 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
249 Reset vc-status-process-buffer.
250 (vc-status-refresh): Don't run two refreshes at a time.
251 (vc-status): If the buffer is already in vc-status-mode only refresh.
252 (vc-status-mark-buffer-changed): Add an optional file parameter.
253 (vc-resynch-buffer): Use it.
254 (vc-delete-file): Expand the file name before using it.
255 Be careful to not create a new buffer with the old file contents.
256 Update the VC state after performing the operation.
257
258 2008-03-23 Andreas Schwab <schwab@suse.de>
259
260 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
261 Fix radio button condition.
262 [box]: Likewise.
263 [customize]: Add radio button.
264
265 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
266
267 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
268 (calc-user-parse-tables, calc-gnuplot-default-device)
269 (calc-gnuplot-default-output, calc-gnuplot-print-device)
270 (calc-gnuplot-print-output, calc-gnuplot-geometry)
271 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
272 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
273 (calc-undo-list, calc-redo-list, calc-main-buffer)
274 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
275 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
276 (calc-said-hello, calc-executing-macro, calc-any-selections)
277 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
278 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
279 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
280 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
281 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
282 (calc-create-buffer, calc-quit): Add docstrings.
283
284 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
285
286 * makefile.w32-in (WINS_ALMOST): Add org.
287
288 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
289
290 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
291 New functions to implement vc-status support.
292
293 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
294
295 * vc.el (vc-status-prepare-status-buffer): New function.
296 (vc-status): Use it.
297
298 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
299 appropriate.
300
301 2008-03-22 Alexandre Julliard <julliard@winehq.org>
302
303 * vc-git.el (vc-git--empty-db-p)
304 (vc-git-after-dir-status-stage1-empty-db): New functions.
305 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
306 Add support for empty repositories.
307
308 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
309
310 * vc-git.el (vc-git-annotate-extract-revision-at-line):
311 Allow "^" in a version name.
312
313 * vc-mtn.el (vc-mtn-state): Support the added state.
314
315 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
316
317 * org: New directory for Org-mode.
318
319 * org/org-export-latex.el: Moved from lisp/texmodes.
320
321 * org/org-irc.el: Moved from lisp/texmodes.
322
323 * org/org-mac-message.el: Moved from lisp/texmodes.
324
325 * org/org-mouse.el: Moved from lisp/texmodes.
326
327 * org/org-publish.el: Moved from lisp/texmodes.
328
329 2008-03-21 Juri Linkov <juri@jurta.org>
330
331 * comint.el (comint-dynamic-simple-complete):
332 Use variable `stub' for the second arg `common-substring'
333 of `comint-dynamic-list-completions'.
334 (comint-dynamic-list-filename-completions):
335 Use variable `filenondir' for the second arg `common-substring'
336 of `comint-dynamic-list-completions'.
337 (comint-dynamic-list-completions): Add new optional arg
338 `common-substring'. Add `common-substring' as the second arg of
339 the call to `display-completion-list'. Doc fix.
340
341 * comint.el (comint-dynamic-complete-as-filename)
342 (comint-dynamic-list-filename-completions)
343 (comint-dynamic-simple-complete): Use `minibuffer-message'
344 to display message "No completions of %s" when a command
345 is called in the minibuffer.
346 (comint-dynamic-simple-complete): Don't display other
347 completion messages when a command is called in the minibuffer.
348 (comint-dynamic-list-completions): Use `minibuffer-message'
349 to display message " [Type space to flush ...]" when a command
350 is called in the minibuffer.
351
352 * shell.el (shell-dynamic-complete-command)
353 (shell-dynamic-complete-environment-variable): Don't display
354 completion messages when command is called in the minibuffer.
355
356 * emacs-lisp/lisp.el (lisp-complete-symbol):
357 Use `minibuffer-message' to display message "No completions of %s"
358 when this command is called in the minibuffer.
359
360 * bindings.el (standard-mode-line-modes): Put special help-echo
361 tooltip on recursive edit %[ %] mode-line constructs.
362
363 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
364 "^No dynamic expansion for .* found$" to allow error messages like
365 "No dynamic expansion for \"%s\" found in this-buffer".
366
367 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
368
369 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
370 "psftp".
371
372 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
375 * vc.el (vc-default-dired-state-info): Use just "modified".
376 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
377 (vc-cvs-mode-line-string): Make use of the better default.
378 (vc-cvs-parse-entry): Use the new `added'.
379 (vc-cvs-dired-state-info): Remove.
380 * vc-svn.el (vc-svn-dired-state-info): Remove.
381 * vc-hg.el (vc-hg-dired-state-info): Remove.
382 * vc-git.el (vc-git-dired-state-info): Remove.
383
384 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * vc-git.el (vc-git-status-result): New variable.
387 (vc-git-dir-status): Split out ...
388 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
389 ... these new functions and work asynchronously.
390
391 2008-03-21 Alexandre Julliard <julliard@winehq.org>
392
393 * vc-git.el (vc-git-after-dir-status): Remove.
394 (vc-git-dired-state-info): Reimplement.
395
396 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
397
398 * replace.el (occur-mode-map): Add :help.
399
400 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
401 for disassemble.
402
403 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
404 the 'added state.
405 (vc-status-remove-up-to-date): New function.
406 (vc-status-mode-map, vc-status-menu-map): Bind it.
407 (vc-status-printer): Use a different face up-to-date files.
408 (vc-resynch-buffer): Update the vc-status buffer if it exists.
409 (Todo): Remove solved entries.
410
411 * vc-hg.el (vc-hg-state):
412 * vc-git.el (vc-git-state):
413 * vc-cvs.el (vc-cvs-parse-status):
414 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
415 state.
416
417 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * progmodes/compile.el (compile):
420 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
421
422 * simple.el (minibuffer-local-shell-command-map): New var.
423 (minibuffer-complete-shell-command, read-shell-command): New funs.
424 (shell-command, shell-command-on-region): Use them.
425
426 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
427
428 * vc.el (vc-status-mark-buffer-changed): New function to implement
429 updating of the *vc-status* buffer when a buffer is saved.
430 (vc-status-mode): Use it for after-change-hook.
431 (vc-add-to-vc-status-buffer): Rename to ...
432 (vc-status-add-entry): ... this.
433 (Todo): Add new entry.
434
435 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
438
439 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
440
441 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
442 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
443 Remove spurious * from defcustom docstrings.
444 (icomplete-compute-delay): Fix docstring and remove spurious *.
445 (icomplete-delay-completions-threshold): Fix typo in docstring and
446 remove spurious *.
447 (icomplete-completions): While collecting the list of prospective
448 candidates, don't overshoot `icomplete-prospects-length'.
449
450 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
451
452 * textmodes/refbib.el:
453 * textmodes/reftex.el:
454 * textmodes/reftex-global.el:
455 * textmodes/reftex-vars.el:
456 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
457 compiler pacifying defvars.
458 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
459 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
460 not needed.
461
462 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
463
464 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
465 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
466 (verilog-customize, verilog-font-customize)
467 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
468 (verilog-mode): Update documentation strings to match tool tips.
469 (verilog-auto-search-do, verilog-auto-re-search-do)
470 (verilog-skip-forward-comment-or-string): Fix verilog-auto
471 expansion when a .* appears inside a string.
472 (verilog-re-search-forward, verilog-re-search-backward):
473 Add comment to recall how this works.
474 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
475
476 2008-03-20 Glenn Morris <rgm@gnu.org>
477
478 * calendar/calendar.el (calendar-other-dates): New function.
479 (calendar-print-other-dates): Use calendar-other-dates.
480 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
481 the declarations it replaces.
482 (calendar-mouse-print-dates): Use calendar-other-dates.
483
484 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
485 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
486 (calendar-absolute-from-bahai): Fix the leap-year case.
487 (calendar-bahai-from-absolute): Re-use the Gregorian month.
488 (calendar-bahai-date-string, calendar-bahai-print-date):
489 Handle pre-Bahai dates.
490
491 * calendar/cal-china.el (chinese-calendar-celestial-stem)
492 (chinese-calendar-terrestrial-branch): Make defcustoms.
493
494 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
495 (calendar-mouse-view-diary-entries): Use or.
496 (calendar-mouse-chinese-date): Remove unused command.
497 (cal-menu-load-hook): Mark as obsolete.
498
499 * calendar/solar.el (calendar-location-name, calendar-latitude)
500 (calendar-longitude, solar-arctan, sunrise-sunset)
501 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
502
503 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
504
505 * calc/calc.el: Remove outdated comments.
506 (defcalcmodevar, calc-mode-var-list-restore-default-values)
507 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
508 Add docstrings.
509
510 2008-03-19 Jason Rumney <jasonr@gnu.org>
511
512 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
513
514 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
515
516 * net/tls.el (open-tls-stream): Reindent.
517
518 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
519
520 * net/tramp.el (tramp-let-maybe): Removed.
521 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
522 It does not exist under XEmacs.
523 (tramp-handle-file-truename, tramp-handle-expand-file-name)
524 (tramp-completion-file-name-handler): Let-bind
525 `directory-sep-char'.
526
527 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
528 `directory-sep-char'.
529
530 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * help-fns.el (describe-function-1): Don't signal "missing arglist"
533 for autoloaded keymaps.
534
535 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
536 (electric-verilog-terminate-line, verilog-in-struct-region-p)
537 (verilog-backward-ws&directives, verilog-forward-ws&directives)
538 (verilog-in-comment-p, verilog-in-star-comment-p)
539 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
540 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
541 (verilog-skip-forward-comment-or-string, verilog-in-paren)
542 (verilog-skip-forward-comment-p): Use it.
543
544 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
545
546 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
547 (org-remember-templates, org-time-stamp-rounding-minutes)
548 (org-back-over-empty-lines, org-find-base-buffer-visiting)
549 (org-columns-new): Fix typos in docstrings.
550
551 2008-03-19 Glenn Morris <rgm@gnu.org>
552
553 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
554 (tramp-handle-shell-command): Use condition-case rather than
555 ignore-errors.
556
557 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
558
559 * diff-mode.el (diff-header): Make the color louder.
560 (diff-refine-change): Tone the color down.
561
562 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
563
564 * descr-text.el (describe-char): When `describe-char-unidata-list'
565 is set to show all properties, list them in the right order.
566
567 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * international/mule.el (load-with-code-conversion): Avoid setting
570 default-enable-multibyte-characters.
571
572 2008-03-19 Gustav H\e$(Q)[\e(Bllberg <gustav@virtutech.com> (tiny change)
573
574 * vc.el (vc-annotate-background): Fix custom type.
575
576 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * descr-text.el (describe-char-unidata-list): Allow specifying
579 just all properties.
580 (describe-char): Handle that new value.
581
582 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
583
584 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
585
586 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
587 instead of file name extension to make docs with uncommon
588 extensions work.
589
590 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
591
592 * doc-view.el (require): Require cl at compile time because
593 `assert' needs it.
594
595 2008-03-18 Glenn Morris <rgm@gnu.org>
596
597 * calendar/calendar.el (initial-calendar-window-hook)
598 (today-visible-calendar-hook): Doc fixes.
599
600 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
601
602 * net/tramp.el (tramp-root-regexp): Simplify.
603 (tramp-completion-file-name-regexp-separate): Don't insist on
604 leading "[". This prevents method or user or host completion.
605 (tramp-let-maybe): Autoload it.
606 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
607 is an alias for `identity'.
608 (tramp-handle-write-region): Protect `last-coding-system-used'
609 over the trailing statements.
610 (tramp-completion-file-name-handler-post-function): Remove.
611 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
612 instead of calling `tramp-drop-volume-letter'.
613
614 * net/tramp.el:
615 * net/tramp-uu.el:
616 * net/trampver.el: Move coding cookie at the end.
617
618 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
621 elements which may be something else than characters.
622
623 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
624
625 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
626 New functions to implement vc-status support.
627
628 * vc.el (vc-default-extra-status-menu)
629 (vc-add-to-vc-status-buffer): New functions.
630
631 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
632 for eldoc and ielm.
633
634 2008-03-17 Glenn Morris <rgm@gnu.org>
635
636 * calendar/cal-x.el (diary-frame-parameters)
637 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
638 Fix custom type; add options.
639 (calendar-frame, diary-frame): Doc fixes.
640 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
641 new functions.
642 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
643 Use calendar-frame-1 and calendar-dedicate-diary.
644 (calendar-one-frame-setup): Also handle only-one-frame case.
645 (calendar-only-one-frame-setup): Doc fix. Just call
646 calendar-one-frame-setup.
647
648 * calendar/diary-lib.el: Re-order some definitions before their use.
649 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
650 (diary-list-entries): Doc fixes.
651 (make-fancy-diary-display): Remove function.
652
653 * calendar/calendar.el (calendar-today-marker)
654 (initial-calendar-window-hook, today-visible-calendar-hook)
655 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
656 (calendar-star-date, calendar-mark-today): Doc fixes.
657 (today-visible-calendar-hook): Add options.
658 (calendar-in-read-only-buffer): New macro.
659 (calendar-basic-setup): Adapt for change in calendar-read-date.
660 Place holiday let inside if.
661 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
662 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
663 (calendar-print-other-dates): Use one let rather than many.
664
665 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
666 (calendar-print-other-dates):
667 * calendar/cal-hebrew.el (list-yahrzeit-dates):
668 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
669 * calendar/holidays.el (calendar-list-holidays, list-holidays)
670 (calendar-cursor-holidays):
671 * calendar/lunar.el (calendar-phases-of-moon): Use
672 calendar-in-read-only-buffer to replace previous code and disable undo.
673
674 2008-03-16 Juri Linkov <juri@jurta.org>
675
676 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
677 and regexp-search-ring-yank-pointer for the HISTPOS argument of
678 read-from-minibuffer to provide the correct initial minibuffer
679 history position in isearch-edit-string when it is called from
680 isearch-ring-adjust.
681
682 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
683 to check if the current buffer is the minibuffer, and in this case
684 call abort-recursive-edit to kill the minibuffer. Doc fix.
685 (kill-this-buffer-enabled-p): Allow this function to return non-nil
686 when the current buffer is the minibuffer.
687
688 * simple.el (goto-line): Leave mark at previous position. Doc fix.
689
690 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
691
692 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
693 Use non-nil PARENTS attribute of make-directory instead of
694 explicitly checking existence the current cache directory.
695
696 2008-03-16 Daiki Ueno <ueno@unixuser.org>
697
698 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
699 M-x epa-file-select-keys.
700
701 2008-03-16 Kenichi Handa <handa@m17n.org>
702
703 * international/mule.el (auto-coding-alist):
704 Use no-conversion-multibyte for archive files.
705
706 2008-03-16 Glenn Morris <rgm@gnu.org>
707
708 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
709 New functions.
710 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
711 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
712 Use calendar-mark-1.
713 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
714 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
715 Use calendar-mark-complex.
716 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
717 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
718 Use calendar-mark-1.
719
720 * calendar/calendar.el (calendar-mod): Remove.
721 * calendar/cal-china.el (calendar-chinese-from-absolute)
722 (calendar-chinese-date-string): Expand calendar-mod calls.
723 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
724 Expand calendar-mod calls.
725
726 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
727 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
728 (diary-bahai-insert-yearly-entry): Use let rather than let*.
729 Move obsolete aliases after the functions that replaced them.
730
731 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
732 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
733 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
734 Use let rather than let*.
735 (calendar-hebrew-prompt-for-date): New function.
736 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
737 (holiday-tisha-b-av-etc): Use unless, let.
738
739 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
740 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
741
742 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
743
744 * calendar/calendar.el (calendar-for-loop): Add indent spec.
745
746 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
747 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
748 than concat.
749 (diary): Remove un-needed let.
750 (view-other-diary-entries): Rename argument.
751 (diary-list-entries-2): New function.
752 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
753 (print-diary-entries): Use unless.
754 (diary-mark-entries-1): Change argument order, make all but
755 markfunc optional. Handle the standard (Gregorian) case.
756 Use match-string-no-properties. Handle marks.
757 (mark-diary-entries): Use diary-mark-entries-1.
758 (diary-font-lock-keywords-1): New macro.
759 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
760
761 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
762
763 * icalendar.el (icalendar-version): Increase to 0.18.
764 (icalendar-export-hidden-diary-entries): New variable.
765 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
766 In case of error, insert full error-val.
767 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
768 Use calendar-day-of-week. Return the day number.
769 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
770
771 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
772
773 * icalendar.el (icalendar-recurring-start-year): New variable.
774 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
775 (icalendar-export-region): Ignore hidden diary entries.
776 (icalendar--convert-ordinary-to-ical): Fix case where event
777 spans across midnight boundary.
778 (icalendar-first-weekday-of-year): New function.
779 (icalendar--convert-weekly-to-ical): Allow user-selectable start
780 year for recurring events (Mozilla calendars do not propagate
781 recurring events forever, so year 2000 start date was not working).
782 (icalendar--convert-yearly-to-ical): Remove extra spaces in
783 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
784
785 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
786
787 * net/tramp.el (tramp-root-regexp): New defconst.
788 (tramp-completion-file-name-regexp-unified)
789 (tramp-completion-file-name-regexp-separate)
790 (tramp-completion-file-name-regexp-url): Use it.
791 (tramp-do-copy-or-rename-file-via-buffer):
792 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
793 t for `insert-file-contents-literally'.
794 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
795 Autoload it.
796 (tramp-completion-file-name-handler-post-function): New defconst.
797 (tramp-completion-file-name-handler): Use it.
798 (tramp-maybe-open-connection): Update calls to
799 `tramp-flush-connection-property' for removed 2nd argument.
800
801 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
804 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
805 New functions.
806
807 2008-03-15 Glenn Morris <rgm@gnu.org>
808
809 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
810 New functions.
811 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
812 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
813 (diary-list-entries-1, diary-mark-entries-1): Autoload.
814 (diary-bahai-list-entries): Use diary-list-entries-1.
815 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
816 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
817 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
818 (diary-list-entries-1, diary-mark-entries-1): Autoload.
819 (list-hebrew-diary-entries): Use diary-list-entries-1.
820 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
821 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
822 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
823 (diary-list-entries-1, diary-mark-entries-1): Autoload.
824 (list-islamic-diary-entries): Use diary-list-entries-1.
825 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
826
827 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
828
829 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
830
831 * calendar/cal-china.el (number-chinese-months)
832 (calendar-chinese-from-absolute): Use nth, caar.
833
834 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
835
836 * calendar/cal-french.el (french-calendar-accents): Doc fix.
837
838 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
839 (calendar-hebrew-month-name-array-leap-year)
840 (hebrew-calendar-parashiot-names): Make constants.
841 (diary-parasha): Move definition after constants it uses.
842
843 * calendar/cal-html.el (cal-html-insert-link-yearpage)
844 (cal-html-htmlify-list): Doc fix.
845 (cal-html-htmlify-entry): Use nth.
846
847 * calendar/cal-islam.el (calendar-islamic-month-name-array)
848 (calendar-islamic-epoch): Make constants.
849 (calendar-islamic-epoch): Doc fix.
850
851 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
852
853 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
854 (cal-tex-month-name): Doc fix.
855 (cal-tex-last-blank-p): Use zerop.
856
857 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
858 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
859 (calendar-cursor-to-date): Doc fix.
860 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
861 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
862 (calendar-day-number): Use when.
863 (generate-calendar-month): Use dotimes.
864 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
865 (calendar-set-mark): Reverse conditional.
866 (calendar-make-alist): Move definition before use.
867
868 * calendar/diary-lib.el (diary-face-attrs)
869 (diary-glob-file-regexp-prefix, diary-selective-display)
870 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
871 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
872 (diary-anniversary, diary-cyclic)
873 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
874 (diary-header-line-format): Change wording.
875 (diary-list-entries): Set `date-start' in let.
876 (include-other-diary-files, mark-included-diary-files): Use format.
877 (simple-diary-display, fancy-diary-display): Use cadr, unless.
878 (mark-diary-entries): Use 1+.
879 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
880 (mark-calendar-month): Use dotimes.
881
882 * calendar/holidays.el (displayed-month, displayed-year):
883 Move declarations where needed.
884 (calendar-list-holidays): Doc fix.
885
886 * calendar/parse-time.el (parse-time-string): Simplify.
887
888 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
889 Make constants.
890 (solar-sunrise-sunset): Rename some local variables for clarity.
891 (sunrise-sunset): Use zerop.
892 (solar-mean-equinoxes/solstices): Doc fix.
893
894 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
895 Use nth.
896 (timeclock-completing-read, timeclock-generate-report): Use zerop.
897 (timeclock-mean, timeclock-generate-report): Use dolist.
898
899 * calendar/todo-mode.el (todo-add-category): Simplify.
900 (todo-more-important-p, todo-delete-item, todo-file-item):
901 Use unless, when.
902 (todo-top-priorities): Use zerop.
903
904 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
905
906 * buff-menu.el (list-buffers-noselect): Display buffer name in
907 tooltip instead of mouse binding when it doesn't fit in the list.
908
909 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
910
911 * faces.el (xw-defined-colors):
912 * simple.el (widget-convert, shell-mode): Declare as functions
913 instead of autoloading.
914
915 * abbrev.el:
916 * button.el:
917 * cus-face.el:
918 * ediff-hook.el:
919 * emacs-lisp/backquote.el:
920 * emacs-lisp/timer.el:
921 * facemenu.el:
922 * faces.el:
923 * menu-bar.el:
924 * simple.el:
925 * subr.el:
926 * textmodes/fill.el:
927 * textmodes/paragraphs.el: Remove autoloads, redundant when the
928 files are preloaded.
929
930 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * desktop.el (desktop-create-buffer): Don't catch errors if
933 debug-on-error is set.
934
935 2008-03-14 Eli Zaretskii <eliz@gnu.org>
936
937 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
938 ($(lisp)/calendar/diary-loaddefs.el)
939 ($(lisp)/calendar/hol-loaddefs.el): New targets.
940 (LOADDEFS): New macro.
941 (autoloads): Depend on $(LOADDEFS).
942
943 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
944
945 * font-lock.el (featurep): Remove test, not useful anymore.
946 (facemenu-keymap): Move key binding ...
947 * facemenu.el (facemenu-keymap): ... here.
948
949 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
950 for each file in the list.
951 (vc-bzr-log-view-mode): Recognize the file marker.
952
953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
954 for checkdoc and profiling.
955
956 2008-03-14 Bastien Guerry <bzg@altern.org>
957
958 * textmodes/flyspell.el (nxml-mode): Add the right
959 `flyspell-mode-predicate'.
960
961 * wid-edit.el (link): Use 'mouse-face for :follow-link.
962
963 2008-03-14 Glenn Morris <rgm@gnu.org>
964
965 * calendar/solar.el: Reorder so that functions are defined before use.
966 (displayed-month, displayed-year): Move declarations where needed.
967 (solar-get-number): Move definition before use. Use unless.
968 (solar-equatorial-coordinates): Simplify.
969 (solar-sunrise-and-sunset): Use let rather than let*.
970 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
971
972 * startup.el (command-line-1): Rename -internal-script back to
973 -scriptload (reverts previous change).
974
975 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
976 (calendar-bahai-leap-base): Add doc strings.
977 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
978 Move definition before use.
979 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
980 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
981 variables outside the loop. Use dolist.
982 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
983
984 * calendar/cal-china.el: Re-order so that functions are defined before
985 use.
986 (displayed-month, displayed-year): Move declarations where needed.
987 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
988 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
989 Add doc strings.
990 (chinese-year-cache): Recenter on 2010. Doc fix.
991 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
992 Doc fix. Simplify.
993 (chinese-year-cache-init): New function.
994 (compute-chinese-year, holiday-chinese-new-year)
995 (calendar-chinese-date-string, calendar-goto-chinese-date)
996 (make-chinese-month-assoc-list): Use cadr, nth.
997 (chinese-months): Remove un-needed let.
998
999 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
1000 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
1001 (coptic-prompt-for-date): Move definition before use.
1002
1003 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1004 (calendar-dst-find-data, calendar-daylight-time-offset)
1005 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
1006 (calendar-daylight-savings-starts-time)
1007 (calendar-daylight-savings-ends-time): Use cadr, nth.
1008
1009 * calendar/cal-french.el (french-calendar-epoch)
1010 (calendar-goto-french-date): Doc fix.
1011 (french-calendar-month-name-array)
1012 (french-calendar-multibyte-month-name-array)
1013 (french-calendar-day-name-array, french-calendar-special-days-array):
1014 Add doc strings.
1015
1016 * calendar/cal-hebrew.el (displayed-month, displayed-year)
1017 (original-date): Move declarations where needed.
1018 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
1019 Doc fix.
1020 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
1021 constant variables outside the loop. Use dolist.
1022
1023 * calendar/cal-islam.el (displayed-month, displayed-year)
1024 (original-date): Move declarations where needed.
1025 (islamic-calendar-day-number): Remove unused local variable `day'.
1026 (calendar-goto-islamic-date): Doc fix.
1027 (holiday-islamic): Use unless.
1028 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
1029 constant variables outside the loop. Use dolist.
1030 (mark-islamic-calendar-date-pattern): Move definition before use.
1031 Use unless.
1032 (mark-islamic-diary-entries): Doc fix.
1033 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
1034 (insert-yearly-islamic-diary-entry): Use let rather than let*.
1035
1036 * calendar/cal-julian.el (calendar-absolute-from-julian):
1037 Move definition before use. Remove un-needed local `day'.
1038 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
1039
1040 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
1041 (calendar-mayan-tzolkin-names-array): Add doc strings.
1042 (calendar-mayan-long-count-from-absolute): Use a single let.
1043 (calendar-string-to-mayan-long-count): Simplify.
1044 (calendar-next-haab-date, calendar-previous-haab-date)
1045 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1046 (calendar-previous-calendar-round-date)
1047 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
1048 Doc fix.
1049 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
1050 (calendar-mayan-date-string, calendar-print-mayan-date)
1051 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
1052 (calendar-mayan-long-count-common-era): Move definitions before use.
1053
1054 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
1055 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
1056 Doc fix.
1057 (calendar-mouse-goto-date): Move definition before use.
1058
1059 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
1060 Move definition before use.
1061 (calendar-cursor-to-visible-date): Move definition before use.
1062 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
1063 and place inside the conditional.
1064 (calendar-forward-day): Simplify.
1065 (calendar-end-of-month): Use unless.
1066 (calendar-goto-day-of-year): Doc fix.
1067 Relocate obsolete aliases after their replacements.
1068
1069 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
1070
1071 * calendar/diary-lib.el (mark-diary-entries): Move some constant
1072 variables outside the diary-date-forms loop.
1073
1074 * calendar/calendar.el (diary-file): Doc fix.
1075 (calendar-buffer-list): Return buffers rather than strings (fixes
1076 previous change).
1077 (hebrew-holidays-4): Fix typo.
1078
1079 * calendar/holidays.el (displayed-month, displayed-year):
1080 Move declarations where needed.
1081 (calendar-holiday-list, calendar-list-holidays)
1082 (holiday-filter-visible-calendar): Move definitions before use.
1083 (list-holidays): Use cadr.
1084 Relocate obsolete aliases after their replacements.
1085
1086 * calendar/lunar.el (date, displayed-month, displayed-year):
1087 Move declarations where needed.
1088 (lunar-phase-list): Move definition after functions it uses.
1089 (calendar-phases-of-moon, diary-phases-of-moon)
1090 (lunar-new-moon-on-or-after): Use cadr, nth.
1091 (lunar-new-moon-on-or-after): Doc fix.
1092
1093 * textmodes/org-irc.el (top-level): CL not required when compiling.
1094 (org-irc-visit-erc): Replace runtime CL functions.
1095
1096 * textmodes/org-publish.el (declare-function): Add compatibility stub.
1097 (org-publish-delete-dups): Declare as function.
1098
1099 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
1100
1101 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
1102 (vc-bzr-show-log-entry): Make regexp match more cases.
1103 (vc-diff-switches-list): Remove autoload, not needed.
1104
1105 2008-03-14 Juri Linkov <juri@jurta.org>
1106
1107 * isearch.el (isearch-edit-string): Remove one call to
1108 `isearch-push-state' not to push an inconsistent state,
1109 but keep another correct call to `isearch-push-state'.
1110 (isearch-ring-adjust): Call `isearch-push-state' only when
1111 `search-ring-update' is non-nil since `isearch-edit-string'
1112 already pushes its state.
1113 (isearch-message): Improve matching the failed part by checking
1114 if the original message starts with the last successful message.
1115
1116 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
1117 (dired-perm-write): Rename from `dired-warn-writable'.
1118 Change parent face from `font-lock-warning-face' to
1119 `font-lock-comment-delimiter-face'.
1120 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
1121 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
1122 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
1123 with `dired-perm-write-face'.
1124
1125 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
1126
1127 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
1128 Create cache dir only if it doesn't already exist.
1129
1130 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
1133 of \ and '.
1134
1135 2008-03-13 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
1136
1137 * net/browse-url.el (browse-url-text-xterm):
1138 Unquote browse-url-text-browser.
1139
1140 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
1141
1142 * textmodes/org-mouse.el: Version number change.
1143
1144 * textmodes/org-publish.el (org-publish-expand-components):
1145 Remove null projects from the list of components.
1146 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
1147 Remove unused retrieval of the :publishing-directory property.
1148 (org-publish-file): Bugfix: when using a relative directory as the
1149 publishing directory, convert it to a directory filename.
1150 (org-publish-project): New alias.
1151 (org-publish-get-files): Protect against empty p.
1152 (org-publish-file): Send an error when file is not part of any project.
1153 (org-publish-file): Offer to refresh the list of files in known
1154 project when the current file is not part of any project.
1155 (org-publish-before-export-hook)
1156 (org-publish-after-export-hook): New hooks.
1157 (org-publish-org-to): Use new hooks and kill buffers.
1158 (org-publish-file): Remove the code for killing buffers.
1159 (org-publish-initialize-files-alist): Use interactive.
1160 (org-publish-file): If the publishing function creates a new
1161 buffer, kill it after publishing.
1162 (org-publish-timestamp-filename): Protect ":" in file name path
1163 under windows.
1164
1165 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
1166 change that killed the LaTeX buffer.
1167
1168 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
1169 in the decision tree.
1170 (org-select-remember-template): Clean the code.
1171 (org-prepare-dblock): Add the extra :content parameter.
1172 (org-write-agenda): New output type ".ics" files.
1173 (org-write-agenda): Call `org-icalendar-verify-function', both for
1174 time stamps and for TODO entries.
1175 (org-agenda-collect-markers, org-create-marker-find-array)
1176 (org-check-agenda-marker-table): New functions.
1177 (org-agenda-marker-table): New variable.
1178 (org-export-as-html): Revert the change that killed the html
1179 buffer. Side effects first need to be studied carefully.
1180 (org-get-tags-at): Fix the structure of the condition-case statement.
1181 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
1182 (org-timestamp-change): Fix regulear expressions to swallow the
1183 extra character for repeat-shift control.
1184 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
1185 (org-get-legal-level): Alias to `org-get-valid-level'.
1186 (org-dblock-write:clocktable): Add a :link parameter, linking
1187 headlines to their location in the Org agenda files.
1188 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
1189 throwing an error when getting tags before headlines.
1190 (org-timestamp-change, org-modify-ts-extra)
1191 (org-ts-regexp1): Fix timestamp editing.
1192 (org-agenda-custom-commands-local-options): New constant.
1193 (org-agenda-custom-commands):
1194 Use `org-agenda-custom-commands-local-options' to improve customize
1195 type. "htmlize": Removed hack to fix face problem with htmlize,
1196 it no longer seem necessary.
1197 (org-follow-link-hook): New hook.
1198 (org-agenda-custom-commands): Add "Component" as a tag for each
1199 item in a command serie.
1200 (org-open-at-point): Run `org-follow-link-hook'.
1201 (org-agenda-schedule): Bugfix: don't display marker type when it
1202 is nil.
1203 (org-store-link): org-irc required.
1204 (org-set-regexps-and-options): Parse the new logging options.
1205 (org-extract-log-state-settings): New function.
1206 (org-todo): Handle the new ways of recording state change stuff.
1207 (org-local-logging): New function.
1208 (org-columns-open-link): Fix bug with opening link in column view.
1209 (org-local-logging): New function
1210 (org-todo): Make sure that LOGGING properties are honoured.
1211 (org-todo-keywords): Improve docstring.
1212 (org-startup-options): Cleanup startup options.
1213 (org-set-regexps-and-options): Process the "!" markers.
1214 (org-todo): Respect the new logging stuff.
1215 (org-log-note-how): New variable.
1216 (org-add-log-maybe): New parameter HOW that defines how logging
1217 should be done and also overrides PURPOSE. Add a docstring.
1218 (org-add-log-note): Check if we really need to ask for a note.
1219 (org-get-current-options): Digest the new keyword.
1220 (org-agenda-reset-markers): Rename from
1221 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
1222 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
1223 function, without force argument.
1224 (org-buffer-property-keys): Bind local variables s and p.
1225 (org-make-tags-matcher): Allow "" to match an empty or
1226 non-existent property value.
1227 (org-export-as-html): Join unsorted lists when they directly
1228 follow each other. Such lists may be created by headlines that
1229 are converted to lists.
1230 (org-nofm-to-completion): New function.
1231 (org-export-as-html): Use :html-extension instead of
1232 org-export-html-extension.
1233 (org-store-link): Support for links from `rmail-summary-mode'.
1234 (org-columns-new, org-complete, org-set-property): Set the
1235 `include-columns' argument in the call to
1236 `org-buffer-property-keys'.
1237 (org-buffer-property-keys): New argument `include-columns', to
1238 include properties expected by any of the COLUMS formats in the
1239 current buffer.
1240 (org-cleaned-string-for-export): Get rid of drawers first, so that
1241 they will be removed also in the text before the first headline.
1242 (org-clock-report): Show the clocktable when found.
1243 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
1244 (org-version): With prefix argument, insert `org-version' at point.
1245 (org-agenda-goto): Recenter the window after finding the target
1246 location, to make sure the correct position will be displayed.
1247 (org-agenda-get-deadlines): Don't scale priority with the warning
1248 period.
1249 (org-insert-heading): Don't break line in the middle of the line.
1250 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
1251 be 0.
1252 (org-update-checkbox-count): Revamp to deal with hierarchical
1253 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
1254 (org-remove-timestamp-with-keyword): New function.
1255 (org-schedule, org-deadline):
1256 Use `org-remove-timestamp-with-keyword' to make sure all such time
1257 stamps are removed.
1258 (org-mode): Support for `align'.
1259 (org-agenda-get-deadlines): Make sure priorities increase as the
1260 due date approaches and is passed.
1261 (org-remember-apply-template): Fix problem with tags that
1262 contain "_" or "@".
1263 (org-make-link-regexps): Improve the regular expression for plain links.
1264 (org-agenda-get-closed): List each clocking entry.
1265 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
1266 (org-special-ctrl-k): New option.
1267 (org-kill-line): New function.
1268 (org-archive-all-done): Fix incorrect number of stars in regexp.
1269 (org-refile-get-location): New function.
1270 (org-refile-goto-last-stored): New function.
1271 (org-global-tags-completion-table): Add the value of org-tag-alist
1272 in each buffer, to make sure that also unused tags will be
1273 available for completion.
1274 (org-columns-edit-value)
1275 (org-columns-next-allowed-value): Only update if not in agenda.
1276 (org-clocktable-steps): New function.
1277 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
1278 (org-archive-subtree): Add the outline tree context as a property.
1279 (org-closest-date): New optional argument `prefer'.
1280 (org-goto-auto-isearch): New option.
1281 (org-goto-map, org-get-location): Implement auto-isearch.
1282 (org-goto-local-auto-isearch-map): New variable.
1283 (org-goto-local-search-forward-headings)
1284 (org-goto-local-auto-isearch): New functions
1285
1286 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
1287
1288 * textmodes/org-irc.el: New file.
1289
1290 2008-03-13 John Wiegley <johnw@gnu.org>
1291
1292 * textmodes/org-mac-message.el: New file.
1293
1294 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * font-lock.el (font-lock-comment-face): Set the foreground for
1297 the light background 8 colors case.
1298
1299 2008-03-13 Glenn Morris <rgm@gnu.org>
1300
1301 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
1302 generate-autoload-cookie patterns.
1303
1304 * startup.el (command-line-1): Rename -scriptload to -internal-script.
1305
1306 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
1307 (MH_E_SRC): Remove variable.
1308 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
1309 Simplify file header. Use $@ for generated-autoload-file.
1310
1311 * Makefile.in (LOADDEFS): New variable.
1312 (AUTOGENEL): Use $LOADDEFS.
1313 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
1314 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
1315 ($(lisp)/calendar/hol-loaddefs.el): New targets.
1316 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1317 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
1318 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
1319 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
1320 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
1321 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
1322 Add calendar-specific autoload cookies, and remove any setting of
1323 generated-autoload-file.
1324 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
1325 * calendar/diary-lib.el: Replace explicit autoloads with reading of
1326 diary-loaddefs.
1327 * calendar/holidays.el: Replace explicit autoloads with reading of
1328 hol-loaddefs.
1329
1330 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
1331 (calendar-buffer-list): Simplify.
1332 (generate-calendar-window): Use calendar-mark-holidays rather than
1333 obsolete alias.
1334
1335 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1336 Use cal-hebrew-yahrzeit-buffer.
1337
1338 * calendar/cal-x.el (calendar-only-one-frame-setup)
1339 (calendar-two-frame-setup): Doc fixes.
1340 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
1341
1342 * calendar/appt.el (appt-mode-string): Mark as risky.
1343 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
1344
1345 * calendar/cal-html.el (diary-list-entries):
1346 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
1347 (calendar-iso-from-absolute): Fix autoloads.
1348
1349 * calendar/cal-iso.el (calendar-absolute-from-iso)
1350 (calendar-iso-read-args): Simplify.
1351 (calendar-iso-date-string, calendar-iso-read-args)
1352 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
1353
1354 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
1355 (displayed-month, displayed-year): Move declarations where needed.
1356 (calendar-print-astro-day-number): Doc fix.
1357
1358 * calendar/cal-persia.el (persian-calendar-month-name-array)
1359 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
1360 (persian-prompt-for-date): Remove local variable `today'.
1361
1362 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
1363
1364 * calendar/solar.el (solar-moment, solar-exact-local-noon)
1365 (solar-sunrise-sunset, solar-sunrise-sunset-string)
1366 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
1367 (diary-sabbath-candles, solar-equinoxes/solstices)
1368 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
1369 (solar-time-equation, solar-date-to-et): Simplify.
1370
1371 * mail/supercite.el: Remove the `function' in `(function (lambda'.
1372 Replace `(car (cdr' with cadr'.
1373
1374 * progmodes/f90.el (f90-font-lock-n): New function.
1375 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
1376 Use f90-font-lock-n.
1377 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
1378
1379 * progmodes/f90.el (f90-mode-abbrev-table):
1380 * progmodes/fortran.el (fortran-mode-abbrev-table):
1381 Use newer form of define-abbrev, where supported. No need to bind
1382 abbrevs-changed for system abbrevs.
1383
1384 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
1387 delete-frame-functions.
1388
1389 * bookmark.el (Info-current-node): Remove.
1390
1391 2008-03-12 Juri Linkov <juri@jurta.org>
1392
1393 * help.el (describe-project): Remove defaliases for view-todo and
1394 describe-project that are now unnecessary after the merge from
1395 emacs--rel--22 that added define-obsolete-function-alias.
1396
1397 * startup.el (inhibit-startup-screen): Revert incomplete
1398 2008-03-10 merge from emacs--rel--22 that partly reverted
1399 2008-02-28 change that added initial message to *scratch* buffer
1400 regardless of the value of `inhibit-startup-screen'.
1401 Now keep this change in the trunk, but not in the 22 branch.
1402
1403 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * international/quail.el (quail-setup-completion-buf, quail-help):
1406 * mail/binhex.el (binhex-decode-region-internal):
1407 * mail/uudecode.el (uudecode-decode-region-internal):
1408 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1409 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1410 setting default-enable-multibyte-characters.
1411
1412 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
1413
1414 * comint.el: Fix up indentation and comment style. Remove `function'.
1415
1416 * international/mule-cmds.el (reset-language-environment)
1417 (set-language-environment-nonascii-translation):
1418 Don't set-unibyte-charset.
1419
1420 * doc-view.el: Remove all cb-args, use closures instead.
1421 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
1422 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
1423 doing an incorrect check). Update all callers to use the new name.
1424 (doc-view-doc->txt): Add missing `txt' argument.
1425
1426 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
1427
1428 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
1429 md5 sum calculation to single-byte.
1430
1431 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * doc-view.el (doc-view-new-window-function): Add assertion.
1434 (doc-view-doc-type): New var.
1435 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
1436 (doc-view-intersection): New fun.
1437 (doc-view-mode): Use it to set the new var.
1438
1439 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
1440
1441 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
1442 (doc-view-already-converted-p): New functions.
1443 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
1444 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
1445 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1446 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1447 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
1448 (doc-view-convert-current-doc): Don't hardwire the functions the
1449 sentinels call. Now they're provided by two args CALLBACK and
1450 CB-ARGS to the functions.
1451 (doc-view-search): Use doc-view-doc->txt.
1452 (doc-view-initiate-display): Use doc-view-already-converted-p.
1453 Mention new binding C-c C-t if doc-view-mode doesn't work.
1454
1455 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1456
1457 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
1458
1459 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
1462 Mark " outside of tags as punctuation.
1463
1464 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * menu-bar.el (minibuffer-local-map): Use the same command for the
1467 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
1468 Prefer RET over C-j for exit-minibuffer.
1469
1470 * files.el (display-buffer-other-frame): Eliminate problematic code.
1471
1472 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
1473 (menu-bar-select-buffer): Remove.
1474 (menu-bar-select-frame): Make non-interactive and take a frame arg.
1475 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
1476
1477 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * icomplete.el (icomplete-completions): Remove obsolete code.
1480
1481 * net/net-utils.el (iwconfig-program-options): Doc fix.
1482 (net-utils-run-program, run-network-program): Define as functions.
1483
1484 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1485
1486 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
1487
1488 2008-03-11 Glenn Morris <rgm@gnu.org>
1489
1490 * faces.el (mode-line-emphasis): New face.
1491 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
1492
1493 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
1494
1495 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
1496
1497 * simple.el (set-mark-command): Doc fix.
1498
1499 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
1502
1503 * emacs-lisp/autoload.el (autoload-find-destination):
1504 Don't force raw-text.
1505
1506 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
1507 * calendar/cal-loaddefs.el: Don't version control.
1508
1509 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
1510
1511 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
1512 entries and add :help to the existing ones.
1513
1514 2008-03-10 Glenn Morris <rgm@gnu.org>
1515
1516 * calendar/cal-hebrew.el (date, entry, number): Move declarations
1517 to where they are needed.
1518
1519 * calendar/calendar.el (diary-file, hebrew-holidays-1)
1520 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1521 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
1522 (calendar-version): Doc fixes.
1523 (calendar-absolute-from-gregorian): Use zerop.
1524 (calendar-mode-line-format): Make it a defcustom.
1525
1526 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
1527 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
1528 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
1529 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
1530 (mark-included-diary-files, mark-calendar-days-named)
1531 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
1532 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
1533 (insert-monthly-diary-entry, insert-yearly-diary-entry)
1534 (insert-anniversary-diary-entry, insert-block-diary-entry)
1535 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
1536 (diary-font-lock-sexps): Doc fixes.
1537 (diary-remind-message, mark-calendar-month): Use zerop.
1538 (diary-attrtype-convert, diary-pull-attrs): Simplify.
1539 (diary-list-entries): Revert let to let* (previous change).
1540
1541 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
1542
1543 2008-03-10 Kim F. Storm <storm@cua.dk>
1544
1545 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
1546 function aliases for the old names.
1547
1548 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * iswitchb.el (iswitchb-use-faces): Doc fix.
1551 (iswitchb-buffer-ignore, iswitchb-read-buffer):
1552 Fix typos in docstrings.
1553
1554 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
1555
1556 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1557 Fix typo.
1558 (verilog-type-font-keywords): Reindent.
1559
1560 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
1561
1562 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1563 grouping-keyword regular expression.
1564 (verilog-font-lock-keywords): Allow users to toggle special
1565 highlight of grouping-keywords.
1566 (verilog-highlight-grouping-keywords): The toggle for special
1567 highlighting of grouping keywords.
1568
1569 2008-03-10 Juri Linkov <juri@jurta.org>
1570
1571 * startup.el: Revert 2008-02-28 change that adds initial message
1572 to *scratch* buffer regardless of the value of
1573 `inhibit-startup-screen'.
1574
1575 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
1576
1577 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1578 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1579 * progmodes/verilog-mode.el (verilog-mode):
1580 * net/socks.el (socks):
1581 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1582
1583 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
1586 (doc-view-bookmark-make-record): Use them.
1587 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
1588 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
1589
1590 * bookmark.el (bookmark-make-record-function): Change expected return
1591 value to include a suggested bookmark name.
1592 (bookmark-make): Split into bookmark-make-record and bookmark-store.
1593 Fix reversed `overwrite' semantics.
1594 (bookmark-set): Call bookmark-make-record before prompting the user.
1595 Then pass the result to bookmark-store later on.
1596 (bookmark-make-name-function): Remove.
1597 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
1598 * info.el (bookmark-make-name-function): Remove.
1599 (Info-mode): Don't set it.
1600 (Info-bookmark-make-name): Remove.
1601 (Info-bookmark-make-record): Use Info-current-node as suggested default
1602 bookmark name.
1603
1604 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
1605 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
1606 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
1607 (bookmark-annotation-buffer, bookmark-annotation-file)
1608 (bookmark-annotation-point, bookmark-send-annotation)
1609 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
1610 (bookmark-edit-annotation-text-func): Rename from
1611 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
1612 (bookmark-edit-annotation-mode-map): Move initialization into
1613 declaration.
1614
1615 * bookmark.el: Remove spurious * in docstrings.
1616 (bookmark-minibuffer-read-name-map): New var.
1617 (bookmark-set): Use it. Also pass the default value as it should.
1618 (bookmark-send-edited-annotation): Take no chances with text properties.
1619 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
1620 (bookmark-insert-buffer-name): Remove.
1621 (bookmark-buffer-file-name): Signal an error rather than returning nil.
1622
1623 2008-03-09 Thomas H\e$(Q)q\e(Bhn <xf27@arcor.de> (tiny change)
1624
1625 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
1626
1627 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
1628
1629 * diff-mode.el (diff-mode-menu): Add :help.
1630
1631 2008-03-09 Glenn Morris <rgm@gnu.org>
1632
1633 * calendar/calendar.el (general-holidays, oriental-holidays)
1634 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
1635 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
1636 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
1637 (calendar-holidays): Restore autoload cookies, because people are
1638 used to using these variables without loading calendar.el.
1639
1640 * calendar/cal-islam.el (diary-islamic-date): Move to end.
1641 (date, number): Declare where needed.
1642
1643 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
1644 (list-sexp-diary-entries): Doc fixes.
1645 (diary-list-entries): Doc fix. Remove free variable `entry'.
1646 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
1647 Simplify setting of `date-holiday-list'.
1648 (mark-diary-entries): Remove free variable `entry'.
1649 (diary-list-entries, include-other-diary-files, fancy-diary-display):
1650 Use let where let* is not needed.
1651
1652 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
1655 make-record function, instead paste it in afterwards.
1656 (bookmark-make-record-for-text-file):
1657 * doc-view.el (doc-view-bookmark-make-record):
1658 * info.el (Info-bookmark-make-record): Don't mess with annotations.
1659
1660 2008-03-08 Glenn Morris <rgm@gnu.org>
1661
1662 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
1663
1664 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * calendar/diary-lib.el (diary-list-entries)
1667 (include-other-diary-files, mark-diary-entries)
1668 (mark-sexp-diary-entries, mark-included-diary-files)
1669 (diary-entry-time, list-sexp-diary-entries): Remove the special
1670 handling of ^M that dates back to the use of selective-display.
1671 (simple-diary-display): Obey setting of pop-up-frames.
1672 (body, entry): Remove unnecessary declarations.
1673
1674 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
1675 (bookmark-get-annotation, bookmark-set-annotation)
1676 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
1677 (bookmark-set-position, bookmark-get-front-context-string)
1678 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
1679 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
1680 * info.el (Info-bookmark-make-record): Don't bother recording point.
1681 (bookmark-get-filename, bookmark-get-front-context-string)
1682 (bookmark-get-rear-context-string, bookmark-get-position):
1683 Don't declare any more.
1684 (bookmark-get-info-node): Remove.
1685 (bookmark-prop-get): Declare.
1686 (Info-bookmark-jump): Use it.
1687
1688 2008-03-08 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
1689
1690 * subr.el (while-no-input): Don't splice BODY directly into the
1691 `or' form.
1692
1693 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * diff-mode.el (diff-ignore-whitespace-hunk):
1696 Bind inhibit-read-only before trying to change the buffer.
1697
1698 2008-03-08 Glenn Morris <rgm@gnu.org>
1699
1700 * calendar/appt.el (appt): Move custom group here from calendar.el.
1701 (appt-disp-window, appt-convert-time): Doc fixes.
1702
1703 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
1704 (calendar-bahai-mark-date-pattern):
1705 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
1706 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
1707 * calendar/cal-julian.el (calendar-absolute-from-julian):
1708 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
1709
1710 * calendar/cal-china.el (chinese-calendar): Move custom group here from
1711 calendar.el.
1712 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
1713 Make constants.
1714 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
1715 (chinese-calendar-daylight-savings-starts)
1716 (chinese-calendar-daylight-savings-ends)
1717 (chinese-calendar-daylight-savings-starts-time)
1718 (chinese-calendar-daylight-savings-ends-time)
1719 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
1720 Doc fixes.
1721
1722 * calendar/cal-coptic.el (coptic-name): Add doc string.
1723
1724 * calendar/cal-french.el (french-calendar-month-name-array)
1725 (french-calendar-day-name-array, french-calendar-special-days-array):
1726 Add doc strings.
1727
1728 * calendar/cal-bahai.el (diary-bahai-mark-entries)
1729 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
1730 (diary-bahai-insert-yearly-entry):
1731 * calendar/cal-dst.el (calendar-next-time-zone-transition)
1732 (calendar-time-zone):
1733 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
1734 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
1735 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
1736 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
1737 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
1738 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
1739 (list-islamic-diary-entries, mark-islamic-diary-entries)
1740 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
1741 (insert-yearly-islamic-diary-entry):
1742 * calendar/cal-iso.el (calendar-iso-read-args):
1743 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
1744 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
1745 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
1746 (calendar-next-calendar-round-date)
1747 (calendar-mayan-long-count-common-era):
1748 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
1749 (cal-menu-x-popup-menu, calendar-mouse-holidays)
1750 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
1751 (calendar-mouse-goto-date):
1752 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
1753 * calendar/holidays.el (holidays):
1754 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
1755 * calendar/time-date.el (date-to-time, time-subtract, time-add)
1756 (safe-date-to-time): Doc fixes.
1757
1758 * calendar/cal-persia.el (persian-calendar-month-name-array)
1759 (persian-calendar-epoch): Make constants.
1760
1761 * calendar/cal-tex.el (calendar-tex): Move custom group here from
1762 calendar.el.
1763
1764 * calendar/cal-x.el (diary-frame-parameters)
1765 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
1766 (calendar-after-frame-setup-hooks): Make defcustoms.
1767 (calendar-one-frame-setup, calendar-only-one-frame-setup)
1768 (calendar-two-frame-setup): Doc fix.
1769
1770 * calendar/cal-loaddefs.el: New file.
1771
1772 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1773 * calendar/cal-french.el, calendar/cal-html.el:
1774 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
1775 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
1776 * calendar/cal-tex.el, calendar/cal-x.el:
1777 Unquote lambda functions. Add autoload cookies to functions formerly
1778 autoloaded in calendar.el. Set `generated-autoload-file' to
1779 "cal-loaddefs.el".
1780
1781 * calendar/calendar.el: Move many autoloads to separate file,
1782 cal-loaddefs.el. Move defcustoms to start and re-order.
1783 (calendar-month-name-array, calendar-starred-day): No need to
1784 declare for compiler.
1785 (cal-loaddefs): Require it.
1786 (appt, chinese-calendar, calendar-tex): Move custom groups to the
1787 appropriate file.
1788 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
1789 Reverse logic.
1790 (diary-face, diary-file-name-prefix-function, diary-include-string)
1791 (diary-glob-file-regexp-prefix, diary-face-attrs)
1792 (diary-file-name-prefix, sexp-diary-entry-symbol)
1793 (print-diary-entries-hook, list-diary-entries-hook)
1794 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
1795 (nongregorian-diary-marking-hook, diary-list-include-blanks):
1796 Move to diary-lib.
1797 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
1798 (all-bahai-calendar-holidays): Doc fix.
1799 (calendar-insert-indented): Doc fix. Use when rather than if.
1800 (exit-calendar): Use mapc rather than mapcar.
1801 (calendar-cursor-to-date): Use zerop.
1802 (calendar-mark-ring): Add doc-string.
1803 (calendar-starred-day): Defvar it.
1804 (calendar-mode): Make calendar-starred-day local.
1805 (calendar-star-date): No need to make calendar-starred-day local.
1806
1807 * calendar/diary-lib.el: Move defcustoms to start.
1808 (diary-include-string, diary-list-include-blanks)
1809 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
1810 (diary-file-name-prefix, diary-file-name-prefix-function)
1811 (sexp-diary-entry-symbol, list-diary-entries-hook)
1812 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1813 (nongregorian-diary-marking-hook, print-diary-entries-hook):
1814 Move here from calendar.el.
1815 (diary-file-name-prefix-function): Use 'identity.
1816 (diary-face): Make it a defcustom, and mark as obsolete.
1817 (top-level): No need to require cal-hebrew, cal-islam when compiling.
1818 (calendar-hebrew-month-name-array-leap-year)
1819 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
1820 Define for compiler.
1821 (diary-font-lock-keywords): Use format rather than concat.
1822 Add bahai-diary-entry-symbol.
1823
1824 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
1825 * calendar/solar.el: Unquote lambda functions.
1826
1827 * calendar/solar.el (calendar-location-name, calendar-latitude)
1828 (calendar-longitude, solar-setup, solar-sin-degrees)
1829 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
1830 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
1831 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
1832 (solar-exact-local-noon, solar-julian-ut-centuries)
1833 (solar-ephemeris-time, solar-date-next-longitude)
1834 (solar-horizontal-coordinates, solar-equatorial-coordinates)
1835 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
1836 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
1837 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
1838 Doc fixes.
1839 (solar-horizontal-coordinates, solar-equatorial-coordinates)
1840 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
1841 (solar-ecliptic-coordinates): Use unless.
1842 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
1843 Use or.
1844
1845 * calendar/timeclock.el: Add doc-strings to all functions.
1846 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
1847 (timeclock-entry-list-length, timeclock-entry-list-projects)
1848 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
1849
1850 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
1851
1852 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
1853 (org-get-entries-from-diary): Require diary-lib.
1854
1855 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
1856
1857 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
1858 Pacify byte-compiler.
1859
1860 2008-03-07 Alan Mackenzie <acm@muc.de>
1861
1862 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
1863 paren/bracket pairs parsed, to solve performance problem.
1864
1865 2008-03-07 Bastien Guerry <bzg@altern.org>
1866
1867 * bookmark.el (bookmark-set): Don't check for
1868 `bookmark-make-name-function' since `bookmark-buffer-file-name'
1869 already takes care of this.
1870 (bookmark-buffer-name, bookmark-buffer-file-name):
1871 Remove Info-mode specific code.
1872
1873 * info.el (bookmark-get-info-node): Define this function in
1874 info.el, not in bookmark.el.
1875 (Info-mode): Set `bookmark-make-name-function' to
1876 `Info-bookmark-make-name' locally.
1877 (Info-bookmark-make-name): New function.
1878
1879 * bookmark.el (bookmark-make-name-function): New variable.
1880
1881 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1882
1883 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
1884 buffer-local, not `bookmark-make-cell-function' (the old name).
1885
1886 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
1887
1888 * doc-view.el (doc-view-bookmark-make-record):
1889 * image-mode.el (image-bookmark-make-record):
1890 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
1891
1892 2008-03-07 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
1893
1894 * vc.el (vc-status-menu-map-filter): Return orig-binding if
1895 boundp 'vc-ignore-menu-filter.
1896 (vc-status-tool-bar-map): Make it defvar.
1897 (vc-status-mode): vc-status-tool-bar-map now variable.
1898 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
1899
1900 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1901
1902 Give a better name to part of the bookmark interface.
1903
1904 This was originally a much larger change, but halfway through I
1905 updated and discovered that Stefan Monnier had done the rest.
1906 It looks like he anticipated the new name too, because he used
1907 `the-record' instead of `the-cell' for some internal variable names.
1908
1909 * bookmark.el (bookmark-make-record-function): Was
1910 `bookmark-make-cell-function'.
1911 (bookmark-make, bookmark-send-annotation): Update for above.
1912 (bookmark-make-record-for-text-file):
1913 Was `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
1914
1915 * info.el: Adjust accordingly.
1916 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
1917
1918 * image-mode.el: Adjust accordingly.
1919 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
1920
1921 * doc-view.el: Adjust accordingly.
1922 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
1923
1924 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
1927 Move initialization into declaration.
1928 (bookmark-get-info-node, bookmark-set-info-node): Remove.
1929 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
1930 (bookmark-info-current-node): Remove.
1931 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
1932 Add relocation fallback. Set bookmark-current-bookmark.
1933 (bookmark-default-handler): Rename from bookmark-jump-noselect.
1934 Remove relocation fallback. Don't set bookmark-current-bookmark.
1935 (bookmark-set): Let it be used even if there's no buffer-file-name
1936 as long as there is a bookmark-make-cell-function.
1937 * info.el (Info-bookmark-jump): Remove relocation fallback.
1938 Don't set bookmark-current-bookmark.
1939
1940 2008-03-07 Glenn Morris <rgm@gnu.org>
1941
1942 * calendar/appt.el (appt-issue-message)
1943 (appt-message-warning-time, appt-audible, appt-visible)
1944 (appt-msg-window, appt-display-mode-line, appt-display-duration)
1945 (appt-display-diary): Remove autoload cookies.
1946
1947 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
1948 Remove leading `*' from defcustom doc-strings.
1949
1950 * calendar/cal-dst.el (calendar-dst): New custom group.
1951 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
1952 (calendar-time-zone, calendar-daylight-time-offset)
1953 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
1954 (calendar-daylight-savings-starts-time)
1955 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
1956 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
1957 Move to start.
1958
1959 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
1960
1961 * calendar/calendar.el (calendar-version): Use emacs-version and
1962 make it obsolete. Move to end.
1963 (calendar-offset, view-diary-entries-initially)
1964 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
1965 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
1966 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
1967 (all-bahai-calendar-holidays, calendar-load-hook)
1968 (initial-calendar-window-hook, today-visible-calendar-hook)
1969 (today-invisible-calendar-hook, calendar-move-hook)
1970 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
1971 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
1972 (diary-include-string, sexp-diary-entry-symbol)
1973 (abbreviated-calendar-year, american-date-diary-pattern)
1974 (european-date-diary-pattern, european-calendar-display-form)
1975 (american-calendar-display-form, print-diary-entries-hook)
1976 (list-diary-entries-hook, diary-hook, diary-display-hook)
1977 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
1978 (nongregorian-diary-marking-hook, diary-list-include-blanks)
1979 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
1980 (local-holidays, other-holidays, hebrew-holidays-1)
1981 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1982 (hebrew-holidays, christian-holidays, islamic-holidays)
1983 (bahai-holidays, solar-holidays, calendar-setup)
1984 (calendar-week-start-day): Remove autoload cookies.
1985 (diary-glob-file-regexp-prefix): Doc fix.
1986 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
1987 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
1988 (calendar-week-start-day, calendar-debug-sexp): Move to start.
1989
1990 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
1991 (calendar-time-display-form, calendar-latitude)
1992 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
1993 cookies.
1994 (calendar-latitude, calendar-longitude): Move functions after
1995 variables.
1996 (diary-sabbath-candles-minutes): Move to start.
1997 (solar-setup): Use or rather than if.
1998 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
1999 Remove condition-case.
2000 (solar-atn2): Use zerop.
2001 (solar-equinoxes-solstices): Doc fix.
2002
2003 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
2004 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
2005
2006 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
2007 (calendar-longitude, calendar-latitude, calendar-location-name):
2008 Declare for compiler.
2009
2010 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * arc-mode.el (archive-ar-file-header-re): New const.
2013 (archive-ar-summarize, archive-ar-extract): New funs.
2014 (archive-find-type): Recognize ar archives.
2015
2016 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
2017 New functions.
2018
2019 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
2020
2021 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
2022
2023 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2024 Replace :enable (mark-active) with :enable mark-active.
2025
2026 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * vms-patch.el (make-legal-file-name): New obsolete alias.
2029 (make-valid-file-name): Rename from `make-legal-file-name'.
2030 (make-auto-save-file-name): Use it.
2031
2032 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
2033 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
2034 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
2035
2036 * textmodes/org.el (org-export-html-style): Doc fix.
2037 (org-get-legal-level): New obsolete alias.
2038 (org-get-valid-level): Rename from `org-get-legal-level'.
2039 (org-promote, org-demote, org-archive-subtree)
2040 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
2041
2042 2008-03-06 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
2043
2044 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
2045
2046 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
2047 (vc-status-toggle-mark): New functions.
2048 (vc-status-mode): Set tool bar map.
2049
2050 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
2053 Reported by Drew Adams <drew.adams@oracle.com>.
2054
2055 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
2056
2057 * subr.el (read-quoted-char): Resolve modifers of the character
2058 event.
2059
2060 * comint.el (comint-exec-1): Don't change the coding-system for
2061 decoding to dos-like EOL.
2062 (comint-carriage-motion): Fully rewrite.
2063
2064 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * epg.el (epg-context-include-certs): Reflow docstring.
2067 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
2068 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
2069 (epg-context-set-signers, epg-context-set-sig-notations)
2070 (epg-make-import-status, epg-make-import-result)
2071 (epg-start-delete-keys): Fix typos in docstrings.
2072 (epg-start-sign-keys, epg-sign-keys):
2073 Fix typos in obsolescence declarations.
2074
2075 * iswitchb.el: Don't check for `cadr' and `last'.
2076 (iswitchb-define-mode-map, iswitchb-default-keybindings):
2077 Add obsolescence declaration and remove redundant info from docstring.
2078 (iswitchb-set-common-completion, iswitchb-set-matches)
2079 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
2080 (recentf-list, most-len, most-is-exact):
2081 Don't wrap defvars within `eval-when-compile'.
2082
2083 2008-03-05 Glenn Morris <rgm@gnu.org>
2084
2085 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
2086 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
2087 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
2088 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
2089 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
2090
2091 * ediff-hook.el (ediff-window-setup-function): Don't autoload
2092 declaration for compiler.
2093 (ediff-xemacs-init-menus): Use when rather than if.
2094
2095 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
2096 if+and to just and.
2097 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
2098 (ediff-delete-overlay): Move the XEmacs test inside the definition.
2099
2100 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
2101
2102 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
2103 test inside XEmacs test.
2104 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
2105 since it was doing nothing on Emacs.
2106 (ediff-make-bullet-proof-overlay): Use when rather than if.
2107
2108 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
2109 (ediff-setup-control-frame): Remove
2110 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
2111 a (featurep 'xemacs) test.
2112
2113 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
2114
2115 * calc/calc-ext.el (calc-extended-command-history): New variable.
2116 (calc-exectute-extended-command): Use `calc-extended-command-history'.
2117
2118 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
2121 (standard-mode-line-position): Add mouse-face.
2122
2123 * progmodes/compile.el (compilation-menu-map):
2124 (compilation-mode-map):
2125 * progmodes/grep.el (grep-mode-map): Add :help.
2126
2127 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
2128 initialize in one step. Add :help. Use :enable to activate menu
2129 items. Show the key binding for edebug-defun.
2130 (lisp-interaction-mode-map): Add a menu.
2131
2132 * term.el (term-mode-map): Define and initialize in one step.
2133
2134 * ediff-init.el (ediff-color-display-p): Simplify.
2135 (Xor): Remove unused function.
2136 (ediff-with-syntax-table): Simplify for Emacs.
2137
2138 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
2139 menu-bar being loaded, it always is.
2140
2141 2008-03-05 Glenn Morris <rgm@gnu.org>
2142
2143 * textmodes/tex-mode.el (tex-mode): Suppress warning about
2144 multiple definitions when compiling.
2145
2146 2008-03-04 Alan Mackenzie <acm@muc.de>
2147
2148 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
2149
2150 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
2151 doc-string, "c-old-LEN" -> "c-old-END".
2152
2153 2008-03-04 Jason Rumney <jasonr@gnu.org>
2154
2155 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
2156 namespaces.
2157
2158 2008-03-04 Glenn Morris <rgm@gnu.org>
2159
2160 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
2161
2162 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
2163 than mapcar.
2164
2165 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2168 (byte-compile-nilconstp): Can't use recursion in a defsubst.
2169
2170 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
2171 so that M-q can fill comments.
2172 (tex-executable-exists-p, tex-compile): Extend with special syntax for
2173 commands implemented in elisp.
2174 (tex-compile-commands): Add an entry to use doc-view for pdf files.
2175 (tex-format-cmd): New function.
2176 (tex-compile): Use it to let the user specify default arguments.
2177 (tex-cmd-bibtex-args): New var.
2178 (tex-cmd-doc-view): New function.
2179
2180 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * faces.el (face-spec-set): Fix typos in docstring.
2183
2184 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
2185
2186 * bindings.el (mode-line-column-line-number-mode-map): New variable.
2187 (standard-mode-line-position): Use it to add a menu for toggling
2188 column number and line number display.
2189
2190 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2193 Remove optimization that was working around the form-code-walker bug.
2194
2195 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2196 Walk into the body of lambdas after byte-compile-unfold-lambda.
2197
2198 2008-03-03 Glenn Morris <rgm@gnu.org>
2199
2200 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
2201 value, if set, over frame value.
2202
2203 * simple.el (transient-mark-mode): Don't turn on by default.
2204
2205 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
2206 accidentally removed by the 2007-12-05 merge from Gnus.
2207
2208 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
2209
2210 * progmodes/compile.el (compilation-menu-map): Add menu entries
2211 for useful options.
2212
2213 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
2214 Glenn Morris <rgm@gnu.org>
2215
2216 * emacs-lisp/bytecomp.el (byte-recompile-directory)
2217 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
2218 Give a `bytecomp-' prefix to local variables with common names.
2219
2220 2008-03-01 Glenn Morris <rgm@gnu.org>
2221
2222 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
2223 code commented out 2007-11-10.
2224
2225 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
2226
2227 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2228 Delete macro.
2229 * emulation/viper-cmd.el, emulation/viper-ex.el:
2230 * emulation/viper-init.el, emulation/viper-keym.el:
2231 * emulation/viper-mous.el, emulation/viper-util.el:
2232 * emulation/viper.el:
2233 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
2234 featurep test.
2235
2236 Replace obselete frame-local variables with frame-parameters.
2237 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2238 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2239 (viper-vi-state-cursor-color): Only call make-variable-frame-local
2240 on XEmacs.
2241 * emulation/viper-util.el (viper-frame-value): New macro.
2242 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
2243 (viper-R-state-post-command-sentinel)
2244 (viper-replace-state-post-command-sentinel)
2245 (viper-change-state-to-insert, viper-change-state-to-emacs):
2246 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
2247 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
2248 (viper-get-saved-cursor-color-in-insert-mode)
2249 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
2250 Use viper-frame-value for viper-replace-overlay-cursor-color,
2251 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
2252 viper-vi-state-cursor-color values.
2253
2254 * emulation/viper-cmd.el (zmacs-region-stays):
2255 * emulation/viper-util.el (zmacs-region-stays): No need to define
2256 for compiler.
2257
2258 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
2259 mapcar on Emacs.
2260
2261 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
2262 on XEmacs.
2263
2264 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
2265 rather than if.
2266
2267 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2268
2269 * whitespace.el: New version 9.3. As the glyph code generation was
2270 fixed, it is possible now to use character code above ?\x1FFFF in the
2271 display table. Fix `whitespace-indentation-regexp' to not include an
2272 extra ending character. Reported by Michael Welsh Duggan
2273 <mwd@cert.org>. Added hook actions when buffer is written or killed as
2274 the original whitespace package had. Suggested by Eric Cooper
2275 <ecc@cmu.edu>. Doc fix.
2276 (whitespace-action): New option.
2277 (whitespace-display-mappings): Changed default newline visualization to
2278 display downwards arrow, as the glyph code generation was fixed.
2279 (whitespace-unload-function): Assure that all local whitespace mode is
2280 turned off.
2281 (whitespace-global-modes): Fix type customization.
2282 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
2283 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2284 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
2285 Fix code.
2286 (whitespace-buffer): Command removed.
2287 (whitespace-trailing-regexp, whitespace-mark-x)
2288 (whitespace-display-window, whitespace-action-when-on)
2289 (whitespace-add-local-hook, whitespace-remove-local-hook)
2290 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
2291 (whitespace-action): New funs.
2292 (whitespace-report-list, whitespace-report-text)
2293 (whitespace-report-buffer-name): New consts.
2294 (whitespace-report, whitespace-report-region): New commands.
2295
2296 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2297
2298 * disp-table.el (make-glyph-code): Don't test the result of
2299 `face-id', which already signals an error for invalid faces.
2300 (glyph-face): Simplify.
2301
2302 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
2303 running `desktop-not-loaded-hook' to allow modifying it.
2304 Don't show warning message if `desktop-dirname' was modified.
2305
2306 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
2309 we still expect more lines.
2310
2311 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
2312 comment-paragraph filling if the commark doesn't match
2313 comment-start-skip.
2314
2315 2008-03-01 Daiki Ueno <ueno@unixuser.org>
2316
2317 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
2318 the `imap' variant.
2319
2320 2008-03-01 Jason Rumney <jasonr@gnu.org>
2321
2322 * files.el (make-auto-save-file-name): Encode more characters in
2323 non-file buffer names. Use url-encoding.
2324
2325 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2326
2327 * net/net-utils.el (ftp-program): Fix typo in docstring.
2328 (ifconfig-program-options, netstat-program-options)
2329 (arp-program-options, route-program-options, nslookup-program-options)
2330 (ftp-program-options, smbclient-program-options)
2331 (dns-lookup-program-options, arp, route): Doc fixes.
2332
2333 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
2334 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
2335 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
2336 Fix typos in docstrings.
2337 (gdb-pending-triggers): Reflow docstring.
2338 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
2339
2340 2008-03-01 Alan Mackenzie <acm@muc.de>
2341
2342 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
2343 typing "#" at EOB.
2344
2345 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
2348
2349 2008-02-29 Kim F. Storm <storm@cua.dk>
2350
2351 * emulation/cua-base.el (cua-remap-control-v)
2352 (cua-remap-control-z): New defcustoms.
2353 (cua-mode): Add them to set-after property.
2354 (cua--init-keymaps): Use them.
2355 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
2356
2357 * help.el (view-emacs-todo): Rename from view-todo.
2358 (describe-gnu-project): Rename from describe-project. Users changed.
2359 (view-help-file): New helper function.
2360 (describe-distribution, describe-copying, describe-gnu-project)
2361 (view-todo, view-order-manuals, view-emacs-problems): Use it.
2362 (view-emacs-debugging, view-external-packages): New commands.
2363 (help-map): Move describe-distribution to C-h C-o (ordering).
2364 Move view-emacs-problems to C-h C-p (problems).
2365 Bind view-emacs-debugging to C-h C-d (debugging).
2366 Bind view-external-packages to C-h C-e (extras).
2367 (help-for-help-internal): Cleanup and align descriptions.
2368 Remove command names to reduce clutter.
2369
2370 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
2371
2372 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
2373 and quieter face (not a warning).
2374
2375 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
2376
2377 * vc.el (vc-status-crt-marked): New variable.
2378 (vc-status-mode): Make it local.
2379 (vc-status-refresh): Use it to save the marked files.
2380 (vc-update-vc-status-buffer): Use it to restore the marked files.
2381
2382 * vc-svn.el (vc-svn-after-dir-status):
2383 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
2384
2385 2008-02-29 Glenn Morris <rgm@gnu.org>
2386
2387 * allout.el (allout-topic-encryption-bullet)
2388 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
2389 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
2390 from 22.0 to 22.1.
2391
2392 * net/imap.el (imap-ping-server):
2393 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
2394 Change defcustom :version from 23.0 to 23.1.
2395
2396 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
2397
2398 * desktop.el (desktop-save): Save the buffer name if the
2399 uniquified base name is empty.
2400
2401 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
2404 correctly when user has "set print address off".
2405
2406 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
2409 version number of the next major Emacs release, not 23.0.
2410
2411 * longlines.el (longlines-unload-function): New function.
2412
2413 2008-02-28 Juri Linkov <juri@jurta.org>
2414
2415 * startup.el (normal-splash-screen): Add argument `concise'.
2416 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
2417 to the created buffer. If `concise' is non-nil, call
2418 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
2419 (display-startup-screen): Add argument `concise' to the call to
2420 `normal-splash-screen'.
2421
2422 2008-02-28 Kim F. Storm <storm@cua.dk>
2423
2424 * startup.el (startup-echo-area-message): Check for about-emacs.
2425
2426 2008-02-28 Juri Linkov <juri@jurta.org>
2427
2428 * startup.el: Always add initial message to *scratch* buffer if
2429 `initial-scratch-message' is non-nil regardless of the value of
2430 `inhibit-startup-screen'.
2431 (inhibit-startup-screen, initial-scratch-message): Doc fix.
2432 (command-line-1): Move code that inserts `initial-scratch-message'
2433 up before the if-form that checks for `inhibit-startup-screen'.
2434 Suggested by Jonathan Rockway <jon@jrock.us>.
2435
2436 2008-02-28 Juri Linkov <juri@jurta.org>
2437
2438 * cus-edit.el (custom-mode-map, custom-mode-link-map):
2439 Rename `custom-mode' to `Custom-mode' in docstrings.
2440 (custom-buffer-create-internal, customize-browse):
2441 Rename `custom-mode' to `Custom-mode'.
2442 (custom-mode-hook): Rename to `Custom-mode-hook'.
2443 (Custom-mode-hook): Renamed from `custom-mode-hook'.
2444 (custom-mode): Rename to `Custom-mode'.
2445 (Custom-mode): Renamed from `custom-mode'. Doc fix.
2446 (custom-mode): Add backward-compatible non-interactive variant of
2447 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
2448 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
2449
2450 * info-look.el: Rename `custom-mode' to `Custom-mode'.
2451
2452 * emulation/viper.el (viper-emacs-state-mode-list):
2453 Rename `custom-mode' to `Custom-mode'.
2454
2455 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
2456 Capitalize "Tagged Files".
2457 (minibuffer-local-map): Add menu items for next/previous
2458 history elements and isearch history forward/backward.
2459
2460 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
2461 `hs-isearch-open' with t instead of `comment' in :selected
2462 for "Code and Comment blocks" menu item.
2463
2464 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * uniquify.el (uniquify-buffer-base-name): Undo last change.
2467 Should be done in desktop.el instead.
2468
2469 2008-02-28 Glenn Morris <rgm@gnu.org>
2470
2471 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
2472
2473 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
2474
2475 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
2476 (Info-menu, Info-goto-node): Remove declarations.
2477 (report-emacs-bug-info): Use info rather than Info-goto-node.
2478
2479 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
2480 (idlwave-convert-xml-system-routine-info): Don't require xml.
2481 (idlwave-show-commentary, idlwave-shell-show-commentary):
2482 Don't require finder.
2483 (idlwave-info): Don't require info. Use info rather than
2484 Info-goto-node.
2485
2486 * textmodes/org.el (Info-goto-node): Remove declaration.
2487 (org-info): Use info rather than Info-goto-node.
2488
2489 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
2490 (reftex-info): Don't require info. Use info rather than Info-goto-node.
2491
2492 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
2493
2494 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
2495 the menu.
2496
2497 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
2498 (vc-finish-logentry): Check for vc-status-mode, not only for
2499 vc-dired-mode.
2500
2501 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
2502
2503 * isearch.el (isearch-printing-char): Don't check
2504 keyboard-coding-system.
2505 Call isearch-process-search-multibyte-characters only when
2506 current-input-method is non-nil.
2507
2508 2008-02-27 Kim F. Storm <storm@cua.dk>
2509
2510 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
2511 (glyph-char, glyph-face): Handle cons encoding.
2512
2513 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * uniquify.el (uniquify-buffer-base-name): If the base name is an
2516 empty string, return nil to allow the caller to default to the
2517 buffer name. Reported by Martin Fischer <parozusa@web.de>.
2518
2519 * tool-bar.el (tool-bar-setup): Doc fix.
2520
2521 * mail/supercite.el (sc-describe):
2522 Fix typos in obsolescence declaration.
2523
2524 2008-02-27 Glenn Morris <rgm@gnu.org>
2525
2526 * autoinsert.el (auto-insert-alist): Change permission text to
2527 match FSF's GPLv3 form.
2528
2529 * mail/supercite.el (sc-cite-original): Doc fix.
2530 (sc-version): Make obsolete.
2531 (sc-describe): Show the SC info page. Make obsolete.
2532
2533 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
2536 when using transient-mark-mode.
2537 (default-indicate-unused-lines): Remove unused var.
2538
2539 2008-02-26 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
2540
2541 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
2542 and previous.
2543
2544 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
2545
2546 2008-02-26 Glenn Morris <rgm@gnu.org>
2547
2548 * net/net-utils.el (top-level): Don't require comint when compiling.
2549 (nslookup-font-lock-keywords): Don't require font-lock.
2550 Use font-lock faces rather than variables.
2551 (nslookup, ftp, smbclient, network-service-connection):
2552 Don't require comint.
2553 (comint-prompt-regexp, comint-input-autoexpand)
2554 (comint-input-ring): Declare for compiler.
2555 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
2556 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
2557
2558 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
2559 doc-string.
2560
2561 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * doc-view.el (doc-view-current-page): Add a `win' argument.
2564
2565 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
2568 Demote it to plain defvar.
2569 (doc-view-conversion-refresh-interval): Reduce interval.
2570 (doc-view-goto-page): Allow moving to pages not yet rendered.
2571 (doc-view-goto-page): Construct a file name rather than extracting it
2572 from doc-view-current-files.
2573 (doc-view-kill-proc): Ignore errors from kill-process.
2574 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
2575 (doc-view-insert-image): Use appropriate text if the page hasn't been
2576 rendered yet. Adjust scrolling so the text is displayed.
2577 (doc-view-display): Detect not just that a page is available, but also
2578 that it wasn't available before, so as to avoid refreshing all pages
2579 repeatedly.
2580 (doc-view-mode): Make doc-view-cache-directory if needed.
2581
2582 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2583
2584 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
2585 toggle-read-only.
2586
2587 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
2588 refering to a missing required field with the OPT prefix.
2589 Make unwindform more robust.
2590
2591 * textmodes/bibtex.el: Remove support for hideshow minor mode as
2592 it duplicates the bibtex support in progmodes/hideshow.el.
2593 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
2594 entries that do not start at the beginning of a line.
2595
2596 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
2599
2600 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
2601
2602 * help-fns.el (describe-variable): Add phrases about
2603 initialization file with and without customization;
2604 use new button type help-info-variable.
2605
2606 * help-mode.el (help-info-variable):
2607 New button able to read Info files for help-fns.el.
2608
2609 2008-02-25 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
2610
2611 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
2612 (grep-mode): Use grep-mode-tool-bar-map.
2613
2614 * progmodes/compile.el (tool-bar): Require tool-bar.
2615 (compilation-mode-tool-bar-map): New variable.
2616 (compilation-mode): Use compilation-mode-tool-bar-map.
2617
2618 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
2619
2620 2008-02-25 Glenn Morris <rgm@gnu.org>
2621
2622 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
2623
2624 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * diff-mode.el (diff-file-junk-re): New const.
2627 (diff-beginning-of-file-and-junk): Use it.
2628 (diff-file-kill): Make sure we were really inside a file diff.
2629
2630 * diff-mode.el: Make it more robust in the presence of empty context
2631 lines in unified hunks.
2632 (diff-valid-unified-empty-line): New var.
2633 (diff-unified->context, diff-sanity-check-hunk): Obey it.
2634 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
2635 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
2636 (diff-hunk-header-re-unified): New const.
2637 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
2638 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
2639 (diff-sanity-check-hunk): Use it.
2640
2641 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
2642 Index: line, don't search backward for the previous one.
2643
2644 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
2645
2646 * international/fontset.el (setup-default-fontset): Add non-OTF
2647 lao font for lao script.
2648
2649 * language/tibetan.el: Register tibetan-composition-function in
2650 composition-function-table.
2651
2652 * language/tibet-util.el (tibetan-composition-function):
2653 Adjust for the new calling way (argument changed). Try font-shape-text
2654 if possible.
2655
2656 * language/lao.el: Register lao-composition-function in
2657 composition-function-table.
2658
2659 * language/lao-util.el (lao-composition-function): Adjust for the new
2660 calling way (argument changed). Try font-shape-text if possible.
2661
2662 2008-02-25 Jason Rumney <jasonr@gnu.org>
2663
2664 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
2665
2666 2008-02-25 Juri Linkov <juri@jurta.org>
2667
2668 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
2669 background, "red4" for a dark background, "red" for 16 and
2670 8 colors, "grey" for grayscale, and inverse video otherwise.
2671 Add :version tag.
2672 (isearch-message): Keep the original isearch-message intact, and
2673 add text properties to it where necessary. Add `isearch-error' to
2674 the condition that checks if isearch is unsuccessful.
2675
2676 2008-02-24 Juri Linkov <juri@jurta.org>
2677
2678 * progmodes/compile.el (compilation-handle-exit):
2679 Use compilation-error face instead of font-lock-warning-face.
2680 Display the same message in the minibuffer as is inserted
2681 at the end of the compilation buffer.
2682
2683 2008-02-24 Glenn Morris <rgm@gnu.org>
2684
2685 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
2686 multiple file case.
2687
2688 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
2689
2690 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
2691 multiple file case. Use a single `let' rather than two.
2692
2693 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * progmodes/compile.el (compilation-start): Specify a face for
2696 mode-line-process.
2697 (compilation-handle-exit): Specify a face and a tooltip for
2698 mode-line-process.
2699
2700 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * hilit-chg.el: Remove spurious * in defcustom docstrings.
2703 (hilit-chg-make-ov): Simplify.
2704 (hilit-chg-fixup): Use remove-overlays.
2705 (hilit-chg-set-face-on-change): Remove redundant call to
2706 `remove-text-properties'.
2707
2708 * dired.el (dired-mark-prompt): Don't count/display the t element.
2709 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
2710
2711 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * progmodes/verilog-mode.el (eval-when-compile): Don't define
2714 add-submenu.
2715 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
2716 Remove. Move contents to the only use ...
2717 (verilog-menu): ... here.
2718 (verilog-statement-menu): Remove. Move contents to the only use ...
2719 (verilog-stmt-menu): ... here.
2720 (verilog-mark-defun): Simply call mark-defun for emacs.
2721 (occur-pos-list): Declare for byte compiler.
2722 (mode-popup-menu): Don't defvar.
2723 (verilog-add-statement-menu): Remove.
2724 (verilog-mode-hook): Don't add verilog-add-statement-menu.
2725 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
2726
2727 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
2728
2729 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
2730 conditional.
2731 (verilog-font-grouping-keywords-face): Make the begin..end
2732 keywords standout more than other verilog keywords.
2733 (verilog-type-font-keywords): Move the begin..end out of this list
2734 to facilitate making them to (potentially) stand out more.
2735 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
2736 function & task blocks.
2737 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
2738 initial, function & task blocks.
2739 (verilog-forward-sexp): Handle the new "disable fork" statement of
2740 IEEE-1800 Verilog.
2741 (verilog-beg-block-re-ordered): Handle the new "disable fork"
2742 statement of IEEE-1800 Verilog.
2743 (verilog-calc-1): Handle the new "disable fork" statement of
2744 IEEE-1800 Verilog.
2745 (verilog-disable-fork-re): Add const to help handle the new
2746 "disable fork" statement of IEEE-1800 Verilog.
2747 (verilog-declaration-core-re): Add port directions by themselves,
2748 with no qualification, as base item of a declaration.
2749 (verilog-pretty-declarations): Add new flag to ask it to refrain
2750 from printing to the message buffer.
2751 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
2752 printing to the message buffer. Improve handling of the many
2753 types of expression line up.
2754 (verilog-just-one-space): Remove printing of an empty message.
2755 (verilog-get-lineup-indent): Rework to support the better handling
2756 of expression lineup for verilog-pretty-expr.
2757 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2758
2759 2008-02-24 Alan Mackenzie <acm@muc.de>
2760
2761 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
2762 yesterday's commit.
2763
2764 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
2765
2766 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
2767 to mouse-set-point in buffers that aren't associated with files.
2768
2769 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
2770
2771 2008-02-24 Alan Mackenzie <acm@muc.de>
2772
2773 Set of changes so that "obtrusive" syntactic elements in a
2774 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
2775 unmatched paren) don't interact syntactically with stuff outside
2776 the CPP line.
2777
2778 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
2779 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
2780 off-by-one bug.
2781 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
2782 a bit of refactoring.
2783 (c-awk-extend-and-syntax-tablify-region): Takes some of the
2784 functionality of c-awk-advise-fl-for-awk-region, which has been
2785 refactored away.
2786
2787 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
2788 (c-clear-char-property-with-value): New function and macro which
2789 remove text-properties `equal' to a supplied value.
2790
2791 * progmodes/cc-engine.el: Comment about text properties amended.
2792
2793 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
2794 parens around "error\\|warning".
2795
2796 * progmodes/cc-langs.el (c-get-state-before-change-function)
2797 (c-before-font-lock-function, c-anchored-cpp-prefix):
2798 New language variables.
2799 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
2800
2801 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
2802 syntax-table text properties.
2803 (c-common-init): Call language specific before/after-change
2804 functions at mode initialisation.
2805 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
2806 (c-extend-region-for-CPP, c-neutralize-CPP-line)
2807 (c-neutralize-syntax-in-CPP): New functions.
2808 (c-before-change, c-after-change): Call the new language specific
2809 change functions defined in cc-langs.el.
2810 (c-advise-fl-for-region): New macro.
2811 (awk-mode): Remove AWK specific stuff which has been refactored
2812 into language independent stuff.
2813
2814 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
2815
2816 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
2817 (gdb): (Re)set gdb-flush-pending-output to nil here...
2818 (gdb-init-1): ...instead of here (before gdb-prompt).
2819
2820 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2823 Recognize ''' just like any other char-constant.
2824
2825 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
2828 careful enough. Detect the uid-change all within the main loop.
2829
2830 2008-02-24 Stefan Monnier <monnier@pastel.home>
2831
2832 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
2833
2834 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * hilit-chg.el (highlight-save-buffer-state): New macro.
2837 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
2838 (hilit-chg-clear): Use it to preserve the modified-p flag.
2839 (highlight-changes-rotate-faces): Don't mess with the undo-list.
2840
2841 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * font-lock.el (font-lock-set-defaults): Unset previously set variables
2844 when needed.
2845
2846 2008-02-24 \e$(C(!\e(Bvar Arnfj\e$(Q)l\e(Br\e$(C)#\e(B Bjarmason <avar@cpan.org> (tiny change)
2847
2848 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
2849 from gnus-button-url-regexp.
2850
2851 2008-02-24 Eli Zaretskii <eliz@gnu.org>
2852
2853 * progmodes/compile.el (compilation-next-error): Doc fix.
2854 (compilation-find-file): Doc fix.
2855
2856 2008-02-24 Glenn Morris <rgm@gnu.org>
2857
2858 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
2859 Add obsolete aliases to the old names.
2860
2861 2008-02-24 Richard Stallman <rms@gnu.org>
2862
2863 * net/net-utils.el (ifconfig): Rename from ipconfig.
2864 (ipconfig): Alias to ifconfig.
2865 (ifconfig-program): Rename from ipconfig-program.
2866 (ifconfig-program-options): Rename from ipconfig-program-options.
2867
2868 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
2869
2870 * progmodes/verilog-mode.el (verilog-declaration-core-re):
2871 Add port directions by themselves, with no qualification, as base
2872 item of a declaration.
2873 (verilog-pretty-declarations): Add new flag that inhibits printing
2874 to the message buffer.
2875 (verilog-pretty-expr): Add new flag that inhibits printing to the
2876 message buffer. Improve handling of the many types of expression
2877 line up.
2878 (verilog-just-one-space): Don't print an empty message.
2879 (verilog-get-lineup-indent): Rework to support the better handling
2880 of expression lineup for verilog-pretty-expr.
2881 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2882 (verilog-mode-version, verilog-mode-release-date): Update.
2883
2884 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * subr.el (cancel-change-group): Don't move point.
2887
2888 2008-02-23 Markus Triska <markus.triska@gmx.at>
2889
2890 * linum.el (linum-after-config): Update all visible windows.
2891
2892 2008-02-23 Glenn Morris <rgm@gnu.org>
2893
2894 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
2895 Add :help for Solitaire and Tetris.
2896
2897 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
2898
2899 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
2900 (smtpmail-code-conv-from): Doc fix. Fix custom type.
2901 (smtpmail-queue-index-file): Make it a defcustom.
2902 (smtpmail-queue-index): Delete.
2903 (smtpmail-send-it, smtpmail-send-queued-mail):
2904 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
2905 smtpmail-queue-index.
2906
2907 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2908 Add :version.
2909
2910 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
2911
2912 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
2913 New variables.
2914 (iwconfig): New function.
2915
2916 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
2917
2918 * vc.el (vc-find-revision): Make vc-parent-buffer local before
2919 setting it.
2920 (vc-status-menu-map): Do not define using easy-menu.
2921 (vc-status-menu-map): New defalias.
2922 (vc-status-mode-map): Hook up the menu.
2923 (top-level): Update TODO.
2924
2925 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
2926
2927 * vc-bzr.el (vc-bzr-init-version): Rename to ...
2928 (vc-bzr-init-revision): ... this.
2929
2930 2008-02-23 Jason Rumney <jasonr@gnu.org>
2931
2932 * makefile.w32-in (WINS_ALMOST): Remove term.
2933 (WINS): Add term here.
2934 (custom-deps, finder-data): Use WINS_ALMOST.
2935
2936 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
2937
2938 * faces.el (font-weight-table): Fix value of `semi-light'.
2939
2940 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
2943 Make those tables bijective.
2944
2945 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
2946
2947 Finish pdbtrack integration cleanup, settling missing-functions
2948 byte compiler warnings appropriately.
2949
2950 * progmodes/python.el (python-point): Remove this - beginning-of-line
2951 was all that was necessary for `python-pdbtrack-overlay-arrow'.
2952 (python-end-of-def-or-class, python-beginning-of-def-or-class)
2953 (python-goto-initial-line): Drop these - they were only needed for
2954 python-point.
2955 (python-comint-output-filter-function): Use condition-case and
2956 beginning-of-line directly, instead of python-mode.el functions
2957 which require all sorts of baggage.
2958 (point-safe): Unnecessary - we're using condition-case directly,
2959 instead.
2960 (python-execute-file): Include for python-shell, which I'm leaving
2961 in keeping despite it being unnecessary for pdb tracking.
2962
2963 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
2964
2965 * progmodes/scheme.el (scheme-font-lock-keywords-2):
2966 Add SRFI 11 support.
2967 (let-values, let*-values): Specify scheme-indent-function.
2968
2969 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * vc.el (vc-exec-after): Move setting mode-line-process in the
2972 busy case ...
2973 (vc-set-mode-line-busy-indicator): ... in this new function.
2974 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
2975 (vc-update-vc-status-buffer): Reset mode-line-process.
2976 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
2977 mark/unmark all the files with the same state as the current one.
2978 With a prefix argument mark/unmark all files.
2979 (vc-status-mode-menu): Adjust strings.
2980 (vc-update-vc-status-buffer): Only do something when the argument
2981 is not nil.
2982 (vc-status-kill-dir-status-process): New function.
2983 (vc-status-mode-map): Bind it.
2984 (vc-status-process-buffer): New variable.
2985 (vc-status-mode): Make it local.
2986 (vc-status-refresh): Set it.
2987
2988 * vc-hg.el (vc-hg-dir-status):
2989 * vc-git.el (vc-git-dir-status):
2990 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
2991 command is run.
2992
2993 2008-02-22 Glenn Morris <rgm@gnu.org>
2994
2995 * json.el (top-level): No need to require thingatpt.
2996 (json-read-keyword): Use thing-at-point rather than word-at-point.
2997
2998 * time.el (top-level): No need to require time-date when compiling.
2999
3000 * emacs-lisp/copyright.el (copyright-update-year):
3001 Fix subexpression numbering for the case when years are split over
3002 lines, and for the replace case.
3003
3004 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
3005 (tpu-caar, tpu-cadr): Delete functions.
3006 (zmacs-regions): No need to declare for compiler.
3007 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
3008 (tpu-spell-check): Rewrite, and handle mark after point.
3009 (tpu-special-insert): Use or rather than if.
3010
3011 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
3012 rather than spell-region.
3013
3014 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
3015 warnings about spell-region.
3016
3017 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
3018
3019 * ldefs-boot.el: Regenerated.
3020
3021 * loadup.el: Don't load language/devanagari, language/kannanda,
3022 language/malayalam, and language/tamil. Load language/sinhala.
3023
3024 * language/indian.el (indian-font-foundry)
3025 (indian-script-language-alist, indian-font-char-index-table)
3026 (indian-font-char, indian-font-char-range, indian-script-table)
3027 (indian-default-script, indian-composable-pattern): Delete them.
3028 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
3029 language environments moved to here.
3030 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
3031 New language environments.
3032
3033 * language/devanagari.el, language/devan-util.el,
3034 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
3035 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
3036 Delete them.
3037
3038 * language/sinhala.el: New file.
3039
3040 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
3041
3042 Update Nick Robert's port of pdb tracking from python-mode.el.
3043
3044 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
3045 Clarify docstring.
3046 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
3047 tracking is happening.
3048 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
3049 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
3050 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
3051 Tracking is plugged in to all comint buffers once python.el is loaded.
3052 (python-pdbtrack-overlay-arrow): Toggle activation of
3053 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
3054 (python-pdbtrack-track-stack-file): Use new
3055 `python-pdbtrack-get-source-buffer' for more flexible access to
3056 debugging source files.
3057 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
3058 according to pdb stack trace, optionally using new
3059 `python-pdbtrack-grub-for-buffer' if file is not locally available.
3060 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
3061 named buffer, or having function with indicated name.
3062 (python-shell): Remove comint-output-filter-functions hook
3063 addition, it's being done elsewhere. Wrap long line.
3064
3065 2008-02-21 Michael Olson <mwolson@gnu.org>
3066
3067 * json.el: Replace XEmacs compatibility code to get rid of
3068 compiler warnings.
3069
3070 * time.el: Fix compiler warning.
3071
3072 2008-02-21 Edward O'Connor <ted@oconnor.cx>
3073
3074 * json.el: New file (JavaScript Object Notation parser / generator).
3075
3076 2008-02-21 Dave Love <fx@gnu.org>
3077
3078 * progmodes/sym-comp.el: New file.
3079
3080 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
3081 Require sym-comp. Add Python buffer to same-window-buffer-names.
3082 Fixup whitespaces.
3083 (python-font-lock-keywords): Add highlighting for Python builtins.
3084 (python-font-lock-syntactic-keywords): Rewrite.
3085 (python-quote-syntax): Use syntax-ppss-context instead of parsing
3086 ppss directly.
3087 (python-mode-map): Add binding for python-find-function.
3088 (python-calculate-indentation): Clean up the logic.
3089 (python-beginning-of-defun): Explicitly set return value.
3090 (python-beginning-of-statement): Stop looping if we get stuck
3091 going backwards.
3092 (python-next-statement): Stop looping if we somehow end up inside
3093 a string while advancing.
3094 (python-preoutput-continuation, python-version-checked): New vars.
3095 (python-check-version): New function.
3096 (run-python): Set default command to python-command instead of
3097 python-python-command.
3098 (run-python): Use python-check-version. Give PYTHONPATH
3099 precedence over data-directory in the process environment.
3100 Load function definitions in python process after.
3101 (python-check-comint-prompt): New function.
3102 (python-send-command, python-send-receive): Use it.
3103 (python-complete-symbol, python-try-complete): Functions deleted.
3104 Use symbol-complete instead of python-complete-symbol throughout.
3105 (python-fill-paragraph): Further refine the fenced-string regexp.
3106 (def-python-skeleton): Expand to the original abbrev instead if in
3107 a comment or string. Tweak skeletons for `if', `while', `for',
3108 `try/except', `try/finally', `name'.
3109 (python-pea-hook, python-abbrev-pc-hook): New functions.
3110 (python-abbrev-syntax-table): New var.
3111 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
3112 Use symbol-completion-try-complete for hippie expansion.
3113 Turn on font lock unconditionally.
3114 (python-mode-hook): Defcustom it. No need to use make-local
3115 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
3116 option, since it's buffer-local.
3117
3118 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
3119
3120 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
3121
3122 2008-02-21 Drew Adams <drew.adams@oracle.com>
3123
3124 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
3125 "Turn off" and a "Help" entry when the minor mode has no menu.
3126
3127 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
3128
3129 * vc.el (vc-status-mark, vc-status-unmark): New functions.
3130 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
3131 vc-status-mark-file and vc-status-unmark-file.
3132 (vc-status-mark-unmark): New function.
3133 (vc-status-previous-line, vc-status-next-line): No longer interactive.
3134
3135 2008-02-21 Glenn Morris <rgm@gnu.org>
3136
3137 * composite.el (encode-composition-rule): Fix typo in error message.
3138 (composition-function-table, auto-composition-mode): Doc fixes.
3139
3140 * subr.el (sit-for): Fix obsolete form for nil second argument.
3141
3142 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
3143 (spell-string): Make obsolete, in favor of ispell.
3144
3145 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
3146
3147 * language/devanagari.el: Don't setup composition-function-table
3148 here.
3149 ("Devanagari"): Change charset, coding-system, coding-priority to
3150 Unicode-based ones. Don't require the feature devan-util.
3151
3152 * composite.el (compose-chars-after): Fix arguments for a function
3153 in composition-function-table.
3154 (auto-compose-region): Likewise.
3155
3156 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
3157 for Ethiopic.
3158 (ps-mule-plot-string): Ignore glyph-string based compositions.
3159
3160 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * doc-view.el: Allow different windows to show different pages.
3163 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
3164 (doc-view-current-image, doc-view-current-overlay): Remove variables,
3165 add them back as macros instead, using image-mode-winprops instead.
3166 Update all users of those variables.
3167 (doc-view-new-window-function): New function to create a new overlay
3168 for each new window.
3169 (doc-view-mode): Use it and image-mode-setup-winprops.
3170 (doc-view-clone-buffer-hook): Rewrite accordingly.
3171
3172 * image-mode.el: Extend [hv]scroll support to per-window properties.
3173 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
3174 (image-mode-winprops-alist): New var to replace them.
3175 (image-mode-new-window-functions): New hook.
3176 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
3177 New funs.
3178 (image-set-window-vscroll, image-set-window-hscroll): Use them.
3179 Remove the `window' argument, update callers.
3180 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
3181 Use the new functions.
3182 (image-mode-reapply-winprops): New fun.
3183 (image-mode): Use it.
3184
3185 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
3186
3187 * calc/calc-math.el (math-sin-raw): Add optional argument
3188 to keep track of original argument.
3189 (math-cos-raw): Use optional argument when calling math-sin-raw.
3190 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
3191 with close to original precision.
3192
3193 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3194
3195 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
3196 args in calls of sit-for.
3197
3198 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * vc-svn.el (vc-svn-program): Fix typo in docstring.
3201 (vc-svn-checkin): Fix typo in error message.
3202
3203 * help-mode.el: Require easymenu when compiling.
3204
3205 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
3206
3207 * help-mode.el (help-mode-menu): New menu.
3208
3209 2008-02-20 Glenn Morris <rgm@gnu.org>
3210
3211 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
3212 on Windows.
3213
3214 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
3215
3216 * ps-mule.el (ps-mule-encode-region): Return a single string.
3217 (ps-mule-plot-string): Adjust for the above change.
3218 (ps-mule-encode-header-string): Likewise.
3219
3220 * international/latin1-disp.el (latin1-display): Don't use
3221 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
3222 standard-display-table.
3223 (latin1-display-identities): Adjust for the change of what is
3224 returned by (get-language-info charset 'charset).
3225
3226 * international/mule-util.el (char-displayable-p): Fix for Latin-1
3227 characters and terminal case.
3228
3229 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
3230
3231 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
3232
3233 * progmodes/python.el: Also require comint when loading.
3234 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
3235 Replace python-shell with run-python on menu bar.
3236 (python-shell-map): New map.
3237 (python-default-interpreter, python-python-command-args)
3238 (python-jython-command-args, python-pdbtrack-do-tracking-p):
3239 New options.
3240 (python-which-shell, python-which-args, python-which-bufname):
3241 New buffer local variables.
3242 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
3243
3244 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
3245 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
3246 New constants.
3247
3248 Pdbtrack features:
3249
3250 (python-point, python-end-of-def-or-class)
3251 (python-beginning-of-def-or-class, python-goto-initial-line)
3252 (python-comint-output-filter-function)
3253 (python-pdbtrack-overlay-arrow)
3254 (python-pdbtrack-track-stack-file, python-toggle-shells)
3255 (python-shell, python-pdbtrack-toggle-stack-tracking)
3256 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
3257 New functions.
3258
3259 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3260
3261 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
3262 when the argument is nil.
3263
3264 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
3265
3266 * vc.el (dir-status): Add a brief description.
3267
3268 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
3269
3270 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
3271 If non-nil, reverse the sense of the check.
3272
3273 * vc-rcs.el (vc-rcs-root): New func.
3274 * vc-cvs.el (vc-cvs-root): New func.
3275 * vc-svn.el (vc-svn-root): New func.
3276 * vc-sccs.el (vc-sccs-root): New func.
3277
3278 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
3279
3280 * language/japan-util.el (setup-japanese-environment-internal):
3281 Call use-cjk-char-width-table.
3282
3283 * language/japanese.el ("Japanese"): Set exit-function to
3284 use-default-char-width-table.
3285
3286 * international/characters.el: Delete occurrences of non-Unicode
3287 tibetan and ethiopic characters.
3288 (cjk-char-width-table): New variable.
3289 (use-cjk-char-width-table, use-default-char-width-table):
3290 New functions.
3291
3292 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
3293
3294 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
3295 (vc-status-mode-menu): Add a :filter.
3296 (vc-status-printer): Add faces.
3297
3298 * vc-hg.el (vc-hg-extra-status-menu): New function.
3299 (vc-hg-dir-status): Clean up the buffer before using it.
3300
3301 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
3304 (gdb): Initialize it here instead.
3305
3306 * files.el (locate-dominating-file): Fix thinko in last change.
3307 Reported by Bruce Stephens <bruce.stephens@isode.com>.
3308
3309 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3310
3311 * vc.el (vc-status-mode-menu): New menu for vc-status.
3312
3313 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * progmodes/verilog-mode.el (customize): Fix typo in error message.
3316 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
3317 (verilog-mode-auto, verilog-indent-level-module)
3318 (verilog-minimum-comment-distance, verilog-library-flags)
3319 (verilog-library-directories, verilog-library-files)
3320 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
3321 (verilog-xemacs-menu, verilog-set-compile-command)
3322 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
3323 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
3324 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
3325 (verilog-batch-inject-auto, verilog-batch-indent)
3326 (verilog-continued-line, verilog-type-keywords)
3327 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
3328 (verilog-read-inst-pins, verilog-read-arg-pins)
3329 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
3330 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
3331 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
3332 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
3333 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
3334 (verilog-mode-version, verilog-mode-release-date)
3335 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
3336 (verilog-simulator, verilog-compiler)
3337 (verilog-auto-sense-defines-constant, verilog-company)
3338 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
3339 Fix typos in docstrings.
3340 (verilog-set-auto-endcomments, verilog-calculate-indent)
3341 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
3342 Reflow docstrings.
3343 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
3344 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
3345 (electric-verilog-forward-sexp, verilog-in-case-region-p)
3346 (verilog-in-struct-region-p, verilog-in-generate-region-p)
3347 (verilog-leap-to-head, verilog-current-indent-level)
3348 (verilog-case-indent-level, verilog-cpp-keywords)
3349 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
3350 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
3351 (verilog-signals-not-in, verilog-symbol-detick-text)
3352 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
3353 (verilog-forward-close-paren, verilog-backward-open-paren)
3354 (verilog-backward-open-bracket): Doc fixes.
3355
3356 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
3357 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
3358 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
3359 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
3360 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
3361 Fix typos in docstrings.
3362
3363 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
3364
3365 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
3366
3367 * info.el (Info-read-node-name): Removed unused `default' arg.
3368
3369 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3370
3371 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
3372
3373 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * image-mode.el (image-get-display-property): New fun.
3376 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3377 (image-mode, image-minor-mode, image-toggle-display-text)
3378 (image-toggle-display): Use it.
3379
3380 2008-02-18 Jason Rumney <jasonr@gnu.org>
3381
3382 * international/mule.el (xml-find-file-coding-system): Don't warn
3383 about utf-16 with BOM.
3384
3385 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
3386
3387 * international/mule.el (sgml-xml-auto-coding-function): Detect and
3388 warn if file encoding is not utf-8 and encoding not specified.
3389 (xml-find-file-coding-system): New function.
3390 * international/mule-conf.el (file-coding-system-alist): Use it.
3391
3392 2008-02-17 Glenn Morris <rgm@gnu.org>
3393
3394 * international/mule-cmds.el (set-locale-environment):
3395 Pass `frame' to getenv for LC_MESSAGES.
3396
3397 2008-02-17 Juri Linkov <juri@jurta.org>
3398
3399 * time.el (emacs-init-time): Use format instead of format-seconds.
3400
3401 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3402
3403 * textmodes/bibtex.el (bibtex-search-entry): Rename from
3404 bibtex-find-entry. Add autoload cookie.
3405 (bibtex-find-entry): Alias for bibtex-search-entry.
3406 (bibtex-search-crossref): Rename from bibtex-find-crossref.
3407 (bibtex-find-crossref): Alias for bibtex-search-crossref.
3408 (bibtex-clean-entry): atomic-change-group removed.
3409 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
3410 to locate buffer location where error occurred.
3411 Make error messages more specific.
3412 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
3413
3414 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
3415
3416 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
3417 top level.
3418
3419 * simple.el (transient-mark-mode): Add an :init-value.
3420
3421 * startup.el (command-line): Use custom-reevaluate-setting for
3422 transient-mark-mode.
3423
3424 2008-02-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
3425
3426 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
3427
3428 2008-02-16 Juri Linkov <juri@jurta.org>
3429
3430 * startup.el (after-init-time): New variable.
3431 (command-line): Set `after-init-time' to the current time.
3432
3433 * time.el (emacs-init-time): New function.
3434
3435 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * files.el (locate-dominating-file): Remove initial loop because it's
3438 not careful enough. Detect the uid-change all within the main loop.
3439
3440 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
3441
3442 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
3443
3444 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
3445
3446 * vc.el (vc-annotate): Add new argument.
3447 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
3448
3449 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
3450 Move make-variable-buffer-local code after the corresponding defvar.
3451 (hs-minor-mode-map): Define and initialize in one step.
3452 (hs-minor-mode): Change from defun to define-minor-mode.
3453
3454 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
3455
3456 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
3457 (gdb-ready): Move declaration...
3458
3459 * progmodes/gdb-ui.el (gdb-ready): ...to here.
3460 (gdb-early-user-input): New variable.
3461 (gdb): Reset gdb-flush-pending-output to nil and set
3462 comint-input-sender here (before gdb-prompt), instead of...
3463 (gdb-init-1): ...here.
3464 (gdb-send): If Emacs is not ready, defer user input to...
3465 (gdb-prompt): ...here.
3466
3467 2008-02-16 Glenn Morris <rgm@gnu.org>
3468
3469 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
3470
3471 * startup.el (emacs-startup-time): Rename to `before-init-time'.
3472 (before-init-time): New name for `emacs-startup-time'.
3473 (command-line): Use before-init-time rather than emacs-startup-time.
3474 * time.el (emacs-uptime): Use before-init-time rather than
3475 emacs-startup-time.
3476
3477 * composite.el (composition-function-table): Doc fix.
3478
3479 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
3480 in favor of `%z' specifier.
3481 (emacs-uptime): Move to time.el.
3482 * time.el (emacs-uptime): Move here from time-date.el. Add optional
3483 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
3484 argument of format-seconds.
3485
3486 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
3487
3488 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
3489
3490 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
3491
3492 * ielm.el (ielm-is-whitespace): Remove.
3493 (ielm-is-whitespace-or-comment): New function.
3494 (ielm-eval-input): Use it.
3495
3496 2008-02-15 Jason Rumney <jasonr@gnu.org>
3497
3498 * term/mac-win.el: Fix coding tag.
3499
3500 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
3501
3502 * vc-hooks.el (vc-menu-map):
3503 * bindings.el (mode-line-mode-menu): Add tooltips.
3504
3505 * bindings.el (help-echo): Add more tooltips. Use a less
3506 telegraphic style for existing tooltips.
3507
3508 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
3511 from the auto-generated one.
3512
3513 2008-02-14 Glenn Morris <rgm@gnu.org>
3514
3515 * mail/rmail-spam-filter.el (rmail-spam-filter):
3516 Let-bind message-spam-status.
3517
3518 * mail/smtpmail.el (password-cache-add): Declare as function.
3519
3520 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
3521
3522 * mail/smtpmail.el: Use password-cache.
3523
3524 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * uniquify.el (uniquify-buffer-base-name): New function.
3527 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3528
3529 * desktop.el (uniquify-managed): Don't defvar.
3530 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
3531 `uniquify-managed'. Return also the buffer's base name.
3532 (desktop-save): When saving the buffer info, filter out the base name,
3533 and save it as buffer name if the buffer is managed by uniquify.
3534 (uniquify-item-base): Don't declare; not called anymore.
3535
3536 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
3537
3538 * vc.el (vc-annotate-find-revision-at-line): New function.
3539 (vc-annotate-mode-map): Bind it.
3540 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
3541 some entries.
3542
3543 2008-02-14 Glenn Morris <rgm@gnu.org>
3544
3545 * calendar/time-date.el (format-seconds): New function.
3546 (emacs-uptime): Use format-seconds.
3547
3548 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3549 Remove `LC_ALL=C', since it's included in $(emacs) now.
3550
3551 2008-02-14 Zhang Wei <id.brep@gmail.com>
3552
3553 * textmodes/org-publish.el (org-publish-timestamp-filename):
3554 Replace colon characters in filename too.
3555
3556 2008-02-13 Bastien Guerry <bzg@altern.org>
3557
3558 * mail/rmail.el (rmail-header-name): New face.
3559 (rmail-font-lock-keywords): Use rmail-header-name.
3560
3561 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
3562 against X-Spam-Status header field.
3563 (rmail-spam-filter): Also check X-Spam-Status header field.
3564
3565 2008-02-14 Mark A. Hershberger <mah@everybody.org>
3566
3567 * progmodes/flymake.el (flymake-allowed-file-name-masks):
3568 Add support for .pm files and .php files.
3569 (flymake-err-line-patterns): Add pattern for PHP errors.
3570 (flymake-php-init): New function. PHP support for flymake.
3571
3572 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3573 Add regular expression for PHP errors.
3574
3575 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
3576
3577 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
3578 This DTRT even on w32 machines.
3579 (ange-ftp-cf1): Quote FILENAME.
3580
3581 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
3584 (smerge-auto-combine): New fun.
3585
3586 2008-02-12 Juri Linkov <juri@jurta.org>
3587
3588 * startup.el (fancy-startup-screen, normal-splash-screen):
3589 Set default-directory to command-line-default-directory.
3590
3591 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
3592 after reading the desktop.
3593
3594 * progmodes/compile.el (compilation-auto-jump):
3595 Call compile-goto-error only when compilation-auto-jump-to-first-error
3596 is non-nil.
3597 (compilation-scroll-output): Replace :type 'boolean with a choice
3598 that has three options including a third option `first-error'.
3599 Doc fix.
3600 (compilation-start, compilation-forget-errors): Add an alternate
3601 condition comparing compilation-scroll-output with `first-error'
3602 in addition to compilation-auto-jump-to-first-error (to call
3603 compilation-auto-jump in the proper place).
3604
3605 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * international/mule.el (sgml-html-meta-auto-coding-function):
3608 Make sure the search limit is ahead.
3609
3610 * tar-mode.el: Fix broken indentation.
3611 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
3612 Use with-current-buffer.
3613
3614 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
3615
3616 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
3617 it is already automatically buffer-local.
3618
3619 2008-02-11 Drew Adams <drew.adams@oracle.com>
3620
3621 * help.el (describe-key): Join some split lines to facilitate filling.
3622 * help-fns.el (describe-function-1): Fill text of overlong lines.
3623
3624 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
3625
3626 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
3627 Use unibyte-string instead of string-make-unibyte.
3628
3629 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
3630
3631 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
3634 works also for buffers w/o buffer-file-name. Update callers.
3635 (doc-view-clone-buffer-hook): New fun.
3636 (doc-view-mode): Use it for indirect clones. Mark the overlays with
3637 the `doc-view' property so they can be recognized.
3638
3639 * simple.el (clone-indirect-buffer-hook): New hook.
3640 (clone-indirect-buffer): Run it.
3641
3642 2008-02-11 Daiki Ueno <ueno@unixuser.org>
3643
3644 * epa.el (epa-menu-mode): Merge into epa-mode.
3645 (epa-menu-items): Rename the label "EasyPG Assistant" to
3646 "Encryption/Decryption".
3647
3648 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
3649 (epa-dired-mode-map): Rename from epa-dired-map.
3650 (epa-global-dired-mode): Rename the global minor mode.
3651
3652 2008-02-11 Drew Adams <drew.adams@oracle.com>
3653
3654 * isearch.el (isearch-fail): New face.
3655 (isearch-message): Highlight failure part of input.
3656
3657 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * ibuffer.el (ibuffer-header-line-format): New var.
3660 (ibuffer-mode): Set it instead of header-line-format.
3661 (ibuffer-update): Use it to set header-line-format.
3662
3663 * international/mule-cmds.el (ucs-insert): Inherit surrounding
3664 properties like self-insert-command.
3665
3666 2008-02-11 Drew Adams <drew.adams@oracle.com>
3667
3668 * progmodes/etags.el: Add many doc strings.
3669
3670 2008-02-11 Jason Rumney <jasonr@gnu.org>
3671
3672 * ldefs-boot.el: Regenerated.
3673
3674 2008-02-11 Glenn Morris <rgm@gnu.org>
3675
3676 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3677 Shorten some names.
3678
3679 * ffap.el (ffap-rfc-directories): Add :version.
3680
3681 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
3682
3683 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
3684 files, and backup files of same.
3685
3686 2008-02-11 Kevin Ryde <user42@zip.com.au>
3687
3688 * ffap.el (ffap-rfc-directories): New variable.
3689 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
3690
3691 * info.el (Info-next-reference, Info-prev-reference)
3692 (Info-try-follow-nearest-node): Move to and follow https:// links too.
3693
3694 * simple.el (completion-list-mode): Show full completion-list-mode-map
3695 in the docstring.
3696
3697 2008-02-11 Sam Steingold <sds@gnu.org>
3698
3699 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
3700
3701 2008-02-11 Glenn Morris <rgm@gnu.org>
3702
3703 * startup.el (emacs-startup-time): New variable.
3704 (command-line): Set emacs-startup-time.
3705
3706 * calendar/time-date.el (emacs-uptime): New function.
3707
3708 2008-02-10 Bastien Guerry <bzg@altern.org>
3709
3710 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
3711 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
3712 it is nil.
3713
3714 2008-02-10 Daiki Ueno <ueno@unixuser.org>
3715
3716 * epg-config.el: Expand the contents of epg-package-info.el.
3717 (epg-package-name): New constant.
3718 (epg-version-number): New constant.
3719 (epg-bug-report-address): New constant.
3720
3721 * epa-mail.el (epa-mail-mode): Add autoload cookie.
3722 (epa-global-mail-mode): New global minor mode.
3723
3724 * epa-file.el (epa-file-mode): New global minor mode.
3725
3726 * epa-dired.el (epa-dired-mode): New global minor mode.
3727
3728 * epa.el (epa-menu): New variable.
3729 (epa-menu-items): New variable.
3730 (epa-menu-mode): New global minor mode.
3731 (epa-global-minor-modes): New user option.
3732 (epa-mode): New global minor mode.
3733
3734 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/dbus.el: Remove `no-byte-compile' cookie.
3737 (dbus-call-method, dbus-register-signal, dbus-debug)
3738 (dbus-registered-functions-table): Declare them with
3739 `declare-function' or `defvar', respectively.
3740 (top): Don't assert any longer. Require 'cl when compiling.
3741 Apply `ignore-errors' but `dbus-ignore-errors'.
3742
3743 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * diff-mode.el (diff-add-change-log-entries-other-window):
3746 Use add-change-log-entry.
3747
3748 2008-02-09 Jason Rumney <jasonr@gnu.org>
3749
3750 * button.el (button-map):
3751 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
3752 * ldefs-boot.el: Regenerate.
3753
3754 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3755
3756 * epa.el (epa-faces, epa):
3757 * epa-file.el (epa-file):
3758 * epg-config.el (epg): Add :version.
3759
3760 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
3761
3762 * vc.el (vc-exec-after): Append CODE to previous fragments.
3763 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
3764 take MESSAGES instead of VERBOSE; use it when non-nil.
3765 (vc-diff-internal): Compute messages once; use them;
3766 update call to vc-diff-finish.
3767
3768 2008-02-09 Michael Olson <mwolson@gnu.org>
3769
3770 * net/tramp.el (tramp-process-sentinel): Avoid error when process
3771 buffer has been killed, such as by
3772 `tramp-cleanup-all-connections'.
3773
3774 2008-02-09 Miles Bader <miles@gnu.org>
3775
3776 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
3777
3778 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
3781 splitter in context hunks.
3782
3783 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
3784
3785 * international/fontset.el (setup-default-fontset): Fix arabic otf
3786 font specification.
3787
3788 2008-02-08 Daiki Ueno <ueno@unixuser.org>
3789
3790 * epa-dired.el:
3791 * epa-file.el:
3792 * epa-mail.el:
3793 * epa-setup.el:
3794 * epa.el:
3795 * epg-config.el:
3796 * epg-package-info.el:
3797 * epg.el: Initial check-in of EasyPG.
3798
3799 2008-02-08 Glenn Morris <rgm@gnu.org>
3800
3801 * woman.el (woman-locale): New defcustom.
3802 (woman-expand-locale, woman-manpath-add-locales): New functions.
3803 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
3804
3805 * international/mule-cmds.el (locale-translate): New function,
3806 with old code extracted from set-locale-environment.
3807 (set-locale-environment): Use locale-translate. Set woman-locale.
3808
3809 * cus-start.el (selection-coding-system): Remove, since it's now
3810 defined in select.el rather than in xselect.c.
3811 * select.el (selection-coding-system): Make it a defcustom, and
3812 add the properties from cus-start.el. Bump :version.
3813
3814 * custom.el (custom-theme-set-variables): Sort symbols that are
3815 dependencies before symbols that depend on them.
3816 (custom-enabled-themes): Set after custom-theme-directory.
3817
3818 * pcmpl-unix.el (top-level): Move provide statement to end.
3819 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
3820 `*' from doc-string. Allow to be nil.
3821 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
3822 Allow to be nil. Add :version.
3823 (pcmpl-ssh-hosts): Move definition before use. Handle lines
3824 without hostnames, and multiple hostnames per line.
3825
3826 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
3827
3828 2008-02-08 Phil Hagelberg <phil@evri.com>
3829
3830 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
3831 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
3832
3833 2008-02-07 Timo Savola <timo.savola@iki.fi>
3834
3835 * startup.el (command-line-x-option-alist): Add --parent-id.
3836
3837 * term/x-win.el (x-handle-parent-id): New function.
3838
3839 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
3840
3841 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
3842 "Font Menu".
3843
3844 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
3845
3846 * net/dbus.el (dbus-interface-peer): New defconst.
3847 (dbus-ping): New defun.
3848
3849 2008-02-06 Sam Steingold <sds@gnu.org>
3850
3851 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
3852
3853 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
3856 Just return nil and let the C code provide a fallback.
3857
3858 2008-02-05 Glenn Morris <rgm@gnu.org>
3859
3860 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
3861 tramp-flush-connection-property for removed 2nd argument.
3862
3863 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * diff-mode.el (diff-add-change-log-entries-other-window):
3866 Rename from diff-create-changelog. Change users.
3867 Minor change to hopefully work with plain diffs.
3868 (diff-mode-map): Add binding for it.
3869
3870 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3871
3872 * diff-mode.el: Add new TODO entry.
3873 (diff-create-changelog): New function.
3874 (diff-mode-menu): Bind it.
3875
3876 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
3877
3878 * international/mule-diag.el (print-fontset-element): Handle the
3879 case of inhibiting the fallback fonts.
3880
3881 2008-02-04 Kim F. Storm <storm@cua.dk>
3882
3883 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3884 (ido-magic-delete-char): Use prefix arg.
3885
3886 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
3889 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
3890 of today, the most recent libpng is 1.2.24).
3891
3892 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
3893
3894 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
3895
3896 * net/dbus.el (top): Check (featurep 'dbusbind).
3897
3898 * net/tramp.el (tramp-process-sentinel): New defun.
3899 (tramp-do-copy-or-rename-file-out-of-band)
3900 (tramp-maybe-open-connection): Use it as process sentinel.
3901 (tramp-handle-delete-directory): Don't use the "-f" option; it
3902 isn't portable.
3903 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
3904 after the command.
3905 (tramp-handle-shell-command): Set `mode-line-process' in the
3906 asynchronous case.
3907
3908 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
3909
3910 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
3911 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3912 Use `tramp-process-sentinel' as process sentinel.
3913
3914 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * whitespace.el (global-whitespace-mode): Revert last change.
3917 (whitespace-unload-function): Force `global-whitespace-mode'
3918 to deactivate local modes in a slightly less intrusive way.
3919
3920 2008-02-02 Eli Zaretskii <eliz@gnu.org>
3921
3922 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
3923
3924 2008-02-02 Glenn Morris <rgm@gnu.org>
3925
3926 * international/latin1-disp.el (latin1-display):
3927 * progmodes/fortran.el (fortran-comment-indent-char):
3928 * progmodes/idlw-shell.el (top-level):
3929 * term/mac-win.el (mac-keyboard-translate-char):
3930 * whitespace.el (whitespace-char-valid-p):
3931 * wid-edit.el (widget-key-sequence-read-event):
3932 Use characterp rather than char-valid-p.
3933
3934 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
3935 to capitalized-find-word-boundary. Doc fix. Update callers.
3936 (capitalized-next-word-boundary-function-table): Rename to
3937 capitalized-find-word-boundary-function-table. Doc fix. Update users.
3938
3939 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
3940 string-to-int.
3941
3942 * ps-def.el (declare-function): Add compatibility definition.
3943 (ps-plot-with-face, ps-plot-string): Declare as functions.
3944 (ps-bold-faces, ps-italic-faces): Declare variables.
3945
3946 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
3947 (ps-mule-end-job): Declare as functions.
3948
3949 * wid-edit.el (widget-string-complete): Use assoc-string rather
3950 than assoc-ignore-case.
3951
3952 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * progmodes/etags.el (next-file): Improve revert message.
3955
3956 2008-02-01 Andreas Schwab <schwab@suse.de>
3957
3958 * loadup.el: Load language/burmese instead of language/myanmar.
3959
3960 2008-02-01 Richard Stallman <rms@gnu.org>
3961
3962 * language/burmese.el: Rename from myanmar.el.
3963 ("Burmese"): Rename from "Myanmar".
3964
3965 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3966
3967 * international/fontset.el (script-representative-chars): Add cham
3968 and tai-viet.
3969 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
3970 Add fontconfig spec for cjk-misc. Explicitly specify font font
3971 for U+E000..U+F8FF.
3972
3973 * international/characters.el (script-list): Add cham.
3974
3975 * language/cham.el: New file.
3976
3977 2008-02-01 Mark A. Hershberger <mah@everybody.org>
3978
3979 * xml.el (xml-escape-string): Don't do any encoding changes on the
3980 string.
3981
3982 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3983
3984 * language/ind-util.el (in-is13194-post-read-conversion):
3985 Delete unnecessary call of indian-compose-region.
3986
3987 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3988
3989 * ps-print.el: Some face attributes (like :strike-through) were not
3990 being recognised. Reported by Leo <sdl.web@gmail.com>.
3991 (ps-print-version): New version 7.3.2.
3992 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
3993 ps-face-overline-p and ps-face-box-p functions.
3994
3995 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
3996 New functions.
3997
3998 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3999
4000 * international/fontset.el (font-encoding-alist): Add an entry for
4001 iso8859-16.
4002 (setup-default-fontset): Add iso8859-16 to latin.
4003
4004 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
4005 hexadigit string.
4006 (describe-char): Adjust for the above change.
4007
4008 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4009
4010 * international/fontset.el (font-encoding-alist): Don't set the
4011 repertory of GB18030 fonts.
4012
4013 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4014
4015 * language/indian.el: Set font-shape-text for all Indic characters
4016 in composition-function-table.
4017
4018 * language/khmer.el: New file.
4019
4020 * language/myanmar.el: New file.
4021
4022 * loadup.el: Load "language/khmer" and "language/myanmar".
4023
4024 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4025
4026 * international/fontset.el (setup-default-fontset): Fix lao OTF
4027 script name.
4028
4029 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4030
4031 * composite.el (terminal-composition-modification): Delete it.
4032
4033 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4034
4035 * international/fontset.el (x-complement-fontset-spec):
4036 Complement size too.
4037
4038 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4039
4040 * international/fontset.el (font-encoding-charset-alist):
4041 Initialize it.
4042 (otf-script-alist): Fix typo of canadian-aboriginal.
4043 (setup-default-fontset): Specify font-specs for many more scripts.
4044 (x-complement-fontset-spec): Change the first argument to a
4045 font-spec object.
4046 (create-fontset-from-fontset-spec): Adjust for the above change.
4047
4048 2008-02-01 Kenichi Handa <handa@m17n.org>
4049
4050 * language/devanagari.el: Register font-shape-text in
4051 composition-function-table.
4052
4053 * language/tibetan.el: Register font-shape-text in
4054 composition-function-table.
4055
4056 * language/thai-util.el (thai-composition-function): Fix arguments.
4057
4058 * language/tamil.el: Register font-shape-text in
4059 composition-function-table.
4060
4061 * language/malayalam.el: Register font-shape-text in
4062 composition-function-table.
4063
4064 * language/lao.el: Register font-shape-text in
4065 composition-function-table.
4066
4067 * language/kannada.el: Register font-shape-text in
4068 composition-function-table.
4069
4070 * language/european.el (diacritic-composition-function): Fix arguments.
4071
4072 * language/ethio-util.el (ethio-composition-function): Fix arguments.
4073
4074 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
4075
4076 * composite.el (composition-function-table): Fix docstring.
4077 (terminal-composition-function): Fix arguments.
4078 (auto-compose-current-font): Delete it.
4079 (auto-compose-chars): Adjust for the change of
4080 composition-function-table.
4081
4082 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4083
4084 * international/fontset.el (font-encoding-alist): Add the entry of
4085 "unicode-bmp".
4086
4087 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4088
4089 * composite.el (auto-compose-chars): Be sure to calculate
4090 composition at least at POS.
4091
4092 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4093
4094 * printing.el: Fix pr-interface-map initialization code.
4095 (pr-version): New version 6.9.3.
4096 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
4097 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
4098 (pr-f-read-string): Replace by pr-read-string.
4099 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
4100 New function name.
4101 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
4102
4103 2008-02-01 Kenichi Handa <handa@m17n.org>
4104
4105 * language/tv-util.el (tai-viet-re): Include '-'.
4106 (tai-viet-glyph-info): Handle '-'.
4107
4108 2008-02-01 Kenichi Handa <handa@m17n.org>
4109
4110 * descr-text.el (describe-char): Handle a composition of the new
4111 format. Show font name.
4112
4113 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4114
4115 * language/tibet-util.el (tibetan-composition-function): Use
4116 font-shape-text if auto-compose-current-font is non-nil.
4117
4118 * language/tibetan.el: Fix the range for recording
4119 tibetan-composition-function in composition-function-table.
4120
4121 * language/mlm-util.el (malayalam-composition-function): Use
4122 font-shape-text if auto-compose-current-font is non-nil.
4123
4124 * international/mule-conf.el: Flag many charsets as supplementary.
4125
4126 * international/mule.el (define-charset): Update the docstring for
4127 :supplementary-p.
4128
4129 * international/fontset.el (setup-default-fontset): Add OpenType
4130 fonts for malayalam and tibetan.
4131
4132 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4133
4134 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
4135
4136 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4137
4138 * international/fontset.el (otf-script-alist): Make all otf tags
4139 4-letters.
4140 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
4141
4142 * language/tml-util.el (tamil-composition-function): Use
4143 font-shape-text if auto-compose-current-font is non-nil.
4144
4145 * language/devan-util.el (devanagari-composition-function): Use
4146 font-shape-text if auto-compose-current-font is non-nil.
4147
4148 * composite.el (auto-compose-chars): Change argument font-object
4149 to window.
4150
4151 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4152
4153 * ps-print.el (ps-lpr-switches): Docstring fix.
4154 (ps-string-list): New function.
4155 (ps-do-despool): Code fix.
4156
4157 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4158
4159 * international/utf-7.el (utf-7-imap-post-read-conversion)
4160 (utf-7-imap-pre-write-conversion): New functions.
4161
4162 * international/mule-conf.el (utf-7-imap): New coding system.
4163
4164 2008-02-01 Kenichi Handa <handa@m17n.org>
4165
4166 * term/x-win.el (x-selection-value): If x-select-request-type is
4167 nil, try also STRING at last.
4168 (x-select-request-type): Doc fix for the change of x-selection-value.
4169
4170 * select.el (selection-coding-system, next-selection-coding-system):
4171 Move declarations from xselect.c.
4172 (x-get-selection): Decode by selection-coding-system if it is non-nil.
4173 If it is nil, decode by a proper coding system. Handle C_STRING.
4174 (ccl-check-utf-8, string-utf-8-p): Delete them.
4175 (xselect-convert-to-string): Fix determining data-type in the case
4176 that TEXT is requested. Don't use selection-coding-system if it's
4177 not proper for the data-type.
4178
4179 2008-02-01 Kenichi Handa <handa@m17n.org>
4180
4181 * term/x-win.el (x-selection-value): If x-select-request-type is
4182 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
4183
4184 2008-02-01 Jason Rumney <jasonr@gnu.org>
4185
4186 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
4187 to signify default fontset.
4188
4189 2008-02-01 Kenichi Handa <handa@m17n.org>
4190
4191 * international/mule-cmds.el (describe-language-environment):
4192 Check if the specified input method exists or not.
4193
4194 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4195
4196 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
4197 (ps-face-background-name): Remove this function. It's already defined
4198 in ps-def.el file.
4199
4200 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4201
4202 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
4203 Epoch emacsen.
4204
4205 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4206
4207 * ps-print.el: Now detect if text foreground and background colors are
4208 equals and replace the foreground color by another color, so the text
4209 becomes visible. Doc fix.
4210 (ps-print-version): New version 7.3.
4211 (ps-default-fg, ps-default-bg): Docstring fix.
4212 (ps-fg-list, ps-fg-validate-p): New options.
4213 (ps-foreground-list): New variable.
4214 (ps-generate-header-line): Replace fboundp by functionp.
4215 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4216
4217 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4218
4219 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4220 Move (again) some variable definitions before use, define some
4221 function aliases, no code change.
4222 (pr-version): New version 6.9.2.
4223 (pr-path-style, pr-auto-region, pr-menu-char-height)
4224 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4225 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4226 via (defvar VAR).
4227 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4228 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4229 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4230 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4231 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
4232 (pr-menu-print-item, pr-ps-printer-menu-modified)
4233 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4234 (pr-even-or-odd-alist): Move variable definitions.
4235
4236 2008-02-01 Kenichi Handa <handa@m17n.org>
4237
4238 * language/chinese.el (cp936): Delete duplicated alias.
4239
4240 * international/mule-diag.el (list-block-of-chars): Don't insert
4241 non-Unicode characters.
4242
4243 2008-02-01 Jason Rumney <jasonr@gnu.org>
4244
4245 * loadup.el [windows-nt]: Don't load code-pages and ccl.
4246 * term/w32-win.el: Don't require code-pages.
4247
4248 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 Fix up multi-tty merge.
4251
4252 * version.el (emacs-version): Bump to 23.0.60.
4253
4254 * term/x-win.el (x-initialize-window-system): Don't try to create
4255 a fontset from a font-specification anymore. This was removed on the
4256 unicode branch and mistakenly re-added by the multi-tty merge.
4257
4258 * term/w32-win.el: Remove duplicate code that's now in
4259 w32-initialize-window-system.
4260 (w32-initialize-window-system): Don't try to create a fontset from
4261 a font-specification anymore. This was removed on the unicode branch
4262 and mistakenly re-added by the multi-tty merge.
4263
4264 * term/mac-win.el: Remove duplicate top-level code.
4265
4266 * language/ethio-util.el:
4267 * international/characters.el: Use utf-8 rather than utf-8-emacs
4268 since it works as well and has the advantage of working with
4269 non-unicode versions of Emacs.
4270
4271 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
4272 multi-tty code, which includes the previous local change.
4273
4274 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4275
4276 * ps-print.el (ps-print-version): New version 7.2.5.
4277 (ps-background, ps-begin-file, ps-build-reference-face-lists):
4278 Use `mapc' rather than `mapcar'.
4279
4280 2008-02-01 Kenichi Handa <handa@m17n.org>
4281
4282 * skeleton.el (skeleton-internal-1): Use integerp and stringp
4283 instead of char-or-string-p to catch -1.
4284
4285 2008-02-01 Kenichi Handa <handa@m17n.org>
4286
4287 * international/mule-cmds.el (inactivate-input-method):
4288 Set input-method-function to nil before calling
4289 inactivate-current-input-method-function.
4290
4291 2008-02-01 Kenichi Handa <handa@m17n.org>
4292
4293 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
4294 height that doesn't exceed the requested height by rounding off.
4295
4296 2008-02-01 Andreas Schwab <schwab@suse.de>
4297
4298 * international/mule-diag.el (print-fontset-element):
4299 Use fontp only if defined.
4300
4301 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4302
4303 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
4304 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
4305 (ps-mule-prologue-generated): Code fix.
4306
4307 2008-02-01 Kenichi Handa <handa@m17n.org>
4308
4309 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
4310 with FIXEDCASE t.
4311
4312 2008-02-01 Kenichi Handa <handa@m17n.org>
4313
4314 * international/mule-diag.el (print-fontset-element): Fix for the
4315 format change of a fontset element for font-backend feature.
4316
4317 2008-02-01 Kenichi Handa <handa@m17n.org>
4318
4319 * descr-text.el (describe-char): Fix for the case that a component
4320 character is TAB.
4321
4322 2008-02-01 Kenichi Handa <handa@m17n.org>
4323
4324 * international/mule-cmds.el (select-safe-coding-system-interactively):
4325 Fix printing of rejected and unsafe coding-systems.
4326
4327 * international/fontset.el (setup-default-fontset): Add tai-viet.
4328
4329 * international/characters.el: Setup syntax/category table for Tai Viet.
4330 (script-list): Add tai-viet.
4331
4332 * loadup.el: Load "language/tai-viet".
4333
4334 * language/tai-viet.el: New file.
4335
4336 * language/tv-util.el: New file.
4337
4338 2008-02-01 Jason Rumney <jasonr@gnu.org>
4339
4340 * faces.el (font-weight-table): Use defaults on w32 that match
4341 LOGFONT.lfWeight.
4342
4343 * term/w32-win.el: Don't create fontset from command-line font.
4344
4345 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4346
4347 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4348 (sort-coding-systems, search-unencodable-char): Doc fixes.
4349 (default-input-method, input-method-verbose-flag)
4350 (input-method-highlight-flag): Remove * in defcustom's docstrings.
4351 (exit-language-environment-hook, set-default-coding-systems)
4352 (coding-system-change-eol-conversion, prefer-coding-system)
4353 (find-multibyte-characters, leim-list-entry-regexp)
4354 (set-input-method, input-method-exit-on-first-char, princ-list)
4355 (locale-language-names, locale-charset-language-names)
4356 (define-char-code-property): Fix typos in docstrings.
4357
4358 2008-02-01 Kenichi Handa <handa@m17n.org>
4359
4360 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
4361 Fix for a new character code space (22-bit).
4362
4363 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
4366
4367 2008-02-01 Kenichi Handa <handa@m17n.org>
4368
4369 * international/characters.el: Add more cases/syntaxes from Latin
4370 characters.
4371
4372 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4373
4374 * ps-def.el (installation-directory): Must be initialized when defining
4375 it in XEmacs.
4376 (coding-system-for-read): Eliminate duplicated definition.
4377
4378 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4379
4380 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4381
4382 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4383
4384 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4385 (ps-print-emacs-type): Eliminate variable.
4386 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
4387 running ps-print package.
4388
4389 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
4390 (ps-frame-parameter): Replace defun by defalias.
4391 (mark-active): Eliminate defvar.
4392
4393 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
4394 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4395 (ps-jts-ps-setup): Replace macros by vector key definition.
4396
4397 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4398
4399 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4400 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4401 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4402 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4403 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4404 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4405 New command actions for EPS header and EPS footer.
4406
4407 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4408 footer. Fix some problems with one-or-more, zero-or-more and
4409 alternative constructions generation. Some implementation of log
4410 messages. Doc fix.
4411 (ebnf-version): New version 4.4.
4412 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4413 (ebnf-eps-footer, ebnf-log): New options.
4414 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4415 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4416 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4417 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4418 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
4419 (ebnf-style-custom-list, ebnf-style-database): Put new values.
4420 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4421 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4422 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4423 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4424 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4425 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4426 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4427 (ebnf-non-terminal-dimension, ebnf-special-dimension)
4428 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4429 (ebnf-except-dimension, ebnf-alternative-dimension)
4430 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4431 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
4432 Insert log message function.
4433 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4434 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4435 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4436 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4437 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4438 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4439 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4440 compatibility with Emacs 20 & 21.
4441 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4442 (ebnf-eps-file-alist, ebnf-basic-width-extra)
4443 (ebnf-basic-empty-height): New variables.
4444 (ebnf-prologue): Fix PostScript code.
4445 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4446 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4447 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4448 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4449
4450 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4451
4452 * printing.el: Group together all XEmacs/Emacs definitions.
4453 (pr-version): New version 6.9.
4454 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
4455 New functions.
4456 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
4457 (pr-menu-bind): Fix code.
4458 (pr-e-frame-char-height, pr-e-frame-char-width)
4459 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
4460 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
4461 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
4462 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
4463 (pr-x-event-y-pixel): Eliminate aliases.
4464 (pr-xemacs-global-menubar): Move macro.
4465 (current-menubar, current-mouse-event, zmacs-region-stays)
4466 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
4467 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
4468 Move variables.
4469 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
4470 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
4471 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
4472 (pr-menu-set-utility-title, pr-even-or-odd-pages)
4473 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
4474 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
4475 Move functions.
4476
4477 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4478
4479 * ps-print.el: The ps-print commands without face printing should not
4480 print background color. Reported by Leo <sdl.web@gmail.com>.
4481 (ps-print-version): New version 7.2.2.
4482 (ps-begin-job): New arg. Fix ps-default-background and
4483 ps-default-foreground initialization.
4484 (ps-face-attributes): Fix doc string.
4485 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4486
4487 * printing.el: Fix ps-print link.
4488
4489 2008-02-01 Kenichi Handa <handa@m17n.org>
4490
4491 * international/mule-diag.el (list-character-sets-2): Don't print width.
4492
4493 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4494
4495 * ps-print.ps: Fix background height.
4496 (ps-print-version): New version 7.2.1.
4497
4498 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4499
4500 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
4501 into separate files.
4502 (ps-print-version): New version 7.2.
4503 (ps-postscript-code-directory): Fix XEmacs initialization.
4504 (ps-generate-postscript-with-faces):
4505 Call ps-generate-postscript-with-faces1 (new function).
4506 (ps-color-format, ps-float-format): Move variables to ps-def.el.
4507 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
4508 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
4509 (ps-face-background-name, ps-frame-parameter, ps-color-device)
4510 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4511 Move functions to ps-def.el.
4512 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
4513 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
4514 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
4515 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
4516 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
4517 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
4518 Move functions to ps-samp.el.
4519
4520 * ps-bdf.el (installation-directory, coding-system-for-read):
4521 Move variables to ps-def.el.
4522
4523 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
4524 (charset-bytes, charset-dimension, charset-id, charset-width)
4525 (find-charset-region, char-width, chars-in-region, forward-point)
4526 (decompose-composite-char, encode-coding-string, coding-system-p)
4527 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
4528 (string-make-multibyte, encode-char): Move functions to ps-def.el.
4529
4530 * ps-def.el: New file. XEmacs/Emacs definitions.
4531 (ps-generate-postscript-with-faces1): New function.
4532 (ps-color-format, ps-float-format): Move variables from ps-print.el.
4533 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
4534 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
4535 (ps-face-background-name, ps-frame-parameter, ps-color-device)
4536 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4537 Move functions from ps-print.el.
4538 (installation-directory, coding-system-for-read):
4539 Move variables from ps-bdf.el.
4540 (leading-code-private-22): Move variable from ps-mule.el.
4541 (charset-bytes, charset-dimension, charset-id, charset-width)
4542 (find-charset-region, char-width, chars-in-region, forward-point)
4543 (decompose-composite-char, encode-coding-string, coding-system-p)
4544 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
4545 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
4546
4547 * ps-samp.el: New file. Sample setup code.
4548 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
4549 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
4550 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
4551 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
4552 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
4553 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
4554 Move functions from ps-print.el.
4555
4556 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4557
4558 * ps-print.el: Handle frame parameters (background and/or foreground
4559 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4560 (ps-print-version): New version 7.1.
4561 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4562 (ps-frame-parameter): New function.
4563 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4564 Fix doc and customization.
4565 (ps-begin-job): Get frame parameters (background and/or foreground
4566 colors).
4567 (ps-do-despool): Ensure ps-printer-name has a valid value.
4568
4569 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4570
4571 * progmodes/ebnf-abn.el:
4572 * progmodes/ebnf-bnf.el:
4573 * progmodes/ebnf-dtd.el:
4574 * progmodes/ebnf-ebx.el:
4575 * progmodes/ebnf-iso.el:
4576 * progmodes/ebnf-otz.el:
4577 * progmodes/ebnf-yac.el:
4578 * progmodes/ebnf2ps.el:
4579 * delim-col.el:
4580 * printing.el:
4581 * ps-bdf.el:
4582 * ps-mule.el:
4583 * ps-print.el: Remove 'Time-stamp' comment mark.
4584
4585 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4586 'easy-menu-add-item' when called in Emacs 21 or higher.
4587
4588 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4589
4590 * ps-print.el : Fix doc.
4591 (ps-print-version): New version 7.0.
4592
4593 2008-02-01 Kenichi Handa <handa@m17n.org>
4594
4595 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
4596 XMODIFIERS.
4597
4598 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4599
4600 * ps-print.el: Fix maintainer email. Eliminate function declaration
4601 that kept compatibility with older Emacs version.
4602 (ps-print-version): New version 6.7.
4603
4604 2008-02-01 Kenichi Handa <handa@m17n.org>
4605
4606 * international/quail.el (quail-get-translations):
4607 Make quail-current-key multibyte if not yet done.
4608
4609 2008-02-01 Zhang Wei <id.brep@gmail.com>
4610
4611 * language/chinese.el ("Chinese-GBK"): Add tutorial.
4612 ("Chinese-GB18030"): Add sample-text and tutorial.
4613
4614 * international/fontset.el (font-encoding-alist)
4615 (setup-default-fontset): Add gb18030.
4616 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
4617 (charset-script-alist): Add gbk and gb18030.
4618
4619 * international/characters.el: Put property
4620 preferred-coding-system on gbk and gb18030.
4621
4622 * international/mule-cmds.el (locale-language-names): Add an entry
4623 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
4624
4625 * faces.el (face-font-registry-alternatives): Add gb18030.
4626
4627 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4628
4629 * ps-mule.el: Fix maintainer email.
4630
4631 2008-02-01 Kenichi Handa <handa@m17n.org>
4632
4633 * international/quail.el (quail-insert-kbd-layout): Check the
4634 length of (cdr translation).
4635 (quail-get-current-str): Check the length of (cdr def).
4636
4637 2008-02-01 Kenichi Handa <handa@m17n.org>
4638
4639 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
4640
4641 2008-02-01 Kenichi Handa <handa@m17n.org>
4642
4643 * international/mule-cmds.el (ucs-insert): Re-implement.
4644
4645 2008-02-01 Kenichi Handa <handa@m17n.org>
4646
4647 * composite.el (terminal-composition-modification): New function.
4648 (terminal-composition-function): Create composition with the above
4649 modification function.
4650
4651 2008-02-01 Zhang Wei <id.brep@gmail.com>
4652
4653 * international/characters.el: Add more full-width characters in
4654 char-width-table.
4655
4656 2008-02-01 Kenichi Handa <handa@m17n.org>
4657
4658 * international/fontset.el (create-fontset-from-fontset-spec):
4659 Fix script name handling.
4660
4661 2008-02-01 Kenichi Handa <handa@m17n.org>
4662
4663 * composite.el (terminal-composition-function): New function.
4664 (terminal-composition-function-table): New variable.
4665 (auto-compose-chars): If running on a terminal, use
4666 terminal-composition-function-table.
4667
4668 * loadup.el: Load "composite" after "international/characters".
4669
4670 * international/characters.el: Delete codes for setting up charset
4671 property nospace-between-words. Fix setting up of
4672 char-width-table. Don't make ethiopic and tibetan double column.
4673
4674 * textmodes/fill.el (fill-find-break-point-function-table):
4675 Don't set it up in defvar.
4676 (fill-nospace-between-words-table): New variable.
4677 (fill-delete-newlines): Check fill-nospace-between-words-table
4678 instead of charset property nospcae-between-words.
4679
4680 2008-02-01 Kenichi Handa <handa@m17n.org>
4681
4682 * composite.el (global-auto-composition-mode): Make the initial
4683 value not depend on emacs-basic-display.
4684
4685 * textmodes/fill.el: Don't use charset property
4686 `fill-find-break-point-function'.
4687 (fill-find-break-point-function-table): New variable.
4688 (fill-find-break-point): Lookup fill-find-break-point-function-table.
4689
4690 2008-02-01 Kenichi Handa <handa@m17n.org>
4691
4692 * international/mule.el (coding-system-list): Be sure to exclude
4693 subsidiary coding systems.
4694
4695 2008-02-01 Kenichi Handa <handa@m17n.org>
4696
4697 * composite.el (auto-composition-after-change)
4698 (toggle-auto-composition): Remove `auto-composed' property instead
4699 of setting it to nil.
4700
4701 2008-02-01 Kenichi Handa <handa@m17n.org>
4702
4703 * language/misc-lang.el (iso-8859-6): New coding system.
4704
4705 2008-02-01 Kenichi Handa <handa@m17n.org>
4706
4707 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
4708 replace-regexp-in-string as replacement.
4709
4710 2008-02-01 Kenichi Handa <handa@m17n.org>
4711
4712 * international/fontset.el (otf-script-alist): Add byzm, math,
4713 musc, and nko.
4714
4715 * international/characters.el (script-list): Add nko,
4716 byzantine-musical-symbol, musical-symbol, and mathematical.
4717
4718 2008-02-01 Kenichi Handa <handa@m17n.org>
4719
4720 * composite.el (auto-compose-current-font): New variable.
4721 (auto-compose-chars): New arg FONT-OBJECT.
4722
4723 2008-02-01 Kenichi Handa <handa@m17n.org>
4724
4725 * international/characters.el: Modify category-table and
4726 script-table for new Ethiopic character range.
4727
4728 2008-02-01 Kenichi Handa <handa@m17n.org>
4729
4730 * international/mule-cmds.el (set-language-environment-fontset):
4731 Delete it.
4732
4733 2008-02-01 Kenichi Handa <handa@m17n.org>
4734
4735 * international/fontset.el (otf-script-alist): Set it.
4736
4737 2008-02-01 Kenichi Handa <handa@m17n.org>
4738
4739 * international/fontset.el (font-encoding-alist):
4740 Fix for "ethiopic-unicode".
4741
4742 2008-02-01 Kenichi Handa <handa@m17n.org>
4743
4744 * international/fontset.el (script-representative-chars):
4745 Add an entry for latin script.
4746
4747 2008-02-01 Kenichi Handa <handa@m17n.org>
4748
4749 * faces.el (font-weight-table): Treat regular and normal as the
4750 same as medium.
4751 (font-slant-table): Add (roman . 100).
4752
4753 2008-02-01 Kenichi Handa <handa@m17n.org>
4754
4755 These changes are for the new font handling codes.
4756
4757 * faces.el (font-weight-table, font-slant-table)
4758 (font-swidth-table): New customizable variables.
4759
4760 * international/fontset.el (font-encoding-alist): Add koi8-4.
4761 (script-representative-chars): Set the default value.
4762 (create-fontset-from-x-resource): Delete `message'.
4763
4764 2008-02-01 Kenichi Handa <handa@m17n.org>
4765
4766 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
4767 Call set-buffer-multibyte with arg `to'.
4768
4769 2008-02-01 Kenichi Handa <handa@m17n.org>
4770
4771 * info.el (Info-fontify-node): Check if already fontified or not
4772 by next-single-property-change.
4773
4774 2008-02-01 Kenichi Handa <handa@m17n.org>
4775
4776 * international/mule.el (ctext-pre-write-conversion): Produce
4777 extra designation sequence for ASCII at the end off extended segment.
4778
4779 2008-02-01 Kenichi Handa <handa@m17n.org>
4780
4781 * international/mule.el (ctext-non-standard-encodings-table):
4782 Reverse the returning list.
4783 (ctext-pre-write-conversion): Fix encoding with extended segments.
4784
4785 * international/mule-conf.el (compound-text)
4786 (compound-text-with-extensions): Add long-form in :flags.
4787
4788 2008-02-01 Kenichi Handa <handa@m17n.org>
4789
4790 * international/fontset.el (create-fontset-from-fontset-spec): Fix
4791 regexp for paring FONTSET-SPEC (allow spaces after `:').
4792
4793 2008-02-01 Kenichi Handa <handa@m17n.org>
4794
4795 * international/fontset.el (create-fontset-from-fontset-spec): Fix
4796 for the case that a charset is specified as target.
4797
4798 2008-02-01 Kenichi Handa <handa@m17n.org>
4799
4800 * international/ccl.el (ccl-embed-string): Check string length.
4801 Set special flag for multibyte character sequence.
4802 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
4803 str unibyte.
4804 (ccl-compile-write): If the character code doesn't fit in 22-bit
4805 (ccl-dump-write-const-string): Check special flag for multibyte
4806 character sequence.
4807
4808 2008-02-01 Kenichi Handa <handa@m17n.org>
4809
4810 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
4811 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
4812 ps-mule-eight-bit-char.
4813
4814 2008-02-01 Kenichi Handa <handa@m17n.org>
4815
4816 * language/chinese.el ("Chinese-BIG5"):
4817 Set ctext-non-standard-encodings property to "big5-0".
4818
4819 * international/mule.el (ctext-non-standard-encodings):
4820 Initialize to nil.
4821 (ctext-non-standard-encodings-alist): Set charset `big5' in the
4822 entry for "big5-0".
4823 (ctext-non-standard-encodings-table): Return a list instead of
4824 char-table.
4825 (ctext-pre-write-conversion): Adjust for the above change.
4826
4827 2008-02-01 Zhang Wei <id.brep@gmail.com>
4828
4829 * international/mule.el (ctext-non-standard-encodings-alist):
4830 Add an entry for gbk-0.
4831 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
4832 a row 8-bit.
4833
4834 * language/chinese.el ("Chinese-GBK"):
4835 Set ctext-non-standard-encodings property to "gbk-0".
4836 Add sample-text property.
4837
4838 2008-02-01 Kenichi Handa <handa@m17n.org>
4839
4840 * international/kkc.el (kkc-region): Use
4841 this-single-command-raw-keys on pushing back an unhandled key sequence.
4842
4843 2008-02-01 Kenichi Handa <handa@m17n.org>
4844
4845 * international/encoded-kb.el (encoded-kbd-mode):
4846 Check saved-input-mode on turning off Encoded Kbd mode.
4847
4848 * composite.el (auto-composition-after-change): Use save-buffer-state.
4849 (turn-on-auto-composition-if-enabled): Don't turn on
4850 auto-composition-mode in a unibyte buffer.
4851
4852 2008-02-01 Kenichi Handa <handa@m17n.org>
4853
4854 * startup.el (command-line): Use custom-reevaluate-setting for
4855 global-auto-composition-mode.
4856
4857 * composite.el (auto-composition-function): Make it buffer local.
4858 (auto-composition-mode): New minor mode.
4859 (turn-on-auto-composition-if-enabled): New function.
4860 (global-auto-composition-mode): New global minor mode.
4861
4862 2008-02-01 Kenichi Handa <handa@m17n.org>
4863
4864 * descr-text.el (describe-char): Use insert-text-button instead of
4865 widget-create for "customize what to show" button.
4866
4867 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4868
4869 * language/ethiopic.el: Fix copyright.
4870 (composition-function-table): Support a new character in Unicode 4.1.
4871
4872 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
4873 (ethio-tex-to-fidel-buffer, ethio-composition-function)
4874 ("ethiopic-tex"): Support new characters in Unicode 4.1.
4875
4876 2008-02-01 Kenichi Handa <handa@m17n.org>
4877
4878 * international/characters.el: Register characters in
4879 auto-fill-chars. Put nospace-between-words to more charsets.
4880
4881 2008-02-01 Zhang Wei <id.brep@gmail.com>
4882
4883 * international/mule-cmds.el (locale-language-names): Add entries
4884 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
4885 (locale-preferred-coding-systems): Fix entries for Chinese locales.
4886
4887 2008-02-01 Kenichi Handa <handa@etlken>
4888
4889 * international/utf-7.el: Delete the definition of utf-7.
4890 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
4891 Add autoload cookies.
4892
4893 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4894
4895 * term/mac-win.el: Delete the code to create a fontset from the X
4896 resource "Font".
4897
4898 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4899
4900 * international/robin.el (robin-define-package): Be sure to call
4901 put-char-code-property.
4902
4903 2008-02-01 Kenichi Handa <handa@m17n.org>
4904
4905 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
4906 property to 1.
4907
4908 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
4909 property to t.
4910
4911 * international/mule.el (coding-system-get):
4912 Check `ascii-incompatible' for backward compatiblity.
4913 (set-file-name-coding-system): Signal an error for a coding system
4914 not suitable for file name.
4915 (set-keyboard-coding-system): Signal an error for a coding system
4916 not suitable for keyboard.
4917
4918 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
4919 Set :suitable-for-keyboard property to 1.
4920
4921 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
4922 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
4923
4924 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
4925 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
4926
4927 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4928
4929 * international/robin.el (robin-define-package): Delete redundant code.
4930 (robin-add-rule): Allow N-1 reverse conversion.
4931
4932 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4933
4934 * international/robin.el (robin-define-package): Make the
4935 expanded form shorter.
4936
4937 2008-02-01 Zhang Wei <id.brep@gmail.com>
4938
4939 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
4940 chiense-iso-8bit.
4941
4942 2008-02-01 Kenichi Handa <handa@m17n.org>
4943
4944 * loadup.el: If we are byte-compiling unidata-gen.el or running
4945 unidata-ge-files, set purify-flag to nil.
4946
4947 2008-02-01 Kenichi Handa <handa@m17n.org>
4948
4949 * loadup.el: Load international/charprop.el with NOERROR t.
4950
4951 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
4952
4953 2008-02-01 Kenichi Handa <handa@m17n.org>
4954
4955 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
4956 New charsets and coding systems.
4957 (mac-symbol, mac-dingbats): New charsets.
4958
4959 2008-02-01 Kenichi Handa <handa@m17n.org>
4960
4961 * international/characters.el: Set syntax of NBSP to punctuation.
4962
4963 2008-02-01 Kenichi Handa <handa@m17n.org>
4964
4965 * international/mule-cmds.el: Don't require wid-edit.
4966
4967 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
4968
4969 * international/robin.el: New file.
4970
4971 * language/ethiopic.el: Change encoding to utf-8-emacs.
4972 Register ethio-composition-function in composition-function-table.
4973 ("Ethiopic"): Change coding-systems to utf-8-emacs.
4974
4975 * language/ethio-util.el: Change encoding to utf-8-emacs.
4976 Rewrite all transliteration functions to use robin.el.
4977 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
4978 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
4979 (ethio-prefer-ascii-punctuation): Delete variables.
4980 (ethio-char-to-ethiocode, ethio-convert-digit)
4981 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
4982 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
4983 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
4984 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
4985 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
4986 (ethio-adjust-robin, ethio-composition-function)
4987 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
4988 (ethio-sera-to-fidel-region-ethio)
4989 (ethio-sera-to-fidel-region-noethio)
4990 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
4991 New functions.
4992
4993 2008-02-01 Miles Bader <miles@gnu.org>
4994
4995 * international/mule.el (auto-coding-regexp-alist)
4996 (ctext-pre-write-conversion): Replace embedded control characters
4997 with octal escapes; this prevents diff from thinking the file is binary.
4998
4999 2008-02-01 Miles Bader <miles@gnu.org>
5000
5001 * descr-text.el (describe-char-unidata-list):
5002 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
5003 (byte-compile-insert-header):
5004 * international/mule.el (charset-list, set-coding-priority)
5005 (ignore-relative-composition):
5006 * international/mule-util.el (detect-coding-with-priority):
5007 * international/mule-diag.el:
5008 * international/mule-cmds.el (language-info-custom-alist):
5009 * international/codepage.el (codepage-setup):
5010 Replace references to Emacs version "22" with "23".
5011
5012 2008-02-01 Kenichi Handa <handa@m17n.org>
5013
5014 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
5015
5016 * international/fontset.el (font-encoding-alist): Add an entry for
5017 microsoft-cp1251.
5018 (setup-default-fontset): Add entries for microsoft-cp1251 and
5019 koi8-r for cyrillic.
5020
5021 * international/mule-cmds.el (char-code-property-alist): New variable.
5022 (define-char-code-property): New function.
5023 (get-char-code-property, put-char-code-property): Handle a
5024 char-table registerd in char-code-property-alist.
5025 (set-language-environment): Check :ascii-compatible-p property of
5026 nonascii charset instead of its dimension.
5027
5028 * international/uni-bidi.el, international/uni-category.el:
5029 * international/uni-combining.el, international/uni-comment.el:
5030 * international/uni-decimal.el, international/uni-decomposition.el:
5031 * international/uni-digit.el, international/uni-lowercase.el:
5032 * international/uni-mirrored.el, international/uni-name.el:
5033 * international/uni-numeric.el, international/uni-old-name.el:
5034 * international/uni-titlecase.el, international/uni-uppercase.el:
5035 * international/charprop.el: New files automatically generated by
5036 admin/unidata/Makefile.
5037
5038 * loadup.el: Load internationnal/charprop.el.
5039
5040 * descr-text.el (describe-char-unidata-list): New variable.
5041 (describe-char-unicode-data): Use char-code-property-description.
5042 (describe-char): Add lines for describing Unicode-based character
5043 properties.
5044
5045 2008-02-01 Kenichi Handa <handa@m17n.org>
5046
5047 * textmodes/ispell.el: These changes are to fix the code merged
5048 from trunk for the change on 2008-02-01.
5049 (ispell-unified-chars-table): Delete it.
5050 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
5051
5052 2008-02-01 Kenichi Handa <handa@m17n.org>
5053
5054 * international/mule-util.el (char-displayable-p): Check
5055 :charset-list property of CODING.
5056
5057 2008-02-01 Kenichi Handa <handa@m17n.org>
5058
5059 * international/mule-cmds.el (select-safe-coding-system-interactively):
5060 Change 'mime-charset to :mime-charset.
5061 (select-safe-coding-system): Use above.
5062 (set-language-environment): Delete unnecessary code for handling
5063 overriding-fontspec.
5064
5065 2008-02-01 Kenichi Handa <handa@m17n.org>
5066
5067 * international/mule-conf.el: New coding system aliases unix, dos,
5068 and mac.
5069
5070 2008-02-01 Kenichi Handa <handa@m17n.org>
5071
5072 * international/titdic-cnv.el (tit-process-header): Fix embedded
5073 coding tag.
5074 (titdic-convert): Bind coding-system-for-write to the coding
5075 system specfied in the map file. Remove `charset' property after
5076 decoding.
5077 (miscdic-convert): Bind coding-system-for-write to the coding
5078 system specfied for the map file. Fix LANGUAGE arg to
5079 quail-define-package.
5080 (batch-miscdic-convert): Check if a file is directory or not.
5081
5082 2008-02-01 Kenichi Handa <handa@m17n.org>
5083
5084 * international/mule.el (coding-system-equal): Move from mule-util.el.
5085
5086 * international/mule-util.el (coding-system-equal): Move to mule.el.
5087
5088 2008-02-01 Kenichi Handa <handa@m17n.org>
5089
5090 * international/encoded-kb.el (encoded-kbd-decode-code-list):
5091 New function.
5092 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
5093 Support multibyte charsets.
5094
5095 2008-02-01 Kenichi Handa <handa@m17n.org>
5096
5097 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
5098 to eight-bit chars.
5099
5100 * international/mule-conf.el: Don't define coding system
5101 `undecided' here.
5102
5103 2008-02-01 Kenichi Handa <handa@m17n.org>
5104
5105 * international/mule-cmds.el (locale-language-names): Fix for
5106 gb18030 and gdk.
5107
5108 2008-02-01 Kenichi Handa <handa@m17n.org>
5109
5110 * international/fontset.el (font-encoding-alist): Add gbk.
5111 (charset-script-alist): Add chinese-gbk.
5112
5113 2008-02-01 Kenichi Handa <handa@m17n.org>
5114
5115 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
5116
5117 2008-02-01 Kenichi Handa <handa@m17n.org>
5118
5119 * language/japanese.el ("Japanese"): Fix ordering of charsets.
5120
5121 2008-02-01 Kenichi Handa <handa@m17n.org>
5122
5123 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
5124 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
5125 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
5126
5127 2008-02-01 Kenichi Handa <handa@m17n.org>
5128
5129 * descr-text.el (describe-char): Fix for the case CODE is a cons
5130 of integers.
5131
5132 2008-02-01 Steven Tamm <steventamm@mac.com>
5133
5134 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
5135 (mac-standard-fontset-spec): Create.
5136
5137 2008-02-01 Kenichi Handa <handa@m17n.org>
5138
5139 * international/mule-diag.el (unicode-data):
5140 Call find-file-noselect with NOWARN t.
5141
5142 2008-02-01 Kenichi Handa <handa@m17n.org>
5143
5144 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
5145
5146 2008-02-01 Kenichi Handa <handa@m17n.org>
5147
5148 * international/characters.el: Give more CJK characters the
5149 category `|'.
5150
5151 * descr-text.el (describe-char): Make it work on *Help* buffer.
5152 Suppress auto-composition on a region describing about composition.
5153
5154 * language/european.el (diacritic-compose-region)
5155 (diacritic-compose-string, diacritic-composition-function):
5156 Compose diacritical marks only with a character whose syntax is
5157 word constituent.
5158 (diacritic-post-read-conversion): Delete it.
5159
5160 2008-02-01 Kenichi Handa <handa@m17n.org>
5161
5162 * composite.el (auto-compose-chars): Execute the main code in
5163 condition-case.
5164
5165 2008-02-01 Kenichi Handa <handa@m17n.org>
5166
5167 * international/fontset.el (x-complement-fontset-spec):
5168 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
5169
5170 2008-02-01 Kenichi Handa <handa@m17n.org>
5171
5172 * international/characters.el (next-word-boundary-kana):
5173 Handle half-width kana.
5174
5175 2008-02-01 Kenichi Handa <handa@m17n.org>
5176
5177 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
5178
5179 2008-02-01 Kenichi Handa <handa@m17n.org>
5180
5181 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
5182
5183 * mail/rmail.el (rmail-decode-babyl-format):
5184 Use with-coding-priority instead of detect-coding-with-priority.
5185
5186 2008-02-01 Kenichi Handa <handa@m17n.org>
5187
5188 * international/mule.el (make-translation-table)
5189 (make-translation-table-from-vector): Set the second extra slot of
5190 the char table to 1.
5191 (make-translation-table-from-alist): Fix handling of multiple entries.
5192
5193 2008-02-01 Kenichi Handa <handa@m17n.org>
5194
5195 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
5196 New translation tables.
5197
5198 * international/mule.el (make-translation-table-from-alist):
5199 New function.
5200
5201 2008-02-01 Kenichi Handa <handa@m17n.org>
5202
5203 * international/mule.el (translate-region): Re-implement it here.
5204 Make it interactive.
5205
5206 2008-02-01 Kenichi Handa <handa@m17n.org>
5207
5208 * ps-mule.el (ps-mule-font-info-database): Doc fix.
5209
5210 2008-02-01 Kenichi Handa <handa@m17n.org>
5211
5212 * international/mule-conf.el (chinese-cns11643-15): New charset.
5213
5214 2008-02-01 Kenichi Handa <handa@m17n.org>
5215
5216 * international/fontset.el (font-encoding-alist): Add entries for
5217 variations of cns11643 fonts.
5218 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
5219
5220 2008-02-01 Kenichi Handa <handa@m17n.org>
5221
5222 * international/mule-diag.el (list-charset-chars): Put charset
5223 text property.
5224
5225 * international/fontset.el (setup-default-fontset): Delete the
5226 entry for symbol script, add JISX0213 to kana script, specify
5227 fallback fonts.
5228
5229 2008-02-01 Kenichi Handa <handa@m17n.org>
5230
5231 * international/fontset.el (setup-default-fontset)
5232 (font-encoding-alist): Register "JISX0213.2004-1".
5233
5234 * international/mule-diag.el (list-character-sets): Fix the first
5235 line message.
5236 (sort-listed-character-sets): Adjust for the change of
5237 list-characters-sets-1.
5238 (list-character-sets-1): List supplementary character sets in a
5239 different section.
5240 (list-charset-chars): Validate charset at early stage.
5241
5242 * international/characters.el: Fix `han' script range.
5243
5244 * international/mule-conf.el (japanese-jisx0213.2004-1):
5245 Specify :code-space.
5246 (cp932-2-byte): Fix :code-space.
5247 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
5248
5249 2008-02-01 Kenichi Handa <handa@m17n.org>
5250
5251 * international/mule-conf.el (japanese-jisx0213.2004-1):
5252 Specify :dimension 2.
5253
5254 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
5255 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
5256 New coding systems.
5257 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
5258 aliases.
5259 ("Japanese"): Add new charsets and coding systems.
5260
5261 2008-02-01 Kenichi Handa <handa@m17n.org>
5262
5263 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
5264 Rename from japanese-ucs-cp932-map.
5265 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
5266 (japanese-ucs-glibc-map): Delete this translation table.
5267 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
5268 New translation tables.
5269
5270 2008-02-01 Kenichi Handa <handa@m17n.org>
5271
5272 * cus-start.el: Handle charset-map-path, not charset-map-directory.
5273
5274 2008-02-01 Kenichi Handa <handa@m17n.org>
5275
5276 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5277
5278 2008-02-01 Kenichi Handa <handa@m17n.org>
5279
5280 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
5281 tables japanese-ucs-*-map.
5282
5283 2008-02-01 Kenichi Handa <handa@m17n.org>
5284
5285 * international/eucjp-ms.el: New file (automatically generated by
5286 admin/charsets/Makefile).
5287
5288 * international/cp51932.el: New file (automatically generated by
5289 admin/charsets/Makefile).
5290
5291 * language/japanese.el: Load cp51932 and eucjp-ms.
5292 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
5293 (japanese-ucs-glibc-map): New translation tables.
5294 (eucjp-ms): New coding system.
5295
5296 * international/mule.el (coding-system-put): Delete it.
5297 It's implemented in C now.
5298
5299 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
5300 (japanese-jisx0213-a): New supplementary charset.
5301 (japanese-jisx0213.2004-1): New charset.
5302
5303 2008-02-01 Kenichi Handa <handa@m17n.org>
5304
5305 * language/japanese.el (japanese-cp932): New coding system.
5306 (cp932): New alias of it.
5307
5308 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
5309 (cp932): New charsets.
5310
5311 * international/mule.el (define-charset): If :code-space is not
5312 given, generate it from :dimension.
5313
5314 2008-02-01 Kenichi Handa <handa@m17n.org>
5315
5316 * composite.el (reference-point-alist): Doc fix.
5317 (encode-composition-rule, decode-composition-rule):
5318 Handle a rule (GREF NREF XOFF YOFF).
5319
5320 2008-02-01 Kenichi Handa <handa@m17n.org>
5321
5322 * language/european.el (diacritic-composition-function): Fix for
5323 the case that POS is at the head. Allow combining with more characters.
5324
5325 2008-02-01 Kenichi Handa <handa@m17n.org>
5326
5327 * descr-text.el (describe-char): Check `charset' property.
5328 Show the code point in the charset in hexadigits.
5329
5330 * international/mule-diag.el (stretches-for-character-list):
5331 Delete it.
5332 (list-block-of-chars): Use tabs instead of `display' property for
5333 aligning characters.
5334 (print-fontset-element): Fix the printing of XLFD.
5335
5336 2008-02-01 Kenichi Handa <handa@m17n.org>
5337
5338 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5339 New function.
5340 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
5341 handling utf-8.
5342
5343 2008-02-01 Kenichi Handa <handa@m17n.org>
5344
5345 * faces.el (read-face-font): Include fontsets in the completion list.
5346
5347 * international/mule-cmds.el (set-locale-environment):
5348 Insert locale-translation-file-name in a unibyte buffer.
5349
5350 * international/characters.el: Fix setting of category `|'.
5351
5352 2008-02-01 Kenichi Handa <handa@m17n.org>
5353
5354 * language/chinese.el (chinese-gb18030): Fix :charset-list.
5355
5356 2008-02-01 Kenichi Handa <handa@m17n.org>
5357
5358 * international/mule-cmds.el (select-safe-coding-system): Fix for
5359 the case that the first element of default-coding-system is t.
5360 Fix a message when some coding systems are rejected.
5361
5362 2008-02-01 Kenichi Handa <handa@m17n.org>
5363
5364 * international/mule-cmds.el (set-language-environment): Put
5365 higher priority to charsets listed in `charset' property of the
5366 language environment.
5367
5368 2008-02-01 Kenichi Handa <handa@m17n.org>
5369
5370 * composite.el (auto-compose-chars): Don't do unnecessary
5371 save-exclusion and save-restriction.
5372
5373 2008-02-01 Kenichi Handa <handa@m17n.org>
5374
5375 * international/mule-conf.el (ctext-no-compositions):
5376 Remove garbage arguments.
5377
5378 * international/mule.el (make-coding-system): Fix generation of
5379 properties.
5380
5381 * international/fontset.el (setup-default-fontset): Specify fonts
5382 for `symbol' script.
5383
5384 * international/characters.el (script-list): Include `currency'
5385 in `symbol'.
5386
5387 2008-02-01 Alex Schroeder <alex@gnu.org>
5388
5389 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
5390 8601 format (a capital T between the date and the time).
5391
5392 2008-02-01 Kenichi Handa <handa@m17n.org>
5393
5394 * international/mule.el (private-char-area-1-min)
5395 (private-char-area-1-max, private-char-area-2-min)
5396 (private-char-area-2-max, emacs-mule-charset-table): New variables.
5397 (convert-define-charset-argument): New function.
5398 (define-charset): Handle the old calling style.
5399 Update emacs-mule-charset-table.
5400 (make-char-internal): New function.
5401
5402 2008-02-01 Jason Rumney <jasonr@gnu.org>
5403
5404 * w32-charset-info-alist: Define iso10646-1 always.
5405
5406 2008-02-01 Kenichi Handa <handa@m17n.org>
5407
5408 * composite.el (compose-region): Doc fix (delete duplicated line).
5409
5410 2008-02-01 Kenichi Handa <handa@m17n.org>
5411
5412 * international/characters.el: Fix syntax for Ethiopic.
5413
5414 2008-02-01 Jason Rumney <jasonr@gnu.org>
5415
5416 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
5417
5418 * makefile.w32-in (DONTCOMPILE): Remove old languages.
5419 Add international/latin1-disp.el.
5420 (LC_ALL): Define as C.
5421
5422 2008-02-01 Jason Rumney <jasonr@gnu.org>
5423
5424 * term/w32-win.el: Don't set fontsets to use sjis.
5425
5426 2008-02-01 Kenichi Handa <handa@m17n.org>
5427
5428 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
5429 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
5430
5431 2008-02-01 Kenichi Handa <handa@m17n.org>
5432
5433 * composite.el (auto-composition-chunk-size): Delete variable.
5434 (auto-compose-chars): Always stop after processing a newline.
5435
5436 2008-02-01 Kenichi Handa <handa@m17n.org>
5437
5438 * international/mule.el (define-coding-system): Fix attribute
5439 name :for-unibyte.
5440
5441 2008-02-01 Kenichi Handa <handa@m17n.org>
5442
5443 * ps-bdf.el: Largely re-write.
5444
5445 * ps-mule.el: Largely re-write.
5446
5447 * ps-print.el (ps-generate-string-list): Delete function.
5448 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
5449 (ps-header-footer-string): Delete function.
5450 (ps-encode-header-string-function): New variable.
5451 (ps-generate-header-line): Call ps-encode-header-string-function.
5452 (ps-basic-plot-string-function): New variable
5453 (ps-begin-job): Set ps-basic-plot-string-function and
5454 ps-encode-header-string-function. For setting up headers and
5455 footers, don't use caches such as ps-rh-cache. Don't call
5456 ps-mule-begin-page.
5457 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
5458 Don't call ps-mule-prepare-ascii-font.
5459 (ps-plot-region): Don't pay attention to composition and
5460 non-ASCII characters.
5461 (ps-generate): Call ps-mule-end-job.
5462 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
5463 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
5464 (ps-mule-end-job): Declare autoload.
5465
5466 * composite.el (auto-compose-region): New function.
5467
5468 2008-02-01 Dave Love <fx@gnu.org>
5469
5470 * international/mule-util.el
5471 (detect-coding-with-language-environment): Doc fix.
5472
5473 * composite.el: Doc fixes.
5474 (auto-compose-chars): Use functionp, not fboundp.
5475
5476 * international/mule-diag.el (list-charset-chars): Set buffer file
5477 coding system.
5478
5479 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
5480 cookie. Doc fix.
5481
5482 2008-02-01 Dave Love <fx@gnu.org>
5483
5484 * international/mule-diag.el (list-charset-chars): Set buffer file
5485 coding system.
5486
5487 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
5488 cookie. Doc fix.
5489
5490 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5491 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
5492 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5493 * eshell/esh-opt.el (eshell-process-option):
5494 * emulation/keypad.el (keypad-setup):
5495 * emacs-lisp/lisp-mode.el (prin1-char):
5496 * emacs-lisp/generic.el (generic-mode-set-comments):
5497 * edmacro.el (edmacro-parse-keys):
5498 * disp-table.el (standard-display-default): Use characterp.
5499
5500 2008-02-01 Kenichi Handa <handa@m17n.org>
5501
5502 * international/mule-conf.el (utf-16-be): Make it an alias of
5503 utf-16be-with-signature.
5504 (utf-16-le): Make it an alias of utf-16le-with-signature.
5505 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
5506 coding system aliases.
5507
5508 * international/utf-7.el (utf-7-decode, utf-7-encode):
5509 Use utf-16be, not utf-16-be.
5510
5511 2008-02-01 Kenichi Handa <handa@m17n.org>
5512
5513 * international/mule.el (coding-system-category): New function.
5514 (set-coding-priority): Re-write.
5515 (make-translation-table): Re-write.
5516
5517 * international/mule-cmds.el (universal-coding-system-argument):
5518 Check the coding system type `undecided', not `t'.
5519 (sort-coding-systems): Fix for iso-2022 coding systems.
5520 (find-multibyte-characters): Fix for eight-bit chars.
5521 (set-language-environment): Set charset priorities according to
5522 the charsets supported by the coding systems of higher priorities.
5523
5524 2008-02-01 Kenichi Handa <handa@m17n.org>
5525
5526 * font-lock.el
5527 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5528 Check (match-end 2) before going there.
5529
5530 2008-02-01 Kenichi Handa <handa@m17n.org>
5531
5532 * international/mule.el (ctext-non-standard-designations-alist):
5533 Exclude entries for iso8859-1[03456]. Fix docstring.
5534 (ctext-pre-write-conversion): Make it work for the case that FROM
5535 is a string. Don't do unnecessary save-restriction and
5536 narrow-to-region.
5537
5538 2008-02-01 Kenichi Handa <handa@m17n.org>
5539
5540 * international/mule.el (ctext-non-standard-encodings-alist):
5541 Rename from non-standard-icccm-encodings-alist.
5542 (ctext-non-standard-encodings-regexp): New variable
5543 (ctext-post-read-conversion): Full rewrite.
5544 (ctext-non-standard-designations-alist): Rename from
5545 non-standard-designations-alist.
5546 (ctext-pre-write-conversion): Full rewrite.
5547 (define-coding-system): Doc fix (escape '"' by '\').
5548
5549 2008-02-01 Dave Love <fx@gnu.org>
5550
5551 * international/mule-conf.el (utf-16le, utf-16be-16be)
5552 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
5553 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
5554 `-16-{b,l}e-' and define aliases for the old names.
5555
5556 * international/mule.el (define-coding-system): Doc fix.
5557
5558 2008-02-01 Dave Love <fx@gnu.org>
5559
5560 * international/utf-7.el: New file.
5561
5562 * international/mule-conf.el (utf-7): New.
5563
5564 2008-02-01 Kenichi Handa <handa@m17n.org>
5565
5566 * international/mule-conf.el (utf-16): Add :endian 'big.
5567
5568 * international/mule.el (define-coding-system): Fix docstring
5569 about :bom and :endian.
5570
5571 2008-02-01 Dave Love <fx@gnu.org>
5572
5573 * international/mule-diag.el (describe-character-set):
5574 Fix printing dimensions. Use `\e$(C!?\e(B', not `x'.
5575
5576 2008-02-01 Kenichi Handa <handa@m17n.org>
5577
5578 * international/fontset.el: Register CDAC fonts in
5579 face-font-rescale-alist instead of face-resizing-fonts.
5580
5581 2008-02-01 Kenichi Handa <handa@m17n.org>
5582
5583 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
5584 (utf-16-be): Rename from utf-16-be-nosig.
5585 (utf-16-le-with-signature): Rename from utf-16-le.
5586 (utf-16-be-with-signature): Rename from utf-16-be.
5587 (utf-16): Set :bom to (utf-16-le-with-signature .
5588 utf-16-be-with-signature).
5589
5590 2008-02-01 Dave Love <fx@gnu.org>
5591
5592 * language/georgian.el (georgian-ps, georgian-academy): New coding
5593 system.
5594
5595 * language/chinese.el (chinese-big5-hkscs): New coding system.
5596 (big5-hkscs, cn-big5-hkscs): New aliases.
5597
5598 * international/mule-conf.el (big5-hkscs, georgian-academy):
5599 New charset.
5600 (ibm1047): Doc fix.
5601 (pt154): Add mime-charset.
5602 (ptcp154, cp154): New aliases.
5603
5604 2008-02-01 Dave Love <fx@gnu.org>
5605
5606 * international/mule.el (charset-iso-final-char, define-coding-system):
5607 Doc fix.
5608
5609 2008-02-01 Kenichi Handa <handa@m17n.org>
5610
5611 * international/ccl.el (define-ccl-program): Fset charset-id
5612 to charset-id-internal temporarily.
5613
5614 2008-02-01 Kenichi Handa <handa@m17n.org>
5615
5616 * international/mule-diag.el (list-block-of-chars):
5617 Use decode-char instead of make-char.
5618
5619 2008-02-01 Kenichi Handa <handa@m17n.org>
5620
5621 * international/fontset.el: Enable the default fontset to use
5622 unicode fonts for ASCII characters.
5623 (x-decompose-font-name): Don't try to resolve PATTERN by
5624 x-resolve-font-name.
5625 (x-complement-fontset-spec): Never prepend an ASCII font.
5626 (create-fontset-from-fontset-spec): If a fontset of the same name
5627 already exists, override it instead of signalling an error. Don't
5628 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
5629
5630 * international/mule-conf.el (unicode-bmp): Delete duplicated
5631 definition. Give it :code-offset 0.
5632
5633 * international/mule-diag.el (print-fontset-element): New function.
5634 (print-fontset): Use print-fontset-element to print the elements
5635 of a fontset. Use it also to print fonts fallen back to the
5636 default fontsets.
5637
5638 * term/x-win.el: Delete the code to create a fontset from the X
5639 resource "Font".
5640
5641 2008-02-01 Kenichi Handa <handa@m17n.org>
5642
5643 * international/mule-diag.el (print-fontset): Insert proper
5644 newline and indentation spaces.
5645
5646 2008-02-01 Dave Love <fx@gnu.org>
5647
5648 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
5649 multibyte-char-to-unibyte.
5650
5651 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
5652
5653 * international/mule-cmds.el (find-coding-systems-for-charsets):
5654 Use coding-system-type, coding-system-charset-list.
5655 (standard-keyboard-coding-systems): Delete.
5656 (set-locale-environment): Maybe set keyboard coding system.
5657 Avoid typical warning about codeset in C locale.
5658
5659 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5660
5661 * international/fontset.el (x-complement-fontset-spec): If a
5662 fontname doesn't conform to XLFD format, try to get XLFD name by
5663 x-list-fonts.
5664
5665 2008-02-01 Dave Love <fx@gnu.org>
5666
5667 * international/mule-conf.el (mik, pt154): New charsets.
5668
5669 * language/cyrillic.el (mik, pt154): New coding systems.
5670
5671 2008-02-01 Dave Love <fx@gnu.org>
5672
5673 * international/characters.el: Move parts around so that syntax
5674 definitions aren't overwritten wrongly.
5675
5676 * international/mule-diag.el (unicode-data): Fix treatment of
5677 numeric-value fields.
5678
5679 2008-02-01 Dave Love <fx@gnu.org>
5680
5681 * progmodes/cap-words.el: New file.
5682
5683 2008-02-01 Kenichi Handa <handa@m17n.org>
5684
5685 The following changes are to make character composition happen
5686 automatically on displaying.
5687
5688 * composite.el: Remove all autoload cookies.
5689 (composition-function-table): Move variable declaration from
5690 composite.c. Change format.
5691 (save-buffer-state): Copy from font-lock.el.
5692 (auto-composition-chunk-size): New variable.
5693 (auto-compose-chars): New function. Set
5694 auto-composition-function to it.
5695 (toggle-auto-composition): New function.
5696
5697 * international/characters.el: Make all chararacters in the
5698 charset tibetan to tibetan script.
5699
5700 * international/mule-conf.el (tibetan): Fix :code-space property.
5701 (tibetan-1-column): Delete :superset property, add :code-offset
5702 property.
5703
5704 * international/quail.el (quail-input-string-to-events): Don't
5705 generate compose-chars-after events.
5706
5707 * language/devanagari.el: Register devanagari-composable-function
5708 in composition-function-table for Devanagari characters.
5709
5710 * language/devan-util.el: Register devanagari-composable-pattern
5711 in indian-composable-pattern.
5712 (devanagari-composition-function): Add autoload cookie. Change
5713 arguments to conform to composition-function-table.
5714
5715 * language/european.el: Register combining characters in
5716 composition-function-table.
5717 (diacritic-composition-function): Change arguments to conform to
5718 composition-function-table.
5719
5720 * language/indian.el (indian-composable-pattern): New variable.
5721
5722 * language/ind-util.el (indian-compose-region): Don't call
5723 compose-chars-after, instead call a function registered in
5724 composition-function-table.
5725
5726 * language/lao.el: Register lao-composition-function in
5727 composition-function-table for Lao vowels and tones.
5728 (lao): Don't use lao-post-read-conversion.
5729
5730 * language/lao-util.el (lao-post-read-conversion): Delete this function.
5731 (lao-composition-function): Change arguments to conform to
5732 composition-function-table.
5733
5734 * language/thai.el: Register thai-composition-function in
5735 composition-function-table for Thai vowels and tones.
5736 (thai-tis620): Don't use thai-post-read-conversion.
5737
5738 * language/thai-util.el (thai-post-read-conversion): Delete function.
5739 (thai-composition-function): Change arguments to conform to
5740 composition-function-table.
5741
5742 * language/tibetan.el: Register tibetan-composition-function in
5743 composition-function-table for Tibetan characters.
5744
5745 * language/tibet-util.el (tibetan-composition-function):
5746 Change arguments to conform to composition-function-table.
5747
5748 * loadup.el: Load composite.
5749
5750 2008-02-01 Dave Love <fx@gnu.org>
5751
5752 * international/mule-diag.el (unicode-data): Find unicodedata-file
5753 literally.
5754
5755 2008-02-01 Dave Love <fx@gnu.org>
5756
5757 * international/fontset.el: Doc fixes.
5758 ("fontset-default"): Add iso8859-15.
5759
5760 2008-02-01 Kenichi Handa <handa@m17n.org>
5761
5762 * international/fontset.el ("fontset-default"): Add an entry for
5763 `indian-is13194' charset.
5764
5765 * international/mule-conf.el (indian-is13194): Delete :unify-map
5766 property. Don't unify this charset.
5767 (indian-2-column): Delete :superset property, add :code-offset property.
5768
5769 * language/devan-util.el: Delete the superfluous autoload cookie
5770 near the head of the file.
5771 (devanagari-compose-region): Add autoload cookie.
5772
5773 * language/ind-util.el (indian-2-column-to-ucs-region):
5774 Add autoload cookie.
5775
5776 2008-02-01 Kenichi Handa <handa@m17n.org>
5777
5778 * international/fontset.el ("fontset-default"): Add an entry for
5779 `devanagari' script and `malayalam-glyph' charset.
5780 (face-resizing-fonts): Register CDAC fonts.
5781
5782 * international/mule-conf.el (malayalam-glyph): New charset.
5783
5784 2008-02-01 Dave Love <fx@gnu.org>
5785
5786 * term/x-win.el: Fix typo in loop setting x-keysym-table.
5787
5788 2008-02-01 Dave Love <fx@gnu.org>
5789
5790 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
5791
5792 * term/x-win.el: Remove some ancient compatibility code. Populate
5793 x-keysym-table.
5794
5795 * international/mule-cmds.el (wid-edit): Require when compiling.
5796 (set-locale-environment): Check locale against coding system
5797 aliases too.
5798
5799 2008-02-01 Kenichi Handa <handa@m17n.org>
5800
5801 * language/indian.el (in-is13194-devanagari):
5802 Fix :post-read-conversion and :pre-write-conversion.
5803
5804 2008-02-01 Dave Love <fx@gnu.org>
5805
5806 * international/mule-cmds.el (charset): Supply doc, :tag.
5807
5808 2008-02-01 Kenichi Handa <handa@m17n.org>
5809
5810 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
5811 return a unibyte string.
5812
5813 2008-02-01 Kenichi Handa <handa@m17n.org>
5814
5815 * international/mule-cmds.el (set-locale-environment):
5816 Delete superfluous ')'s at the tail.
5817
5818 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5819
5820 * international/mule.el (define-coding-system): Fix typo;
5821 "docode" -> "decode".
5822
5823 2008-02-01 Dave Love <fx@gnu.org>
5824
5825 * emacs-lisp/byte-opt.el (side-effect-free-fns):
5826 Add string-make-unibyte string-make-multibyte string-to-multibyte
5827 string-as-multibyte string-as-unibyte.
5828
5829 2008-02-01 Dave Love <fx@gnu.org>
5830
5831 * language/english.el (ibm1047, cp1047): New.
5832
5833 * international/mule-conf.el (alternativnyj): Use new table.
5834 (cp866): Define standalone, not as alias.
5835 (ibm866): Change alias.
5836 (ibm1047): New.
5837
5838 * language/cyrillic.el (cyrillic-alternativnyj):
5839 Remove mime-charset. Use alternativnj charset.
5840 (cp866): Remove alias. Define standalone.
5841
5842 2008-02-01 Dave Love <fx@gnu.org>
5843
5844 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
5845
5846 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
5847 ("Tajik", "Belarusian"): Fix charset.
5848
5849 * international/mule-cmds.el (describe-language-environment):
5850 Be case-insensitive when looking for input methods.
5851 (locale-name-match): Doc fix.
5852 (locale-charset-match-p): New.
5853 (set-locale-environment): Warn if coding system doesn't agree
5854 with system locale.
5855
5856 2008-02-01 Kenichi Handa <handa@m17n.org>
5857
5858 * international/mule-cmds.el (select-safe-coding-system): If
5859 :mime-charset property of a coding system is not equal to that
5860 coding system, don't show that :mime-charset name.
5861
5862 2008-02-01 Dave Love <fx@gnu.org>
5863
5864 * international/quail.el (quail-help): Fix underlining.
5865
5866 * language/chinese.el (chinese-gb18030, gb18030)
5867 ("Chinese-GB18030"): New.
5868
5869 * international/mule-cmds.el (locale-language-names): Add GB18030.
5870
5871 * international/swedish.el: Don't require latin-1.
5872
5873 2008-02-01 Dave Love <fx@gnu.org>
5874
5875 * language/czech.el ("Czech"):
5876 * language/slovak.el ("Slovak"):
5877 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
5878
5879 * language/greek.el ("Greek"): Remove unibyte-syntax property.
5880 (cp737): New coding system.
5881
5882 * language/european.el: Remove unibyte-syntax properties.
5883 Augment some coding-system properties.
5884
5885 * international/mule-cmds.el (set-language-environment):
5886 Check for charset property of environment.
5887 (language-info-alist): Doc fix.
5888
5889 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
5890
5891 * international/characters.el: Add Latin-1.
5892
5893 * international/latin-1.el, international/latin-2.el,
5894 * international/latin-3.el, international/latin-4.el,
5895 * international/latin-5.el, international/latin-8.el,
5896 * international/latin-9.el: Delete.
5897
5898 * loadup.el: Remove international/latin-N.el.
5899
5900 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
5901 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
5902 Undo last changes.
5903
5904 * international/mule-diag.el (unicode-data): Check that
5905 `unicodedata-file' exists.
5906
5907 2008-02-01 Kenichi Handa <handa@m17n.org>
5908
5909 * international/fontset.el (charset-script-alist): Fix script names.
5910
5911 2008-02-01 Kenichi Handa <handa@m17n.org>
5912
5913 * international/latin-1.el: Bind set-case-syntax-charset to
5914 iso-8859-1. Never provide latin-1.
5915
5916 * international/latin-2.el: Bind set-case-syntax-charset to
5917 iso-8859-2. Never provide latin-2.
5918
5919 * international/latin-3.el: Bind set-case-syntax-charset to
5920 iso-8859-3. Never provide latin-3.
5921
5922 * international/latin-4.el: Bind set-case-syntax-charset to
5923 iso-8859-4. Never provide latin-4.
5924
5925 * international/latin-5.el: Bind set-case-syntax-charset to
5926 iso-8859-9. Never provide latin-5.
5927
5928 * international/latin-8.el: Bind set-case-syntax-charset to
5929 iso-8859-14. Never provide latin-8.
5930
5931 * international/latin-9.el: Bind set-case-syntax-charset to
5932 iso-8859-15. Never provide latin-9.
5933
5934 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
5935 (set-case-syntax-charset): New variable.
5936 (set-case-syntax-1): New function.
5937 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
5938 Call set-case-syntax-1 on arguments.
5939
5940 * international/mule-cmds.el (set-language-environment): Delete
5941 unnecessary setup of syntax/case for unibyte case.
5942
5943 2008-02-01 Kenichi Handa <handa@etl.go.jp>
5944
5945 * international/fontset.el (generate-fontset-menu): Exclude the
5946 default fontset.
5947
5948 * faces.el (describe-face): Describe :fontset property too.
5949
5950 2008-02-01 Dave Love <fx@gnu.org>
5951
5952 * international/characters.el: Don't set char width of CJK
5953 charsets generally. Add some non-word syntax cases.
5954 (korean-ksc5601): Fix ranges with symbol syntax.
5955
5956 2008-02-01 Dave Love <fx@gnu.org>
5957
5958 * Makefile.in (DONTCOMPILE): Add indian.el.
5959
5960 * language/ind-util.el:
5961 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
5962 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
5963 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
5964 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
5965 Remove declarations and let-bind them in re-written top-level loop
5966 over scripts, including ucs-devanagari-to-is13194-alist.
5967
5968 2008-02-01 Dave Love <fx@gnu.org>
5969
5970 * international/mule-cmds.el (charset): Move.
5971 (language-info-custom-alist): Move. Alter :set.
5972 (find-coding-systems-for-charsets): Check charset type before
5973 getting :charset-list.
5974
5975 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
5976
5977 2008-02-01 Dave Love <fx@gnu.org>
5978
5979 * wid-edit.el (widget-string-complete): New.
5980 (widget-coding-system-prompt-value-history): Delete.
5981 (coding-system): Use coding-system-value-history.
5982
5983 * international/mule-cmds.el (charset): New widget.
5984 (language-info-custom-alist): Use it.
5985 (default-input-method): Modify :type.
5986
5987 2008-02-01 Dave Love <fx@gnu.org>
5988
5989 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
5990 (indian-glyph-char, indian-char-glyph): Delete.
5991 (is13194-default-repertory): Rename from is13194-default-repartory.
5992 (iscii-to-ucs-region): Hoist evals from loop.
5993
5994 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
5995
5996 * language/indian.el (indian-script-table)
5997 (ccl-encode-indian-glyph-font): Delete.
5998
5999 * international/mule-cmds.el (language-info-custom-alist): New.
6000 (input-method-activate-hook, input-method-inactivate-hook)
6001 (input-method-after-insert-chunk-hook)
6002 (input-method-use-echo-area, set-language-environment-hook)
6003 (exit-language-environment-hook): Customize.
6004 (find-coding-systems-for-charsets): Rewrite.
6005 (default-input-method): Add :link.
6006
6007 2008-02-01 Dave Love <fx@gnu.org>
6008
6009 * international/mule-conf.el (eight-bit): Add :docstring,
6010 :short-name properties.
6011 (cp851): Doc fix.
6012 (unicode-bmp): New.
6013
6014 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
6015
6016 * language/european.el (cp858): New.
6017 ("Turkish"): Add special case rules.
6018
6019 2008-02-01 Dave Love <fx@gnu.org>
6020
6021 * international/characters.el: Make \e$(D*s\e(B and \e$(Q)t\e(B a case pair.
6022
6023 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6024
6025 * international/mule-conf.el: Don't define the charset iso-8859-1
6026 here, just setup its properties.
6027
6028 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6029
6030 * international/mule-conf.el (utf-8): Give :mime-charset property.
6031
6032 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6033
6034 * international/characters.el: Remove duplicated case setting for
6035 Cyrillic and Greek letters. Don't setup printable-chars here.
6036
6037 * case-table.el (describe-buffer-case-table): Handle the case
6038 that KEY is a cons within map-char-table.
6039
6040 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6041
6042 * international/characters.el: Fix categories ?A and ?C.
6043 Treat ASCII characters as `latin' script.
6044
6045 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6046
6047 * international/fontset.el (fontset-plain-name): If the fontset
6048 name doesn't ends with "-fontset-*", use family name as the first
6049 part of the plain name.
6050 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
6051 created, use that name for the fontset. Fix arguments to
6052 subst-char-in-string.
6053
6054 2008-02-01 Dave Love <fx@gnu.org>
6055
6056 * term.el (term-char-mode): Remove generic-character-list code.
6057
6058 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
6059
6060 * wid-edit.el (character): Use characterp.
6061
6062 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
6063
6064 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
6065
6066 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
6067 Add charset.
6068 ("Ukrainian"): New.
6069
6070 * language/georgian.el (georgian-ps): New coding system.
6071
6072 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6073
6074 * international/mule-cmds.el (reset-language-environment):
6075 Don't set nonascii-translation-table and nonascii-insert-offset.
6076 Call set-unibyte-charset, not set-primary-charset.
6077 (nonascii-translation-table, nonascii-insert-offset):
6078 Declare these variable as obsolete ones.
6079 (set-language-environment): Call set-unibyte-charset, not
6080 set-primary-charset. Call set-charset-priority with `charset'
6081 info of the language environment.
6082
6083 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6084
6085 * international/characters.el (next-word-boundary-han):
6086 Don't treat katakana following han characters as a part of a word.
6087
6088 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6089
6090 * international/characters.el: Call map-charset-chars on big5 (not
6091 chinese-big5-1/2) to set categories `c', `C', and `|'.
6092 (next-word-boundary-han, next-word-boundary-kana): New function.
6093 Register it in next-word-boundary-function-table.
6094
6095 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6096
6097 * arc-mode.el (archive-file-name-coding-system): New variable.
6098 Make it permanent-local.
6099 (byte-after, bref, insert-unibyte): New function. Change most of
6100 char-after, aref, insert to them respectively.
6101 (archive-mode): Set archive-file-name-coding-system.
6102 (archive-summarize): Don't change the buffer's multibyteness.
6103 (archive-extract): Inherit archive-file-name-coding-system from
6104 archive-superior-buffer. Bind coding-system-for-write to
6105 archive-file-name-coding-system.
6106 (archive-*-write-file-member): Encode ENAME by
6107 archive-file-name-coding-system. Bind coding-system-for-write to
6108 no-conversion.
6109 (archive-rename-entry): Encode the filename by
6110 archive-file-name-coding-system.
6111 (archive-mode-revert): Don't change the buffer's multibyteness.
6112 (archive-arc-summarize, archive-lzh-summarize)
6113 (archive-zoo-summarize): Don't change the buffer's multibyteness.
6114 Decode filenames by archive-file-name-coding-system.
6115 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
6116 the buffer's multibyteness.
6117
6118 * tar-mode.el (tar-file-name-coding-system): New variable.
6119 Make it permanent-local.
6120 (tar-header-block-tokenize): Decode filename and linkname by
6121 tar-file-name-coding-system.
6122 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
6123 the byte value of eight-bit chars.
6124 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
6125 `to'. Delete unnecessary call of position-bytes.
6126 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
6127 call of position-bytes.
6128 (tar-extract): Simplify by calling decode-coding-region with
6129 DESTINATION argument. Don't toggle multibyteness of tar buffer.
6130 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
6131 (tar-clear-modification-flags): Delete unnecessary call of
6132 position-bytes.
6133 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
6134 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
6135 Convert new-data-string by string-to-multibyte before inserting it.
6136 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
6137 buffer. Simplify by calling encoding-coding-region with
6138 DESTINATION argument.
6139 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
6140
6141 2008-02-01 Dave Love <fx@gnu.org>
6142
6143 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
6144
6145 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
6146
6147 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6148
6149 * international/characters.el: Setup char-script-table.
6150
6151 * international/fontset.el: Setup the default fontset by the new
6152 script-based way.
6153 (x-complement-fontset-spec): Change the format of arg FONTLIST to
6154 an alist of charsets vs font name lists.
6155 (charset-script-alist): New variable.
6156 (create-fontset-from-fontset-spec): Allow script name in
6157 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
6158 to the corresponding script name.
6159 (create-fontset-from-ascii-font): Slight tuning.
6160
6161 * international/mule-conf.el (devanagari-glyph): New charset.
6162 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
6163 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
6164 japanese-jisx0213-2.
6165
6166 * international/mule-diag.el (print-fontset): Use describe-vector
6167 to handle a char table returned by fontset-info.
6168
6169 * language/indian.el: Don't register ccl-encode-indian-glyph-font
6170 and ccl-encode-unicode-font in font-ccl-encoder-alist.
6171
6172 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6173
6174 * international/mule-util.el (detect-coding-with-priority):
6175 Fix the place of using `,' marker in backquote form.
6176
6177 2008-02-01 Dave Love <fx@gnu.org>
6178
6179 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
6180
6181 * international/mule-util.el (with-coding-priority): Fix.
6182
6183 * international/mule.el (set-coding-priority): Fix obsolete spec.
6184
6185 2008-02-01 Dave Love <fx@gnu.org>
6186
6187 * international/mule-cmds.el (leim-list-header): Add coding tag.
6188
6189 2008-02-01 Dave Love <fx@gnu.org>
6190
6191 * international/mule-cmds.el (find-coding-systems-region)
6192 (language-info-alist, reset-language-environment, princ-list): Doc fix.
6193 (input-method-verbose-flag): Fix :type.
6194
6195 2008-02-01 Dave Love <fx@gnu.org>
6196
6197 * international/mule.el (set-char-table-default): Make obsolete.
6198
6199 2008-02-01 Dave Love <fx@gnu.org>
6200
6201 * language/devanagari.el ("Devanagari"): Fix coding-system,
6202 coding-priority.
6203
6204 * international/mule-diag.el (describe-char-after): Modify display
6205 list processing.
6206 (unicodedata-file, unicodedata-find): New.
6207
6208 2008-02-01 Dave Love <fx@gnu.org>
6209
6210 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
6211 autoload cookie.
6212
6213 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
6214
6215 2008-02-01 Dave Love <fx@gnu.org>
6216
6217 * international/mule-util.el (detect-coding-with-priority): Rewrite.
6218
6219 2008-02-01 Dave Love <fx@gnu.org>
6220
6221 * composite.el (compose-string): Doc fix.
6222
6223 * language/georgian.el ("Georgian"): Delete code-pages feature,
6224 add nonascii-translation.
6225
6226 * language/european.el ("German", "French", "Spanish"):
6227 Add latin-9 as alternative coding system.
6228 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
6229 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
6230 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
6231 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
6232 system.
6233
6234 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
6235 encode-coding-char.
6236 (side-effect-and-error-free-fns): Add charsetp, max-char,
6237 primary-charset.
6238
6239 * simple.el: Don't require cl when compiling.
6240
6241 * Makefile.in (DONTCOMPILE): Fix duplicates.
6242
6243 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
6244
6245 * international/mule.el: Doc fixes.
6246 (load-with-code-conversion): Fix coding-system-type test.
6247
6248 * international/mule-cmds.el (sort-coding-systems): Comment out
6249 iso-2022 case.
6250 (encoded-string-description): Fix coding-system-type test.
6251
6252 2008-02-01 Dave Love <fx@gnu.org>
6253
6254 * international/characters.el: Make korean-ksc5601 double-width.
6255
6256 * international/mule.el (auto-coding-regexp-alist):
6257 Recognize Emacs 20/1 byte-compiled files.
6258
6259 * international/mule-conf.el (file-coding-system-alist):
6260 Change .elc to utf-8-emacs.
6261
6262 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
6263 of utf-8-emacs.
6264 (byte-compile-insert-header): Update magic number. Add ballast.
6265 (map-char-table): Use byte-compile-funarg-2.
6266
6267 2008-02-01 Dave Love <fx@gnu.org>
6268
6269 * language/cyrillic.el ("Belarusian"): Doc fix.
6270 (cp1125, koi8-t): Doc fix.
6271
6272 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6273 (find-multibyte-characters): Don't test for charset `unknown'.
6274 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
6275 ru, sr_YU, tg, wa, zh.gbk.
6276 (locale-language-names): Change sp to Cyrillic.
6277 (locale-charset-language-names): Match @euro after utf-8.
6278
6279 2008-02-01 Dave Love <fx@gnu.org>
6280
6281 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
6282 New coding systems.
6283 ("Chinese-GBK"): New environment.
6284
6285 2008-02-01 Dave Love <fx@gnu.org>
6286
6287 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
6288 New coding systems.
6289 ("Chinese-GBK"): New environment.
6290
6291 * language/thai-util.el: Remove redundant unicodes in category-setting.
6292
6293 * language/lao-util.el: Remove redundant unicodes in category-setting.
6294
6295 * international/mule-conf.el (japanese-jisx0213-1)
6296 (japanese-jisx0213-2): Add unify-map.
6297
6298 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6299
6300 * international/quail.el (quail-update-leim-list-file):
6301 Force writing the file by iso-2022-7bit.
6302
6303 * international/titdic-cnv.el (miscdic-convert): Force writing the
6304 file by iso-2022-7bit.
6305
6306 * international/mule.el (define-charset): Change the attribute
6307 :parents to :subset or :superset.
6308
6309 * international/mule-conf.el: Adjust for the change of
6310 define-charset (:parent -> :subset or :superset).
6311
6312 * international/characters.el: Fix the last change.
6313
6314 2008-02-01 Dave Love <fx@gnu.org>
6315
6316 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
6317 (cyrillic-encode-alternativnyj-char): Fix.
6318 (standard-display-cyrillic-translit): Remove redundant unicodes.
6319
6320 2008-02-01 Dave Love <fx@gnu.org>
6321
6322 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
6323 New environments.
6324
6325 * international/mule-conf.el (control-1): New charset.
6326 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
6327 (korean-ksc5601): Redefine to use code-offset and unify-map.
6328
6329 2008-02-01 Dave Love <fx@gnu.org>
6330
6331 * international/mule-conf.el (tcvn-5712): New charset.
6332
6333 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
6334 ("Vietnamese"): Doc fix.
6335
6336 2008-02-01 Dave Love <fx@gnu.org>
6337
6338 * international/mule-conf.el (windows-936): New alias.
6339
6340 * cus-start.el: Add scalable-fonts-allowed.
6341
6342 * international/characters.el: Reinstate various CJK syntax and
6343 category setup. Remove obsolete syntax setting in Greek section.
6344 Optimize the char tables.
6345
6346 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
6347
6348 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
6349
6350 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
6351 coding systems.
6352
6353 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
6354
6355 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6356
6357 * international/characters.el (printable-chars): Setup correctly.
6358
6359 2008-02-01 Dave Love <fx@gnu.org>
6360
6361 * cus-start.el: Add selection-coding-system.
6362
6363 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
6364
6365 * language/china-util.el (post-read-decode-hz)
6366 (pre-write-encode-hz): Move from chinese.el.
6367 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
6368 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
6369
6370 * language/chinese.el (post-read-decode-hz)
6371 (pre-write-encode-hz): Move to china-util.el.
6372
6373 * case-table.el (set-case-syntax-pair): Test again for equal byte
6374 lengths of the pair.
6375
6376 * international/characters.el: Add Vietnamese category to
6377 equivalent unicodes.
6378
6379 2008-02-01 Dave Love <fx@gnu.org>
6380
6381 * international/mule-conf.el (chinese-sisheng, ipa)
6382 (indian-is13194, tibetan, ethiopic): Add :unify-map.
6383
6384 * international/mule-diag.el (describe-character-set): Account for
6385 more than two dimensions of possibly different size.
6386 (describe-current-coding-system): Add selection-coding-system.
6387
6388 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6389 (unify-8859-on-decoding-mode): Move from mule.el.
6390
6391 * international/mule.el (unify-8859-on-encoding-mode)
6392 (unify-8859-on-decoding-mode): Remove :init-value.
6393 (charset-chars): Add optional dimension arg.
6394 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
6395 Move to mule-cmds.el.
6396
6397 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6398
6399 * international/fontset.el: Change registry for japanese-jisx0208
6400 to "JISX0208*" in the default fontset.
6401 (font-encoding-alist): Add an entry for "JISX0208.1983" and
6402 "ISO10646.indian-1".
6403
6404 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6405
6406 * language/japanese.el (japanese-iso-7bit-1978-irv):
6407 Add `designation' to :flags, `ascii' to :charset-list.
6408
6409 * international/mule.el (define-charset): New args :min-code and
6410 :max-code.
6411 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
6412
6413 * international/mule-conf.el (chinese-gbk): Change :code-offset to
6414 #x160000.
6415 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
6416 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
6417
6418 2008-02-01 Dave Love <fx@gnu.org>
6419
6420 * language/thai.el (iso-8859-11): New coding system.
6421
6422 * international/mule-conf.el: Doc fixes.
6423 (iso-8859-11): New.
6424
6425 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
6426
6427 * cus-start.el (scalable-fonts-allowed): Add.
6428
6429 2008-02-01 Dave Love <fx@gnu.org>
6430
6431 * international/mule.el (unify-8859-on-encoding-mode)
6432 (unify-8859-on-decoding-mode): Dummy versions.
6433
6434 * international/ucs-tables.el: Remove.
6435
6436 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
6437 language/japanese.el.
6438
6439 * international/mule-conf.el: Doc fixes.
6440 (cp936): New alias.
6441 (cp720, cp858): New charsets.
6442
6443 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
6444 coding system, not emacs-mule.
6445
6446 * files.el (revert-buffer, recover-file): Likewise.
6447
6448 * desktop.el (desktop-save): Likewise.
6449
6450 2008-02-01 Dave Love <fx@gnu.org>
6451
6452 * international/mule.el (with-category-table): Use make-symbol.
6453 (coding-system-list): Use coding-system-aliases.
6454 (make-translation-table): Don't deal with generic characters.
6455
6456 * international/mule-util.el (coding-system-post-read-conversion)
6457 (coding-system-pre-write-conversion)
6458 (coding-system-translation-table-for-decode)
6459 (coding-system-translation-table-for-encode): Get the right properties.
6460 (with-coding-priority): New macro.
6461 (detect-coding-with-language-environment): Use it.
6462 (coding-system-equal): Use coding-system-plist.
6463
6464 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
6465 Use :valid property.
6466
6467 * international/mule-cmds.el (encode-coding-char):
6468 Use find-coding-systems-string. Don't use make-char.
6469 (describe-language-environment): Use coding-system-aliases.
6470 (prefer-coding-system): Doc fix.
6471
6472 * international/mule-diag.el (describe-current-coding-system):
6473 Fix aliases listing.
6474 (print-iso-2022-flags): Delete.
6475 (print-designation): Partial re-write.
6476 (describe-coding-system): Deal with iso-2022 designations, flags.
6477 Fix shift_jis case.
6478 (describe-char-after): Use characterp. Print explicit unicode.
6479 Remove some obsolete code.
6480 (print-coding-system-briefly): Fix printing aliases.
6481 (print-coding-system): Use coding-system-aliases.
6482 (mule-diag): Don't list coding categories.
6483
6484 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
6485 Re-order charset priorities.
6486 (binary): New alias.
6487 (iso-8859-16): Fix nickname.
6488 (define-iso-single-byte-charset): Un-define after use.
6489
6490 2008-02-01 Dave Love <fx@gnu.org>
6491
6492 * international/characters.el: Additional double width specifications.
6493
6494 * international/mule-diag.el (print-coding-system): Incomplete updates.
6495 (describe-character-set): List more properties.
6496 (print-fontset): Fix case of vector font-spec.
6497 (describe-current-coding-system): Fix iso-7, iso-7-else.
6498
6499 * international/mule-conf.el (ibm866): Fix alias.
6500 (iso-8859-16): Fix nickname.
6501
6502 2008-02-01 Dave Love <fx@gnu.org>
6503
6504 * language/ind-util.el: Avoid decode-char.
6505 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
6506 Use characterp, not char-valid-p.
6507
6508 * language/devan-util.el: Add coding tag, avoid decode-char.
6509
6510 * international/titdic-cnv.el: Add coding tag.
6511 (tit-process-header): Add coding tag to output.
6512
6513 * language/thai.el (cp874, ibm874): New coding systems.
6514
6515 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
6516 Add character-p.
6517
6518 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
6519 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
6520 New coding systems.
6521 <set-language-info-alist>: Avoid decode-char.
6522
6523 * language/hebrew.el (cp862, ibm862): New coding systems.
6524
6525 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
6526
6527 * language/cyrillic.el (cp855, ibm855): New coding systems.
6528
6529 * international/mule-conf.el: Avoid decode-char in top-level code
6530 for self-inserting multibyte chars.
6531 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
6532 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
6533 New charsets.
6534
6535 * international/characters.el: Various simplifications and additions.
6536
6537 2008-02-01 Dave Love <fx@gnu.org>
6538
6539 * international/mule-conf.el (code-pages): Provide, for compatibility.
6540
6541 * international/code-pages.el: Remove.
6542
6543 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6544
6545 * Makefile.in: Cancel the 2008-02-01 change of mine.
6546
6547 * international/fontset.el: Add setting for unicode font at the
6548 end of the default fontset.
6549
6550 2008-02-01 Dave Love <fx@gnu.org>
6551
6552 * international/mule-conf.el (adobe-standard-encoding, symbol):
6553 Adjust :code-space.
6554 (ibm850): Add :ascii-compatible-p.
6555
6556 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6557
6558 * international/mule-conf.el (vietnamese-viscii-lower)
6559 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
6560 mapping table.
6561
6562 2008-02-01 Dave Love <fx@gnu.org>
6563
6564 * cus-start.el: Add charset-map-directory.
6565
6566 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
6567
6568 * format.el (format-alist): Remove ibm, mac, hp entries (available
6569 natively).
6570
6571 * language/romanian.el (iso-latin-10): Add :mime-charset.
6572 ("Romanian"): Add doc.
6573
6574 * international/mule-conf.el (iso-8859-10, symbol)
6575 (adobe-standard-encoding, ibm850): New charsets.
6576 (iso-8859-13): Fix IR number, final char.
6577 (file-coding-system-alist): Add .xml.
6578
6579 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
6580 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
6581 (adobe-standard-encoding, cp850, ibm850): New coding systems.
6582 ("Latin-6", "Latin-7"): New language environments.
6583
6584 2008-02-01 Dave Love <fx@gnu.org>
6585
6586 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
6587 utf-8-subst; add vietnamese, cyrillic, czech.
6588
6589 * language/romanian.el (iso-latin-10): New coding system.
6590
6591 * international/mule-conf.el (emacs-mule): Set :charset-list,
6592 consistent with coding-system-charset-list doc.
6593 (iso-8859-16): New charset.
6594
6595 * international/mule-diag.el (describe-coding-system): Avoid error
6596 for iso-2022, emacs-mule.
6597
6598 2008-02-01 Dave Love <fx@gnu.org>
6599
6600 * international/codepage.el: Remove or comment out most of code.
6601 (codepage-setup): Re-write as trivial, obsolete function.
6602
6603 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
6604 Remove setup function.
6605
6606 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
6607
6608 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
6609 language/cyrillic.el, language/czech.el.
6610
6611 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
6612 (font-ccl-encoder-alist): Remove viscii, vscii.
6613
6614 * language/hebrew.el (windows-1255, cp1255): New coding systems.
6615
6616 * language/european.el (windows-1254, cp1254, windows-1257)
6617 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
6618 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
6619
6620 * language/greek.el (windows-1253, cp1253): New coding systems.
6621
6622 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
6623 file name.
6624 (windows-1253, windows-1254, windows-1255, windows-1256)
6625 (windows-1257, windows-1258, next): New charsets.
6626
6627 * international/utf-8.el, international/utf-8-subst.el: Remove.
6628
6629 * international/mule.el: Doc fixes.
6630 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
6631 (coding-system-get): Try to convert old-style symbol to keyword.
6632 (define-charset): Purecopy strings in property list.
6633 (define-coding-system): Purecopy docstring.
6634
6635 * international/mule-diag.el (list-character-sets-2): Avoid
6636 charset-bytes.
6637 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
6638 (list-block-of-chars): Re-write.
6639 (describe-character-set): Show more properties.
6640 (describe-char-after): Correct codepoint display.
6641 (print-coding-system): Use symbolic types.
6642
6643 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6644
6645 * Makefile.in: Be sure also to run emacs with LANG=C.
6646
6647 2008-02-01 Dave Love <fx@gnu.org>
6648
6649 * international/mule-diag.el: Doc fixes.
6650 (sort-charset-list, charset-multibyte-form-string): Remove.
6651 (list-character-sets, list-character-sets-1)
6652 (list-character-sets-2): Re-write.
6653 (non-iso-charset-alist): Set to nil and made obsolete.
6654 (decode-codepage-char): Re-write and made obsolete.
6655 (read-charset): Don't use non-iso-charset-alist.
6656 (describe-coding-system): Use keyword properties.
6657 (describe-character-set): Re-write.
6658
6659 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
6660 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
6661 (ebcdic-uk): New charsets.
6662
6663 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
6664 New coding systems.
6665
6666 * language/european.el (windows-1252): New coding system.
6667
6668 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6669
6670 * Makefile.in: By sure to run emacs with LC_ALL=C.
6671
6672 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
6673 encoded-kbd-self-insert-iso2022-8bit with argument 1.
6674 (encoded-kbd-self-insert-charset): New function.
6675 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
6676 coding-system of type charset.
6677
6678 2008-02-01 Dave Love <fx@gnu.org>
6679
6680 * international/mule-cmds.el (set-locale-environment): Comment out
6681 set-keyboard-coding-system stuff.
6682
6683 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6684
6685 * international/mule.el (define-coding-system): Doc fix;
6686 sjis->shift-jis.
6687
6688 * international/mule-conf.el: Use decode-char instead of make-char.
6689
6690 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
6691 New arg ARG. Directly call self-insert-command. This is a
6692 temporary workaround to make it work with latin-1.
6693 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
6694
6695 * international/characters.el: Setup char-width-table for CJK
6696 characters.
6697
6698 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6699
6700 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
6701 Fix the initial value to specify character range of
6702 japanese-jisx0208, not unicode.
6703
6704 * international/characters.el: Set syntax/category for
6705 japanese-jisx0208.
6706
6707 2008-02-01 Dave Love <fx@gnu.org>
6708
6709 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
6710 mime-charset.
6711
6712 * language/vietnamese.el, language/korean.el, language/japanese.el:
6713 * language/hebrew.el, language/greek.el, language/chinese.el:
6714 Fix :mime-charset properties.
6715
6716 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
6717 (cyrillic-alternativnyj): Fix :mime-charset.
6718 (cp878, cp866): New alias.
6719
6720 * language/european.el: Fix mime-charset properties.
6721
6722 * international/mule-cmds.el (sort-coding-systems)
6723 (select-safe-coding-system, select-message-coding-system): Use
6724 :mime-charset, not 'mime-charset.
6725
6726 * international/mule-conf.el: Add various :mime-charset properties.
6727
6728 2008-02-01 Dave Love <fx@gnu.org>
6729
6730 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
6731 getting decoder.
6732 (encoded-kbd-mode): Fix code for coding system type and designations.
6733
6734 * international/mule-conf.el: Spelling fixes.
6735
6736 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6737
6738 * international/fontset.el (fontset-plain-name): Handle the case
6739 that size, weight, slant are not specified in the fontset name.
6740
6741 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
6742
6743 * language/greek.el (greek-iso-8bit): Fix typo.
6744
6745 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6746
6747 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
6748
6749 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6750
6751 * international/characters.el: Change encoding to utf-8-emacs.
6752 Remove apparent duplicate codes.
6753
6754 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6755
6756 * international/fontset.el: Change the registry for
6757 chinese-gb2312 and add the registry for chinese-gbk.
6758
6759 * international/mule.el (charset-chars): Fix typo.
6760
6761 * international/mule-conf.el (chinese-gbk): New charset.
6762
6763 * international/titdic-cnv.el (titdic-convert): Read into a
6764 unibyte buffer then make the buffer multibyte.
6765
6766 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6767
6768 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
6769 instead of :signature.
6770
6771 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6772
6773 * language/czech.el ("Czech"): Set `iso-8859-2' for
6774 `nonascii-translation'.
6775
6776 * language/romanian.el ("Romanian"): Likewise.
6777
6778 * language/slovak.el ("Slovak"): Likewise.
6779
6780 * international/characters.el: Optimize calls of modify-category-entry.
6781
6782 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6783
6784 * bindings.el: Don't bind multibyte characters to
6785 self-insert-command here. It's done in mule-conf.el.
6786
6787 * case-table.el (set-case-syntax-offset): Delete variable.
6788 (set-case-syntax-1): Delete function. Change callers.
6789 (set-case-syntax-delims): Don't check byte length of characters.
6790
6791 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
6792 characters to isearch-printing-char.
6793
6794 * loadup.el: Don't load "international/utf-8". Don't call
6795 update-coding-systems-internal. Bind coding-system-for-write to
6796 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
6797 dumping.
6798
6799 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
6800 change of map-char-table.
6801
6802 * eshell/esh-mode.el: Adjust for the change of map-char-table.
6803
6804 * international/characters.el: Adjust for the deletion of
6805 generic characters.
6806
6807 * international/code-pages.el (cp-make-translation-table)
6808 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
6809 (cp-make-coding-system): Call define-coding-system.
6810
6811 * international/fontset.el: Rewrite most code.
6812
6813 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
6814 Call encode-char instead of split-char.
6815
6816 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
6817 Change value.
6818 (skkdic-lookup-key): Call encode-char instead of split-char.
6819
6820 * international/titdic-cnv.el (titdic-convert): Bind
6821 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
6822 buffer.
6823
6824 * international/latin-1.el: Don't bind set-case-syntax-offset.
6825
6826 * international/latin-2.el: Don't bind set-case-syntax-offset.
6827
6828 * international/latin-3.el: Don't bind set-case-syntax-offset.
6829
6830 * international/latin-4.el: Don't bind set-case-syntax-offset.
6831
6832 * international/latin-5.el: Don't bind set-case-syntax-offset.
6833
6834 * international/latin-8.el: Don't bind set-case-syntax-offset.
6835
6836 * international/latin-9.el: Don't bind set-case-syntax-offset.
6837
6838 * international/mule-cmds.el: Don't use coding category.
6839 Call set-coding-system-priority instead of set-coding-priority.
6840 (sort-coding-systems, select-safe-coding-system):
6841 Call coding-system-priority-list to get the most preferred one.
6842 (reset-language-environment): Order of coding system priority
6843 changed. Set primary charset to iso-8859-1.
6844 (set-language-environment-coding-systems):
6845 Call set-coding-system-priority instead of set-coding-priority.
6846 (get-charset-property, put-charset-property): Move to mule.el.
6847
6848 * international/mule-conf.el: Ful re-write.
6849
6850 * international/mule-diag.el (print-designation): Change arguments.
6851 (print-iso-2022-flags): New function.
6852 (describe-coding-system, describe-current-coding-system):
6853 Adjust for the new structure of coding system.
6854
6855 * international/mule.el (char-valid-p): Make it an alias of characterp.
6856 (define-charset): Full re-design.
6857 (charset-quoted-standard-p): Delete.
6858 (charsetp): Move to charset.c.
6859 (charset-info, charset-id, charset-bytes, charset-width)
6860 (charset-directioin, charset-iso-graphic-plane)
6861 (charset-reverse-charset): Delete.
6862 (charset-dimension, charset-chars, charset-iso-final-char)
6863 (charset-description, charset-short-name, charset-long-name):
6864 Call charset-plist instead of charset-info.
6865 (charset-plist, set-charset-plist): Move to charset.c.
6866 (get-charset-property, put-charset-property): Move from
6867 mule-cmds.el. Call charset-plist and set-charset-plist.
6868 (make-char): Delete.
6869 (generic-char-p): Make it always return nil.
6870 (decode-char, encode-char): Move to charset.c.
6871 (coding-spec-XXX-idx): Delete variables.
6872 (coding-system-iso-2022-flags): New variable.
6873 (define-coding-system): New function.
6874 (transform-make-coding-system-args, make-coding-system): Delete.
6875 (set-coding-priority): Make it obsolete.
6876 (after-insert-file-set-buffer-file-coding-system)
6877 (find-new-buffer-file-coding-system): Adjust for the new coding
6878 system structure.
6879
6880 * language/chinese.el, language/cyrillic.el, language/european.el:
6881 * language/greek.el, language/hebrew.el, language/indian.el:
6882 * language/japanese.el, language/korean.el, language/lao.el:
6883 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6884 Call define-coding-system instead of make-coding-system.
6885 Delete all CCL program.
6886
6887 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
6888 of make-char.
6889 (sgml-char-names-table): Fix iteration limit.
6890
6891 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
6892 (ccl-encode-mac-roman-font): Delete.
6893
6894 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
6895 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
6896 currently. This is just a temporary workaround.
6897
6898 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6899
6900 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
6901 of `find-file-hooks'.
6902 (global-whitespace-toggle-options): Doc fix.
6903
6904 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * whitespace.el (whitespace): Set :version tag to 23.1.
6907 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
6908 (whitespace-style, whitespace-chars, whitespace-space)
6909 (whitespace-hspace, whitespace-tab, whitespace-newline)
6910 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6911 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6912 (whitespace-hspace-regexp, whitespace-space-regexp)
6913 (whitespace-tab-regexp, whitespace-trailing-regexp)
6914 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6915 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6916 (whitespace-space-after-tab-regexp, whitespace-line-column)
6917 (whitespace-display-mappings, global-whitespace-toggle-options)
6918 (whitespace-cleanup, whitespace-cleanup-region)
6919 (whitespace-interactive-char): Doc fixes.
6920
6921 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
6924 When turning off the global mode, turn off the local modes too
6925 if whitespace is being unloaded.
6926 (whitespace-unload-function): New function.
6927
6928 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6929
6930 * vc.el (vc-update): Fix bug: Specify branch tip as
6931 vc-checkout REVISION. Reported by Dan Nicolaescu.
6932
6933 2008-02-01 Glenn Morris <rgm@gnu.org>
6934
6935 * info.el (bookmark-make-cell-function, bookmark-search-size)
6936 (bookmark-current-bookmark): Declare variables for compiler.
6937 (bookmark-buffer-file-name, bookmark-get-filename)
6938 (bookmark-get-front-context-string)
6939 (bookmark-get-rear-context-string, bookmark-get-position)
6940 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
6941 (bookmark-jump-noselect): Declare functions for compiler.
6942 (Info-bookmark-make-cell): Fix argument list to match example of
6943 `bookmark-make-cell-for-text-file'.
6944 (Info-bookmark-jump): Don't require info inside info.el.
6945
6946 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
6947
6948 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
6949 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
6950 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
6951 (verilog-sk-state-machine): Quote all calls to
6952 "auxiliary skeleton"s to prevent infloops.
6953
6954 2008-02-01 Jason Rumney <jasonr@gnu.org>
6955
6956 * w32-fns.el: Partially revert 2007-11-10 change.
6957
6958 2008-02-01 Martin Rudalics <rudalics@gmx.at>
6959
6960 * mail/rmail.el (rmail-highlight): Fix specification.
6961 Reported by pod <pod@herald.ox.ac.uk>.
6962
6963 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * image-mode.el (image-mode-current-vscroll)
6966 (image-mode-current-hscroll): Make buffer-local.
6967 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
6968 (image-reset-current-vhscroll): Use the latest setting when displaying
6969 for the first time in a window. Apply to all windows in the frame.
6970 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
6971
6972 * progmodes/grep.el (grep-compute-defaults):
6973 Don't mix up defaults for different connections to the same host.
6974
6975 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6976
6977 * blank-mode.el: Rename to whitespace.el.
6978
6979 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
6980
6981 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * net/rcompile.el (remote-compile): Remove broken code.
6984
6985 2008-01-31 Jason Rumney <jasonr@gnu.org>
6986
6987 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
6988
6989 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * linum.el (linum-unload-function): New function.
6992
6993 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6994
6995 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
6996 (gdb-var-set-format-handler): New function.
6997 (gdb-var-set-format): Use it.
6998
6999 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
7000
7001 * emacs-lisp/check-declare.el (check-declare-directory):
7002 * emacs-lisp/authors.el (authors): Use `find-program' and
7003 `grep-program' instead of hardcoded program names.
7004
7005 * emacs-lisp/cl-loaddefs.el: Update.
7006
7007 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
7008
7009 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
7010 Implement bookmark support the new make-cell/handler way.
7011 (Info-mode): Bind bookmark-make-cell-function to
7012 Info-bookmark-make-cell buffer locally.
7013
7014 2008-01-30 Richard Stallman <rms@gnu.org>
7015
7016 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
7017 Doc fix.
7018
7019 * files.el (hack-local-variables): Don't query about fake variables.
7020
7021 2008-01-30 Markus Triska <markus.triska@gmx.at>
7022
7023 * linum.el: New file.
7024
7025 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
7026
7027 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
7028 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
7029 a single element in "plinkx".
7030 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
7031 "*Shell Command Output*" buffers. Check, whether there is already
7032 an asynchronous process running. Display always the buffer of the
7033 asynchronous process.
7034 (tramp-compute-multi-hops): Adapt error message.
7035
7036 2008-01-29 Alan Mackenzie <acm@muc.de>
7037
7038 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
7039 from this regexp; part of same fix as next change to cc-engine.el.
7040
7041 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
7042 Anchor the "{" of a template function correctly on "template", not the
7043 following "<".
7044
7045 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
7046
7047 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
7048
7049 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
7050 and image-mode-current-hscroll being alists now.
7051
7052 * image-mode.el (image-mode-current-vscroll)
7053 (image-mode-current-hscroll): Add doc strings.
7054 (image-set-window-vscroll, image-set-window-hscroll)
7055 (image-reset-current-vhscroll, image-mode): Adapt to
7056 image-mode-current-vscroll and image-mode-current-hscroll being
7057 alists now.
7058
7059 2008-01-29 Martin Rudalics <rudalics@gmx.at>
7060
7061 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7062 Strip extension from .emacs.el to make sure symbol is searched
7063 in .emacs too.
7064
7065 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
7066
7067 * doc-view.el (doc-view-mode): Use facilities below to
7068 restore [vh]scroll when switching buffers.
7069
7070 * image-mode.el (image-mode-current-vscroll)
7071 (image-mode-current-hscroll): New variables.
7072 (image-set-window-hscroll, image-set-window-vscroll): New functions.
7073 (image-forward-hscroll, image-next-line, image-bol, image-eol)
7074 (image-bob, image-eob): Use them.
7075 (image-reset-current-vhscroll): New function.
7076 (image-mode): Make new variables buffer-local and reset [vh]scroll
7077 on window configuration changes.
7078
7079 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
7080
7081 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
7082 gdb-cpp-define-alist-program if file is nil (currently only
7083 " *partial-output-...").
7084
7085 2008-01-27 Richard Stallman <rms@gnu.org>
7086
7087 * allout.el: Many doc fixes.
7088 (allout-encrypt-string): Fix error message.
7089
7090 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7091
7092 * progmodes/etags.el (tags-query-replace): Doc fix.
7093
7094 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
7095
7096 * allout.el (allout-unload-function): New function.
7097
7098 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * allout.el (allout-prefix-data): Doc fix.
7101 (allout-show-current-subtree): Reflow docstring.
7102 (allout-use-mode-specific-leader, allout-use-hanging-indents)
7103 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
7104 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
7105 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
7106 (allout-copy-topic-as-kill, allout-listify-exposed)
7107 (allout-process-exposed, allout-encrypted-key-info)
7108 (allout-update-passphrase-mnemonic-aids)
7109 (allout-next-topic-pending-encryption)
7110 (allout-tests-globally-true): Fix typos in docstrings.
7111
7112 2008-01-23 Jason Rumney <jasonr@gnu.org>
7113
7114 * lpr.el (printer-name): Do not set on MS Windows.
7115
7116 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
7117
7118 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
7119 the command.
7120
7121 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7122
7123 * whitespace.el: Moved to obsolete dir.
7124
7125 * blank-mode.el: New version 9.2. Replace whitespace functions by
7126 aliases in blank-mode.
7127 (whitespace-buffer): New fun.
7128 (whitespace-region): Alias for whitespace-buffer, because there is no
7129 blank-region fun.
7130 (whitespace-cleanup): Alias for blank-cleanup.
7131 (whitespace-cleanup-region): Alias for blank-cleanup-region.
7132
7133 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * server.el (server-log-time-function): Doc fix.
7136 (server-buffer): Fix typo in docstring.
7137
7138 2008-01-27 Martin Rudalics <rudalics@gmx.at>
7139
7140 * view.el (view-buffer): Explain in doc-string why exit-action
7141 should not be set to kill-buffer.
7142
7143 * arc-mode.el (archive-extract):
7144 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
7145 exit-action when viewing the buffer.
7146
7147 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7148
7149 * add-log.el (change-log-search-file-name): Work harder to find
7150 the correct file name.
7151 (change-log-find-file): Fix typo.
7152 (change-log-start-entry-re): Move definition earlier.
7153
7154 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
7155
7156 * add-log.el (change-log-search-file-name, change-log-find-file):
7157 New function.
7158 (change-log-font-lock-keywords): Move file name matching ...
7159 (change-log-file-names-re): ... here. New defconst.
7160 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
7161
7162 2008-01-27 Alan Mackenzie <acm@muc.de>
7163
7164 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
7165 enhance comments.
7166
7167 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
7168
7169 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
7170 methods, the host name must be a local host.
7171
7172 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7173
7174 * vc.el: Add TODO item about not defaulting to RCS.
7175
7176 * server.el (server-process-filter): Check for non-nil before
7177 calling file-directory-p.
7178
7179 2008-01-27 Alan Mackenzie <acm@muc.de>
7180
7181 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
7182 arglist-cont-nonempty.
7183
7184 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
7185 for a brace with syntax arglist-cont-nonempty.
7186
7187 * progmodes/cc-styles.el (c-style-alist): Add elements for
7188 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
7189
7190 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7191
7192 * button.el (define-button-type): Clarify type of NAME in docstring.
7193
7194 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * server.el (server-buffer): New const.
7197 (server-log): New var.
7198 (server-log): Use them.
7199 (server-process-filter): (Try to) run the continuation in the same cwd
7200 as the client's.
7201
7202 2008-01-26 Alan Mackenzie <acm@muc.de>
7203
7204 * progmodes/cc-defs.el (c-save-buffer-state):
7205 Bind buffer-file-name and buffer-file-truename to nil, to prevent
7206 primitives generating "buffer is read only" messages.
7207
7208 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
7209
7210 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
7211 (icalendar-import-format): Doc fix. Allow function type.
7212 (icalendar--read-element): Doc fix.
7213 (icalendar--parse-summary-and-rest): Doc fix. Handle function
7214 type icalendar-import-format. Make regexps non-greedy.
7215 (icalendar--format-ical-event): Handle function type
7216 icalendar-import-format.
7217 (icalendar-import-format-sample): New function.
7218
7219 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7220
7221 * vc.el (vc-exec-after): For mode-line-process highlighting, if
7222 `compile' is not available, fall back to font-lock-warning-face.
7223
7224 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
7225
7226 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
7227 that the filename end is found even when the filename is empty.
7228 Fixes error and spurious newlines when marking files for deletion.
7229
7230 2008-01-26 Martin Rudalics <rudalics@gmx.at>
7231
7232 * subr.el (find-tag-default): Simplify using exclusively
7233 skip-syntax-backward/-forward.
7234
7235 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
7236
7237 * vc.el (vc-directory, vc-update-change-log): Remove check for
7238 Tramp. Both functions work for it, though pretty slow
7239 (`vc-directory'). Maybe the implementation can be optimized.
7240
7241 * net/tramp.el (tramp-dissect-file-name): Raise an error when
7242 Tramp 2.0 syntax is used.
7243 Suggested by Trent W. Buck <trentbuck@gmail.com>.
7244
7245 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7246
7247 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
7248 invoke directory-files-and-attributes with last argument `integer'
7249 instead of `string'.
7250 (insert-directory): Add -n to the list of supported switches
7251 mentioned in the doc string.
7252
7253 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7254
7255 * blank-mode.el: New version 9.1. Handle "long" line tail
7256 visualization. Doc fix.
7257 (blank-line-length): Rename to blank-line-column.
7258 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
7259 Initialization fix.
7260 (blank-replace-spaces-by-tabs): New fun.
7261 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
7262
7263 2008-01-25 Richard Stallman <rms@gnu.org>
7264
7265 * subr.el (add-hook): Implement `permanent-local-hook' property.
7266
7267 * loadhist.el (file-provides, file-requires): Push the filename right.
7268
7269 2008-01-25 Martin Rudalics <rudalics@gmx.at>
7270
7271 * emacs-lisp/find-func.el (find-library): Wrap search for
7272 library name in condition-case to avoid reporting a scan-error.
7273
7274 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
7275
7276 * server.el (server-process-filter): Don't force
7277 the authentication string to be followed by "\n".
7278
7279 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7280
7281 * blank-mode.el: New version 9.0. New commands to clean up some blank
7282 problems like trailing blanks. New faces and regexp for visualizing
7283 the blank problems. Doc fix.
7284 (blank-chars, blank-global-modes, blank-chars-value-list)
7285 (blank-toggle-option-alist, blank-help-text): Initialization fix.
7286 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
7287 (blank-indentation, blank-empty, blank-space-after-tab)
7288 (blank-indentation-regexp, blank-empty-at-bob-regexp)
7289 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
7290 (blank-cleanup, blank-cleanup-region): New commands.
7291 (blank-color-on): Code fix.
7292
7293 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7294
7295 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
7296 file name.
7297 (ibuffer-mode-map): Add binding to sort by file name.
7298 (ibuffer-filename/process-header-map): New variable.
7299 (filename-and-process): Add a header that sorts by file name.
7300 (ibuffer-mode): Mention sorting by file name.
7301
7302 * ibuf-ext.el (filename/process): New sorter.
7303
7304 2008-01-25 Sven Joachim <svenjoac@gmx.de>
7305
7306 * view.el (kill-buffer-if-not-modified): Don't pass t to
7307 buffer-modified-p.
7308
7309 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
7310
7311 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
7312 the source file in case of `rename'.
7313 Reported by Pete Forman <pete.forman@westerngeco.com>.
7314
7315 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
7316
7317 * allout.el (allout-keybindings-list): In initial setting, express
7318 meta-prefixed allout keys as vectors instead of strings, since the
7319 string form is interpreted in some cases as composed key
7320 modifiers, eg, accented keys.
7321
7322 (allout-line-boundary-regexp): Clarify description.
7323
7324 (set-allout-regexp): Repair the expressions so that the formfeed
7325 part is identified as one of the top-level groups, and is
7326 included in all the forms, not just the -line-boundary-regexp one.
7327
7328 (allout-prefix-data): Incorporate information from the various
7329 allout regexp's formfeed alternative group, when present.
7330
7331 (allout-write-file-hook-handler): Rectify mangling of the error
7332 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
7333 condition-case handler was apparently reformatted as if it was a
7334 call to the error function. An apparent repair attempt in version
7335 1.101 situated the original body of the error handling code as
7336 bogus condition-case handlers. I've returned to just about the
7337 working code that was originally there, removing an unnecessary -
7338 but benign - enclosing 'progn'. \(Automated or cursory code fixes
7339 often aren't.)
7340
7341 (allout-region-active-p): Fallback to value of mark-active if
7342 neither use-region-p nor region-active-p are present, for
7343 compatability with current and recent emacs major releases.
7344
7345 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7346
7347 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
7348 (reftex-toc-restore-region):
7349 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
7350 (reftex-index-phrases-apply-to-region):
7351 * textmodes/ispell.el (ispell-word):
7352 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
7353 * progmodes/pascal.el (pascal-mark-defun):
7354 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
7355 (f90-fill-region):
7356 * emulation/tpu-edt.el (tpu-set-mark):
7357 * emulation/crisp.el (crisp-region-active):
7358 * winner.el (winner-active-region):
7359 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
7360 of bound tests in order to resolve conditionals at compile time.
7361
7362 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
7365 not autoloaded, and we wouldn't want to load CL just to unload
7366 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
7367
7368 2008-01-24 Martin Rudalics <rudalics@gmx.at>
7369
7370 * delsel.el (delete-selection-pre-hook): Avoid clearing out
7371 pre-command-hook when text is read-only.
7372
7373 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7374
7375 * vc.el (vc-process-filter): Do nothing if buffer not live.
7376 (vc-diff-finish): Rename from vc-diff-sentinel.
7377 No longer take REV1-NAME and REV2-NAME.
7378 Instead, take BUFFER-NAME. Do nothing if buffer not live.
7379 Don't do window resize if no window displays buffer.
7380 (vc-diff-internal): Use vc-diff-finish.
7381
7382 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
7383 In both cases, convert single call to one wrapped in dolist.
7384
7385 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7386
7387 * vc.el: Add a TODO item about missing files.
7388 (vc-exec-after): Add a tooltip to the new mode-line item.
7389
7390 2008-01-24 Glenn Morris <rgm@gnu.org>
7391
7392 * t-mouse.el (gpm-mouse-start): Declare as a function.
7393
7394 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
7395
7396 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
7397 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
7398 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7399 Don't send `tramp-rsh-end-of-line' additionally, when setting the
7400 prompt.
7401 (tramp-wait-for-output): Distinguish different prompt formats.
7402 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
7403 (tramp-local-host-p): Check whether temp directory is writable.
7404
7405 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7406
7407 * vc.el: Add TODO items.
7408
7409 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
7410
7411 * replace.el (occur-mode-find-occurrence-hook): New hook that can
7412 be used to reveal or highlight the location of a match.
7413 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
7414 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
7415
7416 2008-01-23 Martin Rudalics <rudalics@gmx.at>
7417
7418 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
7419 for defcustom.
7420 (hide-ifdef-shadow): Add version number for defface.
7421
7422 2008-01-23 Glenn Morris <rgm@gnu.org>
7423
7424 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
7425
7426 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7427
7428 * progmodes/sh-script.el (sh-basic-offset):
7429 * progmodes/cc-vars.el (c-syntactic-indentation)
7430 (c-syntactic-indentation-in-macros): Mark as safe.
7431
7432 2008-01-23 Richard Stallman <rms@gnu.org>
7433
7434 * icomplete.el (icomplete-get-keys):
7435 Look up KEYS using all maps in proper buffer.
7436
7437 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
7438
7439 * frame.el (display-mm-height, display-mm-width):
7440 * whitespace.el (whitespace-check-leading-whitespace)
7441 (whitespace-check-trailing-whitespace)
7442 (whitespace-check-spacetab-whitespace)
7443 (whitespace-check-indent-whitespace)
7444 (whitespace-check-ateol-whitespace):
7445 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
7446
7447 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7448
7449 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
7450 after-save-hook so that it is not called multiple times.
7451
7452 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
7453
7454 2008-01-23 Eli Zaretskii <eliz@gnu.org>
7455
7456 * view.el (view-file-other-window, view-file-other-frame):
7457 Don't kill the buffer if it is modified. Doc fixes.
7458 (kill-buffer-if-not-modified): New function.
7459 (view-file): Don't kill the buffer if it is modified.
7460
7461 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
7462 (ebrowse-view/find-file-and-search-pattern):
7463 Call view-file-other-window instead of ebrowse-view-file-other-window.
7464 (ebrowse-view-file-other-frame): Don't call
7465 current-window-configuration. Fix second argument in the call to
7466 view-mode-enter. Doc fix.
7467
7468 2008-01-23 Richard Stallman <rms@gnu.org>
7469
7470 * subr.el (atomic-change-group): Prevent undo list truncation.
7471
7472 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7473
7474 * files.el (safe-local-eval-forms):
7475 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
7476
7477 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
7478
7479 * comint.el (comint-insert-input): Set point first.
7480
7481 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
7482 session doesn't hang because gdb-pending-triggers is non-nil.
7483 (gdb-frame-handler): Use buffer-file-name instead of
7484 buffer-name in case of duplicate file names.
7485
7486 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7487
7488 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
7489 C-M-e and C-M-h for emacs, they work by default.
7490 (verilog-emacs-features): Remove.
7491 (verilog-setup-dual-comments, verilog-populate-syntax-table):
7492 Remove. Move syntax table initialization ...
7493 (verilog-mode-syntax-table): ... here.
7494 (verilog-mode): Don't initialize the syntax table here.
7495 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
7496 does not need it.
7497
7498 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
7499
7500 * progmodes/verilog-mode.el (verilog-booleanp): New function for
7501 backward compatibility. Replace all uses of booleanp with
7502 verilog-booleanp.
7503
7504 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7505
7506 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
7507
7508 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
7509
7510 * progmodes/verilog-mode.el (top-level): Fix spacing.
7511 (verilog-mode-version, verilog-mode-release-date):
7512 Update version number.
7513 (verilog-mode-release-emacs): New variable.
7514 (compile-command, reporter-prompt-for-summary-p):
7515 Define for byte compiler.
7516 (verilog-startup-message-lines, verilog-startup-message-displayed)
7517 (verilog-display-startup-message): Remove.
7518 (verilog-highlight-p1800-keywords): Improve docstring.
7519 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
7520 (vector-skip-list): Only defvar at compile time.
7521 (verilog-highlight-translate-off, verilog-indent-level)
7522 (verilog-indent-level-module, verilog-indent-level-declaration)
7523 (verilog-indent-declaration-macros, verilog-indent-lists)
7524 (verilog-indent-level-behavioral, verilog-indent-level-directive)
7525 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
7526 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
7527 (verilog-tab-to-comment, verilog-indent-begin-after-if)
7528 (verilog-align-ifelse, verilog-minimum-comment-distance)
7529 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
7530 (verilog-auto-endcomments, verilog-auto-read-includes)
7531 (verilog-auto-star-expand, verilog-auto-star-save)
7532 (verilog-library-flags, verilog-library-directories)
7533 (verilog-library-files, verilog-library-extensions)
7534 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
7535 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
7536 (verilog-assignment-delay, verilog-auto-inst-vector)
7537 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
7538 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7539 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7540 Add safe-local-variable properties.
7541 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
7542 (verilog-re-search-backward, verilog-error-regexp-add)
7543 (verilog-end-block-re, verilog-emacs-features)
7544 (verilog-populate-syntax-table, verilog-setup-dual-comments)
7545 (verilog-type-font-keywords, verilog-inside-comment-p)
7546 (electric-verilog-backward-sexp, verilog-backward-sexp)
7547 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
7548 (electric-verilog-terminate-line, electric-verilog-semi)
7549 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
7550 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
7551 (verilog-beg-of-statement, verilog-in-case-region-p)
7552 (verilog-in-struct-region-p, verilog-in-generate-region-p)
7553 (verilog-in-fork-region-p, verilog-backward-case-item)
7554 (verilog-set-auto-endcomments, verilog-get-expr)
7555 (verilog-expand-vector-internal, verilog-surelint-off)
7556 (verilog-batch-execute-func, verilog-calculate-indent)
7557 (verilog-calc-1, verilog-calculate-indent-directive)
7558 (verilog-leap-to-head, verilog-continued-line)
7559 (verilog-backward-token, verilog-backward-syntactic-ws)
7560 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
7561 (verilog-forward-ws&directives, verilog-at-constraint-p)
7562 (verilog-skip-backward-comments, verilog-indent-line-relative)
7563 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
7564 (verilog-pretty-declarations, verilog-pretty-expr)
7565 (verilog-just-one-space, verilog-indent-declaration)
7566 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
7567 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
7568 (verilog-read-always-signals-recurse, verilog-read-instants)
7569 (verilog-read-auto-template, verilog-set-define)
7570 (verilog-read-defines, verilog-read-signals, verilog-getopt)
7571 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
7572 (verilog-modi-cache-results, verilog-insert-one-definition)
7573 (verilog-make-width-expression, verilog-delete-autos-lined)
7574 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
7575 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
7576 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7577 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
7578 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
7579 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
7580 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
7581 (verilog-load-file-at-mouse, verilog-load-file-at-point)
7582 (verilog-library-files): Cleanup spacing of )'s they should not be
7583 on unique lines. Fix checkdoc warnings.
7584
7585 2008-01-22 Glenn Morris <rgm@gnu.org>
7586
7587 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
7588 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
7589 from defcustoms.
7590 (hide-ifdef-shadow): Remove autoload cookie from defface.
7591
7592 * vc.el (vc-diff-sentinel): Do not write a footer if there were
7593 differences.
7594
7595 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
7596
7597 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
7598 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
7599 manual entry.
7600
7601 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
7602
7603 * net/dbus.el (dbus-ignore-errors): New macro.
7604 (dbus-unregister-object): New defun. Moved from dbusbind.c.
7605 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
7606 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
7607 (dbus-get-signatures): Apply `dbus-ignore-errors'.
7608
7609 2008-01-21 Martin Rudalics <rudalics@gmx.at>
7610
7611 * outline.el (outline-up-heading): Fix check for top level to
7612 avoid infinite looping in hide-other.
7613
7614 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7615
7616 * vc.el (vc-process-sentinel): After calling the previous
7617 sentinel, do nothing if the process' buffer is not live.
7618
7619 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7620
7621 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
7622 blank-mode in some buffers (like *info* buffers). Reported by Juanma
7623 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
7624 blank-mode faces. Doc fix. New version 8.1.
7625 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
7626 CONDITION BODY).
7627 (blank-space-face): Face/option name replaced by blank-space.
7628 (blank-hspace-face): Face/option name replaced by blank-hspace.
7629 (blank-tab-face): Face/option name replaced by blank-tab.
7630 (blank-newline-face): Face/option name replaced by blank-newline.
7631 (blank-trailing-face): Face/option name replaced by blank-trailing.
7632 (blank-line-face): Face/option name replaced by blank-line.
7633 (blank-space-before-tab-face): Face/option name replaced by
7634 blank-space-before-tab.
7635 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
7636
7637 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
7638
7639 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
7640 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
7641 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
7642 (global-blank-mode): Doc fixes.
7643 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
7644 (blank-newline-face, blank-trailing-face, blank-line-face)
7645 (blank-space-before-tab-face, blank-display-mappings)
7646 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
7647 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
7648 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
7649 Fix typos in docstrings.
7650
7651 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
7652
7653 * server.el (server-log-time-function): New variable.
7654 (server-log): Use it.
7655
7656 2008-01-21 Glenn Morris <rgm@gnu.org>
7657
7658 * progmodes/hideif.el: Move defcustoms and defface to start of file.
7659
7660 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
7661
7662 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
7665 (org-descriptive-links, org-link-file-path-type)
7666 (org-remember-use-refile-when-interactive)
7667 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
7668 (org-export-ascii-bullets, org-agenda-deadline-faces)
7669 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
7670 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
7671 (org-kill-note-or-show-branches): Fix typos in docstrings.
7672
7673 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
7674
7675 * vc.el (vc-process-sentinel): Set mode-line-process.
7676 (vc-exec-after): Likewise, for the `run' process status.
7677
7678 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * ibuffer.el (ibuffer-mode): Fix last change.
7681
7682 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
7683
7684 * vc-hg.el (vc-hg-registered):
7685 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
7686
7687 2008-01-20 Martin Rudalics <rudalics@gmx.at>
7688
7689 * repeat.el (repeat-undo-count): New variable.
7690 (repeat): For self-insertions make undo boundary only after 20
7691 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
7692
7693 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7694
7695 * net/imap.el (imap-ping-server): New variable.
7696 (imap-opened): On add extra ping if imap-ping-server is non-nil.
7697 (imap-ping-server): Minor doc string fixes.
7698
7699 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7700
7701 * net/imap.el (imap-ping-server): New function.
7702 (imap-opened): Call imap-ping-server.
7703
7704 2008-01-20 Glenn Morris <rgm@gnu.org>
7705
7706 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
7707 prevent infloops.
7708
7709 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
7710
7711 * progmodes/python.el (python-imports): Default to "None".
7712
7713 2008-01-19 Tom Tromey <tromey@redhat.com>
7714
7715 * vc-svn.el (vc-svn-after-dir-status): New function.
7716 (vc-svn-dir-status): Run svn asynchronously.
7717
7718 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7719
7720 * progmodes/hideif.el (hide-ifdef-shadow): New option.
7721 (hide-ifdef-shadow): New face.
7722 (hide-ifdef-toggle-shadowing): New function to toggle between
7723 shadowing and making code invisible.
7724 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
7725 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
7726 (hide-ifdef-region-internal): Give new overlay hide-ifdef
7727 property. Shadow text when hide-ifdef-shadow is non-nil.
7728 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
7729 (hif-hide-line): Use when instead of if.
7730 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
7731 Remove unneeded * from doc-strings.
7732
7733 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
7736 the hscroll behavior was fixed.
7737 (doc-view-mode): Disable auto-hscroll-mode.
7738
7739 2008-01-18 Tom Tromey <tromey@redhat.com>
7740
7741 * vc-svn.el (vc-svn-dir-status): New function.
7742
7743 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
7744
7745 * vc.el: Make vc-status asynchronous.
7746 (vc-update-vc-status-buffer): New function broken out of ...
7747 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
7748 the dir-status backend function.
7749
7750 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
7751 Move the output processing to ...
7752 (vc-hg-after-dir-status): ... here. Call the function passed as
7753 an argument with the results.
7754
7755 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
7758 (doc-view-insert-image): Do something if the image is missing.
7759 (doc-view-mode): Don't use file-remote-p.
7760
7761 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
7762
7763 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
7764 (org-export-latex-special-chars): Convert "..." in \ldots
7765 and skip tables.
7766 (org-export-latex-fontify-headline): Change parameter name.
7767 (org-export-as-latex): Handle export of subtrees.
7768 (org-export-latex-make-header): New argument TITLE.
7769 (org-export-latex-content): New argument EXCLUDE-LIST.
7770 (org-list-parse-list): New name for org-export-latex-parse-list.
7771 (org-export-latex-make-header): New name for
7772 org-export-latex-make-preamble.
7773 (org-list-to-generic): New name of org-export-list-to-generic.
7774 (org-list-to-latex): New name of org-export-list-to-latex.
7775 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
7776 (org-list-send-list, org-list-to-texinfo)
7777 (org-list-to-html): New functions.
7778 (org-export-latex-tables-column-borders)
7779 (org-export-latex-default-class, org-export-latex-classes)
7780 (org-export-latex-classes-sectioning)
7781 (org-list-radio-list-templates): New options.
7782 (org-export-latex-header): New variable.
7783 (org-latex-entities): New constant.
7784 (org-export-latex-default-sectioning, org-export-latex-preamble)
7785 (org-export-latex-prepare-text-option)
7786 (org-export-latex-get-sectioning): Remove.
7787
7788 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
7789
7790 * textmodes/org-publish.el (org-publish-current-project):
7791 Fix bug with forcing publication.
7792
7793 * textmodes/org.el (org-export-with-special-strings): New option.
7794 (org-export-html-convert-special-strings): New function.
7795 (org-html-do-expand): `org-export-html-convert-special-strings'
7796 added to the list of conversion.
7797 (org-infile-export-plist, org-get-current-options): Add support
7798 for "-" in the #+OPTION line to let user switch on/off special
7799 strings conversion.
7800 (org-export-plist-vars): New :html-table-tag property.
7801 (org-export-as-html, org-format-org-table-html)
7802 (org-format-table-table-html) Use the :html-table-tag property
7803 instead of the `org-export-html-table-tag' global value.
7804 (org-additional-option-like-keywords): Add "TBLFM".
7805 (org-entry-properties): Include the CLOCKSUM special property.
7806 (org-columns-edit-value): Do not allow to edit the special
7807 CLOCKSUM property.
7808 (org-flag-drawer): Use the original value of `outline-regexp'.
7809 (org-remember-handler): Add invisible-ok flag to call to
7810 `org-end-of-subtree'.
7811 (org-agenda-highlight-todo): Respect
7812 `org-agenda-todo-keyword-format'.
7813 (org-agenda-todo-keyword-format): New option.
7814 (org-infile-export-plist): No restriction while searching for options.
7815 (org-remember-handler): Remove comments at the end of the buffer.
7816 (org-remember-use-refile-when-interactive): New option.
7817 (org-table-sort-lines): Make sure sorting works on link
7818 descritions only, and ignores the link.
7819 (org-sort-entries-or-items): Make sure the end of the subtree is
7820 included.
7821 (org-refile-use-outline-path): New allowed values `file' and
7822 `full-file-path'.
7823 (org-get-refile-targets): Respect new values for
7824 `org-refile-use-outline-path'.
7825 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
7826 (org-export-as-xoxo): Restore point when done.
7827 (org-open-file): Allow multiple %s in command.
7828 (org-clock-in-switch-to-state): New option.
7829 (org-first-list-item-p): New function.
7830 (org-last-remember-storage-locations): New variable.
7831 (org-get-refile-targets): Interpret the new maxlevel setting.
7832 (org-refile-targets): New option `:maxlevel'.
7833 (org-copy-subtree): Include empty lines before but not after subtree.
7834 (org-back-over-empty-lines, org-skip-whitespace): New functions.
7835 (org-move-item-down, org-move-item-up): Include empty lines before
7836 but not after item.
7837 (org-first-sibling-p): New function.
7838 (org-remember-apply-template): Defaults, completions and history
7839 for template prompts. Also, interpret new `%!' escape.
7840 (org-context-choices): New constant.
7841 (org-bound-and-true-p): New macro.
7842 (org-imenu-depth): New option.
7843 (org-imenu-markers): New variable.
7844 (org-imenu-new-marker, org-imenu-get-tree)
7845 (org-speedbar-set-agenda-restriction): New functions.
7846 (org-agenda-set-restriction-lock)
7847 (org-agenda-remove-restriction-lock)
7848 (org-agenda-maybe-redo): New functions.
7849 (org-agenda-restriction-lock): New face.
7850 (org-agenda-restriction-lock-overlay)
7851 (org-speedbar-restriction-lock-overlay): New variables.
7852 (org-open-at-point): Remove obsolete way to do redirection in
7853 shell links.
7854 (org-imenu-and-speedbar): New customization group.
7855 (org-entry-properties): Return keyword-less time strings.
7856 (org-clock-heading-function): New option.
7857 (org-clock-in): Use `org-clock-heading-function'.
7858 (org-calendar-holiday): Try to use `calendar-check-holidays'
7859 instead of the obsolete `check-calendar-holidays'.
7860 (org-export-html-special-string-regexps): New constant.
7861 (org-massive-special-regexp): New variable.
7862 (org-compute-latex-and-specials-regexp)
7863 (org-do-latex-and-special-faces): New functions.
7864 (org-latex-and-export-specials): New face.
7865 (org-highlight-latex-fragments-and-specials): New option.
7866 (org-link-escape-chars): Use characters instead of strings.
7867 (org-link-escape-chars-browser, org-link-escape)
7868 (org-link-unescape): Use characters instead of strings.
7869 (org-export-html-convert-sub-super, org-html-do-expand): Check for
7870 protected text.
7871 (org-emphasis-alist): Additional `verbatim' flag.
7872 (org-set-emph-re): Handle the verbatim flag and compute
7873 `org-verbatim-re'.
7874 (org-cleaned-string-for-export): Protect verbatim elements.
7875 (org-verbatim-re): New variable.
7876 (org-hide-emphasis-markers): New option.
7877 (org-additional-option-like-keywords): Add new keywords.
7878 (org-get-entry): Rename from `org-get-cleaned-entry'.
7879 (org-icalendar-cleanup-string): New function for quoting icalendar text.
7880 (org-agenda-skip-scheduled-if-done): New option.
7881 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
7882 `org-agenda-skip-scheduled-if-done'.
7883 (org-prepare-agenda-buffers): Allow buffers as arguments.
7884 (org-entry-properties): Add CATEGORY as a special property.
7885 (org-use-property-inheritance): Allow a list of properties as a value.
7886 (org-eval-in-calendar): No longer update the prompt.
7887 (org-read-date-popup-calendar): Rename from
7888 `org-popup-calendar-for-date-prompt'.
7889 (org-read-date-display-live): New variable.
7890 (org-read-date-display): New function.
7891 (org-read-date-analyze): New function.
7892 (org-remember-apply-template): Define `remember-finalize' if it is
7893 not yet defined.
7894 (org-remember-insinuate): New function.
7895 (org-read-date-prefer-future): New option.
7896 (org-read-date): Respect the setting of
7897 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
7898 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
7899 hardcoded string.
7900 (org-remember-apply-template): Use `remember-finalize' instead of
7901 `remember-buffer'.
7902 (org-columns-compute, org-column-number-to-string)
7903 (org-columns-uncompile-format, org-columns-compile-format)
7904 (org-columns-compile-format): Handle printf format specifier.
7905 (org-columns-new, org-column-number-to-string)
7906 (org-columns-uncompile-format, org-columns-compile-format):
7907 Support for new currency summary type.
7908 (org-tree-to-indirect-buffer): Do not kill old buffer when
7909 `org-indirect-buffer-display' is `new-frame'.
7910 (org-indirect-buffer-display): Document that `new-frame' leads to
7911 indiret buffer proliferation.
7912 (org-agenda-list): Use `org-extend-today-until'.
7913 (org-extend-today-until): New option.
7914 (org-format-org-table-html): Use lower-case for <col> tag.
7915 (org-agenda-execute): New command.
7916 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
7917 (org-select-remember-template): New function.
7918 (org-remember-apply-template): Use `org-select-remember-template'.
7919 (org-go-to-remember-target): New function.
7920
7921 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
7922
7923 * vc.el: Add a TODO note about vc-state.
7924 (vc-next-action): Register 'unregistered and 'ignored files.
7925 Use when and unless instead of if where appropriate.
7926 (vc-start-entry): Fix typo.
7927 (vc-status): Autoload it.
7928
7929 2008-01-18 Glenn Morris <rgm@gnu.org>
7930
7931 * ffap.el (ffap-alist): Remove space from RFC regexp.
7932
7933 2008-01-18 Richard Stallman <rms@gnu.org>
7934
7935 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
7936 than face-spec-recalc.
7937
7938 2008-01-18 Glenn Morris <rgm@gnu.org>
7939
7940 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
7941
7942 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7943 Miles Bader <miles@gnu.org>
7944
7945 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
7946 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
7947 for handling display table (via visws.el package), his code was
7948 modified, but the main idea was kept.
7949
7950 2008-01-17 Glenn Morris <rgm@gnu.org>
7951
7952 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
7953 (ibuffer-save-filters): Remove calls to deleted
7954 ibuffer-update-mode-name.
7955
7956 2008-01-16 Martin Rudalics <rudalics@gmx.at>
7957
7958 * longlines.el (longlines-mode, longlines-show-region)
7959 (longlines-unshow-hard-newlines): Bind buffer-file-name and
7960 buffer-file-truename to nil while modifying buffer.
7961
7962 * cus-edit.el (custom-reset-standard-variables-list)
7963 (custom-reset-standard-faces-list): New variables.
7964 (custom-reset-standard-save-and-update): New function.
7965 (Custom-save): Apply custom-mark-to-save before and
7966 custom-state-set-and-redraw after saving options.
7967 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
7968 options and call custom-reset-standard-save-and-update.
7969 (custom-variable, custom-face, custom-group): Provide new
7970 entries for custom-mark-to-save, custom-mark-to-reset-standard,
7971 and custom-state-set-and-redraw.
7972 (custom-variable-mark-to-save)
7973 (custom-variable-state-set-and-redraw)
7974 (custom-variable-mark-to-reset-standard)
7975 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
7976 (custom-face-mark-to-reset-standard)
7977 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
7978 (custom-group-mark-to-reset-standard): New functions.
7979 (custom-variable-save): Move save, state-set, and redraw
7980 functionality to custom-variable-mark-to-save.
7981 (custom-face-save): Move save, state-set, and redraw
7982 functionality to custom-face-mark-to-save.
7983 (custom-group-save): Move save, state-set, and redraw
7984 functionality to custom-group-mark-to-save.
7985 (custom-variable-reset-standard, custom-face-reset-standard)
7986 (custom-group-reset-standard): Move save, state-set, and redraw
7987 functionality to custom-reset-standard-save-and-update.
7988
7989 (custom-buffer-create-internal): Fix text in verbose help.
7990 (custom-face-value-create): Indent doc-strings of faces like
7991 those of variables.
7992
7993 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * server.el (server-process-filter): Replace lineno and columnnno
7996 which defaulted to 1&0 with filepos which defaults to nil.
7997 (server-goto-line-column): Only receive the filepos.
7998 Only move if filepos is non-nil.
7999 (server-visit-files): Slight restructure to consolidate two calls to
8000 server-goto-line-column into just one.
8001
8002 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
8003 the use of degraded mode.
8004 (nxml-degrade): Don't change mode-name.
8005
8006 * nxml/rng-nxml.el (rng-nxml-mode-init):
8007 Don't overwrite mode-line-process.
8008
8009 * ibuffer.el (mode): Pass the buffer to format-mode-line.
8010 (ibuffer-update-mode-name): Remove.
8011 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
8012 (ibuffer-mode): Use mode-line-process instead.
8013
8014 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
8015 Use derived-mode-p.
8016 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
8017
8018 * help.el (describe-mode): Pass the right buffer to format-mode-line.
8019
8020 2008-01-16 Glenn Morris <rgm@gnu.org>
8021
8022 * comint.el (comint-regexp-arg): Fix no-input case.
8023
8024 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
8025
8026 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
8027 * pcvs.el (cvs-revert-if-needed):
8028 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
8029
8030 * vc-svn.el (vc-svn-find-file-hook):
8031 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
8032
8033 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
8034
8035 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
8036 (icalendar-export-file, icalendar-import-file):
8037 Restore significant trailing whitespace in `interactive' prompts.
8038
8039 2008-01-16 Tom Tromey <tromey@redhat.com>
8040
8041 * calendar/icalendar.el (icalendar--convert-tz-offset)
8042 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
8043 (icalendar--find-time-zone): New functions.
8044 (icalendar--decode-isodatetime): Add `zone' argument, passed to
8045 `decode-time'. Doc fix.
8046 (icalendar--convert-ical-to-diary): Compute zone-map.
8047 Pass timezone to icalendar--decode-isodatetime.
8048
8049 2008-01-16 Alan Mackenzie <acm@muc.de>
8050
8051 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
8052 an eval-and-compile, so as to permit byte-compiling (e.g. in
8053 bootstrap).
8054
8055 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
8058 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
8059 using the same key for different menu entries.
8060
8061 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
8062 (smerge-makeup-conflict): New command.
8063
8064 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
8065
8066 * log-edit.el (log-edit): Doc fix.
8067
8068 2008-01-15 Glenn Morris <rgm@gnu.org>
8069
8070 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
8071
8072 2008-01-14 Alan Mackenzie <acm@muc.de>
8073
8074 * progmodes/cc-vars.el (c-constant-symbol): New function which
8075 supersedes c-const-symbol. During a customize-.. call it enables
8076 an element of (e.g.) c-hanging-braces alist to have its name
8077 displayed, even when the default value of c-h-b etc. doesn't
8078 include the elemnt. Replace uses of the old function by the new.
8079
8080 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
8081 obscure non-working fragment ":value c-".
8082
8083 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
8086
8087 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
8088
8089 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
8090 instead of `tramp-file-name-real-host'.
8091
8092 * net/trampver.el: Update release number.
8093
8094 2008-01-14 Alan Mackenzie <acm@muc.de>
8095
8096 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
8097 call inside a struct being recognised as a K&R argument.
8098
8099 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8102 Accept "fatal error" from MSFT.
8103 Reported by Jared Finder <jfinder@crypticstudios.com>.
8104
8105 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * smerge-mode.el (smerge-auto): New function.
8108 * vc-svn.el (vc-svn-find-file-hook):
8109 * vc-arch.el (vc-arch-find-file-hook):
8110 * pcvs.el (cvs-revert-if-needed):
8111 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
8112 (top-level): Add a Todo list.
8113
8114 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8115
8116 * vc.el (vc-update): Resolve conflicts if necessary instead of
8117 just updating the buffer.
8118
8119 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
8120 update command so that we can parse the output.
8121
8122 2008-01-13 Martin Rudalics <rudalics@gmx.at>
8123
8124 * mail/rmail.el (rmail-convert-to-babyl-format):
8125 Remove save-excursion to avoid infinite looping.
8126 Reported by dnz <dnz@bk.ru>.
8127
8128 2008-01-12 Glenn Morris <rgm@gnu.org>
8129
8130 * woman.el (woman-parse-numeric-arg): Change handling of `==':
8131 can be interned without a function definition.
8132
8133 2008-01-12 Jason Rumney <jasonr@gnu.org>
8134
8135 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
8136 (rng-nxml-mode-init): Declare.
8137
8138 2008-01-11 Jason Rumney <jasonr@gnu.org>
8139
8140 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
8141 (rng-preferred-prefix-alist-default): Remove.
8142
8143 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
8144 Rename from nxml-enable-unicode-char-name-sets-flag.
8145 (nxml-enable-unicode-char-name-sets-1): Merge into
8146 nxml-enable-unicode-char-name-sets.
8147 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
8148 nxml-char-name-ignore-case here.
8149
8150 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
8151 Update doc string and commentary.
8152 (nxml-char-name-ignore-case): Change default value.
8153 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
8154
8155 2008-01-11 Martin Rudalics <rudalics@gmx.at>
8156
8157 * cus-start.el (all): Add missing version entries.
8158
8159 2008-01-11 Glenn Morris <rgm@gnu.org>
8160
8161 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
8162 (euc-to-flat-code, flat-code-to-euc):
8163 * textmodes/org.el (elmo-msgdb-overview-get-entity)
8164 (wl-summary-buffer-msgdb): Declare as funtions.
8165
8166 2008-01-10 Martin Rudalics <rudalics@gmx.at>
8167
8168 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
8169 Bind buffer-file-name and buffer-file-truename.
8170
8171 * fringe.el (fringe-mode-explicit): New variable.
8172 (set-fringe-mode): Don't alter default-frame-alist when just
8173 loading this file.
8174
8175 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
8176
8177 * doc-view.el (doc-view-buffer-file-name): New variable.
8178 (doc-view-convert-current-doc, doc-view-search)
8179 (doc-view-current-cache-dir, doc-view-initiate-display)
8180 (doc-view-mode): Use it.
8181 (doc-view-bookmark-make-cell): Use variable buffer-file-name
8182 instead of function.
8183
8184 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
8185
8186 * vc-svn.el (vc-svn-registered): Return the correct value for
8187 ignored and unregistered files.
8188
8189 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
8190
8191 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
8192
8193 2008-01-10 Tom Tromey <tromey@redhat.com>
8194
8195 * vc.el (vc-status-unmark-all-files): New function.
8196 (vc-status-unmark-all-files): Likewise.
8197 (vc-status-mode-map): Add bindings.
8198
8199 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
8200
8201 * ediff*.el: Uncomment declare-function.
8202
8203 * viper*.el: Uncomment declare-function.
8204
8205 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
8206
8207 * doc-view.el (doc-view-mode): Support tramp, compressed files and
8208 files inside archives uniformly.
8209
8210 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
8211
8212 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
8213 constant with a computation on sgml-specials rather than a literal
8214 list. Without this change the syntax table is generated
8215 incorrectly, and the mode will think it's in a comment following
8216 any instance of the string "--".
8217
8218 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
8219
8220 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
8221 (doc-view-mode): Support document files inside archives.
8222
8223 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
8224
8225 * vc.el (vc-deduce-fileset): Return the currently selected file if
8226 no files are selected when using vc-status.
8227
8228 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
8229
8230 * ediff*.el: Comment out declare-function. "make bootstrap"
8231 stops with an error and Emacs does not compile with those things in.
8232 Besides, declare-function is not defined in XEmacs.
8233
8234 * ediff-util (eqiff-quit): Autoraise minibuffer.
8235
8236 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
8237
8238 * emulation/viper*.el: Comment out declare-function -- not defined
8239 in XEmacs.
8240
8241 * emulation/viper-ex.el (viper-info-on-file):
8242 Take care of indirect buffers.
8243
8244 * emulation/viper.el (viper-set-hooks, set-cursor-color):
8245 Set viper-vi-state-cursor-color.
8246
8247 2008-01-09 Tom Tromey <tromey@redhat.com>
8248
8249 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
8250 Just return header.
8251 (vc-status-move-to-goal-column): New function.
8252 (vc-status-mode-map): Define more keys.
8253 (vc-status-mode): Use vc-status-refresh. Now 'special.
8254 (vc-status-refresh): New function.
8255 (vc-status-next-line): Likewise.
8256 (vc-status-previous-line): Likewise.
8257 (vc-status-mark-file): Use vc-status-next-line.
8258 (vc-status-unmark-file): Use vc-status-previous-line.
8259 (vc-status-unmark-file-up): New function.
8260 (vc-status-register): Likewise.
8261 (vc-status-find-file): Likewise.
8262 (vc-status-find-file-other-window): Likewise.
8263 (vc-status-current-file): Likewise.
8264 (vc-ensure-vc-buffer): Understand vc-status mode.
8265
8266 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
8267
8268 2008-01-09 Glenn Morris <rgm@gnu.org>
8269
8270 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
8271 entry, for Windows.
8272
8273 2008-01-09 Tom Tromey <tromey@redhat.com>
8274
8275 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
8276
8277 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8278
8279 * ps-print.el: Some face attributes (like :strike-through) were not
8280 being recognised. Reported by Leo <sdl.web@gmail.com>.
8281 (ps-print-version): New version 6.8.2.
8282 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
8283 (ps-screen-to-bit-face): Fix code.
8284
8285 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
8288 add a file-name handler.
8289
8290 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8291
8292 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
8293 Rename from function bibtex-files-expand. New optional arg select.
8294 (bibtex-flash-head): Allow blink-matching-delay being zero.
8295 (bibtex-clean-entry): Use atomic-change-group.
8296 (bibtex-format-entry): Check presence of required fields only
8297 after formatting of fields. Use member-ignore-case. Do not use
8298 bibtex-parse-entry. Do not use booktitle field to set a missing title.
8299 (bibtex-autofill-entry): Do not call undo-boundary.
8300 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
8301 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
8302 Parse keys if necessary.
8303
8304 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8305
8306 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
8307 quotes in case of spaces, e.g. STL containers (not pretty).
8308
8309 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8310
8311 * progmodes/gdb-ui.el (gud-gdb-command-name):
8312 Explain "--annotate=3" option is necessary for the Graphical Interface.
8313
8314 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8315
8316 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
8317 on menu bar.
8318
8319 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
8320
8321 * ffap.el (ffap-read-file-or-url): Let-bind
8322 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
8323
8324 2008-01-08 Sven Joachim <svenjoac@gmx.de>
8325
8326 * vc-bzr.el: Fix typo in header.
8327
8328 2008-01-08 Eli Zaretskii <eliz@gnu.org>
8329
8330 * Makefile.in (custom-deps, finder-data): Depend on autoloads
8331 instead of loaddefs.el.
8332
8333 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
8336 gets inserted out-of-order.
8337
8338 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
8339
8340 * vc-bzr.el: Copyright and version headers update.
8341 Remove some outdated comments through the whole file.
8342 (vc-bzr-program-args): Remove because unused.
8343 (vc-bzr-log-switches): New customization option.
8344 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
8345 use `vc-bzr-program-args'.
8346 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
8347 `vc-find-root' (patch by Andreas Hoenen).
8348 (vc-bzr-status): Update regex to match latest Bzr output.
8349 Remove redundant test.
8350 (vc-bzr-init-version): New function.
8351 (vc-bzr-unregister): Must not delete file.
8352 (vc-bzr-find-version): New function.
8353 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
8354 a non-empty string, otherwise take head revision.
8355 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
8356 (vc-bzr-diff): Simpler build of the revision spec string.
8357 (vc-annotate-convert-time, vc-bzr-annotate-difference):
8358 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
8359 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
8360 (vc-bzr-dired-state-info): Only provide custom strings for
8361 overloaded VC state 'edited; otherwise fallback to
8362 `vc-default-dired-state-info'.
8363
8364 2008-01-08 Richard Stallman <rms@gnu.org>
8365
8366 * delsel.el (delete-selection-mode): Doc fix.
8367
8368 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8369
8370 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
8371 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
8372
8373 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
8374 of watch expressions (only works fully with GDB 6.7 or later).
8375
8376 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
8377
8378 * time-stamp.el (time-stamp-time-zone):
8379 * whitespace.el (whitespace-check-buffer-leading)
8380 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
8381 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
8382 * progmodes/sh-script.el (sh-indentation):
8383 * textmodes/ispell.el (ispell-local-pdict):
8384 Add safe-local-variable properties.
8385
8386 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
8387
8388 * vc-git.el (vc-git--call): Apply `process-file' instead of
8389 `call-process'.
8390
8391 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
8392 Reported by Pete Forman <pete.forman@westerngeco.com>.
8393 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
8394 (tramp-handle-process-file): Handle the case where DESTINATION is
8395 a consp with t as car.
8396 (tramp-wait-for-output): We shall remove exactly what has been
8397 find by the search.
8398
8399 2008-01-08 Kevin Ryde <user42@zip.com.au>
8400
8401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8402 For perl, allow "during global destruction" at end. Add entry for
8403 two-arg form of the Test module ok() func.
8404
8405 2008-01-08 Glenn Morris <rgm@gnu.org>
8406
8407 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
8408 unified format.
8409
8410 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
8411
8412 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
8413
8414 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
8415 Simplify selection of frame focusing function.
8416
8417 2008-01-08 Michael Olson <mwolson@gnu.org>
8418
8419 * textmodes/remember.el (remember-region): Fix typo in docstring.
8420
8421 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
8422
8423 * textmodes/remember.el (remember): If there is a visible region
8424 [that is, the mark is active and transient mark mode is enabled]
8425 then use this region for the initial contents of the *Remember*
8426 buffer. Use `region-beginning' and `region-end' instead of
8427 `point' and `mark'.
8428
8429 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
8430
8431 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
8432 argument to vc-hg-command.
8433 (vc-hg-log-view-mode): Handle the user field better.
8434
8435 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
8438
8439 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8440
8441 * vc.el (vc-status-fileinfo): New defstruct.
8442 (vc-status): New defvar.
8443 (vc-status-insert-headers, vc-status-printer, vc-status)
8444 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
8445 (vc-status-unmark-file, vc-status-marked-files): New functions.
8446
8447 * vc-hg.el (vc-hg-dir-status): New function.
8448
8449 2008-01-06 Martin Rudalics <rudalics@gmx.at>
8450
8451 * cus-edit.el (custom-tool-bar-map): Move initialization of this
8452 keymap from here ...
8453 (custom-mode): ... to here. Reported by Reiner Steib.
8454
8455 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8456
8457 * obsolete/x-apollo.el: Remove file for unsupported system.
8458
8459 * term/x-win.el (vendor-specific-keysyms): Remove reference to
8460 Apollo.
8461
8462 * progmodes/gud.el (gud-dgux-p): Remove.
8463 (dbx): Remove reference to dgux.
8464
8465 * progmodes/ps-mode.el (ps-mode-print-function):
8466 * ps-print.el (ps-lp-system):
8467 * paths.el (rmail-spool-directory):
8468 * ls-lisp.el (ls-lisp-emulation):
8469 * lpr.el (lpr-lp-system):
8470 * dired.el (dired-chown-program): Remove references to dgux.
8471
8472 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * vc.el (vc-process-sentinel): Fix apparent typo.
8475 (vc-do-command): Forcefully kill any left over process.
8476 Use start-file-process.
8477 (vc-annotate-get-time-set-line-props): Check we don't move backward.
8478
8479 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
8480
8481 * net/dbus.el (dbus-list-hash-table)
8482 (dbus-name-owner-changed-handler): Replace "signal" by "member".
8483 (dbus-check-event): Add serial number to event.
8484 (dbus-handle-event): Apply return message if needed.
8485 (dbus-event-serial-number): New defun.
8486 (dbus-event-service-name, dbus-event-path-name)
8487 (dbus-event-interface-name, dbus-event-member-name):
8488 Adapt implementation to serial number.
8489
8490 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
8491
8492 * bs.el (bs--get-mode-name): Fix typo in previous change.
8493
8494 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8495
8496 * mouse.el (mouse-popup-menubar): Fix typo.
8497
8498 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
8499 form inside with-current-buffer.
8500
8501 * progmodes/antlr-mode.el (provide): Move to the end of file.
8502 (require): Don't require font-lock and compile.
8503 (outline-level, imenu-use-markers, imenu-create-index-function):
8504 Move declarations to top level.
8505 (cond-emacs-xemacs-macfn): Declare for compiler.
8506
8507 * vc-bzr.el (vc-bzr-root):
8508 * vc-arch.el (vc-arch-root): Only set a property if the file is
8509 managed by this backend.
8510
8511 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
8512
8513 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
8514
8515 * doc-view.el (doc-view-scroll-up-or-next-page)
8516 (doc-view-scroll-down-or-previous-page): Don't scroll to the
8517 top/bottom again when on the first/last page.
8518
8519 * doc-view.el (doc-view-scroll-up-or-next-page)
8520 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
8521 image-scroll-down instead of the non-image equivalents.
8522 Don't rely on a signalled condition but switch pages when scrolling
8523 doesn't change the vertical position anymore.
8524 (doc-view-mode-map): Remap scroll-{up,down} to
8525 image-scroll-{up,down}.
8526
8527 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
8528
8529 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
8530 tpu-mapper command rather than load the tpu-mapper package.
8531
8532 * emulation/tpu-mapper.el (tpu-mapper): New command.
8533 Contains all the code previously at top-level.
8534
8535 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * bs.el (bs--sort-by-mode, bs--get-mode-name):
8538 * imenu.el (imenu-add-to-menubar):
8539 * makesum.el (make-command-summary):
8540 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
8541 (mouse-buffer-menu):
8542 * msb.el (msb--mode-menu-cond):
8543 * calc/calc-embed.el (calc-do-embedded):
8544 * emacs-lisp/helper.el (Helper-describe-mode):
8545 * mail/emacsbug.el (report-emacs-bug):
8546 * progmodes/hideshow.el (hs-grok-mode-type):
8547 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
8548 * textmodes/table.el (*table--cell-describe-mode):
8549 Pass mode-name through format-mode-line.
8550
8551 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * progmodes/ada-xref.el (ada-prj-find-prj-file):
8554 * progmodes/ada-mode.el (comment-region):
8555 * calendar/todo-mode.el (todo-insert-item):
8556 * bookmark.el (bookmark-buffer-name):
8557 Test major-mode rather than mode-name.
8558
8559 2008-01-04 Richard Stallman <rms@gnu.org>
8560
8561 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8562 Call byte-compile-warn-about-unresolved-functions outside
8563 the with-current-buffer.
8564 (byte-compile-insert-header): Use with-current-buffer.
8565
8566 2008-01-04 Glenn Morris <rgm@gnu.org>
8567
8568 * startup.el (fancy-about-screen): Remove reference to deleted
8569 `fancy-splash-help-echo' variable.
8570
8571 * version.el (emacs-copyright): Update to 2008.
8572
8573 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
8574 rather than mapcar.
8575
8576 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
8577 change (merge mistake).
8578
8579 * doc-view.el (doc-view-search-internal): Don't use `incf'.
8580
8581 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
8582 (bookmark-get-bookmark-record):
8583 * image-mode.el (bookmark-make-cell-function)
8584 (bookmark-get-filename, bookmark-get-bookmark-record)
8585 (bookmark-get-position):
8586 * log-view.el (vc-modify-change-comment):
8587 * progmodes/grep.el (find-name-arg): Declare for compiler.
8588
8589 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
8590
8591 * savehist.el (savehist-coding-system): Default to a variant coding
8592 system with explicit unix end-of-line conversion, which is safer.
8593
8594 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
8597 * ibuffer.el (mode column): Use format-mode-line.
8598
8599 * server.el (server-create-window-system-frame): Remove workaround for
8600 a bug that has been fixed.
8601
8602 2008-01-03 Magnus Henoch <magnus@zemdatav>
8603
8604 * net/dbus.el (dbus-name-owner-changed-handler):
8605 Use dbus-unregister-object instead of dbus-unregister-signal.
8606
8607 2008-01-03 Drew Adams <drew.adams@oracle.com>
8608
8609 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
8610
8611 2008-01-03 Richard Stallman <rms@gnu.org>
8612
8613 * replace.el (occur-context-lines): New subroutine,
8614 broken out of occur-engine.
8615 (occur-engine): Call it.
8616
8617 2008-01-03 Alexandre Julliard <julliard@winehq.org>
8618
8619 * vc-git.el (vc-git--ls-files-state): New function.
8620 (vc-git-dir-state): Use it instead of processing the status
8621 results here.
8622
8623 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
8624
8625 * progmodes/grep.el (grep-find-ignored-directories):
8626 Initialize from the value of vc-directory-exclusion-list.
8627
8628 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
8629 even though we don't have a back end for darcs yet.
8630
8631 2008-01-02 Karl Fogel <kfogel@red-bean.com>
8632
8633 Change a return type, for greater extensibility.
8634 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
8635 and its thread for discussion leading to this change.
8636
8637 * bookmark.el (bookmark-jump-noselect):
8638 Return an alist instead of a dotted pair.
8639 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
8640 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8641 (bookmark-bmenu-switch-other-window): Adjust accordingly.
8642 (bookmark-make-cell-function): Adjust documentation accordingly.
8643
8644 * image-mode.el (image-bookmark-jump):
8645 Adjust return type accordingly; document.
8646
8647 * doc-view.el (doc-view-bookmark-jump):
8648 Adjust return type accordingly; document.
8649
8650 2008-01-02 Miles Bader <miles@gnu.org>
8651
8652 * net/rcirc.el (rcirc-log-filename-function): New variable.
8653 (rcirc-log): Use `rcirc-log-filename-function' to generate the
8654 log-file name. Don't log anything if it returns nil.
8655 (rcirc-log-write): Use `expand-file-name' when merging the
8656 log-file name from the alist with rcirc-log-directory; this does
8657 the right thing if the name in the alist already an absolute
8658 filename. Make the log-file directory if necessary.
8659
8660 2007-12-29 Richard Stallman <rms@gnu.org>
8661
8662 * font-lock.el (font-lock-prepend-text-property)
8663 (font-lock-append-text-property): Canonicalize the face and
8664 font-lock-face properties.
8665
8666 * faces.el (facep): Doc fix.
8667
8668 * startup.el (fancy-startup-tail, fancy-about-text)
8669 (fancy-startup-text): Regularize format of face property.
8670
8671 * facemenu.el (list-colors-print): Use :background and :foreground
8672 instead of background-color and foreground-color.
8673
8674 2007-12-29 Drew Adams <drew.adams@oracle.com>
8675
8676 * cus-edit.el (custom-add-parent-links):
8677 Fill the "Parent documentation" text.
8678
8679 2007-12-29 Eli Zaretskii <eliz@gnu.org>
8680
8681 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
8682 MS-Windows and MS-DOS.
8683 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
8684
8685 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
8686
8687 * vc-svn.el (vc-svn-modify-change comment): New function.
8688
8689 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
8690
8691 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
8692 Do not disable undo, with-temp-buffer does it by default.
8693
8694 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
8695
8696 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
8697 correctly.
8698
8699 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
8700 with vc-state.
8701 (vc-next-action): Fix vc-transfer-file call.
8702
8703 2007-12-31 Tom Tromey <tromey@redhat.com>
8704
8705 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
8706 Move point to the start of the buffer.
8707
8708 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
8709
8710 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
8711
8712 * vc.el: State that dir-state is required to set the vc-state and
8713 vc-backend properties.
8714
8715 2007-12-31 Martin Rudalics <rudalics@gmx.at>
8716
8717 * man.el (Man-default-man-entry): Make this a defun.
8718 Improve guessing mechanism and handling of section numbers.
8719
8720 2007-12-31 Richard Stallman <rms@gnu.org>
8721
8722 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
8723
8724 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
8725
8726 * calc/calc-units.el (calc-convert-temperature): Ensure that units
8727 are on the result even when the result is zero.
8728
8729 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
8732 resistent towards wrong parameters.
8733 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
8734
8735 2007-12-30 Richard Stallman <rms@gnu.org>
8736
8737 * faces.el (face-all-attributes): New function.
8738
8739 * faces.el (face-differs-from-default-p): Compute list of attr names
8740 from face-attribute-name-alist.
8741
8742 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
8743 (custom-face-save): Likewise.
8744 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
8745
8746 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
8747 (custom-theme-set-faces): Clear `face-override-spec' property.
8748 Call `face-spec-set' with FOR-DEFFACE.
8749
8750 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
8751
8752 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
8753 Use of frame as third arg is deprecated.
8754 Handle `face-override-spec' property.
8755 (face-spec-recalc): New function.
8756 (face-spec-set-2): New function.
8757 (frame-set-background-mode): Handle `face-override-spec' property.
8758 Use `face-spec-recalc'.
8759 (face-set-after-frame-default): Use `face-spec-recalc'.
8760
8761 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
8762
8763 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
8764
8765 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8766
8767 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
8768
8769 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
8770
8771 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
8772 'added, 'removed.
8773
8774 * vc.el (header coment): Better description of dir-state.
8775 (vc-compatible-state): New function. Checks whether two states
8776 can be in the same changeset; used with 'edited it can test whether
8777 the next action for a state should be commit.
8778 (vc-default-dired-state-info): Display 'removed state.
8779 (vc-dired-hook): Turn off undo, this is a speed tweak.
8780
8781 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
8782
8783 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
8784 Cope with the possibility that the 'C' status flag might change
8785 in 0.9,6.
8786
8787 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
8788
8789 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
8790
8791 * files.el (cd-absolute): Fix omission bug:
8792 Make `list-buffers-directory' buffer-local.
8793
8794 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8795
8796 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
8797
8798 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
8799
8800 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
8801
8802 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
8803 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
8804 (math-yacas-compose-deriv, math-yacas-compose-taylor)
8805 (math-maxima-parse-subst, math-maxima-parse-taylor)
8806 (math-maxima-compose-taylor, math-maxima-compose-subst)
8807 (math-maxima-compose-if, math-lang-switch-args)
8808 (math-lang-compose-switch-args, math-read-giac-subscr):
8809 New functions.
8810 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
8811 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
8812 Add languages.
8813 (math-vector-brackets, math-complex-format, math-variable-table)
8814 (math-parse-table, math-oper-table, math-function-table)
8815 (math-special-function-table, math-compose-subscr):
8816 Add values for new languages.
8817
8818 * calc/calccomp.el (math-compose-expr): Add new languages.
8819
8820 * calc/calc.el (calc-language): Add languages to docstring.
8821
8822 * calc/calc-ext.el (calc-init-extensions): Add keybindings
8823 for new languages. Autoload commands to change languages.
8824
8825 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
8826
8827 * calc/calc-menu.el (calc-modes-menu): Add new languages.
8828 (calc-arithmetic-menu, calc-scientific-function-menu)
8829 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
8830 (calc-units-menu, calc-variables-menu, calc-stack-menu):
8831 Add :active keywords.
8832
8833 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8834
8835 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
8836 returns 'ignored or 'unregistered.
8837 (vc-hg-state): Pass "-A" to the status command and deal with the
8838 output.
8839 (vc-hg-dir-state): Pass "-A" to the status command.
8840
8841 2007-12-29 Richard Stallman <rms@gnu.org>
8842
8843 * progmodes/compile.el (compilation-start): Set initial visible
8844 point properly even when compilation buffer already current.
8845
8846 2007-12-29 Richard Stallman <rms@gnu.org>
8847
8848 * files.el (conf-mode-maybe): New function.
8849 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
8850
8851 2007-12-29 Martin Rudalics <rudalics@gmx.at>
8852
8853 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
8854
8855 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8856
8857 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
8858
8859 2007-12-29 Richard Stallman <rms@gnu.org>
8860
8861 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
8862 so they never do EOF.
8863
8864 2007-12-29 Richard Stallman <rms@gnu.org>
8865
8866 * faces.el (copy-face): Create the new face explicitly if it
8867 does not exist already.
8868
8869 2007-12-29 Eli Zaretskii <eliz@gnu.org>
8870
8871 * simple.el (minibuffer-history, shell-command-history)
8872 (set-variable-value-history):
8873 * replace.el (regexp-history):
8874 * international/mule-cmds.el (input-method-history):
8875 * files.el (file-name-history): Add reference to history-length in
8876 the doc string.
8877
8878 2007-12-29 Richard Stallman <rms@gnu.org>
8879
8880 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
8881
8882 2007-12-29 Jason Rumney <jasonr@gnu.org>
8883
8884 * find-dired.el (find-name-arg): New custom variable.
8885 (find-name-dired): Use it.
8886 (find-dired-find-program): Remove.
8887 (find-dired): Use find-program.
8888 (find-grep-dired): Use grep-program.
8889
8890 * progmodes/grep.el (rgrep): Use find-name-arg.
8891
8892 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
8893
8894 * progmodes/cc-vars.el (defcustom-c-stylevar):
8895 Revert to pre-2007-12-12 version.
8896
8897 2007-12-29 Richard Stallman <rms@gnu.org>
8898
8899 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
8900
8901 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
8902 Use changed.
8903
8904 * startup.el (fancy-splash-help-echo): Var deleted.
8905 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
8906 (fancy-about-screen): Don't display fancy-splash-help-echo.
8907
8908 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
8909
8910 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
8911
8912 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
8913 to vc-hooks.el so it will be available to other modes, such as
8914 speedbar.el. Also, teach it to recognize monotone state directories.
8915
8916 * speedbar.el: Remove this mode's fragile assumptions about
8917 version-control systems. Instead, make it use logic from
8918 vc-hooks.el so it will become smarter whenever VC mode does.
8919
8920 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
8921 Fix the documentation.
8922
8923 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
8924 Modify all instances of the dir-state back-end method to suppress
8925 keeping undo lists on the buffers holding status output, which
8926 can get extremely large.
8927
8928 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
8929 so they don't do work that the default one can do instead.
8930
8931 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
8932 states, and the new return-value convention. These are not
8933 actually used yet, just set.
8934
8935 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
8936 states when appropriate.
8937
8938 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
8939 'unregistered when appropriate.
8940
8941 * vc-git.el: Document that we don't set the new states yet.
8942
8943 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
8944 'ignored states.
8945
8946 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
8947 appropriate.
8948
8949 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
8950 when appropriate.
8951
8952 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
8953
8954 * thumbs.el (thumbs-call-convert): Use call-process directly
8955 with thumbs-conversion-program instead of through shell-file-name
8956 for better error reporting.
8957
8958 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
8959
8960 * calc/calc-aent.el (math-remove-percentsigns):
8961 * calc/calccomp.el (math-to-percentsigns): Change placeholder
8962 for percent signs.
8963
8964 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
8965
8966 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
8967 use completion-ignored-extensions to detect files that should be
8968 ignorted in VC-Dired listings, heading off lots of expensive calls
8969 to (vc-state).
8970
8971 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
8972 non-terse mode.
8973 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
8974 Makefile.in or Makefile.am.
8975
8976 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8977
8978 * ps-print.el (ps-mark-active-p): Fun returned back.
8979 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
8980 `region-active-p' for error checking.
8981
8982 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
8983
8984 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
8985 Put new machinery in place to support editing of change comments
8986 with 'e' in a log-view buffer. Not documented yet as this
8987 only works for SCCS, RCS, and maybe CVS if you have admin
8988 privileges. When we have backend support for Subversion and
8989 more modern systems it will be time to write this up.
8990
8991 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
8992
8993 * international/mule-cmds.el (select-safe-coding-system):
8994 When a buffer is modified, cancel the writing.
8995
8996 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
8997
8998 * log-view.el: Add Subversion and Mercurial log format samples.
8999
9000 * vc.el (vc-dired-hook): Significantly speed up by arranging for
9001 it to call the backend dir-state hook (if it exists)
9002 exactly *once*, rather than once per each subdirectory (with
9003 dired-state-info calls on all toplevel files slowing it down even
9004 further). For this to work, backend dir-state methods have to
9005 recurse to subdirectories. Most of them already did anyway; a few
9006 needed *non*-recursion switches removed. This change mostly
9007 removed code that was perversely bad and should have been shot
9008 through the head years ago.
9009
9010 * vc-bzr.el (vc-bzr-dir-state):
9011 * vc-cvs.el (vc-cvs-dir-state):
9012 * vc-mcvs.el (vc-mcvs-dir-state):
9013 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
9014
9015 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
9016 multiple arguments, so generate logs sequentially when we get them.
9017 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
9018 headers so the various log bindings can do the right thing.
9019 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
9020
9021 2007-12-26 Andreas Schwab <schwab@suse.de>
9022
9023 * font-lock.el (save-buffer-state): Make sure the state of the
9024 buffer is always restored.
9025
9026 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
9027
9028 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
9029
9030 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
9031 a variable.
9032
9033 * calc/calccomp.el (math-to-percentsigns): New function.
9034 (math-compose-var): Handle variables with percent signs.
9035 (math-compose-expr): Handle function names with percent signs.
9036
9037 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
9038 (math-read-exprs): Handle percent signs in languages that
9039 allow them.
9040 (math-restore-underscores): Remove function.
9041 (math-remove-percentsigns, math-restore-placeholders):
9042 New functions.
9043
9044 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9045
9046 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
9047 of `mark' for error checking.
9048
9049 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
9050
9051 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
9052 New functions.
9053 (image-mode): Set bookmark-make-cell-function appropriately.
9054
9055 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
9056
9057 * bookmark.el (bookmark-make-cell-function): New variable.
9058 (bookmark-make): Call bookmark-make-cell-function's function
9059 instead of bookmark-make-cell.
9060 (bookmark-get-handler, bookmark-jump-internal): New functions.
9061 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
9062 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
9063 Use bookmark-jump-internal.
9064 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
9065
9066 * doc-view.el (doc-view-bookmark-make-cell)
9067 (doc-view-bookmark-jump): New functions.
9068 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
9069
9070 2007-12-25 Miles Bader <miles@gnu.org>
9071
9072 * indent.el (indent-for-tab-command): Rigidly indent the following
9073 sexp along with the current line when a prefix arg is given in the
9074 non-active-region case. Specify raw prefix in interactive spec.
9075 Simplify main indentation logic to get rid of the conditional call
9076 to `indent-according-to-mode' (it just ended up calling
9077 `indent-line-function' in all cases anyway, which can be done more
9078 simply here). Remove unnecessary test of ARG in active region case.
9079
9080 2007-12-25 Richard Stallman <rms@gnu.org>
9081
9082 * allout.el (allout-region-active-p): Rename from my-region-active-p.
9083 Use `use-region-p'.
9084 (allout-write-file-hook-handler): Simplify code.
9085
9086 * ps-print.el (ps-mark-active-p): Function deleted.
9087 (ps-print-preprint-region): Use (mark) for the error check.
9088
9089 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
9090
9091 * winner.el (winner-active-region): Use `mark-active' if it's defined.
9092
9093 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
9094
9095 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
9096
9097 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
9098
9099 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
9100
9101 * progmodes/cc-defs.el (c-region-is-active-p):
9102 Use `mark-active' if it's defined.
9103
9104 * progmodes/cc-cmds.el (c-indent-line-or-region):
9105 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
9106
9107 * simple.el (select-active-regions): New option.
9108 (set-mark): Obey it.
9109 (yank-pop-change-selection): New option.
9110 (current-kill): Obey it.
9111
9112 * simple.el (use-region-p): Rename from `region-active-p'.
9113 (region-active-p): New function.
9114
9115 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
9116
9117 * term/x-win.el (x-select-enable-primary): New option.
9118 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
9119
9120 * mouse.el (mouse-yank-primary): New function (almost same
9121 as mouse-yank-secondary).
9122
9123 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
9124
9125 * calculator.el:
9126 * dframe.el:
9127 * iswitchb.el:
9128 * whitespace.el:
9129 * winner.el:
9130 * emacs-lisp/checkdoc.el:
9131 * mail/feedmail.el:
9132 * net/quickurl.el:
9133 * obsolete/fast-lock.el:
9134 * play/5x5.el:
9135 * progmodes/delphi.el:
9136 * progmodes/idlw-shell.el:
9137 * progmodes/idlwave.el:
9138 * textmodes/artist.el:
9139 * textmodes/ispell.el:
9140 * textmodes/texinfmt.el:
9141 * textmodes/texinfo.el: Remove obsolete definitions of backward
9142 compatibility macros for defcustom, defgroup, defface, when,
9143 unless, with-current-buffer and with-temp-message.
9144
9145 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
9148
9149 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
9152 indeed a process.
9153
9154 2007-12-23 Richard Stallman <rms@gnu.org>
9155
9156 * simple.el (region-active-p): New function.
9157 (use-empty-active-region): New variable.
9158
9159 * dired-aux.el (dired): Load dired.el at run time too.
9160
9161 2007-12-23 Juri Linkov <juri@jurta.org>
9162
9163 * man.el (Man-follow-manual-reference): Fill the minibuffer's
9164 default list with a full list of references.
9165
9166 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
9167
9168 2007-12-23 Andreas Schwab <schwab@suse.de>
9169
9170 * files.el (switch-to-buffer-other-frame): Return the buffer
9171 switched to.
9172
9173 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
9174
9175 Sync with Tramp 2.1.12.
9176
9177 * net/tramp.el: New todo item.
9178
9179 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
9180 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
9181
9182 * net/trampver.el: Update release number.
9183
9184 2007-12-22 Richard Stallman <rms@gnu.org>
9185
9186 * newcomment.el (comment-region-default): Don't triple the
9187 comment starter if the first region line isn't indented enough.
9188
9189 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9190
9191 * net/imap.el (imap-authenticate): Use current-buffer instead of
9192 buffer, for the cases where imap-authenticate is called with a nil
9193 buffer parameter.
9194
9195 2007-12-21 Martin Rudalics <rudalics@gmx.at>
9196
9197 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
9198 specifier from format-string. Reported by Ye Wenbin.
9199
9200 2007-12-20 Jason Rumney <jasonr@gnu.org>
9201
9202 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
9203 Parent group is font-lock-faces.
9204 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
9205 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
9206 (nxml-version): Remove.
9207 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
9208 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
9209 (nxml-processing-instruction-delimiter)
9210 (nxml-processing-instruction-target)
9211 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
9212 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
9213 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
9214 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
9215 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
9216 (nxml-attribute-prefix, nxml-attribute-colon)
9217 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
9218 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
9219 (nxml-attribute-value, nxml-attribute-value-delimiter)
9220 (nxml-namespace-attibute-value)
9221 (nxml-namespace-attribure-value-delimiter)
9222 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
9223 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
9224 (nxml-glyph): Rename, removing -face suffix.
9225 Inherit from existing font-lock faces.
9226 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
9227 Use new face names.
9228
9229 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9230 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9231 Rename, removing -face suffix.
9232 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
9233 (nxml-highlighted-colon, nxml-highlighted-slash)
9234 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
9235 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
9236 (nxml-highlighted-qname, nxml-outline-display-heading):
9237 Use new face names.
9238
9239 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
9240
9241 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
9242
9243 2007-12-19 Martin Rudalics <rudalics@gmx.at>
9244
9245 * cus-start.el (all): Use correct group name for members of
9246 mode-line group.
9247
9248 * man.el (Man-default-man-entry): When looking for default man
9249 entry title search text preceding point. Use when instead of if.
9250
9251 * indent.el (indent-for-tab-command): Fix doc-string typo.
9252
9253 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
9254 vc-parent-buffer is the current buffer.
9255
9256 * info-look.el (info-lookup, info-lookup-setup-mode)
9257 (info-lookup-make-completions): Avoid clobbering Info-history and
9258 Info-history-list.
9259
9260 2007-12-19 Glenn Morris <rgm@gnu.org>
9261
9262 * progmodes/verilog-mode.el (top-level): Don't require compile.
9263 (compilation-error-regexp-alist, compilation-last-buffer):
9264 Define for compiler.
9265 (verilog-insert-1): New function.
9266 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
9267 Use verilog-insert-1.
9268 (verilog-surelint-off): Use next-error-last-buffer if bound.
9269 Check compile buffer is live.
9270
9271 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
9272
9273 * progmodes/compile.el (compilation-start): Don't pass a FRAME
9274 argument to display-buffer.
9275
9276 2007-12-19 Jason Rumney <jasonr@gnu.org>
9277
9278 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
9279 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
9280 (rng-byte-compile-load, rng-write-version): Remove.
9281
9282 * nxml/rng-loc.el (rng-schema-locating-files-default)
9283 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
9284 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
9285
9286 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
9287
9288 * files.el (cd-absolute): Set `list-buffers-directory' in order to
9289 show correct path in buffer list.
9290
9291 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
9292 (tramp-find-shell): Send only single prompt setting commands, in
9293 order to avoid double-prompt.
9294
9295 * net/tramp-compat.el (top): Require cl only when compiling.
9296 Reported by Glenn Morris <rgm@gnu.org>.
9297
9298 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9299
9300 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
9301 (c-comment-continuation-stars): No longer declare with
9302 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
9303 (c-block-comment-prefix): Use symbol-value to
9304 access c-comment-continuation-stars.
9305 * progmodes/cc-mode.el (c-initialize-cc-mode):
9306 Use symbol-value to access c-comment-continuation-stars.
9307
9308 2007-12-18 Mark A. Hershberger <mah@everybody.org>
9309
9310 * xml.el (xml-escape-string): New function. Escape string using
9311 xml-entity-alist.
9312 (xml-debug-print-internal): Use xml-escape-string to escape
9313 characters in attributes and in text children of elements.
9314
9315 2007-12-18 Glenn Morris <rgm@gnu.org>
9316
9317 * progmodes/cc-subword.el (c-subword-mode): Drop support for
9318 systems without define-minor-mode.
9319
9320 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
9321
9322 * progmodes/verilog-mode.el: Replace all instances of
9323 string-to-int with string-to-number, insert-string with insert,
9324 and read-input with read-string.
9325 (top-level): No need to require imenu, reporter, dinotrace, vc,
9326 font-lock when compiling. Always require compile. Relegate remaining
9327 compatibility cruft to XEmacs. Don't require font-lock.
9328 (verilog-version): Remove superfluous concat.
9329 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
9330 No need to define.
9331 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
9332 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
9333 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
9334 (verilog-startup-message-displayed): These are variables, not constants.
9335 (verilog-batch-execute-func, verilog-auto-inst)
9336 (verilog-auto-inst-param): Use mapc rather than mapcar.
9337 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
9338 actually defining.
9339 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
9340 (verilog-modi-get-outputs, verilog-modi-get-inouts)
9341 (verilog-modi-get-inputs, verilog-modi-get-wires)
9342 (verilog-modi-get-regs, verilog-modi-get-assigns)
9343 (verilog-modi-get-consts, verilog-modi-get-gparams)
9344 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
9345 (verilog-modi-get-sub-inputs): Move inline functions earlier in
9346 the file.
9347 (sigs-in, sigs-out): Don't declare multiple times.
9348 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
9349 `defvar'.
9350 (verilog-auto): Call dinotrace-unannotate-all only if bound.
9351 (verilog-module-inside-filename-p): No need to wrap fboundp test
9352 in condition-case.
9353 (reporter-submit-bug-report): Autoload it.
9354 (verilog-mark-defun): Call zmacs-activate-region only if bound.
9355 (verilog-font-customize): Call customize-apropos only if bound.
9356 (verilog-getopt-flags, verilog-auto-reeval-locals):
9357 Use make-local-variable rather than make-variable-buffer-local.
9358 (verilog-company, verilog-project, verilog-modi-cache-list):
9359 Move make-variable-buffer-local calls to top-level.
9360 (font-lock-defaults-alist): Don't define it.
9361 (verilog-need-fld): Remove.
9362 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
9363 (verilog-mode): Only call make-local-hook on XEmacs.
9364 Set font-lock-defaults rather than using verilog-font-lock-init.
9365
9366 2007-12-17 Andreas Schwab <schwab@suse.de>
9367
9368 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
9369 Fix comment typo.
9370
9371 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
9372
9373 * net/dbus.el (dbus-name-owner-changed-handler):
9374 Use `dbus-unregister-signal' for removing old rules.
9375 Obey new structure of `dbus-registered-functions-table'.
9376
9377 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
9378
9379 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
9380
9381 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9382
9383 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
9384 function.
9385 (add-submenu): Only define for XEmacs.
9386 (verilog-regexp-words): Revert previous change, keep the other
9387 definition.
9388
9389 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9390
9391 * progmodes/perl-mode.el (perl-continued-statement-offset)
9392 (perl-continued-brace-offset, perl-brace-offset)
9393 (perl-brace-imaginary-offset, perl-label-offset):
9394 * progmodes/cperl-mode.el (cperl-brace-offset)
9395 (cperl-continued-brace-offset, cperl-label-offset)
9396 (cperl-continued-statement-offset)
9397 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
9398 Add safe-local-variable properties.
9399
9400 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9401
9402 * progmodes/verilog-mode.el (verilog-mode-map)
9403 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
9404 (verilog-colorize-include-files): Use only overlay functions so
9405 that it can work on both emacs and XEmacs.
9406 (set-extent-keymap): Remove unused defun.
9407 (verilog-kill-existing-comment, verilog-insert-date)
9408 (verilog-insert-year): Rename in order not to pollute the global
9409 namespace from kill-existing-comment, insert-date and
9410 insert-year, respectively.
9411 (verilog-set-auto-endcomments, verilog-header): Update callers.
9412
9413 * files.el (auto-mode-alist): Recognize verilog files.
9414
9415 * progmodes/verilog-mode.el (verilog-string-replace-matches)
9416 (verilog-string-remove-spaces, verilog-re-search-forward)
9417 (verilog-re-search-backward, verilog-re-search-forward-quick)
9418 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
9419 (verilog-get-end-of-line, verilog-within-string): Move definitions
9420 before first use. No code changes.
9421
9422 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9423
9424 * progmodes/verilog-mode.el (verilog-mode-version)
9425 (verilog-mode-release-date): Don't use expanding keywords.
9426 (provide): Move to the end of file.
9427 (fboundp): Don't check if eval-when-compile is bound, it is used
9428 later in the file without checking.
9429 (when, unless): Copy definitions from subr.el.
9430 (char-before, defcustom, defface, customize-group)
9431 (verilog-batch-error-wrapper): Don't use old style backquotes.
9432 (verilog-regexp-opt): Avoid using the cl function case.
9433 (verilog-regexp-words): Remove duplicated definition.
9434 (verilog-mode-abbrev-table): Remove, duplicate.
9435 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
9436 Declare and initialize in one step.
9437 (verilog-declaration-prefix-re, verilog-declaration-re)
9438 (verilog-end-of-statement, verilog-indent-declaration)
9439 (verilog-get-lineup-indent): Remove trailing whitespace.
9440 (verilog-mode): Fix autoload cookie.
9441 Set beginning-of-defun-function and end-of-defun-function. Use when
9442 instead of if.
9443 (verilog-emacs-features, verilog-auto-ascii-enum)
9444 (verilog-insert-indices): Escape braces in doc strings.
9445
9446 2007-12-08 Michael McNamara <mac@verilog.com>
9447 Wilson Snyder <wsnyder@wsnyder.org>
9448
9449 * progmodes/verilog-mode.el: New file.
9450
9451 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
9452
9453 * international/latexenc.el (latexenc-find-file-coding-system):
9454 If both coding-system-for-write and buffer-file-coding-system of
9455 latex-main-file are nil, use `undecided'.
9456
9457 2007-12-06 Jason Rumney <jasonr@gnu.org>
9458
9459 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
9460
9461 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9462
9463 * files.el (revert-buffer): Docstring fix.
9464
9465 2007-12-11 Glenn Morris <rgm@gnu.org>
9466
9467 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
9468
9469 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
9470
9471 * calc/calc-aent.el (math-restore-underscores)
9472 (math-string-restore-underscores): New functions.
9473 (math-read-factor): Properly check variable names with underscores
9474 for entries in `math-expr-variable-mapping'.
9475
9476 * calc/calc-lang.el (math-lang-name): New property name.
9477
9478 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
9479 to set language name.
9480
9481 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9484
9485 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * server.el (server-select-display): Fix important typo.
9488 (server-process-filter): Turn a "" display into nil.
9489
9490 2007-12-09 Juri Linkov <juri@jurta.org>
9491
9492 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
9493 Check search-upper-case before calling isearch-no-upper-case-p
9494 to set case-fold-search.
9495 (occur): Doc fix.
9496 (occur-1, perform-replace): Check search-upper-case before calling
9497 isearch-no-upper-case-p to set case-fold-search.
9498
9499 * isearch.el (search-upper-case): Doc fix.
9500 (isearch-mode-map): Bind `M-s o' to isearch-occur.
9501 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
9502 (isearch-query-replace-regexp): Doc fix.
9503 (isearch-occur): New function.
9504
9505 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9506
9507 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
9508 backward compatibility.
9509
9510 * net/imap.el (imap-string-to-integer): New function.
9511
9512 2007-12-09 David Kastrup <dak@gnu.org>
9513
9514 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
9515 directories. Not sure anybody uses this anymore, though.
9516
9517 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9518
9519 * printing.el: Fix pr-interface-map initialization code.
9520 (pr-version): New version 6.9.3.
9521 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
9522 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
9523 (pr-f-read-string): Replace by pr-read-string.
9524 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
9525 name.
9526 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
9527
9528 2007-12-09 Glenn Morris <rgm@gnu.org>
9529
9530 * emulation/viper-init.el (top-level): Use dolist rather than mapc
9531 in make-variable-frame-local call.
9532
9533 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9534
9535 * mail/hashcash.el (declare-function):
9536 * net/imap.el (declare-function): New no-op macro for backward
9537 compatibility.
9538
9539 2007-12-08 Eli Zaretskii <eliz@gnu.org>
9540
9541 Sync makefile.w32-in with Makefile.in.
9542
9543 * makefile.w32-in (check-declare): New target.
9544 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
9545 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
9546 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
9547 ($(lisp)/progmodes/cc-mode.elc): Use it.
9548 ($(lisp)/progmodes/cc-mode.elc): New rule.
9549
9550 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
9551
9552 * indent.el (tab-stop-list): Mark as safe-local-variable.
9553
9554 * generic-x.el (etc-sudoers-generic-mode): New mode.
9555 (generic-unix-modes): Add it.
9556
9557 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
9558
9559 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
9560 apply wildcards in a hash table key; there is no usable hash code then.
9561 (dbus-registered-functions-table): Use `equal' as test function.
9562 (dbus-name-owner-changed-handler): Rewrite due to new hash table
9563 structure.
9564
9565 2007-12-08 Martin Rudalics <rudalics@gmx.at>
9566
9567 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
9568 bound error in block comment branch.
9569
9570 2007-12-08 David Kastrup <dak@gnu.org>
9571
9572 * textmodes/reftex.el (reftex-select-with-char):
9573 * textmodes/reftex-toc.el (reftex-toc-do-promote)
9574 (reftex-toc-visit-location, reftex-toc-find-section):
9575 * textmodes/reftex-index.el (reftex-index-show-entry):
9576 * textmodes/org.el (org-cycle-hide-archived-subtrees)
9577 (org-table-rotate-recalc-marks, org-mark-ring-push)
9578 (org-follow-info-link, org-mhe-get-message-folder-from-index)
9579 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
9580 (org-evaluate-time-range, org-edit-agenda-file-list):
9581 * textmodes/artist.el (artist-select-next-op-in-list)
9582 (artist-select-prev-op-in-list):
9583 * term/mac-win.el (mac-service-insert-text):
9584 * startup.el (fancy-about-screen):
9585 * progmodes/vhdl-mode.el (vhdl-decision-query):
9586 * progmodes/idlwave.el (idlwave-template)
9587 (idlwave-scroll-completions, idlwave-display-completion-list):
9588 * progmodes/ebrowse.el (ebrowse-show-progress):
9589 * progmodes/cperl-mode.el (cperl-find-pods-heres):
9590 * progmodes/antlr-mode.el (antlr-insert-option-do):
9591 * play/mpuz.el (mpuz-close-game):
9592 * net/rcirc.el (rcirc-next-active-buffer):
9593 * mail/reporter.el (reporter-update-status):
9594 * kmacro.el (kmacro-display):
9595 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9596 * emulation/viper-util.el (viper-save-setting):
9597 * emacs-lisp/lisp-mnt.el (lm-verify):
9598 * emacs-lisp/edebug.el (edebug-set-mode):
9599 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
9600 * calendar/calendar.el (calendar-print-day-of-year):
9601 * calc/calcalg3.el (calc-curve-fit):
9602 * calc/calcalg2.el (math-integral):
9603 * calc/calc.el (calc-read-key-sequence, calc-version):
9604 * calc/calc-mode.el (calc-set-simplify-mode):
9605 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
9606
9607 2007-12-07 D. Goel <deego3@gmail.com>
9608
9609 * progmodes/idlw-shell.el (idlwave-shell-display-line)
9610 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
9611 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
9612 * mail/uce.el (uce-reply-to-uce)
9613 * progmodes/vhdl-mode.el (vhdl-template-modify)
9614 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
9615 to `error' (as suggested by RMS.)
9616
9617 2007-12-07 Glenn Morris <rgm@gnu.org>
9618
9619 * allout.el (allout-write-file-hook-handler):
9620 * textmodes/reftex.el (reftex-TeX-master-file):
9621 * textmodes/reftex-parse.el (reftex-short-context):
9622 Revert previous change.
9623
9624 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
9625
9626 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
9627 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
9628 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
9629 (dbus-event-service-name, dbus-event-path-name)
9630 (dbus-event-interface-name, dbus-event-member-name): Fix for new
9631 event structure.
9632 (dbus-list-activatable-names, dbus-list-names)
9633 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
9634 Reorder `dbus-call-method' arguments.
9635
9636 2007-12-06 D. Goel <deego3@gmail.com>
9637
9638 * allout.el (allout-write-file-hook-handler):
9639 * textmodes/reftex.el (reftex-TeX-master-file):
9640 * textmodes/org.el (org-paste-subtree):
9641 * progmodes/vhdl-mode.el (vhdl-template-modify):
9642 * progmodes/idlw-shell.el (idlwave-shell-send-command)
9643 (idlwave-shell-display-line):
9644 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
9645 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
9646 * net/trampver.el (x):
9647 * mail/uce.el (uce-reply-to-uce):
9648 * mail/rmailout.el (rmail-output):
9649 * mail/feedmail.el (feedmail-dump-message-to-queue):
9650 * whitespace.el (whitespace-write-file-hook):
9651 * wdired.el (wdired-check-kill-buffer):
9652 * vc.el (vc-update):
9653 * vc-mcvs.el (vc-mcvs-checkin):
9654 * vc-cvs.el (vc-cvs-checkin):
9655 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
9656 * ibuffer.el (ibuffer-current-buffer):
9657 * dired.el (dired-move-to-end-of-filename):
9658 * bindings.el (complete-symbol):
9659 * textmodes/org-publish.el (org-publish-file):
9660 (org-publish-current-project):
9661 * textmodes/reftex-parse.el (reftex-short-context):
9662 * textmodes/texinfmt.el: Fix buggy calls to `error'.
9663
9664 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * doc-view.el (doc-view-dvi->pdf-sentinel)
9667 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
9668 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
9669 within a sentinel or timer.
9670 (doc-view-display): Don't try to display before the requested page
9671 is available, unless told to do so explicitly.
9672 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
9673 Force display even if the requested page is not available.
9674
9675 2007-12-06 Richard Stallman <rms@gnu.org>
9676
9677 * help-fns.el (describe-function-1): Call ad-get-advice-info
9678 only on symbols.
9679
9680 2007-12-06 Glenn Morris <rgm@gnu.org>
9681
9682 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
9683 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
9684 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
9685 faces in non-light-background case.
9686
9687 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
9688 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
9689 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
9690 * emulation/vi.el, emulation/viper-cmd.el:
9691 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
9692 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
9693 * textmodes/fill.el: Remove directory part from filenames in
9694 function declarations.
9695
9696 * dired-aux.el (mailcap-mime-info): Update declaration.
9697
9698 2007-12-05 Richard Stallman <rms@gnu.org>
9699
9700 * wid-edit.el (widget-type): Doc fix.
9701
9702 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9705 Don't match "sub { (...) ... }".
9706
9707 2007-12-05 Richard Stallman <rms@gnu.org>
9708
9709 * international/mule-cmds.el (toggle-input-method-active): New var.
9710 (toggle-input-method): Bind toggle-input-method-active to t.
9711 Error if it was already non-nil.
9712
9713 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
9714
9715 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9716
9717 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
9718
9719 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
9720 see if certs should be verified and what is to be done in the
9721 event of a verification failure.
9722
9723 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
9724
9725 * net/tls.el (tls-program): Provide more custom choices from
9726 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
9727 (tls-process-connection-type, tls-success): Remove "*" in doc string.
9728 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9729 version. Minor improvement to doc strings.
9730 (tls-program): Add comment.
9731
9732 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
9733
9734 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9735 (tls-checktrust): New variable. Check if GNU TLS complained about a
9736 mismatch between the hostname provided in the certificate and the name
9737 of the host connnecting to.
9738 (open-tls-stream): Use them. Check certificates against trusted root
9739 certificates.
9740
9741 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
9742
9743 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9744 (imap-parse-status): Upcase status-att for broken servers that sends
9745 them lower-case (e.g., MS Exchange 2007).
9746
9747 2007-12-05 D. Goel <deego3@gmail.com>
9748
9749 * simple.el (undo):
9750 * image-dired.el (image-dired-display-thumb-properties):
9751 (image-dired-modify-mark-on-thumb-original-file):
9752 (image-dired-dired-display-properties):
9753 * help.el (help-window-display-message):
9754 * files.el (hack-local-variables-confirm):
9755 * ediff.el (ediff-version):
9756 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
9757 `message' and `error': Ensure that first arg is a format string.
9758
9759 * emacs-lisp/find-func.el (find-library-name): Prefer files with
9760 ".el" suffix over "".
9761
9762 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
9763
9764 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
9765 interface and member fields.
9766
9767 2007-12-05 Glenn Morris <rgm@gnu.org>
9768
9769 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
9770 (pcomplete-here): Autoload it.
9771
9772 * eshell/em-basic.el (print-func): No need to define for compiler.
9773
9774 * eshell/esh-cmd.el (eshell-debug-command):
9775 * eshell/esh-io.el (eshell-print): Move definitions before use.
9776
9777 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
9778
9779 * eshell/esh-util.el (top-level): Don't require pp.
9780 Use condition-case rather than ignore-errors.
9781
9782 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
9783
9784 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
9785 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9786 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
9787 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
9788 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
9789 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
9790 * eshell/esh-util.el, eshell/eshell.el: Require individual files
9791 if needed when compiling, rather than esh-maint. Collect any
9792 require statements. Move provide statement to end. Move any
9793 commentary to start.
9794
9795 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
9796 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
9797 * eshell/esh-proc.el, eshell/esh-var.el:
9798 Require individual files if needed when compiling, rather than
9799 esh-maint. Collect any require statements. Leave provide at start.
9800 Move any commentary to start.
9801
9802 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9803 Remove declared function from byte-compile-noruntime-functions.
9804
9805 * ediff-util.el (ediff-version):
9806 * progmodes/python.el (compilation-shell-minor-mode):
9807 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
9808 (calendar-bahai-date-string, calendar-check-holidays)
9809 (calendar-chinese-date-string, calendar-coptic-date-string)
9810 (calendar-ethiopic-date-string, calendar-forward-day)
9811 (calendar-french-date-string, calendar-goto-date)
9812 (calendar-goto-today, calendar-hebrew-date-string)
9813 (calendar-islamic-date-string, calendar-iso-date-string)
9814 (calendar-julian-date-string, calendar-mayan-date-string)
9815 (calendar-persian-date-string, gnus-summary-last-subject)
9816 (parse-time-string, rmail-show-message): Declare as functions.
9817
9818 2007-12-05 Michael Olson <mwolson@gnu.org>
9819
9820 * textmodes/remember.el: Merge contents of remember-diary.el here,
9821 updating header. Add autoload cookie so that byte-compilation
9822 works without warning.
9823 (remember-diary-file): Default to nil, since diary might not yet
9824 be loaded at this point, which would deny us access to diary-file.
9825 (remember-diary-extract-entries): If remember-diary-file is nil,
9826 then use diary-file instead.
9827
9828 * textmodes/remember-diary.el: Remove, due to the issue of needing
9829 the first 8 characters of a filename to be unique.
9830
9831 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
9832
9833 * net/dbus.el (dbus-hash-table=): New defun.
9834 (dbus-hash-table-test): New hash table test function, used in
9835 `dbus-registered-functions-table'.
9836 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
9837 (dbus-event-service-name, dbus-event-path-name)
9838 (dbus-event-interface-name, dbus-event-member-name):
9839 Rewrite, due to new structure of `dbus-event'.
9840
9841 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
9842
9843 * ido.el (ido-save-history): Set the `coding' local
9844 variable in the first line of the file.
9845
9846 2007-12-04 Glenn Morris <rgm@gnu.org>
9847
9848 * password-cache.el: Move here from gnus/password.el.
9849 (top-level): Don't require cl when compiling.
9850 (password-read-and-add): Doc fix. Make obsolete.
9851
9852 * net/tramp.el: Require password-cache or password.
9853
9854 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
9855 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
9856 compiling.
9857 (cua-set-rectangle-mark): Add doc string to autoload.
9858 (cua--rectangle, cua--last-killed-rectangle)
9859 (cua--global-mark-active): Always define for compiler.
9860 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
9861 (cua--delete-rectangle, cua--insert-rectangle)
9862 (cua--rectangle-corner, cua--rectangle-assert)
9863 (cua--insert-at-global-mark, cua--global-mark-post-command):
9864 Declare as functions.
9865
9866 * emulation/cua-gmrk.el (top-level): Move provide to end.
9867
9868 * emulation/cua-rect.el (top-level): Move provide to end.
9869 Don't require cua-gmrk when compiling.
9870 (cua--cut-rectangle-to-global-mark)
9871 (cua--copy-rectangle-to-global-mark): Declare as functions.
9872
9873 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9874 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9875 (viper-vi-state-cursor-color):
9876 Consolidate make-variable-frame-local calls.
9877
9878 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
9879 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
9880 than bbdb-address-street1,2,3.
9881
9882 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
9883 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
9884
9885 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
9886
9887 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9888 (imap-parse-status): Upcase status-att for servers that sends them
9889 lower-case (e.g., MS Exchange 2007).
9890
9891 2007-12-03 Karl Fogel <kfogel@red-bean.com>
9892
9893 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
9894 (save-place-alist-to-file, load-save-place-alist-from-file):
9895 Don't print non-error messages at all, there's really no need.
9896 Do print if there's a problem, and clarify message in that case.
9897
9898 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9899
9900 * ediff-diff.el (ediff-prepare-error-list):
9901 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
9902
9903 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
9904
9905 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
9906 (doc-view-current-overlay, doc-view-pending-cache-flush):
9907 Add doc string.
9908
9909 2007-12-03 Richard Stallman <rms@gnu.org>
9910
9911 * subr.el (declare-function): Move from byte-run.el.
9912
9913 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
9914
9915 * window.el (recenter-top-bottom): Don't use `ecase'.
9916
9917 2007-12-02 Karl Fogel <kfogel@red-bean.com>
9918
9919 * saveplace.el (save-place-alist-to-file):
9920 Set coding-system-for-write once and refer to it throughout.
9921 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
9922
9923 2007-12-02 Karl Fogel <kfogel@red-bean.com>
9924
9925 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
9926 system when writing, and set it in the first-line file variables.
9927 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
9928 Juanma Barranquero.
9929
9930 2007-12-02 Glenn Morris <rgm@gnu.org>
9931
9932 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
9933 Reverse branches of if statement.
9934
9935 * emulation/viper-cmd.el (top-level): Don't require advice.
9936 Don't load viper-util, viper-keym, viper-mous, viper-macs,
9937 viper-ex when compiling.
9938
9939 * emulation/viper-ex.el (top-level): Don't load viper-util,
9940 viper-keym when compiling.
9941
9942 * emulation/viper-init.el (top-level): Move provide statement to end.
9943
9944 * emulation/viper-keym.el (top-level): Don't load viper-util when
9945 compiling. Move provide statement to end.
9946
9947 * emulation/viper-macs.el (top-level): Don't load viper-util,
9948 viper-keym, viper-mous when compiling.
9949
9950 * emulation/viper-mous.el (top-level): Don't load viper-util when
9951 compiling.
9952
9953 * emulation/viper-util.el (top-level): Don't load viper-init when
9954 compiling.
9955
9956 * emulation/viper.el (top-level): Don't require ring.
9957 Don't load viper-init, viper-cmd when compiling.
9958
9959 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
9960 Move here from gnus/.
9961
9962 2007-12-02 Karl Fogel <kfogel@red-bean.com>
9963
9964 Offer option for saveplace to be quiet about loading and saving.
9965 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
9966
9967 * saveplace.el (save-place-quiet): New customizable boolean.
9968 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
9969 to determine whether to print loading/saving messages.
9970
9971 2007-12-02 Glenn Morris <rgm@gnu.org>
9972
9973 * mail/binhex.el: Move here from gnus/.
9974 (binhex): New custom group.
9975 (binhex-decoder-program, binhex-decoder-switches)
9976 (binhex-use-external): Move to the binhex custom group.
9977
9978 * mail/uudecode.el: Move here from gnus/.
9979 (uudecode): New custom group.
9980 (uudecode-decoder-program, uudecode-decoder-switches)
9981 (uudecode-use-external): Move to the uudecode custom group.
9982
9983 * net/netrc.el (top-level): Don't load `encrypt' features.
9984 (netrc-parse): Don't use encrypt.
9985 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9986
9987 * progmodes/python.el (top-level): Don't require cl when compiling.
9988
9989 2007-12-02 Agust\e$(Q)c\e(Bn Mart\e$(Q)c\e(Bn <agustin.martin@hispalinux.es>
9990
9991 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
9992 encoding for aspell process and for communication with it.
9993 Only add "-d" option if not already present.
9994 Use ispell-current-dictionary and ispell-current-personal-dictionary.
9995 General reorganization.
9996
9997 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
9998 encoding here.
9999 (ispell-start-process): Explicitly set encoding here if using aspell.
10000
10001 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
10002
10003 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
10004 function to log-edit.
10005
10006 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
10007
10008 * net/dbus.el: New file.
10009
10010 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
10011
10012 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
10013 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
10014 (calc-lang-parens-are-subscripts): New variables.
10015 (math-expr-special-function-mapping): Remove variable.
10016 (math-eqn-ignore-words, math-tex-ignore-words)
10017 (math-latex-ignore-words): Move to calc-lang.el.
10018
10019 * calc/calc-lang.el (math-compose-vector, math-compose-var)
10020 (math-tex-expr-is-flat): Declare as functions.
10021 (calc-lang-slash-idiv, calc-lang-allow-underscores)
10022 (math-comp-left-bracket, math-comp-right-bracket)
10023 (math-comp-comma, math-comp-vector-prec): Declare as variables.
10024 (math-var-formatter, math-matrix-formatter)
10025 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
10026 (math-punc-table, math-compose-subscr, math-dots)
10027 (math-func-formatter): New property names to store language
10028 specific information.
10029 (math-compose-tex-var, math-compose-tex-intv)
10030 (math-compose-maple-intv, math-compose-eqn-intv)
10031 (math-compose-tex-sum, math-compose-tex-func)
10032 (math-compose-tex-intv): New functions.
10033 (math-eqn-ignore-words, math-tex-ignore-words)
10034 (math-latex-ignore-words): Move from calc.el.
10035 (math-special-function-table): Add entries for tex.
10036 (calc-lang-slash-idiv, calc-lang-allows-underscores):
10037 New variables.
10038 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
10039 (math-compose-tex-matrix, math-compose-eqn-matrix)
10040 (math-eqn-special-functions): Move from calccomp.el.
10041
10042 * calc/calccomp.el (math-compose-var): New function.
10043 (math-compose-expr): Allow more special functions to be used.
10044 Change test for formatting fractions. Use variables and property
10045 names to help with language specific formatting.
10046 (math-compose-tex-matrix, math-compose-eqn-matrix)
10047 (math-eqn-special-functions): Move to calc-lang.el.
10048 (math-compose-rows): Use property names to help with language
10049 specific formatting.
10050
10051 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
10052 into nested subscripts.
10053 (math-read-token): Use variables and property names to help with
10054 language specific parsing.
10055 (math-read-expression-level): Use variables to help with language
10056 specific parsing.
10057
10058 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
10061 (archive-rar-summarize): Allow the file name to be passed as argument.
10062 Remove unused vars `header' and `footer'.
10063 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
10064
10065 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
10066
10067 * log-edit.el (log-edit-show-diff): New function.
10068 (log-edit-mode-map, log-edit-menu): Bind it.
10069 (log-edit-diff-function): New variable.
10070 (log-edit): Change the 3rd param to be an alist and accept a
10071 function that computes a diff for the files involved.
10072
10073 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
10074
10075 2007-12-01 Martin Rudalics <rudalics@gmx.at>
10076
10077 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
10078 wrap next-/previous-line in with-no-warnings.
10079
10080 2007-12-01 Glenn Morris <rgm@gnu.org>
10081
10082 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
10083
10084 * net/dig.el: Move here from gnus/.
10085 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
10086
10087 * net/dns.el: Move here from gnus/.
10088 (top-level): Don't require mm-util, or cl when compiling.
10089 (dns-write-name, dns-read, dns-read-type, query-dns):
10090 Replace mm-with-unibyte-buffer with its expansion.
10091 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
10092
10093 * progmodes/gdb-ui.el (gud-remove, gud-break):
10094 * progmodes/gud.el (gdb-create-define-alist)
10095 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
10096 (hl-line-highlight, gdb-display-source-buffer)
10097 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
10098 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
10099
10100 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10101
10102 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
10103 Move args on defun line.
10104
10105 * textmodes/org.el (org-calendar-holiday):
10106 Use calendar-check-holidays instead of the obsolete
10107 check-calendar-holidays.
10108 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
10109 (bbdb-company, bbdb-current-record, bbdb-name)
10110 (bbdb-record-getprop, bbdb-record-name)
10111 (bibtex-beginning-of-entry, bibtex-generate-autokey)
10112 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
10113 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
10114 (mh-find-path, mh-get-header-field, mh-get-msg-num)
10115 (mh-header-display, mh-index-previous-folder)
10116 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
10117 (mh-show-buffer-message-number, mh-show-header-display)
10118 (mh-show-msg, mh-show-show, mh-visit-folder)
10119 (org-export-latex-cleaned-string, remember)
10120 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
10121 (rmail-what-message, elmo-folder-exists-p)
10122 (elmo-message-entity-field, elmo-message-field)
10123 (vm-beginning-of-message, vm-follow-summary-cursor)
10124 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
10125 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
10126 (vm-summarize, wl-folder-get-elmo-folder)
10127 (wl-summary-goto-folder-subr)
10128 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
10129 (wl-summary-line-subject, wl-summary-message-number)
10130 (wl-summary-redisplay): Declare as functions.
10131
10132 2007-11-30 Martin Rudalics <rudalics@gmx.at>
10133
10134 * longlines.el (longlines-show-hard-newlines): Remove handling of
10135 buffer-undo-list and buffer-modified status.
10136 (longlines-show-region, longlines-unshow-hard-newlines):
10137 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
10138 inhibit-modification-hooks here to avoid that a buffer appears
10139 modified when toggling visibility of hard newlines.
10140
10141 2007-11-30 Glenn Morris <rgm@gnu.org>
10142
10143 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
10144
10145 * progmodes/idlw-complete-structtag.el
10146 (idlwave-sintern-structtag):
10147 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
10148 (idlwave-sintern-sysvartag):
10149 * progmodes/idlwave.el (idlwave-sintern-class-tag)
10150 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
10151 functions.
10152
10153 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10154
10155 * textmodes/reftex-index.el (texmathp):
10156 * textmodes/reftex-auc.el (TeX-argument-insert)
10157 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
10158 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
10159 (LaTeX-label-list):
10160 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
10161 (rng-clear-conditional-region, rng-do-some-validation): Declare as
10162 functions.
10163 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
10164
10165 2007-11-30 Glenn Morris <rgm@gnu.org>
10166
10167 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
10168 argument and document it.
10169
10170 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10171 Third argument to declare-function must be a list to specify arglist.
10172
10173 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
10174 Handle declare-function third argument `t' and fourth argument.
10175 (check-declare-verify): Doc fix. Handle `fileonly' case.
10176 Use progn rather than prog1.
10177
10178 * desktop.el (uniquify-item-base):
10179 * term/mac-win.el (url-type): Declare as functions.
10180
10181 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
10182 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
10183 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
10184 fourth arg to declare-function.
10185
10186 * play/dunnet.el: Don't require cl when compiling.
10187 (byte-compile-warnings): Set via file local variables.
10188 (dun-parse): Let-bind `beg' and `line'.
10189
10190 2007-11-29 Alexandre Julliard <julliard@winehq.org>
10191
10192 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
10193
10194 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10195
10196 * calendar/time-date.el (encode-time-value): Doc fix.
10197
10198 2007-11-29 Glenn Morris <rgm@gnu.org>
10199
10200 * calendar/time-date.el (with-decoded-time-value): Doc fix.
10201
10202 * textmodes/css-mode.el (prog-mode): Remove.
10203 (css-mode): Derive from fundamental-mode rather than prog-mode.
10204
10205 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10206
10207 * emacs-lisp/check-declare.el (check-declare-locate)
10208 (check-declare-verify): Handle `external' files.
10209 (check-declare-errmsg): New function.
10210 (check-declare-verify, check-declare-file, check-declare-directory):
10211 Use check-declare-errmsg to report the number of problems.
10212
10213 * ffap.el (w3-view-this-url)
10214 * mail/mspools.el (vm-visit-folder)
10215 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
10216 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
10217 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
10218 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
10219 (bbdb-records)
10220 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
10221 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
10222 (sasl-make-client, sasl-next-step, sasl-step-data)
10223 (sasl-step-set-data)
10224 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
10225 (htmlr-step): Declare as functions.
10226
10227 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
10228 Use bbdb-address-zip rather than bbdb-address-zip-string.
10229
10230 2007-11-28 Richard Stallman <rms@gnu.org>
10231
10232 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
10233 Move here from gnus/.
10234
10235 2007-11-28 Martin Rudalics <rudalics@gmx.at>
10236
10237 * newcomment.el (comment-region-internal): Fix newline insertion
10238 in `block' case.
10239
10240 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
10243
10244 2007-11-28 Glenn Morris <rgm@gnu.org>
10245
10246 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
10247 delete .elc files.
10248
10249 * nxml/char-name/unicode: Move to etc/nxml/.
10250 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
10251
10252 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
10253 Declare as a function.
10254
10255 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
10256 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
10257 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
10258
10259 * nxml/nxml-outln.el (nxml-token-start-tag-p)
10260 (nxml-token-end-tag-p): Move definitions before use.
10261
10262 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
10263
10264 * nxml/nxml-uchnm.el (top-level)
10265 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
10266 (nxml-enabled-unicode-blocks): Add custom group.
10267
10268 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
10269 Use string-to-number rather than string-to-int.
10270
10271 * dired-x.el (dired-omit-old-add-entry): Declare as function.
10272 Move definition before use.
10273 (dired-old-find-buffer-nocreate): Declare as function.
10274
10275 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
10276 (check-declare-verify): Handle fset.
10277
10278 * emulation/edt.el (edt-user-emulation-setup):
10279 Test edt-setup-user-bindings is bound before calling.
10280
10281 * emulation/tpu-edt.el: Don't require cl when compiling.
10282 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
10283 (tpu-edt-off): Use condition-case rather than ignore-errors.
10284 Use with-no-warnings.
10285
10286 * eshell/esh-util.el (top-level): Use require rather than load for
10287 ange-ftp.
10288
10289 * mail/supercite.el (sc-version): Redefine as an alias for
10290 emacs-version.
10291 (sc-help-address): Remove.
10292 (sc-version): Use emacs-version rather than sc-version.
10293 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
10294
10295 * net/socks.el (socks-original-open-network-stream): Declare as
10296 function. Move definition before use.
10297
10298 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
10299
10300 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
10301 (math-make-frac): Declare as functions.
10302
10303 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
10304
10305 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
10306 Pacify byte compiler.
10307 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
10308
10309 * progmodes/idlwave.el (idlwave-shell-get-path-info)
10310 (idlwave-shell-temp-file, idlwave-shell-is-running)
10311 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
10312 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
10313 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
10314 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
10315 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
10316 (idlwave-completing-read, idlwave-current-routine)
10317 (idlwave-downcase-safe, idlwave-entry-find-keyword)
10318 (idlwave-expand-keyword, idlwave-find-class-definition)
10319 (idlwave-find-inherited-class, idlwave-find-struct-tag)
10320 (idlwave-get-buffer-visiting, idlwave-in-quote)
10321 (idlwave-make-full-name, idlwave-members-only)
10322 (idlwave-popup-select, idlwave-routine-source-file)
10323 (idlwave-routines, idlwave-sintern-class)
10324 (idlwave-sintern-keyword, idlwave-sintern-method)
10325 (idlwave-sintern-routine-or-method)
10326 (idlwave-substitute-link-target, idlwave-sys-dir)
10327 (idlwave-this-word, idlwave-what-module-find-class)
10328 (idlwave-where):
10329 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
10330 * mail/uce.el (rmail-msg-is-pruned)
10331 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
10332 (rmail-toggle-header):
10333 * mail/sendmail.el (dired-view-file, dired-get-filename):
10334 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
10335 (rmail-display-labels, rmail-msgbeg)
10336 (rmail-set-message-deleted-p, rmail-message-labels-p)
10337 (rmail-show-message, mail-comma-list-regexp)
10338 (mail-parse-comma-list):
10339 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
10340 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
10341 (rfc822-addresses, mail-abbrev-make-syntax-table)
10342 (mail-sendmail-delimit-header, mail-header-end):
10343 * mail/hashcash.el (message-narrow-to-headers-or-head)
10344 (message-fetch-field, message-goto-eoh)
10345 (message-narrow-to-headers):
10346 * vc.el (view-mode-exit): Declare as functions.
10347
10348 * mail/vms-pmail.el:
10349 * vmsproc.el:
10350 * vms-patch.el: Don't byte compile these files, they don't work.
10351
10352 2007-11-27 Glenn Morris <rgm@gnu.org>
10353
10354 * calc/calc-ext.el (math-read-big-rec):
10355 * calc/calc-nlfit.el (math-map-binop):
10356 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
10357
10358 * eshell/eshell.el (eshell-report-bug): Add version number of
10359 obsolescence.
10360
10361 * emulation/viper.el, emulation/viper-util.el,
10362 emulation/viper-macs.el, emulation/viper-keym.el,
10363 emulation/viper-ex.el, emulation/viper-cmd.el:
10364 Load viper-*.el files silently.
10365
10366 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
10367 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
10368 Load ediff-*.el files silently.
10369
10370 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
10371 compiling.
10372 (Info-goto-node): Declare as a function.
10373
10374 * ediff-init.el: Don't load ange-ftp when compiling.
10375 * ediff-util.el: Don't load reporter when compiling.
10376
10377 * ediff-wind.el (ediff-display-pixel-width)
10378 (ediff-display-pixel-height):
10379 * generic-x.el (ini-generic-mode):
10380 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
10381 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
10382 (ps-mule-initialize, ps-mule-begin-job):
10383 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
10384 (mark-calendar-days-named):
10385 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
10386 (add-to-diary-list, diary-name-pattern)
10387 (mark-calendar-days-named):
10388 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
10389 (mark-calendar-days-named):
10390 * calendar/cal-x.el (make-fancy-diary-buffer):
10391 * calendar/holidays.el (calendar-absolute-from-julian):
10392 * calendar/todo-mode.el (calendar-current-date):
10393 * calendar/cal-menu.el (calendar-increment-month)
10394 (calendar-month-name, extract-calendar-year)
10395 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
10396 (calendar-current-date, calendar-cursor-holidays)
10397 (calendar-date-string, insert-diary-entry, calendar-set-mark)
10398 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10399 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10400 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
10401 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
10402 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
10403 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
10404 (calendar-day-of-year-string, calendar-iso-date-string)
10405 (calendar-julian-date-string, calendar-astro-date-string)
10406 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
10407 (calendar-persian-date-string, calendar-bahai-date-string)
10408 (calendar-islamic-date-string, calendar-chinese-date-string)
10409 (calendar-coptic-date-string, calendar-ethiopic-date-string)
10410 (calendar-french-date-string, calendar-mayan-date-string)
10411 (calendar-print-chinese-date, calendar-goto-date):
10412 Declare as functions.
10413
10414 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
10415 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
10416
10417 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
10418 aliases for report-emacs-bug.
10419 (gnus-summary-select-article, gnus-configure-windows): Declare as
10420 functions.
10421
10422 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
10423 compiler.
10424
10425 * pgg.el (pgg-clear-string): Declare as a function.
10426 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
10427 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
10428
10429 * emacs-lisp/check-declare.el (check-declare-locate):
10430 Handle compressed files.
10431 (check-declare-verify): Handle define-generic-mode,
10432 define-global(ized)-minor-mode, define-obsolete-function-alias.
10433
10434 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
10435
10436 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
10437 algebraic modes.
10438
10439 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
10440 (math-is-true, calc-explain-why, calc-alg-edit)
10441 (math-composite-inequalities, math-flatten-lands)
10442 (math-multi-subst, calcFunc-vmatches, math-simplify)
10443 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
10444 (math-read-string, math-read-brackets, math-read-angle-brackets):
10445 Declare as functions.
10446
10447 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
10448 (calc-fit-bell-shaped-logistic-curve)
10449 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
10450 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
10451 (math-max-list): Declare as functions.
10452 (math-map-binop): New function.
10453 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
10454
10455 * calc/calc.el (calc-set-language, calc-edit-finish)
10456 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
10457 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
10458 (math-lessp, calc-embedded-finish-command)
10459 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
10460 (calc-push-list-in-macro, calc-replace-selections)
10461 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
10462 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
10463 (calc-embedded-stack-change, calc-refresh-evaltos)
10464 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
10465 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
10466 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
10467 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
10468 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
10469 (math-dimension-error, calc-incomplete-error, math-float-fancy)
10470 (math-neg-fancy, math-zerop, calc-add-fractions)
10471 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
10472 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
10473 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
10474 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
10475 (math-compose-expr, math-comp-width, math-composition-to-string)
10476 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
10477 (math-adjust-fraction, math-format-binary, math-format-radix)
10478 (math-group-float, math-mod, math-format-number-fancy)
10479 (math-format-bignum-fancy, math-read-number-fancy)
10480 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
10481 (calc-do-embedded-activate, math-do-defmath)
10482 (calc-load-everything): Declare as functions.
10483
10484 * calc/calc-ext.el (math-clip, math-round, math-simplify)
10485 (math-simplify-extended, math-simplify-units, calc-set-language)
10486 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
10487 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
10488 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
10489 (math-normalize-hms, math-normalize-mod, math-make-sdev)
10490 (math-make-intv, math-normalize-logical-op, math-possible-signs)
10491 (math-infinite-dir, math-calcFunc-to-var)
10492 (calc-embedded-evaluate-expr, math-known-nonzerop)
10493 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
10494 (math-format-date, math-vector-is-string, math-vector-to-string)
10495 (math-format-radix-float, math-compose-expr, math-abs)
10496 (math-format-bignum-binary, math-format-bignum-octal)
10497 (math-format-bignum-hex, math-format-bignum-radix)
10498 (math-compute-max-digits): Declare as functions.
10499 (math-provably-realp): Fix typo.
10500
10501 * calc/calc-forms.el (calendar-current-time-zone)
10502 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
10503 functions.
10504
10505 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
10506
10507 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
10508 Declare as functions.
10509
10510 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
10511 (math-posp, math-compare, math-bignum, math-compare-bignum):
10512 Declare as functions.
10513
10514 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
10515 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
10516 (calc-explain-why, calc-clear-command-flag)
10517 (calc-roll-down-with-selections, calc-roll-up-with-selections)
10518 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
10519 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
10520 (math-trunc-special, math-trunc-fancy, math-floor-special)
10521 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
10522 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
10523 (math-pow-zero, math-pow-fancy): Declare as functions.
10524
10525 * calc/calc-mode.el (calc-embedded-save-original-modes):
10526 Declare as a function.
10527
10528 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
10529 Declare as functions.
10530 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
10531 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
10532 Replace `mapcar*' by `math-map-binop'.
10533 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
10534
10535 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
10536 (math-read-expr-level): Declare as functions.
10537
10538 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
10539
10540 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
10543 end-of-defun-function is called consistently, even for negative
10544 arguments.
10545 (end-of-defun-function): Default to forward-sexp.
10546
10547 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
10548
10549 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10550
10551 2007-11-26 Glenn Morris <rgm@gnu.org>
10552
10553 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
10554 than :suffix.
10555
10556 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10557
10558 2007-11-26 Simon Josefsson <simon@josefsson.org>
10559
10560 * net/imap.el: Move from ../gnus.
10561
10562 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10563
10564 * doc-view.el (doc-view-mode-p): New function.
10565
10566 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
10567
10568 * mail/mspools.el (rmail-get-new-mail):
10569 * mail/reporter.el (mail-position-on-field, mail-text):
10570 * mail/rmail.el (mail-position-on-field, mail-text-start)
10571 (rmail-update-summary):
10572 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
10573 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
10574 * mail/rmailout.el (rmail-update-summary):
10575 * mail/rmailsort.el (rmail-update-summary):
10576 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
10577 (dired-view-file):
10578 * mail/uce.el (mail-strip-quoted-names):
10579 * mail/undigest.el (rmail-update-summary):
10580 * mail/unrmail.el (mail-strip-quoted-names):
10581 * ediff.el (diff-latest-backup-file): Declare as functions.
10582
10583 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
10584 (kill-to-end-of-line):
10585 * obsolete/rnews.el (news-set-minor-modes):
10586 Remove non working functions.
10587
10588 2007-11-25 Glenn Morris <rgm@gnu.org>
10589
10590 * eshell/esh-maint.el (top-level): Use require with NOERROR for
10591 pcomplete. Don't mess with load-path.
10592
10593 * eshell/eshell.el (eshell-report-bug-address): Remove.
10594 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
10595
10596 2007-11-24 Glenn Morris <rgm@gnu.org>
10597
10598 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
10599 (appt-disp-window): Don't require electric.
10600 Simplify minibuffer-avoidance code.
10601 (appt-select-lowest-window): Avoid minibuffer.
10602
10603 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
10604 (esh-mode): Require it.
10605 (esh-util): Use require rather than featurep and load.
10606 (eshell): No need to test if eshell-mode is bound; remove obsolete
10607 reference to eshell-auto.
10608 (eshell-command, eshell-command-result): Don't require esh-mode
10609 now that the file does.
10610 (top-level): Move provide statement to the end of the file.
10611 Re-order and update commentary.
10612
10613 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10614
10615 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
10616 (vc-annotate-toggle-annotation-visibility): New command.
10617 (vc-annotate-mode-map): Bind "V" to it.
10618 (vc-annotate-mode-menu): Add entry for it.
10619 (vc-annotate-get-time-set-line-props): New func.
10620 (vc-annotate-display-autoscale)
10621 (vc-annotate-display-difference): Use it.
10622
10623 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
10624 Also, match one space at end of annotation text, after last paren.
10625
10626 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
10627
10628 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
10629 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
10630 `tramp-completion-mode'.
10631
10632 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10633
10634 * vc-git.el (vc-git-show-log-entry): New func.
10635
10636 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
10637 (vc-git-state): Use vc-git--call.
10638 (vc-git-registered, vc-git-working-revision)
10639 (vc-git-previous-revision, vc-git-next-revision)
10640 (vc-git--run-command-string, vc-git-symbolic-commit):
10641 Use vc-git--out-ok.
10642
10643 2007-11-24 Glenn Morris <rgm@gnu.org>
10644
10645 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10646
10647 2007-11-24 Kenichi Handa <handa@m17n.org>
10648
10649 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
10650
10651 2007-11-23 David Kastrup <dak@gnu.org>
10652
10653 * server.el (server-process-filter): Use `command-line-args-left'.
10654
10655 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
10658
10659 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
10662 buffer if the parent buffer is in vc-dired-mode.
10663
10664 2007-11-23 Mark A. Hershberger <mah@everybody.org>
10665
10666 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
10667
10668 2007-11-23 Juri Linkov <juri@jurta.org>
10669
10670 * dired.el (dired-read-dir-and-switches): For C-x d, set the
10671 value for M-n to the visited file name of the current buffer.
10672 Use minibuffer-with-setup-hook to set minibuffer-default to
10673 buffer-file-name inside read-file-name.
10674
10675 * man.el (Man-getpage-in-background): Don't disregard user option
10676 `Man-width' on non-window systems. Remove test for `window-system'
10677 around setting envvar "COLUMNS" depending on the value of `Man-width'.
10678
10679 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
10680 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
10681 of "--color=always".
10682
10683 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
10686 beginning-of-defun-function.
10687
10688 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10689
10690 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
10691
10692 2007-11-22 Glenn Morris <rgm@gnu.org>
10693
10694 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
10695
10696 * emacs-lisp/check-declare.el (check-declare-locate): New function.
10697 (check-declare-scan): Use check-declare-locate.
10698 (check-declare-verify): No longer adjust fnfile, now
10699 check-declare-locate does it.
10700
10701 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10702
10703 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * subr.el (posn-col-row): Make the `default-value' use explicit.
10706
10707 * window.el (balance-windows): Remove unused var `counter'.
10708 (bw-balance-sub): Remove unused var `lastchild'.
10709 (split-window-vertically): Remove unused var `switch'.
10710 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
10711
10712 * emacs-lisp/bytecomp.el
10713 (byte-compile-file-form-custom-declare-variable): Simplify.
10714
10715 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10716
10717 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
10718 Set `show-trailing-whitespace' to nil.
10719
10720 * dired.el (make-symbolic-link):
10721 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
10722 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
10723 * dired-x.el (make-symbolic-link):
10724 * frame.el (x-initialize-window-system):
10725 * menu-bar.el (x-menu-bar-open):
10726 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
10727 (x-store-cut-buffer-internal):
10728 * wdired.el (make-symbolic-link):
10729 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
10730 (x-send-client-message):
10731 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
10732
10733 2007-11-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
10734
10735 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
10736
10737 2007-11-22 Glenn Morris <rgm@gnu.org>
10738
10739 * dos-fns.el (int86):
10740 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
10741
10742 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
10743
10744 * calendar/holidays.el (holiday-list): Add autoload cookie.
10745
10746 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
10747 files relative to src/ directory.
10748 (check-declare-verify): Handle .c files. Warn if could not find
10749 an arglist to check.
10750
10751 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10752
10753 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
10754
10755 * replace.el (occur-mode-map): Add a major mode menu with entries
10756 for all occur operations.
10757
10758 * international/titdic-cnv.el (dos-8+3-filename):
10759 * obsolete/fast-lock.el (msdos-long-file-names):
10760 * frame.el (msdos-mouse-p):
10761 * files.el (msdos-long-file-names, w32-long-file-name):
10762 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10763 (mac-resume-apple-event, mac-font-panel-mode)
10764 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10765 (mac-clear-font-name-table):
10766 * term/pc-win.el (msdos-remember-default-colors)
10767 (w16-set-clipboard-data, w16-get-clipboard-data):
10768 * term/w32-win.el (w32-send-sys-command, w32-select-font)
10769 (set-message-beep):
10770 * net/browse-url.el (w32-shell-execute):
10771 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
10772 (w32-get-locale-info, w32-get-valid-locale-ids)
10773 (w32-set-clipboard-data):
10774 * dos-fns.el (int86, msdos-long-file-names):
10775 * dos-w32.el (default-printer-name): Declare as functions.
10776
10777 2007-11-21 Jason Rumney <jasonr@gnu.org>
10778
10779 * emacs-lisp/byte-run.el (declare-function): Return nil.
10780
10781 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
10784
10785 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10786
10787 * ps-print.el (ps-lpr-switches): Docstring fix.
10788 (ps-string-list): New fun.
10789 (ps-do-despool): Code fix.
10790
10791 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
10792
10793 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
10794
10795 2007-11-21 Glenn Morris <rgm@gnu.org>
10796
10797 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
10798 for now. Handle define-minor-mode, and defalias (with no argument
10799 checking).
10800
10801 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
10802
10803 * frame.el (msdos-mouse-p):
10804 * files.el (msdos-long-file-names, w32-long-file-name):
10805 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10806 (mac-resume-apple-event, mac-font-panel-mode)
10807 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10808 (mac-clear-font-name-table):
10809 * term/pc-win.el (msdos-remember-default-colors)
10810 (w16-set-clipboard-data, w16-get-clipboard-data):
10811 * term/w32-win.el (w32-send-sys-command, w32-select-font)
10812 (set-message-beep):
10813 * net/browse-url.el (w32-shell-execute):
10814 * dos-fns.el (int86, msdos-long-file-names):
10815 * dos-w32.el (default-printer-name): Undo previous change.
10816
10817 2007-11-21 Eli Zaretskii <eliz@gnu.org>
10818
10819 * international/mule-cmds.el (set-locale-environment):
10820 Set default-file-name-coding-system _after_ keyboard and terminal
10821 coding systems. This fixes last change.
10822
10823 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
10824 one space after "Subject:".
10825
10826 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
10829 in order to determine if there's a conflict.
10830
10831 2007-11-21 Richard Stallman <rms@gnu.org>
10832
10833 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
10834
10835 * reposition.el (reposition-window):
10836 Binding C-M-l moved to bindings.el.
10837
10838 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
10839
10840 * add-log.el (add-change-log-entry-other-window):
10841 Key binding C-x 4 a moved to bindings.el.
10842
10843 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
10844 from filecache.el.
10845
10846 * filecache.el: Minibuffer map bindings moved to bindings.el.
10847
10848 2007-11-21 Jason Rumney <jasonr@gnu.org>
10849
10850 * international/mule-cmds.el (set-locale-environment):
10851 Set default-file-name-coding-system from system defaults on Windows.
10852
10853 2007-11-21 Jason Rumney <jasonr@gnu.org>
10854
10855 * term/w32console.el: New term init file for w32 console.
10856
10857 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
10858 (x-setup-function-keys): Likewise, replacing top-level key definitions.
10859 (w32-tty-standard-colors): Move to term/w32console.el.
10860
10861 * term/w32-win.el (x-setup-function-keys): Remove.
10862
10863 * term/tty-colors.el (tty-register-default-colors): Remove special
10864 case for w32.
10865
10866 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
10867
10868 * frame.el (msdos-mouse-p):
10869 * generic-x.el (w32-shell-name):
10870 * files.el (msdos-long-file-names, w32-long-file-name)
10871 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
10872 (dos-8+3-filename, vms-read-directory, view-mode-disable):
10873 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
10874 (mac-resume-apple-event, mac-font-panel-mode)
10875 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
10876 (mac-clear-font-name-table):
10877 * term/pc-win.el (msdos-remember-default-colors)
10878 (w16-set-clipboard-data, w16-get-clipboard-data):
10879 * term/w32-win.el (w32-send-sys-command, w32-select-font)
10880 (set-message-beep):
10881 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
10882 (w32-get-locale-info, w32-get-valid-locale-ids)
10883 (w32-set-clipboard-data):
10884 * help-fns.el (ad-get-advice-info):
10885 * font-lock.el (fast-lock-after-fontify-buffer)
10886 (fast-lock-after-unfontify-buffer, fast-lock-mode)
10887 (lazy-lock-after-fontify-buffer)
10888 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
10889 * net/browse-url.el (w32-shell-execute):
10890 * dos-fns.el (int86, msdos-long-file-names):
10891 * dos-w32.el (default-printer-name): Declare as functions.
10892
10893 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * textmodes/paragraphs.el (forward-sentence): Doc fix.
10896 Reported by Drew Adams <drew.adams@oracle.com>.
10897
10898 2007-11-20 Jason Rumney <jasonr@gnu.org>
10899
10900 * term/w32-win.el (x-setup-function-keys): Protect against
10901 multiple calls on the same terminal.
10902
10903 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10904
10905 * term/mac-win.el (x-setup-function-keys): Only setup
10906 local-function-key-map if it has not been setup already for the
10907 current frame. Move the suspend-emacs processing here.
10908
10909 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
10910
10911 * progmodes/grep.el (xargs-program): New variable.
10912 (grep-compute-defaults): Use it.
10913 (grep-default-command): Doc fix.
10914 (grep, lgrep, rgrep): Reflow docstrings.
10915
10916 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10917
10918 * vc.el (vc-find-revision): Set the parent buffer.
10919 Use when instead of if.
10920
10921 * progmodes/python.el (info-lookup-maybe-add-help):
10922 * progmodes/ps-mode.el (doc-view-minor-mode):
10923 * mail/emacsbug.el (Info-menu, Info-goto-node):
10924 * emulation/viper-keym.el (viper-ex)
10925 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
10926 * emulation/viper-cmd.el (widget-type, widget-button-press)
10927 (viper-set-hooks):
10928 * emacs-lisp/tcover-unsafep.el (unsafep-function):
10929 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
10930 (ses-load, ses-vector-delete, ses-create-header-string)
10931 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
10932 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
10933
10934 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
10937
10938 2007-11-20 Glenn Morris <rgm@gnu.org>
10939
10940 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
10941 for end of function-name. Handle define-derived-mode.
10942
10943 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10944
10945 * progmodes/idlw-help.el: Require browse-url unconditionally, it
10946 is available by default.
10947 (idlwave-help-browse-url-available): Change default to t.
10948
10949 * emulation/edt.el (defgroup, defcustom): Remove definition.
10950 (eval-when-compile): Remove.
10951 (c-mark-function):
10952 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
10953 * textmodes/fill.el (comment-search-forward)
10954 (comment-string-strip):
10955 * progmodes/prolog.el (comint-mode, comint-send-string)
10956 (comint-send-region, comint-send-eof):
10957 * progmodes/dcl-mode.el (imenu-default-create-index-function):
10958 * emulation/viper-util.el (viper-forward-Word):
10959 * emulation/vi.el (c-mark-function):
10960 * emulation/edt-vt100.el (vt100-wide-mode):
10961 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
10962
10963 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
10964
10965 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
10966 Still some tuning in case of an echoing shell.
10967 (tramp-send-command): Connection property "remote-echo" is not
10968 persistent; cache key is the process therefore.
10969
10970 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
10971
10972 * replace.el (map-query-replace-regexp): Doc fix (revert part of
10973 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
10974
10975 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
10976
10977 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
10978 * play/yow.el (doctor-ret-or-read):
10979 * vc-hooks.el (vc-dired-resynch-file):
10980 * vc-hg.el (log-view-get-marked):
10981 * smerge-mode.el (ediff-cleanup-mess):
10982 * pcvs.el (vc-editable-p, vc-checkout):
10983 * pcomplete.el (comint-bol):
10984 * informat.el (texinfo-format-refill):
10985 * ido.el (tramp-tramp-file-p):
10986 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
10987 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
10988 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
10989 functions.
10990
10991 * textmodes/ispell.el (ispell-int-char): Make it a defalias
10992 instead of fset.
10993 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
10994
10995 * ido.el (ido-file-internal): Move with-no-warnings to include the
10996 ffap-string-at-point call.
10997
10998 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
10999
11000 * vc-hg.el (vc-hg-revision-table): Fix last change.
11001
11002 2007-11-19 Martin Rudalics <rudalics@gmx.at>
11003
11004 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
11005 clipboard-yank when the buffer is read-only.
11006
11007 * cus-edit.el (custom-field-keymap): Move to other Custom mode
11008 keymaps such that it's before the definition of Custom-mode-menu.
11009 (Custom-mode-menu): Show it for custom-field-keymap too.
11010
11011 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
11012
11013 * progmodes/gdb-ui.el: Update commentary.
11014
11015 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
11016
11017 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
11018
11019 2007-11-19 Glenn Morris <rgm@gnu.org>
11020
11021 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
11022 does not exist, try adding `.el' extension. Also search for defsubsts.
11023
11024 * cus-edit.el (recentf-expand-file-name):
11025 * dired.el (dired-relist-entry):
11026 * subr.el (w32-shell-dos-semantics):
11027 * emacs-lisp/bytecomp.el (compilation-forget-errors):
11028 Declare as functions.
11029
11030 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
11033 (prepare-abbrev-list-buffer): Use dolist.
11034 (clear-abbrev-table): Preserve properties.
11035
11036 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
11037
11038 * textmodes/texinfmt.el (texinfo-format-printindex):
11039 Collect combined indexes using texinfo-short-index-format-cmds-alist.
11040 Reported on <bug-texinfo@gnu.org>.
11041
11042 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
11043
11044 * net/tramp.el (tramp-completion-reread-directory-timeout):
11045 New defcustom.
11046 (tramp-handle-file-name-all-completions): Flush directory contents
11047 from cache regularly.
11048 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
11049 (tramp-open-connection-setup-interactive-shell):
11050 Call `tramp-cleanup-connection' via funcall.
11051
11052 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
11053 created when copying.
11054
11055 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
11056
11057 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
11058 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
11059 * eshell/esh-ext.el (eshell-external-command):
11060 * eshell/esh-cmd.el (require):
11061 * eshell/em-unix.el (eshell-plain-locate-behavior):
11062 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11063 Replace eshell-under-xemacs-p with (featurep 'xemacs).
11064 * eshell/esh-mode.el (characterp, char-int): Remove unused
11065 conditional defaliases.
11066
11067 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
11068 Rename from event-matches-key-specifier-p, define unconditionally.
11069 (event-basic-type): Remove unused defalias.
11070 (pcomplete-show-completions):
11071 Use pcomplete-event-matches-key-specifier-p.
11072
11073 2007-11-17 Eli Zaretskii <eliz@gnu.org>
11074
11075 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
11076 when saving esh-groups.el.
11077
11078 2007-11-17 Martin Rudalics <rudalics@gmx.at>
11079
11080 * wid-edit.el (widget-default-complete):
11081 * progmodes/flymake.el (flymake-goto-file-and-line):
11082 Fix typo in (doc-)string.
11083
11084 2007-11-17 Glenn Morris <rgm@gnu.org>
11085
11086 * emacs-lisp/byte-run.el (declare-function): New macro.
11087 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11088 New function, byte-hunk-handler for declare-function.
11089 (byte-compile-callargs-warn): Handle declared functions.
11090
11091 * emacs-lisp/check-declare.el: New file.
11092 * Makefile.in (check-declare): New target.
11093
11094 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
11095
11096 * subr.el (process-lines): Move here from ../admin/admin.el.
11097 * emacs-lisp/authors.el (authors-process-lines): Remove.
11098 (authors): Use process-lines rather than authors-process-lines.
11099
11100 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
11101 Remove these files.
11102
11103 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * emacs-lisp/backquote.el (backquote):
11106 Improve argument/docstring consistency.
11107
11108 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
11109 (ring-length, ring-empty-p): Use c[ad]dr.
11110 (ring-plus1): Use `1+'.
11111 (ring-minus1): Use `zerop'.
11112 (ring-remove): Use c[ad]dr. Use `when'.
11113 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
11114 (ring-ref): Use `let', not `let*'.
11115 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
11116 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
11117 (ring-member): Simplify. Doc fix.
11118 (ring-convert-sequence-to-ring): Simplify.
11119
11120 2007-11-17 Juri Linkov <juri@jurta.org>
11121
11122 * dired-aux.el (dired-create-directory): Allow creating
11123 a directory of an arbitrary depth. Add a loop to find the topmost
11124 nonexistent parent dir `new', and call `dired-add-file' on it.
11125 Set the `PARENTS' arg of `make-directory' to t.
11126
11127 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11128
11129 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
11130 (math-build-parse-table): Get parse information from math-parse-table.
11131
11132 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * window.el (recenter-last-op): New var.
11135 (recenter-top-bottom): New command.
11136 (global-map): Bind it to C-l.
11137
11138 * abbrev.el (abbrev--write): Fix error in transcription from C.
11139
11140 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
11141 (pc-select-ensure-mark): Set mark-active to a special value instead.
11142 Rename from ensure-mark. Update call callers.
11143 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
11144 Rewrite. Update all callers.
11145 (pc-selection-mode): Remove redundant var declaration.
11146
11147 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
11148
11149 * doc-view.el (doc-view-search-backward, doc-view-search):
11150 Fix assignment to free variable bug.
11151
11152 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
11153
11154 * emulation/pc-select.el (pc-select-shifted-mark): New var.
11155 (ensure-mark): Set it.
11156 (maybe-deactivate-mark): New fun.
11157 Use it everywhere instead of (setq mark-active nil).
11158
11159 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11160
11161 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
11162 Add check for XEmacs.
11163
11164 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
11165
11166 * doc-view.el (doc-view-resolution): Add missing :group.
11167
11168 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
11169
11170 * subr.el (make-variable-frame-local):
11171 Fix typo in obsolescence declaration.
11172
11173 2007-11-16 Werner Lemberg <wl@gnu.org>
11174
11175 * files.el (set-auto-mode-1): Check second line for -*- if file
11176 starts with '\" (which is used by man pages to identify needed
11177 troff preprocessors).
11178
11179 2007-11-16 Glenn Morris <rgm@gnu.org>
11180
11181 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
11182
11183 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11184
11185 * calc/calc-lang.el (math-oper-table): Fix typo.
11186 Reduce precedence of "/" for TeX.
11187
11188 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
11189
11190 2007-11-16 Juri Linkov <juri@jurta.org>
11191
11192 * dired-aux.el (dired-read-shell-command-default): New function.
11193 (dired-read-shell-command): Use its return value for DEFAULT arg.
11194
11195 * replace.el (keep-lines-read-args, occur-read-primary-args):
11196 Use a list of default values for DEFAULT arg of read-from-minibuffer.
11197
11198 * man.el (Man-heading-regexp): Add 0-9.
11199 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
11200
11201 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
11204 (doc-view-resolution): New custom var.
11205 (doc-view-pdf/ps->png): Use it.
11206 (doc-view-shrink-factor): New var.
11207 (doc-view-enlarge, doc-view-shrink): New commands.
11208 (doc-view-mode-map): Use them.
11209
11210 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
11211
11212 * ediff-wind.el (ediff-window-setup-function):
11213 * simple.el (normal-erase-is-backspace):
11214 * eshell/em-unix.el (eshell/info):
11215 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11216 Fix typos in docstrings.
11217
11218 * emulation/cua-base.el (cua--keymaps-initialized):
11219 Rename from `cua--keymaps-initalized'. Callers changed.
11220 (cua-highlight-region-shift-only): Doc fix.
11221 (cua-paste-pop): Fix typo in docstring.
11222
11223 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * emulation/cua-base.el (cua--pre-command-handler-1):
11226 Use input-decode-map instead of function-key-map.
11227 Use event-modifiers now that it works reliably.
11228
11229 * vc.el (vc-diff-internal): Pop-to-buffer later.
11230
11231 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
11232
11233 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
11234 did not touch them.
11235
11236 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
11237
11238 * calc/calc-menu.el: New file.
11239 * calc/calc.el (calc-mode): Require calc-menu.
11240
11241 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
11242
11243 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
11244
11245 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
11246
11247 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
11248 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
11249 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
11250 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
11251 locations.
11252 (gdb-info-breakpoints-custom, gdb-assembler-custom)
11253 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
11254 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
11255
11256 2007-11-13 Noah Friedman <friedman@splode.com>
11257
11258 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
11259 bindings to remap when `calc-scan-for-dels' is non-nil.
11260
11261 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
11264 constant forms.
11265 (byte-compile-nilconstp): New function.
11266 (byte-optimize-cond): Kill subsequent branches when a branch is
11267 know to be taken or not taken.
11268 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
11269
11270 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11271
11272 * vc.el (vc-register): Allow registering a file passed as a
11273 parameter instead of just the current buffer.
11274
11275 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
11276
11277 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11278 Check whether the output of "uname -sr" has been changed.
11279
11280 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11281
11282 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
11283 patterns from compilation-perl.el and compilation-weblint.el files.
11284
11285 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11286
11287 * progmodes/compilation-perl.el:
11288 * progmodes/compilation-weblint.el: Disable autoloads, they cause
11289 a bootstrap failure.
11290
11291 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
11292 instead of doing "cvs diff" in order to avoid accessing the repository.
11293
11294 2007-11-12 Kevin Ryde <user42@zip.com.au>
11295
11296 * progmodes/compilation-perl.el:
11297 * progmodes/compilation-weblint.el: New files.
11298
11299 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
11300
11301 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
11302 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
11303 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
11304 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
11305 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
11306 Rewrite in active voice.
11307
11308 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
11309
11310 * doc-view.el: Add comments about isearch support.
11311
11312 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11313
11314 * vc.el (vc-start-entry): Fix setting the in the case the function
11315 is called from vc-dired. Use when instead of if where appropriate.
11316
11317 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11318
11319 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
11320 to be a list.
11321 (ps-begin-job): Error if ps-lpr-switches is not a list.
11322
11323 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11324
11325 * faces.el (face-normalize-spec): Remove function.
11326 (frame-set-background-mode): Undo last change.
11327
11328 2007-11-10 Jason Rumney <jasonr@gnu.org>
11329
11330 * w32-fns.el: Sync charset names with setup-default-fontset.
11331 Append "-1" where second part missing.
11332
11333 2007-11-10 Juri Linkov <juri@jurta.org>
11334
11335 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
11336 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
11337
11338 * custom.el (custom-note-var-changed): Remove the `interactive'
11339 spec from this new non-interactive function.
11340
11341 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
11342
11343 * doc-view.el (doc-view-mode-map, doc-view-menu)
11344 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
11345 (doc-view-search-backward): New function.
11346 (doc-view-search): Query new regexp if prefix arg is given, else
11347 jump to next/previous match.
11348 (doc-view-mode): Handle compressed files.
11349 (jka-compr): Required for compressed files.
11350
11351 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
11352
11353 * replace.el (query-replace-show-replacement): New defcustom.
11354 (perform-replace): Use `match-substitute-replacement' if
11355 `query-replace-show-replacement' is non-nil.
11356
11357 2007-11-10 David Kastrup <dak@gnu.org>
11358
11359 * subr.el (match-substitute-replacement): New function.
11360
11361 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
11362
11363 * files.el (auto-mode-alist): Select org-mode for files with the
11364 extension ".org".
11365
11366 2007-11-10 Martin Rudalics <rudalics@gmx.at>
11367
11368 * help.el (help-window, help-window-point-marker): New variables.
11369 (help-window-select): New option.
11370 (with-help-window): New macro for displaying help windows.
11371 (help-window-display-message, help-window-setup-finish)
11372 (help-window-setup): New functions used for setting up help windows.
11373 (print-help-return-message): Reset help-window to nil.
11374 (view-lossage): Use with-help-window instead of
11375 with-output-to-temp-buffer and move help-window-point-marker after
11376 inserted text.
11377 (describe-bindings, describe-key, describe-mode): Use
11378 with-help-window instead of with-output-to-temp-buffer.
11379
11380 * help-mode.el (help-mode): Set view-exit-action to bury the
11381 buffer instead of fiddling with windows. Simplify code.
11382 (help-mode-finish): When help-window eqs t set it to the selected
11383 window and have with-help-window set up view-return-to-alist.
11384 (help-buffer): Add autoload cookie.
11385
11386 * view.el (view-remove-frame-by-deleting): Change default value to t.
11387 Add autoload cookie.
11388 (view-exit-action, view-file, view-file-other-window)
11389 (view-file-other-frame, view-buffer, view-buffer-other-window)
11390 (view-buffer-other-frame): Rewrite doc strings.
11391 (view-return-to-alist-update): New function to remove stale entries
11392 from view-return-to-alist.
11393 (view-mode-enter): Rewrite doc string and simplify code.
11394 (view-mode-exit): Handle new case 'keep-frame. Don't reset
11395 view-exit-action to nil. Simplify code and rewrite doc string.
11396
11397 * apropos.el (apropos-describe-plist):
11398 * descr-text.el (describe-char):
11399 * disp-table.el (describe-display-table):
11400 * faces.el (list-faces-display, describe-face):
11401 * facemenu.el (list-colors-display):
11402 * help-fns.el (describe-function, describe-variable)
11403 (describe-syntax, describe-categories):
11404 Use with-help-window instead of with-output-to-temp-buffer.
11405
11406 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
11407
11408 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
11409 Optimize (featurep 'emacs) to t.
11410
11411 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
11412 New function.
11413 (byte-compile-maybe-guarded): Use it to also look for bound
11414 symbols inside `and' forms. Comment out non-working code that was
11415 trying to avoid warnings for XEmacs code.
11416
11417 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
11418
11419 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
11420 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
11421 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
11422 (vc-cvs-annotate-command):
11423 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
11424 is bound, it always is.
11425
11426 2007-11-10 Jason Rumney <jasonr@gnu.org>
11427
11428 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
11429 setup here from global scope.
11430
11431 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
11432
11433 * ido.el (ido-save-history): Save the history file in UTF-8, not
11434 the current filename coding system.
11435
11436 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11437
11438 * simple.el (interprogram-cut-function, interprogram-paste-function):
11439 Don't make them frame-local any more.
11440
11441 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
11442 Don't set interprogram-(cut|paste)-function on each frame.
11443
11444 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
11445 Make them work in tty frames.
11446 (interprogram-cut-function, interprogram-paste-function):
11447 Set them globally.
11448
11449 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11450
11451 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
11452 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
11453 (iso-iso2duden-trans-tab): Add docstring.
11454
11455 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * abbrev.el (define-abbrev-table): Record the variable definition.
11458
11459 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
11460 New function.
11461
11462 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11463
11464 * ps-print.el: Clean the code for checking suitable Emacs version.
11465 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
11466 (ps-print-version): New version 6.8.1.
11467
11468 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11469
11470 * files.el (enable-local-variables): Doc fix.
11471
11472 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
11473
11474 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
11475
11476 2007-11-09 Sven Joachim <svenjoac@gmx.de>
11477
11478 * dired-aux.el (dired-copy-file-recursive):
11479 Preserve directory permissions.
11480
11481 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
11484 (whitespace-unload-function): New-style unload function. When run,
11485 unintern `whitespace-unload-hook' and call `unload-feature' recursively
11486 to stop the old hook from messing with the unloading.
11487
11488 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11489
11490 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
11491 (elp-unset-master, elp-results): Fix typos.
11492 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
11493 Doc fixes.
11494
11495 * msb.el (msb--many-menus): Remove variable.
11496 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
11497 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
11498 (msb--toggle-menu-type): Fix typos in docstrings.
11499
11500 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
11501 (shadow-insert-var): Doc fixes.
11502 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
11503 Reflow docstrings.
11504 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
11505
11506 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
11509 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
11510 Fix typos in autoload docstrings.
11511
11512 2007-11-09 Richard Stallman <rms@gnu.org>
11513
11514 * savehist.el (savehist-save): Obey savehist-ignored-variables.
11515
11516 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
11517
11518 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
11519 (gdb-var-update-handler-1): Use it.
11520
11521 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11522
11523 * loadhist.el (unload-feature): Remove erroneous check for the
11524 FEATURE-unload-function variable; check the existence of the
11525 function (that's what the docstring says, and it makes more sense).
11526
11527 * follow.el (follow-unload-function): Add docstring.
11528 (follow-unload-function): Remove variable.
11529
11530 * server.el (server-unload-function): Remove variable.
11531 (server-unload-function): Unbind `server-edit' from `C-x #'.
11532
11533 * ses.el (ses-unload-function): New function.
11534
11535 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11536
11537 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
11538 (unsafep-progn, unsafep-let): Fix typos in docstrings.
11539
11540 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
11541 before use to avoid a warning in packages that require uniquify.
11542 (uniquify-unload-function): New function and var.
11543
11544 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
11545
11546 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
11547 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
11548 (ediff-current-diff-A, ediff-current-diff-B)
11549 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
11550 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
11551 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
11552 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
11553 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
11554 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
11555 (ediff-setup-windows-plain-merge)
11556 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
11557 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
11558 * ediff-util.el (ediff-setup-keymap, )
11559 (ediff-toggle-wide-display, ediff-toggle-multiframe)
11560 (ediff-toggle-use-toolbar, ediff-really-quit)
11561 (ediff-good-frame-under-mouse)
11562 (ediff-highlight-diff-in-one-buffer)
11563 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
11564 (ediff-make-bullet-proof-overlay):
11565 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
11566 (ediff-set-meta-overlay):
11567 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
11568 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
11569 ediff-emacs-p with their former definitions.
11570
11571 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
11572 (viper-has-face-support-p, viper-inactivate-input-method)
11573 (viper-activate-input-method)
11574 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
11575 * emulation/viper-mous.el (viper-multiclick-timeout)
11576 (viper-surrounding-word, viper-mouse-click-insert-word)
11577 (viper-mouse-click-search-word, viper-parse-mouse-key):
11578 * emulation/viper-macs.el (viper-char-array-to-macro):
11579 * emulation/viper.el (viper-go-away, viper-set-hooks)
11580 (viper-non-hook-settings):
11581 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
11582 (viper-get-saved-cursor-color-in-insert-mode)
11583 (viper-get-saved-cursor-color-in-emacs-mode)
11584 (viper-check-version, viper-get-visible-buffer-window)
11585 (viper-file-checked-in-p, viper-set-replace-overlay)
11586 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
11587 (viper-check-minibuffer-overlay, viper-read-key-sequence)
11588 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
11589 with their former definitions.
11590 (viper-eventify-list-xemacs): Only do work for XEmacs.
11591 (viper-set-unread-command-events): Only do work for Emacs.
11592 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
11593 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
11594 (viper-overlay-get, viper-overlay-put, viper-read-event)
11595 (viper-characterp, viper-int-to-char, viper-get-face)
11596 (viper-color-defined-p, viper-iconify): New defaliases replacing
11597 the old fsets.
11598
11599 * progmodes/fortran.el (comment-region-function)
11600 (uncomment-region-function): Pacify byte compiler.
11601
11602 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
11603
11604 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
11605
11606 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
11607 `process-environment'.
11608
11609 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
11610
11611 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
11612 match dir like "a...b".
11613
11614 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11615
11616 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
11617
11618 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
11619
11620 * net/tramp.el (tramp-handle-substitute-in-file-name):
11621 Don't expand the remote connection identification.
11622 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11623 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
11624 before calling stty.
11625
11626 * net/tramp-cache.el (tramp-cache-print)
11627 (tramp-dump-connection-properties): Fix docstring.
11628 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
11629
11630 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
11631
11632 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
11633 remote connection identification when setting connection property.
11634
11635 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
11636 "//" substitutes only in the local filename part.
11637
11638 2007-11-07 David Hansen <david.hansen@gmx.net>
11639
11640 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
11641
11642 2007-11-07 Glenn Morris <rgm@gnu.org>
11643
11644 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
11645 Remove superfluous concats. Move final set-buffer to
11646 non-emacs-specific code.
11647
11648 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
11649
11650 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
11651
11652 2007-11-07 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
11653
11654 * eshell/esh-mode.el (eshell-output-filter):
11655 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
11656 Use `with-current-buffer'.
11657
11658 2007-11-07 Andreas Schwab <schwab@suse.de>
11659
11660 * server.el (server-start): Only register cleanup after server was
11661 started.
11662
11663 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
11664
11665 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
11666
11667 * net/tramp-cache.el (tramp-cache-print): Move down.
11668 (tramp-cache-list-connections): New defun.
11669
11670 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
11671
11672 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
11673
11674 * ido.el (ido-save-history): Write the history file in the current
11675 filename coding system, and add `coding' file-local variable.
11676
11677 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
11678
11679 * textmodes/org.el (org-table-formula-substitute-names):
11680 Remove forgotten temporary debugging code.
11681
11682 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
11683
11684 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
11685 the prompt.
11686
11687 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
11688
11689 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
11690
11691 2007-11-05 Simon Josefsson <simon@josefsson.org>
11692
11693 * net/tls.el (tls-end-of-info): Doc fix.
11694
11695 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
11696
11697 * international/utf-7.el (utf-7-imap): New coding system.
11698 (utf-7-imap-post-read-conversion): New function.
11699 (utf-7-imap-pre-write-conversion): New function.
11700
11701 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * abbrev.el (abbrev--write): Fix up typo.
11704
11705 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * abbrev.el (define-abbrev-table): Doc fix.
11708
11709 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
11710
11711 * info.el (Info-revert-buffer-function): New func.
11712 (Info-mode): Arrange to use it for reverting.
11713 (Info-copy-current-node-name): Add space between filename and nodename.
11714
11715 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * abbrev.el (expand-abbrev): Move point back to expansion's end.
11718
11719 2007-11-04 Glenn Morris <rgm@gnu.org>
11720
11721 * net/tls.el: Don't require rx when compiling.
11722 (tls-end-of-info): Rewrite without using rx.
11723 (open-tls-stream): Use with-current-buffer.
11724
11725 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
11726
11727 * net/tls.el: Require rx when compiling.
11728 (tls-end-of-info): New variable.
11729 (open-tls-stream): Keep reading input until `tls-end-of-info' is
11730 matched.
11731
11732 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
11733
11734 * register.el (append-to-register, prepend-to-register):
11735 Don't signal error on empty register; use the text, instead.
11736
11737 2007-11-03 Michael Olson <mwolson@gnu.org>
11738
11739 * textmodes/remember.el (remember-buffer):
11740 Use define-obsolete-function-alias rather than defalias.
11741
11742 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
11743
11744 * simple.el (bad-packages-alist): Anchor semantic regexp.
11745
11746 2007-11-03 Glenn Morris <rgm@gnu.org>
11747
11748 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
11749 if defined, for blank lines. Doc fix.
11750
11751 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
11752 (fortran-mode): Set values for comment-region-function,
11753 uncomment-region-function and comment-insert-comment-function.
11754 (fortran-uncomment-region): New function.
11755
11756 * textmodes/nroff-mode.el (nroff-mode):
11757 Set comment-insert-comment-function rather than indent-line-function.
11758 (nroff-indent-line-function): Remove.
11759 (nroff-insert-comment-function): New function.
11760
11761 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
11762
11763 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
11764
11765 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
11766
11767 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
11768
11769 * emulation/viper-cmd.el (viper-prev-destructive-command)
11770 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
11771 copy-sequence.
11772
11773 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
11774 Got rid of ediff-copy-list.
11775
11776 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
11777 use face-name.
11778 (ediff-test-utility, ediff-diff-mandatory-option)
11779 (ediff-reset-diff-options): Remove to simplify the mandatory option
11780 handling on Windows.
11781 (ediff-set-diff-options): Add.
11782 (ediff-diff-options): Set "--binary" option as default in some cases.
11783
11784 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
11785 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
11786 ediff-vc-working-revision. Require vc-hooks.
11787
11788 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
11789
11790 * files.el (hack-local-variables): Fix membership tests to avoid
11791 treating all variables as safe if `enable-local-variables' is
11792 set to :safe (CVE-2007-5795).
11793
11794 2007-11-02 Glenn Morris <rgm@gnu.org>
11795
11796 * newcomment.el (comment-indent): Let comment-insert-comment-function,
11797 if defined, do all the work of inserting a new comment.
11798
11799 * progmodes/etags.el (tags-table-mode): Disable undo.
11800
11801 * simple.el (bad-packages-alist): Revert previous change.
11802
11803 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
11804
11805 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
11806
11807 * obsolete/lselect.el: Do not warn about unknown functions.
11808
11809 2007-11-02 Michael Olson <mwolson@gnu.org>
11810
11811 * textmodes/remember.el (remember-buffer): Make this an alias of
11812 remember-finalize, because Org uses it.
11813
11814 2007-11-01 Michael Olson <mwolson@gnu.org>
11815
11816 * textmodes/remember.el: Improve documentation in heading.
11817 (remember-before-remember-hook): Turn into a customizable option.
11818 (remember): Document INITIAL argument.
11819 (remember-region): Remove autoload cookie. Improve docstring to
11820 mention that it is called from the *Remember* buffer, and does not
11821 have any functional overlap with the `remember' function.
11822 (remember-finalize): Remove autoload cookie. Rename from
11823 remember-buffer to emphasize that this does not have any
11824 functional overlap with the `remember' function.
11825 (remember-destroy): Remove autoload cookie.
11826 (remember-mode-map): Define and initialize in one step.
11827 (remember-mode): Improve docstring.
11828 (remember-annotation-functions): Default to just '(buffer-file-name),
11829 and don't try to take the default value from Planner.
11830
11831 2007-11-01 Glenn Morris <rgm@gnu.org>
11832
11833 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
11834
11835 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
11836
11837 * emacs-lisp/authors.el (authors-scan-change-log)
11838 (authors-scan-el): Don't enable local eval; enable only safe local
11839 variables, without querying.
11840
11841 * mail/footnote.el (footnote-numeric-regexp)
11842 (footnote-english-upper-regexp, footnote-english-lower-regexp)
11843 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
11844 Match multi-character footnotes.
11845
11846 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
11847 (nroff-indent-line-function): New function.
11848 (nroff-count-text-lines): Use nroff-forward-text-line rather than
11849 obsolete alias.
11850
11851 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
11852
11853 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
11854 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
11855 (rcirc-print): Only update the line count when not marking the
11856 line as omittable.
11857 (rcirc-log-write): Specify coding system when writing logfile.
11858 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
11859
11860 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11861
11862 * printing.el (printing): Fix :version, printing.el was included
11863 for in emacs-22.1.
11864 (pr-path-style, pr-path-alist, pr-txt-name)
11865 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
11866 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
11867 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
11868 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
11869 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
11870 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
11871 (pr-setting-database, pr-visible-entry-list)
11872 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
11873 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
11874
11875 * ediff-util.el (ediff-nuke-selective-display): Move definition to
11876 top level, make it dependent on the emacs flavor.
11877
11878 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
11879 Test for XEmacs not for itimer.
11880
11881 * term/sun-mouse.el:
11882 * obsolete/sun-fns.el:
11883 * obsolete/sun-curs.el: Remove files.
11884
11885 * term/sun.el (select-previous-complex-command): Remove obsolete code.
11886
11887 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
11888
11889 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
11890 was given to concat.
11891
11892 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
11895 used normally for goto-line. Change `g' to revert the buffer.
11896 Add redundant `r' binding for buffer-revert.
11897
11898 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
11899 (mail-abbrevs-setup): Use abbrev-expand-functions.
11900 (build-mail-abbrevs): Use with-temp-buffer.
11901 (define-mail-abbrev): Simplify.
11902 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
11903 Change it for use on abbrev-expand-functions.
11904 (mail-abbrev-complete-alias): Use with-syntax-table.
11905
11906 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
11907
11908 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
11909 directly. Fix bug in deleting temp file.
11910
11911 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
11914 Merge defvar and define-abbrev-table.
11915 (def-python-skeleton): Use :case-fixed and :enable-function.
11916 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
11917 Remove.
11918 (python-mode): Don't modify pre-abbrev-expand-hook.
11919
11920 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11921
11922 * ediff-util.el (ediff-file-checked-out-p)
11923 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
11924
11925 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * abbrev.el (abbrev-symbol): Correct let->let*.
11928 (abbrev--before-point): Only use abbrev-start-location if before point.
11929
11930 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11931
11932 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
11933 (strokes-unload-hook): Remove function and variable.
11934 (strokes-unload-function): New-style unload function, adapted
11935 from `strokes-unload-hook'.
11936
11937 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
11938 (cl-unload-hook): Remove variable.
11939 (cl-unload-function): New-style unload function, adapted
11940 from `cl-cannot-unload'.
11941
11942 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
11943 (elp-unload-function): New-style unload function, adapted
11944 from `elp-unload-hook'.
11945
11946 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
11947
11948 * emacs-lisp/find-func.el (find-library): Use library at
11949 point as default interactive argument.
11950
11951 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * shadowfile.el (shadow-join): Remove.
11954 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
11955 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
11956 (shadowfile-unload-hook): Remove function and variable.
11957 (shadowfile-unload-function): New-style unload function, adapted
11958 from `shadowfile-unload-hook'.
11959
11960 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11961
11962 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
11963 only if it is bound.
11964
11965 * textmodes/reftex.el: Move autoloads for before all uses.
11966 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
11967 (reftex-delete-overlay): Move to the top level with the condition
11968 in the body.
11969
11970 * progmodes/simula.el: Use when instead of if.
11971
11972 * iimage.el (iimage-locate-file): Define unconditionally.
11973
11974 * mail/mailabbrev.el (mail-abbrev-next-line):
11975 * emulation/vip.el (vip-enlarge-region, vip-line)
11976 (vip-next-line-at-bol, vip-previous-line)
11977 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
11978 Wrap with-no-warnings around uses of next-line and previous-line.
11979
11980 * ediff.el (run-ediff-from-cvs-buffer):
11981 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
11982 Remove function not used by pcl-cvs anymore.
11983 (noninteractive, generic-sc-get-latest-rev)
11984 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
11985 Delete support for long obsolete generic-sc.el.
11986
11987 2007-10-31 Glenn Morris <rgm@gnu.org>
11988
11989 * cvs-status.el: No longer require pcvs when compiling.
11990
11991 * doc-view.el (doc-view-conversion-refresh-interval)
11992 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11993 (doc-view-reset-slice): Doc fixes.
11994 (doc-view-menu): Remove deleted function doc-view-edit-doc.
11995
11996 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * help-at-pt.el (help-at-pt-unload-hook): Remove.
11999 Timers are automatically canceled by `unload-feature'.
12000
12001 * delsel.el (delsel-unload-hook): Remove function and variable.
12002 (delsel-unload-function): New-style unload function, adapted
12003 from `delsel-unload-hook'.
12004
12005 * msb.el (msb-unload-hook): Remove function and variable.
12006 (msb-unload-function): New-style unload function, adapted from
12007 `msb-unload-hook'.
12008
12009 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
12010
12011 * desktop.el (uniquify-managed): Pacify byte compiler.
12012 (desktop-buffer-info): If the buffer name is managed by uniquify,
12013 save the base name, not the uniquified one.
12014 (desktop-create-buffer): Allow `rename-buffer' to generate a new
12015 name in case of conflict.
12016
12017 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * doc-view.el: Use expand-file-name rather than concat.
12020 (doc-view-cache-directory): Add the UID so multiple users won't clash.
12021 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
12022 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
12023 (doc-view-toggle-display): Use an overlay over the whole buffer so as
12024 not to have to touch the buffer's content.
12025 (doc-view-initiate-display): New function, extracted from doc-view-mode.
12026 (doc-view-mode): Use it. Don't mark as a special mode.
12027 Put the page numbers in the modeline.
12028 Set up the overlay. Hide the cursor. Run the mode hook.
12029 Use after-revert-hook rather than revert-buffer-function.
12030 (doc-view-search-internal): Fix typo.
12031 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
12032 image-cache flush.
12033 (doc-view-reconvert-doc): Don't reset the whole mode.
12034 (doc-view-make-safe-dir): New function.
12035 (doc-view-current-cache-dir): Use it.
12036
12037 2007-10-30 Jason Rumney <jasonr@gnu.org>
12038
12039 * time.el (display-time-world-list): Test for zoneinfo support.
12040
12041 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
12042
12043 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
12044
12045 * net/tramp-cache.el (tramp-flush-file-function): Check also
12046 `default-directory' if `buffer-file-name' does not return a
12047 string. Added to `eshell-pre-command-hook'.
12048
12049 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * doc-view.el (doc-view-current-doc): Remove.
12052 Replace all uses by buffer-file-name.
12053 (doc-view-menu): New menu.
12054 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
12055 unused var `doc'.
12056 (doc-view-sort): Simplify.
12057 (doc-view-buffer-message): Don't change buffer-modified-p.
12058 (doc-view-mode): Change it here instead.
12059 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
12060 Don't modify the global value of revert-buffer-function.
12061
12062 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
12063 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
12064 (image-toggle-display): Take overlays into account and don't assume
12065 point-min==1.
12066
12067 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
12068
12069 * vc.el (vc-annotate): Fix omission bug:
12070 Specify value for vc-sentinel-movepoint.
12071
12072 2007-10-30 Michael Olson <mwolson@gnu.org>
12073
12074 * textmodes/remember.el (remember-mode-hook)
12075 (remember-handler-functions, remember-annotation-functions):
12076 Add additional items as options, including some Org functions.
12077
12078 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
12079
12080 * doc-view.el: Remove cl-dependency.
12081 (doc-view-buffer-message): Mention new binding K.
12082 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
12083 instead of variable.
12084 (doc-view-current-cache-dir): Better cache dir naming.
12085 (doc-view-current-display): Remove variable.
12086 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
12087 (doc-view-kill-proc): Set converter process to nil.
12088 (doc-view-minor-mode): New minor mode.
12089 (doc-view-minor-mode-map): New keymap.
12090 (doc-view-mode): Remove text/image switching code. Use plain defun.
12091 (doc-view-mode-map): New binding K kills converter process.
12092 Remove C-c C-e binding.
12093 (doc-view-mode-text-map): Remove keymap.
12094 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
12095 d-v-display-maybe.
12096 (doc-view-previous-major-mode): New variable.
12097 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
12098 (doc-view-remove-if): New function.
12099 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
12100 (doc-view-toggle-display): Toggle modes instead of display styles.
12101 (doc-view-reconvert-doc): Adapt to new way of doing things.
12102
12103 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
12104
12105 2007-10-30 Glenn Morris <rgm@gnu.org>
12106
12107 * dirtrack.el (dirtrack-mode): Doc fix.
12108
12109 * shell.el (shell-dirtrack-verbose, shell-mode)
12110 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
12111
12112 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
12113 (byte-compile-enable-warning): Doc fix.
12114
12115 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
12116 suppress byte-opt warning.
12117
12118 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
12119
12120 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
12121 (edt-gnu-emacs19-p): Remove.
12122 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
12123 (edt-xserver, edt-page-backward, edt-beginning-of-line)
12124 (edt-end-of-line-forward, edt-end-of-line-backward)
12125 (edt-one-word-forward, edt-one-word-backward, edt-character)
12126 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
12127 (edt-find-forward, edt-find-backward, edt-find-next-forward)
12128 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
12129 (edt-define-key, edt-bottom-check, edt-sentence-forward)
12130 (edt-sentence-backward, edt-paragraph-forward)
12131 (edt-paragraph-backward, edt-restore-key, edt-window-top)
12132 (edt-window-bottom, edt-scroll-window-forward-line)
12133 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
12134 (edt-line-to-top-of-window, edt-paragraph-backward)
12135 (edt-restore-key, edt-window-top, edt-window-bottom)
12136 (edt-scroll-window-forward-line)
12137 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
12138 (edt-line-to-middle-of-window, edt-goto-percentage)
12139 (edt-display-the-time, edt-remember, edt-split-window)
12140 (edt-emulation-on, edt-emulation-off)
12141 (edt-default-emulation-setup, edt-user-emulation-setup)
12142 (edt-select-default-global-map, edt-select-user-global-map):
12143 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
12144 tests.
12145
12146 * textmodes/reftex-index.el (reftex-index-selection-or-word):
12147 Use feature test instead of boundp test so it can be resolved at
12148 compile time.
12149
12150 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
12151
12152 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
12155 Update all users.
12156 (abbrev-get, abbrev-put): Simplify.
12157 (define-abbrev): Don't store the `force' value in the :system property.
12158 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
12159
12160 2007-10-30 Michael Olson <mwolson@gnu.org>
12161
12162 * desktop.el (desktop-minor-mode-table): Add line for ERC.
12163
12164 * textmodes/remember.el: New file that implements a mode for
12165 quickly jotting down things to remember.
12166
12167 * textmodes/remember-diary.el: A backend for remember.el that
12168 implements saving notes to a Diary file.
12169
12170 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12171
12172 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
12173 Relocate in file.
12174 (allout-doublecheck-at-and-shallower): Increase to include
12175 slightly greater depths, since yank interaction is now ok.
12176 Also, elaborate the docstring to explain the situation.
12177 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
12178 instead of concat, so we accommodate key sequences expressed as
12179 vectors as well as strings and lists.
12180 (allout-flag-region, allout-hide-by-annotation): Make the
12181 hidden-text overlays 'front-advance.
12182 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
12183 (allout-aberrant-container-p, allout-on-current-heading-p)
12184 (allout-e-o-prefix-p, allout-next-heading)
12185 (allout-previous-heading, allout-goto-prefix)
12186 (allout-end-of-prefix, allout-next-sibling-leap)
12187 (allout-next-visible-heading, allout-auto-fill)
12188 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
12189 (allout-yank-processing, allout-resolve-xref)
12190 (allout-current-topic-collapsed-p, allout-hide-region-body)
12191 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
12192 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
12193 (count-trailing-whitespace-region): Preserve match data, so allout
12194 outline navigation doesn't disrupt other Emacs operations.
12195 (allout-beginning-of-line): Retreat to the beginning of the hidden
12196 text, so fields are respected (for submodes that care).
12197 (allout-end-of-line): Preserve mark activation status when jumping.
12198 (allout-open-topic): Account for opening after a child that
12199 contains a hidden trailing newline. Preserve match data.
12200 Run allout-structure-added-hook
12201 (allout-encrypt-decrypted): Preserve match data.
12202 (allout-toggle-current-subtree-exposure): Add new interactive
12203 function for toggle subtree exposure - suggested by tassilo.
12204 (move-beginning-of-line, move-end-of-line): Don't use
12205 line-move-invisible-p, it's obsolete - substitute the code, instead.
12206
12207 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
12208
12209 * textmodes/flyspell.el (message-signature-separator):
12210 * longlines.el (message-indent-citation-function): Pacify byte
12211 compiler.
12212
12213 * emacs-lisp/cl-loaddefs.el:
12214 * ldefs-boot.el: Regenerate.
12215
12216 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12217 (.el.elc, compile, compile-always, compile-calc)
12218 ($(lisp)/progmodes/cc-mode.elc): Use it.
12219
12220 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
12221 Only do work for XEmacs.
12222 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
12223 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
12224 on XEmacs.
12225 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12226 (ps-x-color-name, ps-x-color-specifier-p)
12227 (ps-x-copy-coding-system, ps-x-device-class)
12228 (ps-x-extent-end-position, ps-x-extent-face)
12229 (ps-x-extent-priority, ps-x-extent-start-position)
12230 (ps-x-face-font-instance, ps-x-find-coding-system)
12231 (ps-x-font-instance-properties, ps-x-make-color-instance)
12232 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
12233 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
12234 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
12235 (ps-generate-postscript-with-faces): Delete defaliases.
12236 (ps-face-foreground-name, ps-face-background-name)
12237 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
12238 Move definitions to top level, make the body conditional on the Emacs
12239 flavor. Replace uses of deleted aliases and renamed functions.
12240 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
12241 of deleted aliases and renamed functions.
12242
12243 * calc/calc.el (calc-emacs-type-lucid): Remove.
12244 (calc-digit-map, calcDigit-start, calc-read-key)
12245 (calc-clear-unread-commands):
12246 * calc/calc-ext.el (calc-user-key-map): Replace uses of
12247 calc-emacs-type-lucid with (featurep 'xemacs)
12248
12249 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
12250 (featurep 'xemacs).
12251 (tpu-lucid-emacs19-p): Remove.
12252 (tpu-map-key): Make it a function instead of using fset. Inline
12253 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
12254 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
12255
12256 * ielm.el: Use featurep 'xemacs.
12257
12258 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
12259 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
12260 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
12261 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
12262 cperl-xemacs-p with (featurep 'xemacs).
12263 (font-lock-cache-position): Pacify byte compiler.
12264
12265 2007-10-29 Drew Adams <drew.adams@oracle.com>
12266
12267 * faces.el (read-color): New function.
12268 (face-at-point, foreground-color-at-point)
12269 (background-color-at-point): New functions.
12270
12271 2007-10-28 Richard Stallman <rms@gnu.org>
12272
12273 * net/browse-url.el (browse-url-text-xterm): Rename from
12274 browse-url-lynx-xterm and made generic.
12275 (browse-url-text-emacs): Likewise.
12276 (browse-url-text-browser): New variable.
12277 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
12278 (browse-url-text-input-field, browse-url-text-input-attempts)
12279 (browse-url-kde-program): Likewise.
12280
12281 2007-10-29 Glenn Morris <rgm@gnu.org>
12282
12283 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
12284 Use mapc rather than mapcar (reinstall change deleted without log
12285 entry 2007-10-22).
12286
12287 2007-10-29 Martin Rudalics <rudalics@gmx.at>
12288
12289 * wdired.el (wdired-next-line, wdired-previous-line):
12290 Use next-line and previous-line wrapped in with-no-warnings.
12291
12292 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
12293
12294 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
12295 (rcirc-recent-quit-alist): New function.
12296 (rcirc): Print a better message when there is only one connected server.
12297 (rcirc-complete-nick): Do not update the nick table here.
12298 (rcirc-mode-map): Add M-o.
12299 (rcirc-current-line): Add variable.
12300 (rcirc-mode): Setup variables for line based omit.
12301 (rcirc-edit-multiline): Strip text properties.
12302 (rcirc-omit-responses): Add NICK.
12303 (rcirc-omit-threshold): Add variable.
12304 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
12305 Add functions.
12306 (rcirc-print): Keep track of current line. Do not fill text if
12307 `rcirc-fill-flag' is null. Only omit text if the last activity
12308 from the sender is more than `rcirc-omit-threshold' lines ago.
12309 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
12310 numbers instead of time.
12311 (rcirc-channel-nicks): Sort by line numbers instead of time.
12312 (rcirc-omit-mode): Add `...' when omitting text and recenter.
12313 (rcirc-handler-JOIN): Restore the joiners linestamp.
12314 (rcirc-maybe-remember-nick-quit): Add function.
12315 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
12316
12317 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
12318
12319 * loadhist.el (unload-feature-special-hooks):
12320 Add `delete-frame-functions' and `suspend-tty-functions'.
12321
12322 * server.el (server-unload-function): Rename from `server-unload-hook'
12323 and adapt to new `unload-feature' functionality. Remove hook from
12324 `kill-buffer-hook' buffer-locally.
12325 (server-unload-hook): Remove.
12326 (server-unload-function): New var; replaces `server-unload-hook'.
12327
12328 2007-10-29 Glenn Morris <rgm@gnu.org>
12329
12330 * dirtrack.el (dirtrack-debug): Doc fix.
12331 (dirtrack-mode, dirtrack-debug-mode): New names for
12332 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
12333 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
12334 Make obsolete.
12335 (dirtrack-debug-message): Only print message if
12336 dirtrack-debug-mode is non-nil. Use with-current-buffer.
12337 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
12338 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
12339
12340 2007-10-28 Glenn Morris <rgm@gnu.org>
12341
12342 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
12343 (byte-compile-warnings-safe-p): Handle `not'.
12344 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
12345 (byte-compile-enable-warning): New functions.
12346 (byte-compile-eval-before-compile)
12347 (byte-compile-file-form-require): Use byte-compile-disable-warning.
12348 (byte-compile-close-variables): Locally bind byte-compile-warnings,
12349 but do not modify it.
12350 (byte-compile-eval, byte-compile-obsolete)
12351 (byte-compile-warn-about-unresolved-functions)
12352 (byte-compile-file-form-defvar)
12353 (byte-compile-file-form-custom-declare-variable)
12354 (byte-compile-file-form-require)
12355 (byte-compile-file-form-defmumble, byte-compile-lambda)
12356 (byte-compile-form, byte-compile-normal-call)
12357 (byte-compile-variable-ref, byte-compile-defvar)
12358 (byte-compile-make-variable-buffer-local):
12359 Use byte-compile-warning-enabled-p.
12360 * emacs-lisp/advice.el (ad-compile-function):
12361 Use byte-compile-disable-warning.
12362 * emacs-lisp/cl.el: Move local variables to end of file, and set
12363 byte-compile-warnings to `(not cl-functions)'.
12364 * emacs-lisp/cl-compat.el: Add a local variables section, and set
12365 byte-compile-warnings to `(not cl-functions)'.
12366 * emacs-lisp/cl-macs.el: Unify local variable section, and set
12367 byte-compile-warnings to `(not cl-functions)'.
12368 (cl-do-proclaim): Use byte-compile-disable-warning and
12369 byte-compile-enable-warning.
12370 * emacs-lisp/cl-seq.el: Unify local variable section, and set
12371 byte-compile-warnings to `(not cl-functions)'.
12372 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
12373 Use byte-compile-disable-warning.
12374
12375 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
12376
12377 * cus-edit.el (custom-browse-insert-prefix):
12378 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
12379
12380 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * server.el (server-process-filter): Fix typo in docstring.
12383 (server-log): Reflow docstrings.
12384 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
12385 (server-goto-line-column): Use `when'.
12386
12387 2007-10-28 Juri Linkov <juri@jurta.org>
12388
12389 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
12390 when mouse is clicked on the isearch message.
12391 (isearch-resume): Call `isearch-update' at the end.
12392 Rename argument `search' to `string' to conform to the
12393 isearch terminology.
12394
12395 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 Rewrite abbrev.c in Elisp.
12398 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
12399 (abbrev-table-get, abbrev-table-put, abbrev-get)
12400 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
12401 (define-abbrev, abbrev--check-chars, define-global-abbrev)
12402 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
12403 (abbrev-expansion, abbrev--before-point, expand-abbrev)
12404 (unexpand-abbrev, abbrev--write, abbrev--describe)
12405 (insert-abbrev-table-description, define-abbrev-table):
12406 New funs, largely transcribed from abbrev.c.
12407 (abbrev-with-wrapper-hook): New macro.
12408 (abbrev-table-name-list, global-abbrev-table)
12409 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
12410 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
12411 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
12412 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
12413 New vars, largely transcribed from abbrev.c.
12414 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
12415 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
12416 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
12417
12418 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12419
12420 * ps-print.el: Now detect if text foreground and background colors are
12421 equal and replace the foreground color by another color, so the text
12422 becomes visible. Doc fix.
12423 (ps-print-version): New version 6.8.
12424 (ps-default-fg, ps-default-bg): Docstring fix.
12425 (ps-postscript-code-directory): Fix default value code.
12426 (ps-fg-list, ps-fg-validate-p): New options.
12427 (ps-foreground-list): New var.
12428 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
12429
12430 2007-10-27 Glenn Morris <rgm@gnu.org>
12431
12432 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
12433 (shell-dirtrack-toggle): Mark as obsolete.
12434 (dirtrack-toggle, dirtrack-mode): No longer alias to
12435 shell-dirtrack-mode.
12436
12437 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
12438
12439 * calc/calc.el (math-standard-opers): Lower the precedence
12440 of negation.
12441 * calc/calc-lang.el (math-oper-table): Lower precedence of
12442 negation for C, TeX, and eqn.
12443
12444 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
12445
12446 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
12447
12448 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
12449
12450 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
12451 (desktop-not-loaded-hook): Fix :version tags.
12452
12453 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
12454
12455 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
12456 (tramp-get-remote-tmpdir): New defun.
12457 (tramp-make-tramp-temp-file): Use it.
12458 (tramp-local-call-process): New defun. Replace all calls of
12459 `call-process' by this when appropriate.
12460 (tramp-handle-write-region): Replace calls of `file-attributes' by
12461 `tramp-compat-file-attributes'.
12462 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12463 Make the first command a `tramp-send-command' call, with let-bind
12464 of `tramp-end-of-output'.
12465 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
12466 (tramp-load-report-modules, tramp-append-tramp-buffers):
12467 Move to tramp-cmds.el.
12468
12469 * net/tramp-fish.el (tramp-fish-handle-copy-file)
12470 (tramp-fish-do-copy-or-rename-file)
12471 (tramp-fish-do-copy-or-rename-file-directly):
12472 * net/tramp-smb.el (tramp-smb-handle-copy-file):
12473 Add parameter PRESERVE-UID-GID.
12474
12475 2007-10-27 Eli Zaretskii <eliz@gnu.org>
12476
12477 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
12478 New defcustoms.
12479 (display-time-world-list): Use them as appropriate for the current
12480 value of `system-type'.
12481
12482 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12483
12484 * printing.el: Pacify byte compiler, that is, no compiler warnings.
12485 Move (again) some variable definitions before use, define some fun
12486 aliases, no code change.
12487 (pr-version): New version 6.9.2.
12488 (pr-path-style, pr-auto-region, pr-menu-char-height)
12489 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
12490 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
12491 via (defvar VAR).
12492 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
12493 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
12494 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
12495 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
12496 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
12497 (pr-menu-print-item, pr-ps-printer-menu-modified)
12498 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
12499 (pr-even-or-odd-alist): Vars definition moved.
12500
12501 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12502
12503 * emulation/pc-select.el (next-line-mark, next-line-nomark)
12504 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
12505 around uses of previous-line and next-line.
12506
12507 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
12508 New defvars.
12509
12510 * textmodes/css-mode.el (comment-continue):
12511 * net/browse-url.el (url-handler-regexp):
12512 * progmodes/idlw-help.el (idlwave-system-routines):
12513 Pacify byte-compiler.
12514
12515 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
12516 line-move-invisible-p with its former definition: invisible-p.
12517 line-move-invisible-p was removed on 2007-08-29.
12518
12519 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
12520
12521 * files.el (kill-emacs-query-functions): Doc fix;
12522 `save-buffers-kill-emacs' is no longer bound to a key.
12523
12524 2007-10-26 Richard Stallman <rms@gnu.org>
12525
12526 * isearch-multi.el (isearch-buffers-multi): New option.
12527 (isearch-buffers-search-fun): Test it.
12528
12529 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
12530 Put ps-run-clear on C-c C-l.
12531
12532 * newcomment.el (comment-styles): New style indent-or-triple.
12533 (comment-style): Make that the default.
12534 (comment-add defvar): Doc fix.
12535 (comment-add): Delete arg EXTRA.
12536 (comment-region-default): Open code call to comment-add.
12537 Handle indent-or-triple style which uses `multi-char' for INDENT.
12538
12539 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
12540
12541 * eshell/em-unix.el (nil-blank-string): Doc fix.
12542
12543 2007-10-26 John Wiegley <johnw@newartisans.com>
12544
12545 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
12546 function, ensure that the third argument is turned into a nil if
12547 the string is otherwise completely empty (either no characters, or
12548 all tabs/spaces). This fixes a bug from a user who found himself
12549 unable to customize `diff-switches' and still use Eshell's diff
12550 command.
12551
12552 2007-10-26 Glenn Morris <rgm@gnu.org>
12553
12554 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
12555 safe-local-variable property.
12556
12557 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
12558
12559 * net/browse-url.el (browse-url-browser-function): Delete grail.
12560 (browse-url-grail): Function and variable deleted.
12561 (browse-url-browser-function): Delete IXI Mosaic.
12562 (browse-url-default-browser): Don't try IXI Mosaic.
12563 (browse-url-iximosaic): Function deleted.
12564 (browse-url-browser-function): Delete MMM.
12565 (browse-url-default-browser): Don't try MMM.
12566 (browse-url-mmm): Function deleted.
12567
12568 2007-10-26 Drew Adams <drew.adams@oracle.com>
12569
12570 * custom.el (custom-note-var-changed): New function.
12571
12572 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
12573
12574 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
12575 use with the definition. Remove.
12576
12577 * add-log.el (change-log-start-entry-re): New defconst.
12578 (change-log-sortable-date-at): Use it.
12579 (change-log-beginning-of-defun, change-log-end-of-defun):
12580 New functions.
12581 (change-log-mode): Use them for beginning-of-defun-function and
12582 end-of-defun-function.
12583
12584 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
12585
12586 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
12587 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
12588 (ses-recalculate-cell): Deal with point being just beyond end of
12589 data area (why does this happen?)
12590 (ses-set-curcell): Ditto.
12591 (ses-column-letter): Handle columns beyond 702. Code written by
12592 Gareth Rees.
12593
12594 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
12595
12596 * textmodes/org.el (org-agenda-get-restriction-and-command):
12597 Use `mapc' instead of `mapcar'.
12598 (org-agenda-list): Numeric prefix argument can specify the number
12599 of days.
12600 (remember-register, remember-buffer): Prevent byte compiler from
12601 complaining.
12602 (org-todo): Save and restore match data.
12603 (org-no-warnings): New macro.
12604 (org-columns-eval): Use `org-no-warnings'.
12605
12606 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
12607
12608 * comint.el (comint-password-prompt-regexp):
12609 Handle `[sudo] password'-style prompt.
12610
12611 2007-10-25 Glenn Morris <rgm@gnu.org>
12612
12613 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
12614 (defcustom): Doc fix.
12615
12616 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
12617 Add `non_intrinsic'.
12618 (f90-constants-re): Add ieee modules.
12619 (f90-typedef-matcher, f90-typedec-matcher)
12620 (f90-imenu-type-matcher): New functions.
12621 (f90-font-lock-keywords-1): Give module procedures function-name face.
12622 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
12623 Add `use, intrinsic'.
12624 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
12625 Move start of `enum' blocks to separate entry.
12626 (f90-start-block-re): Fix `type', `abstract interface'.
12627 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
12628 derived types.
12629 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
12630 `elemental', change `enumerator'.
12631 (f90-no-block-limit): Fix `abstract interface'.
12632
12633 * progmodes/f90.el (f90-indented-comment-re)
12634 (f90-directive-comment-re, f90-break-delimiters):
12635 * progmodes/fortran.el (fortran-comment-line-start-skip)
12636 (fortran-directive-re):
12637 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
12638 as safe if they are strings.
12639
12640 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * startup.el (window-system): Remove. Don't make it frame-local.
12643
12644 2007-10-24 Richard Stallman <rms@gnu.org>
12645
12646 * savehist.el (savehist-save): Omit unreadable elements.
12647
12648 * loadhist.el (unload-function-defs-list): Rename from
12649 unload-function-features-list.
12650 (unload-feature-special-hooks, unload-feature): Doc fixes.
12651
12652 * indent.el (indent-to-left-margin): If point's in the indentation,
12653 move to the end of the indentation.
12654
12655 * cus-edit.el (customize-changed-options): Make arg optional.
12656
12657 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
12660
12661 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12662
12663 * textmodes/org-publish.el (org-publish-attachment): Re-install
12664 accidentally deleted change.
12665
12666 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * term/iris-ansi.el (iris-function-map): Move init into declaration.
12669
12670 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
12671
12672 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12673 (Buffer-menu-mode-map): Initialize in the declaration.
12674 (Buffer-menu-mode): Define with `define-derived-mode'.
12675
12676 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
12677
12678 * textmodes/org.el (org-version): Change to 5.13e.
12679 (org-agenda-file-regexp): Fix typo in docstring.
12680 (org-add-planning-info): Fix bug in parenthesis settings.
12681 (org-scan-tags): Catch the case of indirect buffers with no filename.
12682 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
12683 Re-install switch to mapc, had been removed by accident.
12684 (org-columns-map): New binding `C-c C-o'.
12685 (org-columns-menu): Change menu text and added new entry.
12686 (org-columns-eval): Document the use of `next-line'.
12687 (org-columns-open-link): New function.
12688 (org-columns-follow-link): Remove function.
12689 (org-open-link-from-string): New function.
12690 (org-read-date-get-relative): Fix typo in docstring.
12691 (org-read-date-get-relative): Leading +/- is not optional.
12692 (org-agenda-get-restriction-and-command): Always resize window on
12693 first loop cycle.
12694 (org-agenda-open-link): Make sure the link abbreviations are
12695 present in the agenda buffer.
12696 (org-agenda-copy-local-variable): New function.
12697
12698 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
12701
12702 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * simple.el (reindent-then-newline-and-indent): Use a `move after
12705 insert' kind of marker in the save-excursion.
12706
12707 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * textmodes/css-mode.el: Require CL.
12710 (comment-continue): Declare.
12711
12712 * subr.el (make-variable-frame-localizable): Remove.
12713 (make-variable-frame-local): Mark obsolete.
12714
12715 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
12718 of the subdirs is unreadable.
12719
12720 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
12721
12722 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
12723 when we are local.
12724
12725 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * progmodes/python.el (python-current-defun): Remove left-over
12728 assignment to `start'.
12729
12730 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
12731
12732 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
12733 than `mapcar'; return value is not used.
12734
12735 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12736
12737 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
12738 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
12739
12740 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
12741
12742 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
12743 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
12744
12745 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12746
12747 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
12748
12749 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12750
12751 * emacs-lisp/advice.el (ad-make-advised-docstring):
12752 Add ad-advice-info text property to doc string.
12753
12754 2007-10-23 Glenn Morris <rgm@gnu.org>
12755
12756 * progmodes/f90.el (f90-do-indent, f90-if-indent)
12757 (f90-type-indent, f90-program-indent, f90-associate-indent)
12758 (f90-continuation-indent, f90-comment-region)
12759 (f90-beginning-ampersand, f90-smart-end)
12760 (f90-break-before-delimiters, f90-auto-keyword-case)
12761 (f90-leave-line-no, f90-mode-hook):
12762 Give an appropriate safe-local-variable property.
12763
12764 * progmodes/fortran.el (fortran-tab-mode-default)
12765 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
12766 (fortran-structure-indent, fortran-continuation-indent)
12767 (fortran-comment-indent, fortran-comment-line-extra-indent)
12768 (fortran-comment-line-start)
12769 (fortran-minimum-statement-indent-fixed)
12770 (fortran-minimum-statement-indent-tab)
12771 (fortran-comment-indent-char, fortran-line-number-indent)
12772 (fortran-check-all-num-for-matching-do)
12773 (fortran-blink-matching-if, fortran-continuation-string)
12774 (fortran-comment-region, fortran-electric-line-number)
12775 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
12776 (fortran-analyze-depth, fortran-break-before-delimiters):
12777 Give an appropriate safe-local-variable property.
12778
12779 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12780
12781 * printing.el: Move variable definitions before use.
12782 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
12783
12784 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
12787 (tpu-edt-off): Use it.
12788 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
12789 the global-map before adding it to global-map.
12790
12791 * menu-bar.el (global-buffers-menu-map): New var.
12792 (global-map, menu-bar-update-buffers): Use it.
12793 * msb.el (msb-menu-bar-update-buffers): Use it.
12794 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
12795 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
12796 Use with-current-buffer.
12797
12798 2007-10-22 Juri Linkov <juri@jurta.org>
12799
12800 * isearch-multi.el: New file.
12801
12802 * isearch.el (isearch-search-string): After finding the next
12803 occurrence switch to buffer isearch-buffers-current-buffer when
12804 isearch-buffers-next-buffer-function is non-nil and
12805 isearch-buffers-current-buffer is live.
12806
12807 * add-log.el (change-log-mode): Make and set buffer-local variable
12808 isearch-buffers-next-buffer-function to change-log-next-buffer.
12809 Call isearch-buffers-minor-mode.
12810 (change-log-next-buffer): New function.
12811
12812 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
12813
12814 * textmodes/org-export-latex.el (org-export-latex-protect-string):
12815 Renaming of `org-latex-protect'.
12816 (org-export-latex-emphasis-alist): By default, don't protect
12817 any emphasis formatter from further conversion.
12818 (org-export-latex-tables): Honor column grouping for tables.
12819 (org-export-latex-title-command): New option.
12820 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
12821 export backslash character.
12822
12823 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
12824
12825 * textmodes/org.el (org-read-date-get-relative): New function.
12826 (org-agenda-file-regexp): New variable.
12827 (org-agenda-files): Allow directories in the variable.
12828 (org-agenda-get-restriction-and-command): New function.
12829 (org-agenda): Use `org-agenda-get-restriction-and-command'.
12830 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
12831 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
12832 New functions.
12833 (org-entry-add-to-multivalued-property)
12834 (org-entry-remove-from-multivalued-property)
12835 (org-entry-member-in-multivalued-property): New functions.
12836 (org-remember-apply-template): Catch C-g and make sure window
12837 configuration is restored.
12838 (org-agenda-open-link): Make it work with several links in the line.
12839 (org-drawers, org-set-regexps-and-options)
12840 (org-get-current-options): Add support for a DRAWERS in-buffer option.
12841 (org-agenda-window-frame-fractions): New option.
12842 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
12843 (org-columns-cleanup-item, org-find-entry-with-id)
12844 (org-insert-columns-dblock, org-listtable-to-string)
12845 (org-dblock-write:columnview, org-columns-capture-view)
12846 (org-edit-headline): New functions.
12847 (org-agenda-to-appt): Require calendar.
12848 (org-entry-get-with-inheritance): Widen for search.
12849 (org-columns-display-here): Don't mark buffer as modified when
12850 adding space characters to accomodate column overlays.
12851 (org-export-as-html): Better formatting of tags in the toc.
12852 (org-columns-display-here): Make the ITEM column as compact as possible.
12853 (org-remember-templates): Customization interface improved.
12854 (org-export-with-property-drawer): Variable removed.
12855 (org-export-with-drawers): New option.
12856 (org-complex-heading-regexp): New variable.
12857 (org-sort-entries): Rewrite using `sort-subr'.
12858 (org-set-property): More appropriate completion during interactive use.
12859 (org-sort-entries): Allow sorting by property.
12860 (org-additional-option-like-keywords): Add more values.
12861 (org-sort-entries-or-items): Rename from `org-sort-entries'.
12862
12863 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
12864
12865 * textmodes/org.el (org-get-date-from-calendar): New function.
12866 (org-at-timestamp-p, org-timestamp-change)
12867 (org-remember-templates): First element of each entry is now a
12868 name for the template.
12869 (org-store-log-note): Check for `org-note-abort'.
12870 (org-kill-note-or-show-branches): New command.
12871 (org-fontify-priorities): New option.
12872 (org-fontify-priorities): New function.
12873 (org-cut-subtree, org-copy-subtree): New argument N to
12874 act on N sequential subtrees.
12875 (org-paste-subtree): Fix the level at which a tree is pasted.
12876 (org-fit-agenda-window): Limitations on window size removed.
12877 (org-agenda-find-same-or-today-or-agenda): Rename from
12878 `org-agenda-find-today-or-agenda'.
12879 (org-scheduled-past-days): New option.
12880 (org-agenda-scheduled-leaders)
12881 (org-agenda-deadline-leaders): New options.
12882 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
12883 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
12884 (org-export-with-tags, org-export-plist-vars)
12885 (org-infile-export-plist): New "tags" option.
12886 (org-use-property-inheritance): New option.
12887 (org-cached-entry-get): Use `org-use-property-inheritance'.
12888 (org-remember-apply-template): Fix typo.
12889
12890 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * net/tramp.el (tramp-find-shell)
12893 (tramp-open-connection-setup-interactive-shell): Improve sending
12894 initial commands.
12895 (tramp-action-terminal): Send debug message.
12896 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
12897 (tramp-barf-if-no-shell-prompt): Insert code of
12898 `tramp-wait-for-shell-prompt'.
12899
12900 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
12903
12904 * term/vt200.el (terminal-init-vt200):
12905 * term/vt201.el (terminal-init-vt201):
12906 * term/vt220.el (terminal-init-vt220):
12907 * term/vt240.el (terminal-init-vt240):
12908 * term/vt300.el (terminal-init-vt300):
12909 * term/vt320.el (terminal-init-vt320):
12910 * term/vt400.el (terminal-init-vt400):
12911 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
12912
12913 * term/wyse50.el (wyse50-terminal-map): New var.
12914 (terminal-init-wyse50): Use it and input-decode-map.
12915 (enable-arrow-keys): Emasculate.
12916
12917 * term/tvi970.el (tvi970-terminal-map): New var.
12918 (terminal-init-tvi970): Use it and input-decode-map.
12919 (tvi970-keypad-numeric): Remove.
12920 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
12921
12922 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
12923 (terminal-init-sun): Use it and input-decode-map.
12924
12925 * term/news.el (terminal-init-news):
12926 * term/lk201.el (terminal-init-lk201):
12927 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
12928
12929 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
12930
12931 * complete.el (PC-expand-many-files): Remove.
12932 (PC-do-completion): Call file-expand-wildcards instead of
12933 PC-expand-many-files.
12934
12935 * net/tramp.el (tramp-handle-expand-many-files): Remove.
12936 (PC-expand-many-files): Remove advice.
12937
12938 2007-10-22 Glenn Morris <rgm@gnu.org>
12939
12940 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
12941 Add some support for Fortran 2003 syntax:
12942 (f90-type-indent): Now also applies to `enum'.
12943 (f90-associate-indent): New user option.
12944 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
12945 Add some F2003 keywords.
12946 (f90-constants-re): New constant.
12947 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
12948 Interface'.
12949 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
12950 `class'. Arguments for `type'/`class' may have spaces. Add a new
12951 element for functions with specified types. Add `end enum' and
12952 `select type'. Add `implicit enumerator' and `procedure'.
12953 Add `class default' and `type is', `class is'. Fix `go to' regexp.
12954 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
12955 (f90-font-lock-keywords-4): Add `f90-constants-re'.
12956 (f90-blocks-re): Add `enum' and `associate'.
12957 (f90-else-like-re): Add `class is', `type is', and `class default'.
12958 (f90-end-type-re): Add `enum'.
12959 (f90-end-associate-re, f90-typeis-re): New constants.
12960 (f90-end-block-re): Add `enum' and `associate'. Change from
12961 optional whitespace to end-of-word, to avoid `enumerator'.
12962 (f90-start-block-re): Add `select type', `abstract interface', and
12963 `enum'. Avoid `type is', and `type (sometype)'.
12964 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
12965 (f90-mode): Doc fix.
12966 (f90-looking-at-select-case): Doc fix. Add `select type'.
12967 (f90-looking-at-associate): New function.
12968 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
12969 Add `enum' and `abstract interface'.
12970 (f90-no-block-limit): Add `select type' and `abstract interface'.
12971 (f90-get-correct-indent, f90-calculate-indent)
12972 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
12973 (f90-indent-region, f90-match-end): Handle `associate' blocks.
12974
12975 2007-10-22 Martin Rudalics <rudalics@gmx.at>
12976
12977 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
12978 Use window-full-width-p.
12979
12980 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
12981
12982 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
12983
12984 * tooltip.el: Use featurep 'xemacs.
12985
12986 * printing.el: Move variable definitions before use, no code change.
12987
12988 2007-10-22 Juri Linkov <juri@jurta.org>
12989
12990 * simple.el (goto-history-element): Allow minibuffer-default to be
12991 a list of default values accessible by typing M-n in the minibuffer.
12992
12993 * dired-x.el (dired-guess-shell-command): Put all guesses to the
12994 minibuffer default value list instead of pushing them temporarily
12995 to the history list.
12996
12997 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12998
12999 * hexl.el (hexl-menu): New major mode menu.
13000
13001 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
13004
13005 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13006
13007 * w32-fns.el (w32-quote-process-args):
13008 * dos-w32.el (print-region-function, lpr-headers-switches)
13009 (ps-print-region-function): Pacify byte-compiler.
13010
13011 * emulation/edt-mapper.el (function-key-map):
13012 (edt-map-key): Make it a function instead of using fset.
13013 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
13014 (edt-gnu-map-key, edt-lucid-map-key): Remove.
13015 (edt-x-emacs-p): Remove.
13016 (edt-emacs-variant, edt-window-system, edt-xserver):
13017 Use featurep 'xemacs.
13018
13019 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
13020 Replace eudc-xemacs-p with its definition.
13021 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
13022 (eudc-emacs-mule-p): Remove.
13023 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
13024 eudc-xemacs-p with feature tests.
13025
13026 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
13027 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
13028 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
13029 (eudc-bob-toggle-inline-display):
13030 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
13031 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
13032
13033 * net/eudcb-ph.el (eudc-ph-open-session):
13034 Replace eudc-xemacs-mule-p with its former definition.
13035
13036 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
13037 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
13038
13039 * progmodes/vera-mode.el (vera-xemacs): Remove.
13040 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
13041
13042 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
13043 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
13044 (vhdl-speedbar-initialize, vhdl-ps-print-init)
13045 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
13046 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
13047 with (featurep 'xemacs).
13048
13049 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
13050 (save-buffer-state-x):
13051 * obsolete/fast-lock.el (fast-lock-verbose):
13052 * emulation/viper-init.el (viper-xemacs-p)
13053 (viper-cond-compile-for-xemacs-or-emacs):
13054 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
13055 * ps-print.el (case-fold-search):
13056 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
13057 * calculator.el (calculator-help): Use featurep 'xemacs.
13058
13059 * progmodes/prolog.el: Undo previous change.
13060 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
13061
13062 * progmodes/dcl-mode.el:
13063 * play/yow.el:
13064 * calendar/todo-mode.el:
13065 * calendar/cal-hebrew.el:
13066 * vc-hg.el: Undo previous change.
13067
13068 * vms-patch.el: Likewise.
13069 (print-region-function): Pacify byte-compiler.
13070
13071 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
13074 preserve-uid-gid.
13075
13076 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
13077 compatibility. It is not used, though.
13078
13079 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
13080 Require tramp-cmds.el.
13081 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
13082 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
13083 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
13084 (tramp-do-copy-or-rename-file-out-of-band)
13085 (tramp-maybe-open-connection): Use `make-temp-name'. This is
13086 possible, because we don't need to create the temporary file, but
13087 we need a prefix for ssh, which has its own temporary file handling.
13088 (tramp-handle-delete-directory): Add "-f" to rmdir.
13089 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
13090 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
13091 a signal, in order to give the callee a chance to suppress.
13092 (tramp-handle-write-region): Set owner also in case of short
13093 track. Don't use compatibility calls for `write-region' anymore.
13094 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
13095 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
13096
13097 * net/tramp-cmds.el: New file.
13098
13099 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
13100 `tramp-clear-passwd'.
13101
13102 * net/trampver.el: Update release number.
13103
13104 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13105
13106 * progmodes/gud.el (gud-target-name): Move definition before use.
13107
13108 * progmodes/dcl-mode.el: Require imenu at compile time.
13109
13110 * progmodes/cc-engine.el (c-maybe-stale-found-type):
13111 Pacify byte-compiler.
13112
13113 * obsolete/fast-lock.el: Use featurep test instead of string-match.
13114
13115 * eshell/esh-mode.el (eshell-handle-ansi-color):
13116 Require ansi-color at compile time too.
13117
13118 * eshell/em-unix.el (eshell/info): Require info at compile time too.
13119
13120 * w32-fns.el: Require w32-vars.
13121
13122 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
13123 time too.
13124
13125 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * double.el ([ignore]): Use `ignore'.
13128 (double-setup): Inline into double-mode.
13129 (double-mode): Use define-minor-mode.
13130
13131 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13132
13133 * textmodes/reftex.el: Move require easymenu before first use.
13134 (reftex-info): Require info at compile too.
13135
13136 * textmodes/org-publish.el (org-publish-org-to-html)
13137 (org-publish-org-to): Require org at compile time too.
13138 (org-publish-attachment): Require at compile time too.
13139
13140 * term/tty-colors.el (w32-tty-standard-colors):
13141 Pacify byte-compiler.
13142
13143 * term/pc-win.el (frame-creation-function-alist): Add to this
13144 instead of setting frame-creation-function.
13145
13146 * play/blackbox.el (bb-up, bb-down): Use forward-line.
13147
13148 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
13149
13150 * calendar/todo-mode.el: Require calendar at compile time.
13151
13152 * calendar/cal-hebrew.el: Require holidays at compile time.
13153
13154 * w32-vars.el: Provide w32-vars.
13155
13156 * term/w32-win.el: Require w32-vars.
13157 (w32-color-map): Pacify byte-compiler.
13158
13159 * loadup.el: Load w32-vars before term/w32-win.
13160
13161 2007-10-20 Juri Linkov <juri@jurta.org>
13162
13163 * textmodes/fill.el (fill-paragraph): When the region is active,
13164 don't try other `or' branches regardless of the value returned by
13165 fill-region; just return t.
13166
13167 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
13168
13169 * vc.el (vc-do-command): Condition out a misleading message when
13170 running asynchronously.
13171 (vc-deduce-fileset): New argument enables using an unregistered
13172 visited file as a singleton fileset if nothing else is available.
13173 (vc-next-action): Restore file-registering behavior.
13174
13175 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
13176
13177 * calc/README: Add recent news.
13178
13179 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
13180
13181 * term/x-win.el (x-gtk-stock-map, icon-map-list)
13182 (x-gtk-map-stock): Delete duplicated definitions from merge.
13183
13184 * progmodes/compile.el (compilation-skip-to-next-location)
13185 (compilation-skip-threshold, compilation-skip-visited):
13186 Move definitions earlier.
13187
13188 * play/decipher.el (decipher-keypress):
13189 * play/zone.el (zone-fall-through-ws):
13190 * play/landmark.el (lm-move-down, lm-move-up):
13191 * play/handwrite.el (handwrite):
13192 * mail/mspools.el (mspools-visit-spool):
13193 * wdired.el (wdired-next-line, wdired-previous-line):
13194 * tar-mode.el (tar-subfile-save-buffer):
13195 * scroll-lock.el (scroll-lock-next-line)
13196 (scroll-lock-previous-line):
13197 * image-dired.el (image-dired-next-line)
13198 (image-dired-previous-line):
13199 * ediff-help.el (ediff-help-message-line-length):
13200 Use forward-line.
13201
13202 * smerge-mode.el (smerge-auto-refine):
13203 * diff-mode.el (diff-auto-refine): Add :group.
13204
13205 * play/yow.el: Require doctor at compile time.
13206
13207 * vmsproc.el: Provide vmsproc.
13208 (command-send-input): Use forward-line.
13209
13210 * vms-patch.el: Require ps-print and vmsproc at compile time.
13211
13212 * vc-mtn.el (log-view-message-re, log-view-file-re)
13213 (log-view-font-lock-keywords): Pacify byte-compiler.
13214
13215 * vc-hg.el: Require log-view at compile time.
13216
13217 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
13218
13219 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
13220
13221 2007-10-20 Glenn Morris <rgm@gnu.org>
13222
13223 * progmodes/f90.el (f90-font-lock-keywords-2)
13224 (f90-looking-at-type-like): Fix regexp typos.
13225
13226 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
13227
13228 * bs.el (bs--track-window-changes): Don't refresh the whole list.
13229 (bs-mode): Set mode-class property to special.
13230
13231 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13232
13233 * diff-mode.el (diff-auto-refine): New var.
13234 (diff-hunk): Use it.
13235 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
13236 (diff-refine-change): Rename from diff-fine-change. Change it.
13237 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
13238 (diff-refine-hunk): Rename from diff-fine-highlight.
13239
13240 2007-10-20 John Paul Wallington <jpw@pobox.com>
13241
13242 * help-fns.el (describe-variable-custom-version-info): New function
13243 to return variable's version or package version note.
13244 (describe-variable): Use it, display result.
13245
13246 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * smerge-mode.el (smerge-auto-refine): New var.
13249 (smerge-next, smerge-prev): Use it.
13250 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
13251
13252 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13253 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
13254
13255 * vc-bzr.el (vc-bzr-diff-tree):
13256 * vc-git.el (vc-git-diff-tree):
13257 * vc-hg.el (vc-hg-diff-tree):
13258 * vc-mcvs.el (vc-mcvs-diff-tree):
13259 * vc-mtn.el (vc-mtn-diff-tree):
13260 * vc-svn.el (vc-svn-diff-tree): Remove.
13261
13262 * vc-mtn.el (vc-mtn-revision-completion-table):
13263 * vc-cvs.el (vc-cvs-revision-completion-table):
13264 * vc-arch.el (vc-arch-revision-completion-table):
13265 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
13266 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
13267 Make it work when the arg is a list of files.
13268
13269 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
13272 Also `revision-completion-table' now takes a list of files.
13273 (vc-deduce-fileset): Remove unused var `regexp'.
13274 Only obey allow-directory-wildcard in dired buffers.
13275 (vc-default-diff-tree): Remove.
13276 (vc-diff-added-files): New var.
13277 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
13278 (vc-version-diff): Revert from `vc-history-diff' to the original name.
13279 Remove the `backend' arg.
13280 (vc-contains-version-controlled-file): Remove.
13281 (vc-diff): Bring it closer to the version in Emacs-22.
13282 (vc-revert): Fix typo in let-binding.
13283 (vc-default-unregister): Remove.
13284 (vc-dired-buffers-for-dir): Remove N^2 behavior.
13285
13286 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
13287
13288 * textmodes/two-column.el (2C-split, 2C-merge):
13289 * textmodes/bib-mode.el (bib-find-key, mark-bib):
13290 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13291 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
13292 * progmodes/ada-xref.el (ada-get-all-references):
13293 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
13294 * emulation/vi.el (vi-previous-line-first-nonwhite)
13295 (vi-effective-range, vi-put-before):
13296 * emulation/edt.el (edt-next-line, edt-previous-line)
13297 (edt-paragraph-forward): Use forward-line.
13298
13299 * progmodes/etags.el (tags-apropos): Require apropos at compile
13300 time too.
13301
13302 * progmodes/prolog.el: Require comint when compiling.
13303 (inferior-prolog-flavor): Move defvar before use.
13304
13305 2007-10-19 Richard Stallman <rms@gnu.org>
13306
13307 * font-core.el (turn-on-font-lock-if-desired):
13308 Rename from `turn-on-font-lock-if-enabled'.
13309 Fully obey `font-lock-global-modes'.
13310
13311 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
13314 which will not affect the behavior of things like forward-word.
13315 (diff-fine-highlight): Preserve point.
13316
13317 * doc-view.el (doc-view-mode-map): Use remapping.
13318 Don't rebind C-v, M-v to their default value.
13319 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
13320
13321 * smerge-mode.el: Add word-granularity refinement.
13322 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
13323 (smerge-refine-weight-hack): New vars.
13324 (smerge-refine-forward): New fun.
13325 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
13326 (smerge-refine-subst): Use them as well. Preserve point.
13327
13328 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
13329
13330 * follow.el (follow-unload-function): New function.
13331
13332 * loadhist.el (unload-function-features-list):
13333 Rename from `unload-hook-features-list'.
13334 (unload-hook-features-list): Add as obsolete alias.
13335 (unload-feature): Use `unload-function-features-list'
13336 and new FEATURE-unload-function.
13337
13338 2007-10-19 Glenn Morris <rgm@gnu.org>
13339
13340 * bindings.el (mouse-minor-mode-menu)
13341 (minor-mode-menu-from-indicator): Move to mouse.el.
13342 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
13343 Move here from bindings.el.
13344
13345 2007-10-19 Richard Stallman <rms@gnu.org>
13346
13347 * help-fns.el (describe-function-1): Don't use the advice origname
13348 if it has no function definition.
13349
13350 2007-10-18 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
13351
13352 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
13353 Use `save-restriction' rather than `widen'.
13354
13355 2007-10-18 Richard Stallman <rms@gnu.org>
13356
13357 * time.el (display-time-world-time-format): Display day # not month #.
13358
13359 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13360
13361 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
13362
13363 * doc-view.el: Remove version keyword.
13364 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13365 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
13366 (doc-view-ghostscript-options): Improve custom type.
13367 (doc-view-cache-directory, doc-view-conversion-buffer)
13368 (doc-view-conversion-refresh-interval): Simplify custom type.
13369
13370 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
13371
13372 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13373 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
13374 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13375 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
13376 Remove superfluous messages.
13377 (doc-view-mode-map): Use the image-mode scrolling commands.
13378 Don't rebind C-x k.
13379
13380 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13381
13382 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
13383 Add comment about "-dSAFER".
13384
13385 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * term/xterm.el: Don't require xt-mouse.
13388 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
13389 calling turn-on-xterm-mouse-tracking-on-terminal directly.
13390
13391 * xt-mouse.el: Don't change the global function-key-map anny more.
13392 (xterm-mouse-mode): Use terminal-init-xterm-hook.
13393 Don't use after-make-frame-functions now that term/xterm.el calls
13394 us directly.
13395 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
13396 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
13397 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
13398 Setup input-decode-map and remember that xterm-mouse-mode was
13399 enabled in this terminal.
13400 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
13401 terminals where it has been enabled.
13402
13403 * faces.el (tty-create-frame-with-faces): Make sure not only
13404 tty-run-terminal-initialization but also set-locale-environment
13405 are run only once per terminal.
13406 (tty-run-terminal-initialization): Don't check if the terminal was
13407 already initted.
13408
13409 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
13410 not to remove keymaps that just happen to inherit from one of ours.
13411 When setting up our keymap, make sure it won't be accidentally
13412 modified by someone else.
13413
13414 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13415
13416 * textmodes/artist.el (artist-previous-line, artist-next-line):
13417 * dired.el (dired-next-line, dired-previous-line):
13418 * progmodes/delphi.el (delphi-newline):
13419 * textmodes/org.el (org-columns-eval):
13420 Use forward-line.
13421
13422 * emerge.el (emerge-setup): Use insert-buffer-substring.
13423 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
13424
13425 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
13426
13427 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
13428 (adaptive-fill-function): Doc fix. Remove * from docstring.
13429
13430 2007-10-18 Tom Horsley <tom.horsley@att.net>
13431
13432 * simple.el (interprogram-paste-function): Doc fix.
13433 (current-kill): Accept list of strings as well
13434 as single string from `interprogram-paste-function'.
13435
13436 2007-10-18 Glenn Morris <rgm@gnu.org>
13437
13438 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
13439
13440 2007-10-18 Drew Adams <drew.adams@oracle.com>
13441
13442 * bindings.el (mode-line-minor-mode-keymap):
13443 Add mouse-minor-mode-menu on mouse-1.
13444 (mode-line-modes): Add mouse-1 to help-echo text.
13445 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
13446 New functions.
13447 (mode-line-minor-mode-help): Doc fix.
13448
13449 2007-10-17 Juri Linkov <juri@jurta.org>
13450
13451 * textmodes/fill.el (fill-paragraph-or-region): Remove function
13452 at the request of RMS.
13453 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
13454 arg `region'. Fix docstring. At the first `or' branch add call to
13455 `fill-region' if it the region is active in transient-mark-mode.
13456
13457 * bindings.el (esc-map): Bind M-q to fill-paragraph
13458 instead of fill-paragraph-or-region.
13459
13460 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
13461 with fill-paragraph.
13462
13463 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
13464 Fix docstring.
13465
13466 * indent.el (indent-for-tab-command): Change interactive spec from
13467 "P" to "p". Add check for interactive arg before indenting the
13468 active region.
13469
13470 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
13471 Regroup.
13472
13473 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
13474
13475 * emacs-lisp/find-func.el: Don't require loadhist.
13476
13477 * loadhist.el (feature-symbols, file-provides, file-requires)
13478 (file-set-intersect, file-dependents): Simplify.
13479 (unload-feature-special-hooks): Update list of special hooks.
13480
13481 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
13482
13483 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
13484 extensions since they can be viewed with doc-view.
13485
13486 * files.el (auto-mode-alist): Make doc-view-mode the default mode
13487 for pdf, ps and dvi files.
13488
13489 * doc-view.el: Make doc-view-mode the standard mode for viewing
13490 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
13491 text and image display. Add binding C-c C-e to switch to an
13492 editing mode.
13493 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
13494 avoid security problems when rendering files from untrusted sources.
13495
13496 2007-10-17 Aaron Hawley <aaronh@garden.org>
13497
13498 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
13499 position is not saved.
13500
13501 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13502
13503 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
13504 (doc-view-ghostscript-options): Fix typo in doc string.
13505
13506 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13507
13508 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
13509 handling, so compilation-fake-loc works again.
13510
13511 * server.el (server-select-display): Nop if we do not support m-f-o-d.
13512 (server-process-filter): Revert last change.
13513
13514 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
13515 behavior unrelated to filesets.
13516
13517 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
13518
13519 * longlines.el (longlines-wrap-follows-window-size): Integer value
13520 specifies wrapping margin.
13521 (longlines-mode, longlines-window-change-function):
13522 Set window-specific wrapping margin based on the above.
13523
13524 2007-10-17 John Wiegley <johnw@newartisans.com>
13525
13526 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
13527
13528 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
13529
13530 * server.el (server-process-filter): Only set display if X11 is
13531 supported.
13532
13533 2007-10-17 Glenn Morris <rgm@gnu.org>
13534
13535 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13536 Tweak regexp to avoid stack overflow.
13537
13538 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * simple.el (reindent-then-newline-and-indent): Don't assume that
13541 indent-according-to-mode preserves point.
13542
13543 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
13544
13545 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
13546 (bs--nth-wrapper): Simplify.
13547 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
13548 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
13549 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
13550 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
13551 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
13552 (bs-configurations, bs-default-configuration)
13553 (bs-alternative-configuration, bs-cycle-configuration-name)
13554 (bs-string-show-always, bs-string-show-never, bs-string-current)
13555 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
13556 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
13557 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
13558 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
13559 (bs--window-config-coming-from): Revert 2006-11-09 change.
13560 (bs--restore-window-config): Keep the selected frame.
13561 (bs--track-window-changes, bs--remove-hooks): New functions.
13562 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
13563 (bs--create-header): Remove.
13564 (bs--create-header-line): New function, based on `bs--create-header'.
13565 (bs--show-header): Use `bs--create-header-line'.
13566 (bs--show-with-configuration): Revert 2006-11-09 change.
13567 Don't reuse window unless it is visible on the selected frame.
13568 Restore window configuration (possibly in a different frame)
13569 before creating any window.
13570
13571 2007-10-16 Glenn Morris <rgm@gnu.org>
13572
13573 * simple.el (blink-matching-open): Don't report false errors with
13574 the `$' syntax class.
13575
13576 2007-10-16 Richard Stallman <rms@gnu.org>
13577
13578 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
13579 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
13580 (ad-is-advised, ad-get-advice-info-field)
13581 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
13582
13583 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * vc-hooks.el (vc-workfile-version): Compatibility alias.
13586 (vc-default-working-revision): Compatibility for backends.
13587
13588 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
13591 (filesets-ormap, filesets-sort-case-sensitive-flag)
13592 (filesets-remake-shortcut, filesets-ingroup-collect-files):
13593 Fix typos in docstrings.
13594 (filesets-conditional-sort, filesets-find-or-display-file)
13595 (filesets-data-get-name, filesets-data-get-data)
13596 (filesets-data-set, filesets-cmd-query-replace-getargs)
13597 (filesets-ingroup-collect): Doc fixes.
13598
13599 2007-10-15 Sam Steingold <sds@gnu.org>
13600
13601 * mail/sendmail.el (sendmail-error-reporting-interactive)
13602 (sendmail-error-reporting-non-interactive): New variables for
13603 sendmail error reporting options to simplify support for imperfect
13604 sendmail emulators.
13605 (sendmail-send-it): Use them instead of list literals.
13606
13607 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
13608
13609 * help-fns.el: Revert previous change; it creates a
13610 dependency loop between advice.el and help-fns.el.
13611
13612 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * help-fns.el: Require advice when compiling.
13615
13616 2007-10-14 Drew Adams <drew.adams@oracle.com>
13617
13618 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
13619 (ring-insert+extend, ring-remove+insert+extend, ring-member)
13620 (ring-next, ring-previous): New functions.
13621
13622 2007-10-14 Richard Stallman <rms@gnu.org>
13623
13624 * emacs-lisp/advice.el (documentation): Advice deleted.
13625 Doc for advised functions is now handled at C level.
13626 (ad-stop-advice, ad-start-advice): Don't enable or disable
13627 advice for `documentation'.
13628 (ad-advised-definition-docstring-regexp): Var deleted.
13629 (ad-make-advised-definition-docstring): Store orig name
13630 as text property of string.
13631 (ad-advised-definition-p): Check for text property of docstring.
13632
13633 * help-fns.el (describe-function-1): Find source of advised functions.
13634
13635 2007-10-14 Juri Linkov <juri@jurta.org>
13636
13637 * faces.el (describe-face): Allow handling a string as the face name.
13638
13639 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
13640 active region in transient-mark-mode.
13641 (ispell-region): Change messages displayed at the start and end of
13642 the spell-checking to be the same.
13643
13644 * startup.el (fancy-startup-tail): Say exactly what does the button
13645 dismiss ("Dismiss this startup screen"). Use text "Never show
13646 it again" for the checkbox after this button.
13647 (fancy-startup-screen, fancy-about-screen): Put point before the
13648 first link, so the user can quickly select links with the keyboard.
13649 (normal-mouse-startup-screen): Add more useful text describing how
13650 to follow a link.
13651
13652 2007-10-14 Glenn Morris <rgm@gnu.org>
13653
13654 * progmodes/etags.el (select-tags-table): Disable undo in the
13655 `*Tags Table List*' buffer.
13656
13657 2007-10-13 Eli Zaretskii <eliz@gnu.org>
13658
13659 * dired.el (dired-warn-writable): New face.
13660 (dired-warn-writable-face): New variable.
13661 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
13662 of dired-warning-face, for group- and world-writable files.
13663
13664 2007-10-13 Richard Stallman <rms@gnu.org>
13665
13666 * files.el (directory-abbrev-alist): Doc fix.
13667
13668 2007-10-13 Jari Aalto <jari.aalto@cante.net>
13669
13670 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
13671
13672 2007-10-12 Martin Rudalics <rudalics@gmx.at>
13673
13674 * frame.el (set-frame-configuration): Assign name parameter only
13675 if it has been set explicitly before.
13676
13677 2007-10-11 Tom Tromey <tromey@redhat.com>
13678
13679 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
13680 frame is visible.
13681
13682 2007-10-10 Richard Stallman <rms@gnu.org>
13683
13684 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
13685 in *Backtrace*.
13686
13687 * faces.el (face-font-selection-order): Doc fix.
13688
13689 * loadhist.el (unload-feature): Doc fix.
13690
13691 2007-10-13 Glenn Morris <rgm@gnu.org>
13692
13693 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
13694 (octave-re-search-forward-kw, octave-re-search-backward-kw):
13695 Add doc string, and an explicit COUNT argument.
13696 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
13697 `inc' to search functions.
13698
13699 * faces.el (face-spec-set): When FRAME is nil, set the default for
13700 new frames (restores pre-2007-09-17 behavior). Doc fix.
13701
13702 2007-10-13 John W. Eaton <jwe@octave.org>
13703
13704 * progmodes/octave-mod.el (octave-looking-at-kw)
13705 (octave-re-search-forward-kw, octave-re-search-backward-kw):
13706 New functions.
13707 (octave-in-defun-p, calculate-octave-indent)
13708 (octave-blink-matching-block-open, octave-beginning-of-defun)
13709 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
13710 to search for regexps that contain case-sensitive keywords.
13711 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
13712 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
13713
13714 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13715
13716 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
13717 Do not use a single clause cond.
13718
13719 * cus-start.el (all): Use test that does not match the X11 version
13720 for mac.
13721
13722 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
13723
13724 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
13725 BROWSE buffer.
13726
13727 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13728
13729 * cus-start.el (all): Undo previous change.
13730
13731 2007-10-13 Glenn Morris <rgm@gnu.org>
13732
13733 * woman.el (woman0-rename): Fix paren typo.
13734
13735 * mail/feedmail.el (feedmail-run-the-queue)
13736 (feedmail-look-at-queue-directory):
13737 * mail/reporter.el (reporter-dump-state):
13738 * net/eudc-hotlist.el (eudc-edit-hotlist):
13739 * net/eudc.el (eudc-display-records)
13740 (eudc-filter-duplicate-attributes)
13741 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
13742 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
13743 (eudc-bbdb-query-internal):
13744 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
13745 * net/socks.el (socks-build-auth-list):
13746 * progmodes/cc-cmds.el (top level):
13747 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
13748 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
13749 (cperl-write-tags, cperl-tags-treeify):
13750 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
13751 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
13752 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
13753 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
13754 (idlwave-toolbar-remove-everywhere):
13755 * progmodes/idlwave.el (idlwave-indent-line)
13756 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
13757 (idlwave-write-paths, idlwave-all-method-classes)
13758 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
13759 (idlwave-fix-keywords, idlwave-display-calling-sequence)
13760 (idlwave-complete-in-buffer):
13761 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
13762 (org-fast-tag-selection):
13763 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
13764 than mapcar.
13765
13766 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
13767
13768 * diff-mode.el (diff-fine-change): Add :group.
13769
13770 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
13771
13772 * cus-start.el (all): Use the same test as the 22.2 branch.
13773
13774 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * diff-mode.el (diff-current-defun): Force recomputation of
13777 change-log-default-name.
13778
13779 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
13780
13781 * startup.el (fancy-startup-screen): Remove an unnecessary newline
13782 and some leftover logic regarding dedicated frames. If showing
13783 concise startup screen, fit window to buffer.
13784 (command-line-1): If we will be using the splash screen, use
13785 find-file instead of find-file-other-window to find additional files.
13786 Comment out unused code for coping with the old sit-for behavior.
13787
13788 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
13791 `meta' modifier consistently, rather than using sometimes meta
13792 sometimes alt.
13793
13794 2007-10-12 Martin Rudalics <rudalics@gmx.at>
13795
13796 * window.el (handle-select-window): Revert part of 2007-10-08
13797 change setting the input focus.
13798
13799 2007-10-12 Glenn Morris <rgm@gnu.org>
13800
13801 * startup.el (command-line): Do not read abbrev file in batch mode.
13802
13803 * emacs-lisp/byte-opt.el (top level):
13804 * mail/rmail.el (rmail-list-to-menu):
13805 * obsolete/hilit19.el (hilit-mode):
13806 * progmodes/cc-mode.el (c-postprocess-file-styles)
13807 (c-submit-bug-report):
13808 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13809 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
13810 (reftex-access-parse-file):
13811 * textmodes/reftex-cite.el (reftex-do-citation)
13812 (reftex-insert-bib-matches):
13813 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13814 * textmodes/reftex-sel.el (reftex-select-unmark):
13815 * textmodes/reftex-toc.el (reftex-toc-do-promote):
13816 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
13817
13818 * cus-edit.el (custom-variable-menu, custom-face-menu)
13819 (custom-group-menu): Check init-file-user rather than
13820 user-init-file, in case cus-edit is loaded by site-run-file.
13821
13822 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
13823
13824 * vc.el (vc-deduce-fileset): Delete unused code.
13825 (vc-next-action): Fix typos.
13826
13827 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
13828
13829 * bs.el (bs--mark-unmark): New function.
13830 (bs-mark-current, bs-unmark-current): Use it.
13831
13832 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
13833
13834 * vc.el (vc-diff):
13835 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
13836 temporarily disable the check for his edge case of
13837 vc-diff (stopping it from grinding when called from $HOME), as
13838 it's calling some brittle code in vc-hooks.el.
13839 (with-vc-properties): Fix evaluation time of a macro argument.
13840 * ediff-vers.el (ediff-vc-internal):
13841 * vc-hooks.el:
13842 * loaddefs.el: Follow up on VC terminology change.
13843
13844 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
13845
13846 * follow.el (follow-stop-intercept-process-output):
13847 Use `follow-call-process-filter' rather than `process-filter'.
13848 Simplify.
13849
13850 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
13851
13852 * vc-hooks.el (vc-registered): Robustify this function a bit
13853 against filenames with no directory component.
13854
13855 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * international/characters.el: Undo unwanted and unexplained change.
13858
13859 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13860
13861 * ps-print.el: Fix the usage of :foreground and :background face
13862 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
13863 (ps-print-version): New version 6.7.6.
13864 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
13865 Fix code.
13866 (ps-face-foreground-color-p, ps-face-background-color-p)
13867 (ps-face-color-p): New inline funs.
13868
13869 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
13870
13871 * textmodes/org.el (org-additional-option-like-keywords): New constant.
13872 (org-complete): Use `org-additional-option-like-keywords'.
13873 (org-parse-local-options): New function.
13874
13875 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
13876
13877 * textmodes/org.el (org-in-clocktable-p): New function.
13878 (org-clock-report): Only update the table at point, or insert a new one.
13879 (org-clock-goto): New function.
13880 (org-open-file): Use `start-process-shell-command' instead of
13881 `shell-command' with an ampersand.
13882 (org-deadline, org-schedule): New argument REMOVE to remove the
13883 date from the entry.
13884 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
13885 argument to `org-schedule' and `org-deadline'.
13886 (org-trim): Use the correct expressions for beginning and end of
13887 the string.
13888 (org-get-cleaned-entry): Trim the string before returning it.
13889 (org-clock-find-position): New function.
13890 (org-clock-into-drawer): New option.
13891 (org-agenda-tags-column): Rename from
13892 `org-agenda-align-tags-to-column'.
13893 (org-agenda-align-tags): Allow negative values for
13894 `org-agenda-tags-column'.
13895 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
13896 (org-agenda-to-appt): New optional argument FILTER.
13897 (org-completion-fallback-command): New variable.
13898 (org-complete): Use `org-completion-fallback-command'.
13899 (org-find-base-buffer-visiting): Catch the case that there is no
13900 buffer visiting the file.
13901 (org-property-or-variable-value): New function.
13902 (org-todo): Use `org-property-or-variable-value'
13903 (org-agenda-compact-blocks): New option.
13904 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
13905 (org-agenda-schedule, org-agenda-deadline):
13906 Call `org-agenda-show-new-time'.
13907 (org-agenda-show-new-time): New argument PREFIX.
13908 (org-colgroup-info-to-vline-list): Fix but that cause a
13909 shift in the vertical lines.
13910 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
13911 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
13912 (org-indent-item): No arg in call to `org-fix-bullet-type'.
13913 (org-fix-bullet-type): Remove argument.
13914 (org-read-date): Check for am/pm twice, to catch the end time.
13915 (org-goto-map): Use `suppress-keymap'.
13916 (org-remember-apply-template): Respect the dynamically scoped
13917 selection character.
13918
13919 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
13920
13921 * textmodes/org-export-latex.el (org-export-latex-protect-string):
13922 Renaming of `org-latex-protect'.
13923 (org-export-latex-emphasis-alist): By default, don't protect
13924 any emphasis formatter from further conversion.
13925 (org-export-latex-tables): Honor column grouping for tables.
13926 (org-export-latex-title-command): New option.
13927 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13928 export backslash character.
13929
13930 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13931
13932 * frame.el (frame-inherited-parameters): Remove unused `environment'
13933 parameter, and let server.el add `client' when needed.
13934
13935 * server.el (server-create-tty-frame)
13936 (server-create-window-system-frame): Set frame-inherited-parameters.
13937
13938 * frame.el (frame-inherited-parameters): New var.
13939 (make-frame): Use it.
13940
13941 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
13942
13943 * env.el (let-environment): Remove. Unused.
13944 (read-envvar-name): Simplify.
13945 (setenv): Remove unused arg `frame'.
13946
13947 * help-fns.el (describe-variable): Add missing " " for multiline
13948 obsolescence info and missing EOL after global value.
13949
13950 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
13951
13952 * add-log.el:
13953 * ediff-vers.el:
13954 * log-view.el:
13955 * pcvs.el:
13956 * vc-arch.el:
13957 * vc-bzr.el:
13958 * vc-cvs.el:
13959 * vc.el:
13960 * vc-git.el:
13961 * vc-hg.el:
13962 * vc-hooks.el:
13963 * vc-mcvs.el:
13964 * vc-mtn.el:
13965 * vc-rcs.el:
13966 * vc-sccs.el:
13967 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
13968 {find,init,next,previous,annotate-*,log}-version ->
13969 {find,init,next,previous,annotate-*,log}-revision,
13970 annotate-focus-version -> annotate-working-revision, The term
13971 'focus' is gone. The term 'revision' is now used consistently
13972 everywhere that reference to a revision ID is intended, replacing
13973 older use of 'version'.
13974
13975 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
13976
13977 * follow.el: Change all instances of "Follow Mode" to "Follow
13978 mode" in docstrings and messages.
13979 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
13980
13981 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
13982
13983 * vc.el (vc-next-action): Rewrite completely; this principal
13984 entry point now operates on a current fileset selected either
13985 explicitly via VC-Dired or implicitly by visiting a file buffer,
13986 rather than always operating on the file of the current buffer as
13987 in older versions. Rewrite the rest of the mode to match.
13988 (with-vc-properties): Rewrite to operate on a file list.
13989 (with-vc-file): vc-checkin takes a file list argument now.
13990 (vc-post-command-functions): This hook now receives a file list.
13991 (vc-do-command): Take a either a file or a file list as argument.
13992 (vc-deduce-fileset): New function for deducing a file list to
13993 operate on.
13994 (vc-next-action-on-file, vc-next-action-dired): Remove.
13995 Merge into vc-next-action.
13996 (vc-register): Adapt to the fact that vc-start-entry now takes a
13997 file list.
13998 (vc-register-with): New function.
13999 (vc-start-entry): Take a file list argument rather than a
14000 file argument.
14001 (vc-checkout): Cope with vc-start-entry taking a file list.
14002 (vc-steal-lock): Cope with with-vc-properties taking a
14003 file list.
14004 (vc-checkin): Take a file list argument rather than a file argument.
14005 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
14006 (vc-diff-internal): Rewrite for filesets.
14007 (vc-diff-sentinel): New function, tests whether changes were
14008 written into a diff buffer.
14009 (vc-diff): Rewrite for filesets.
14010 (vc-version-diff): Rewrite for filesets.
14011 (vc-print-log): Take a fileset argument.
14012 (vc-revert): Revert the entire selected fileset, not just the
14013 current buffer.
14014 (vc-rollback): Roll back the entire selected fileset, if
14015 possible. No longer accepts a prefix argument.
14016 (vc-update): Merge new changes for the entire selected
14017 fileset, not just the current buffer.
14018 (vc-revert-file): Cope with with-vc-properties taking a file list.
14019 (vc-default-dired-state-info): Add + status suffix if the file is
14020 modified.
14021 (vc-annotate-warp-version): Use the new diff machinery.
14022 (vc-log-edit): Take a file list argument rather than a file argument.
14023
14024 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
14025
14026 Sync with Tramp 2.1.11.
14027
14028 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14029 Pacify byte compiler.
14030
14031 * net/trampver.el: Update release number.
14032
14033 2007-10-09 Richard Stallman <rms@gnu.org>
14034
14035 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
14036
14037 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
14038
14039 * follow.el: Require easymenu.
14040 (follow-mode-hook, follow-mode): Doc fixes.
14041 (follow-mode-off-hook): Mark as obsolete.
14042
14043 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14044
14045 * window.el (mouse-autoselect-window-cancel): Don't cancel for
14046 select-window or select-frame events.
14047 (handle-select-window): When autoselecting window set input
14048 focus. Restructure.
14049
14050 * frame.el (focus-follows-mouse): Move to frame.c.
14051 * cus-start.el (all): Add focus-follows-mouse.
14052
14053 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
14054
14055 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
14056 activate font-locking in the *buffer-selection* buffer.
14057 (bs-show-sorted): Doc fix.
14058
14059 * bs.el (bs--get-marked-string, bs--get-modified-string)
14060 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14061 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
14062 (bs--format-aux): Doc fix.
14063
14064 2007-10-08 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14065
14066 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
14067
14068 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14069
14070 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
14071 (gud-gdb): New function for old M-x gdb (text command mode).
14072 (gud-gdb-command-name, gdb): Move to...
14073
14074 * progmodes/gdb-ui.el: ...here and adapt doc string.
14075 (gud-gdba-command-name, gdba): Delete.
14076
14077 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
14078
14079 * bs.el: Don't defvar `font-lock-verbose'.
14080 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
14081 (bs--get-file-name): Fix typos in docstrings.
14082 (bs--show-header): Use `dolist' instead of `mapcar'.
14083 (bs-mode): Set `show-trailing-whitespace' to nil.
14084 (bs-buffer-sort-function, bs-mouse-select-other-frame)
14085 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
14086 Doc fixes.
14087
14088 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
14089
14090 * progmodes/gud.el (pdb): Specify file for gud-break.
14091
14092 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14093
14094 * progmodes/gud.el (gdb): Make graphical mode the default and
14095 switch to text command mode if appropriate, i.e., reverse previous
14096 arrangement.
14097 (gud-gdb-marker-filter): Adapt for above change.
14098
14099 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
14100 gud-minor-mode and gud-marker-filter.
14101 (gdb-fullname-regexp): New variable.
14102 (gud-gdba-marker-filter): Use it to switch to text command
14103 mode if appropriate.
14104
14105 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14106
14107 * progmodes/gud.el (gud-display-line): Find source buffer even when
14108 GUD buffer has its own frame.
14109
14110 2007-10-08 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
14111
14112 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
14113
14114 2007-10-08 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
14115
14116 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14117
14118 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14119
14120 * allout.el (allout-before-change-handler): Replace got-char by
14121 goto-char.
14122
14123 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
14126 Used to try and automatically enabled smerge-mode in the presence of
14127 conflicts and to call `svn resolved' when the conflicts are gone.
14128 (vc-svn-parse-status): Remember the svn-specific status.
14129
14130 2007-10-08 Eli Zaretskii <eliz@gnu.org>
14131
14132 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
14133 menu-bar-apropos-menu. All users changed.
14134 (menu-bar-help-menu): Change menu symbols to better match the text
14135 displayed by the menu.
14136
14137 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14138
14139 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
14140 #, @, : and ^.
14141
14142 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14143
14144 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
14145
14146 * log-view.el (log-view-mode-map): Likewise.
14147
14148 * diff-mode.el (diff-mode-shared-map): Likewise.
14149
14150 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14151
14152 * files.el (file-name-sans-versions): Also allow `A-Z'.
14153
14154 * vc.el: Mention all supported VC backends.
14155
14156 2007-10-08 Richard Stallman <rms@gnu.org>
14157
14158 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
14159 neighbouring buttons.
14160
14161 2007-10-08 Andreas Schwab <schwab@suse.de>
14162
14163 * files.el (file-name-sans-versions): Also allow `_'.
14164
14165 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14166
14167 * files.el (file-name-sans-versions): Allow - and a-z in version names.
14168
14169 * log-view.el (log-view-mode-map, log-view-mode-menu):
14170 Bind log-view-annotate-version.
14171 (log-view-beginning-of-defun, log-view-end-of-defun)
14172 (log-view-annotate-version): New functions.
14173 (log-view-mode): Use log-view-beginning-of-defun and
14174 log-view-end-of-defun.
14175
14176 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
14179
14180 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14181
14182 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
14183 neighbouring buttons.
14184
14185 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14186 Recognize gcc's use of "note" for informational messages.
14187
14188 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
14191 (css-mode): Update correspondingly.
14192
14193 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14194
14195 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
14196 Signed-off-by, Acked-by and Merge.
14197
14198 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * ediff-init.el (ediff-verbose-p): This var is not a constant.
14201
14202 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * vc-mtn.el: New file.
14205
14206 * vc-hooks.el (vc-handled-backends): Add Mtn.
14207
14208 2007-10-08 Eli Zaretskii <eliz@gnu.org>
14209
14210 * files.el (find-file, find-file-other-window)
14211 (find-file-other-frame, find-file-existing, find-file-read-only)
14212 (find-file-read-only-other-window)
14213 (find-file-read-only-other-frame)
14214 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
14215
14216 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14217
14218 * progmodes/gud.el (gdb-ready): New variable.
14219 (gdb): Set it to nil. Set gud-running to nil here...
14220 (gud-common-init): ...instead of here.
14221
14222 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
14223 Use gdb-ready. Discard input until GDB is ready to accept it.
14224
14225 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14226
14227 * dired.el (dired-warning): Inherit from font-lock-warning-face to
14228 make it show up with eight colors.
14229
14230 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
14233 diffs are concatenated with no intervening line.
14234
14235 2007-10-08 Dave Love <fx@gnu.org>
14236
14237 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
14238 (python-font-lock-keywords): Update to the 2.5 version of the language.
14239 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
14240 (python-backspace): Only behave funny in code.
14241 (python-compilation-regexp-alist): Add PDB stack trace regexp.
14242 (inferior-python-mode): Add PDB prompt regexp.
14243 (python-fill-paragraph): Refine the fenced-string regexp.
14244 (python-find-imports): Handle imports spanning several lines.
14245 (python-mode): Add `class' to hideshow support.
14246
14247 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14250 Use add-log-buffer-file-name-function rather than binding
14251 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
14252 when `fi' is the ChangeLog file itself.
14253
14254 * outline.el (outline-flag-region): Use front-advance.
14255
14256 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
14257
14258 * progmodes/cperl-mode.el: Merge upstream 5.23.
14259 (cperl-where-am-i): Remove function.
14260 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
14261 (cperl-sniff-for-indent): De-invert [string] and [comment].
14262 When looking for label, skip s:m:y:tr.
14263 (cperl-indent-line): Likewise.
14264 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
14265 (cperl-windowed-init): Wrong `ps-print' handling.
14266 Both thanks to Chong Yidong.
14267 (cperl-look-at-leading-count): Could fail with unfinished RExen.
14268 (cperl-find-pods-heres): If the second part of s()[] is missing,
14269 don't try to highlight delimiters...
14270
14271 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * progmodes/compile.el (compilation-get-file-structure): Complete last
14274 change by also using spec-directory in the puthash.
14275
14276 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
14277
14278 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
14279 (vc-bzr-status): Fix shadowing of variable 'status'.
14280 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
14281 Use `expand-file-name' instead of `concat'.
14282 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
14283 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
14284
14285 2007-10-08 Jason Rumney <jasonr@gnu.org>
14286
14287 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
14288
14289 2007-10-08 Richard Stallman <rms@gnu.org>
14290
14291 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
14292 Add `safe-local-variable' property.
14293 (lisp-body-indent): Likewise.
14294
14295 2007-10-08 Richard Stallman <rms@gnu.org>
14296
14297 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
14298 Add doc string.
14299
14300 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14301
14302 * files.el (backup-buffer-copy): Try to overwrite old backup first.
14303
14304 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14305
14306 * repeat.el (repeat): Use last-repeatable-command instead of
14307 real-last-command. Run pre- and post-command hooks for
14308 self-insertion. Update doc-string.
14309
14310 2007-10-08 Alexandre Julliard <julliard@winehq.org>
14311
14312 * vc-git.el (vc-git-state): Call git-add --refresh to update the
14313 state of the file.
14314 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
14315 (vc-git-create-repo): Fix invalid command.
14316
14317 2007-10-08 Richard Stallman <rms@gnu.org>
14318
14319 * textmodes/flyspell.el (flyspell-mode):
14320 Catch errors in flyspell-mode-on.
14321
14322 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
14323
14324 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
14325
14326 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * international/encoded-kb.el (encoded-kbd-setup-display):
14329 Use input-decode-map rather than local-key-translation-map.
14330
14331 * term/rxvt.el (rxvt-alternatives-map): New map.
14332 (terminal-init-rxvt): Use it.
14333 Bind rxvt-function-map in input-decode-map.
14334
14335 * term/xterm.el (xterm-alternatives-map): New map.
14336 (terminal-init-xterm): Use it.
14337 Bind xterm-function-map in input-decode-map.
14338
14339 * term/x-win.el (x-alternatives-map): New var.
14340 (x-setup-function-keys): Use it.
14341
14342 * help-fns.el (describe-variable): Slightly change the layout of
14343 meta-info to separate it better from the docstring.
14344 Standardize insertion of extra empty lines in various circumstances.
14345
14346 * diff-mode.el (diff-hunk-style): New fun.
14347 (diff-end-of-hunk): Use it.
14348 (diff-context->unified): Use the new `apply' undo element,
14349 if applicable, so as to save undo-log space.
14350 (diff-fine-change): New face.
14351 (diff-fine-highlight-preproc): New function.
14352 (diff-fine-highlight): New command.
14353 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
14354
14355 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
14356 (smerge-refine-highlight-change): Add `props' argument.
14357 (smerge-refine-subst): New function holding most of smerge-refine.
14358 (smerge-refine): Use it.
14359
14360 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
14361
14362 * vc.el (vc-default-wash-log): Remove unused code, the
14363 log washers all live in the backends now.
14364 (vc-default-comment-history): Correct for the fact
14365 that wash-log is argumentless in the new API.
14366
14367 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
14368
14369 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
14370 (tramp-maybe-send-script): Apply `member' but `memq'.
14371 (tramp-advice-file-expand-wildcards): Simplify implementation.
14372
14373 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
14374
14375 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
14376
14377 * mb-depth.el (minibuf-depth-indicator-function): New variable.
14378 (minibuf-depth-setup-minibuffer): Use it.
14379
14380 2007-10-07 Glenn Morris <rgm@gnu.org>
14381
14382 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
14383 version numbers.
14384
14385 2007-10-06 Juri Linkov <juri@jurta.org>
14386
14387 * textmodes/fill.el (fill-paragraph-or-region): New function.
14388
14389 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
14390 instead of fill-paragraph.
14391
14392 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
14393 with fill-paragraph-or-region. Suspend command is now the same
14394 `suspend-frame' on window systems and on tty.
14395
14396 * image.el (image-type): Check if image-types is bound to not fail
14397 on tty.
14398
14399 * delsel.el (delete-selection-pre-hook):
14400 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
14401 is fbound to not fail on mouseless tty.
14402
14403 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
14404
14405 * net/tramp.el (top): Move loading of tramp-util.el and
14406 tramp-vc.el to tramp-compat.el.
14407 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
14408 temporary file if possible, in order to avoid a security hole.
14409 (tramp-do-copy-or-rename-file-out-of-band)
14410 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
14411 with DONT-CREATE, because the connection is not setup yet.
14412 (tramp-handle-process-file): Rewrite temporary file handling.
14413 (tramp-completion-mode): New defvar.
14414 (tramp-completion-mode-p): Use it.
14415
14416 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
14417
14418 * net/tramp-fish.el (tramp-fish-handle-process-file):
14419 Rewrite temporary file handling.
14420
14421 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
14422
14423 * vc.el: Workfile version -> focus version change. Port various
14424 comments from new VC to reduce the noise in the diff.
14425 Patch in the new vc-create-repo function to go with the
14426 header comment about it already present.
14427 There are no changes to existing logic in this patch.
14428 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
14429
14430 2007-10-06 Aaron Hawley <aaronh@garden.org>
14431
14432 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
14433
14434 2007-10-05 Chris Moore <dooglus@gmail.com>
14435
14436 * server.el (server-kill-new-buffers): Doc fix.
14437
14438 2007-10-05 John W. Eaton <jwe@octave.org>
14439
14440 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
14441 (octave-begin-keywords): Add "do".
14442 (octave-end-keywords): Remove "end".
14443 (octave-reserved-words): Add "end". Remove "all_va_args",
14444 "gplot", and 'gsplot".
14445 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
14446 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
14447 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
14448 "default_return_value", "define_all_return_values",
14449 "do_fortran_indexing", "empty_list_elements_ok",
14450 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
14451 "ok_to_lose_imaginary_part", "prefer_column_vectors",
14452 "prefer_zero_one_indexing", "propagate_empty_matrices",
14453 "resize_on_range_error", "treat_neg_dim_as_zero",
14454 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
14455 "warn_divide_by_zero", "warn_function_name_clash",
14456 "warn_missing_semicolon", "whitespace_in_literal_matrix".
14457 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
14458 "crash_dumps_octave_core", "sighup_dumps_octave_core",
14459 "sigterm_dumps_octave_core".
14460 (octave-block-match-alist): Remove "end" from block-end keywords.
14461 (octave-mode): Update ftp site address.
14462
14463 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
14464
14465 * vc.el: Reorder functions, no code changes.
14466
14467 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
14468
14469 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
14470 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
14471 the cond clauses where needed.
14472 (tramp-handle-write-region): Rearrange code for proper handling of
14473 tmpfile.
14474
14475 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
14476
14477 * net/tramp.el:
14478 * net/tramp-fish.el:
14479 * net/tramp-ftp.el:
14480 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
14481 `tramp-compat-make-temp-file'.
14482
14483 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14484
14485 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
14486
14487 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
14490 already uses a more recent copyright version than the "current" one.
14491
14492 2007-10-03 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14493
14494 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
14495 (doc-view-insert-image): Minor aesthetical docstring changes.
14496
14497 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
14498
14499 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
14500 completing filename.
14501 (doc-view-search-internal): Docstring change.
14502
14503 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
14504
14505 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
14506 (tramp-file-name-handler-alist):
14507 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
14508 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
14509 used before, creates the file already, which is not desired.
14510 (tramp-do-copy-or-rename-file-directly): Simplify handling of
14511 temporary file.
14512 (tramp-handle-insert-file-contents): Assign the result in the
14513 short track case.
14514 (tramp-handle-insert-file-contents-literally): New defun.
14515 (tramp-completion-mode-p): Revert change from 2007-09-24.
14516 Checking for `return' etc as last character is not sufficient, for
14517 example in dired-mode when entering <g> (revert-buffer) or
14518 <s> (dired-sort).
14519
14520 * net/tramp-compat.el (top): Add also compatibility code for loading
14521 appropriate timer package.
14522 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
14523 order to avoid autoloading problems.
14524
14525 * net/tramp-fish.el:
14526 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
14527
14528 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
14529 where the second parameter of `copy-file' or `rename-file' is a
14530 remote file but not via ftp.
14531
14532 2007-10-02 Richard Stallman <rms@gnu.org>
14533
14534 * frame.el (cursor-in-non-selected-windows): Doc fix.
14535
14536 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
14537
14538 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
14539 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
14540
14541 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
14542
14543 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
14544 when `expt' doesn't give range errors.
14545
14546 2007-10-01 Markus Triska <markus.triska@gmx.at>
14547
14548 * calc/calc-math.el (math-smallest-emacs-expt):
14549 Make the computation more robust.
14550
14551 2007-09-30 David Kastrup <dak@gnu.org>
14552
14553 * startup.el (argv): Alias for `command-line-args-left' to use as
14554 `(pop argv)' inside of --eval command sequences. Allows for
14555 passing shell commands into Emacs verbatim without need for Lisp
14556 quoting.
14557
14558 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
14559 check only for changed size.
14560 (auto-revert-tail-handler): Get size from caller. If the file has
14561 shrunk, tail the whole file again (the file presumably has been
14562 rewritten).
14563
14564 * woman.el (woman-topic-all-completions, woman-mini-help):
14565 Fix fallout from 2007-09-07 introduction of `dolist' when the list
14566 actually was being manipulated in the loop.
14567 (woman-Cyg-to-Win, woman-pre-process-region)
14568 (woman-horizontal-escapes, woman-if-body, woman-unescape)
14569 (woman-strings, woman-special-characters, woman1-hc)
14570 (woman-change-fonts, woman-find-next-control-line):
14571 Use `match-beginning' rather than `match-string' when the result is
14572 just used as a flag.
14573
14574 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
14575
14576 * net/tramp-compat.el: New file.
14577
14578 * net/tramp.el:
14579 * net/tramp-fish.el:
14580 * net/tramp-smb.el:
14581 * net/tramp-uu.el:
14582 * net/trampver.el: Move compatibility code to tramp-compat.el.
14583 Apply `mapc' instead of `mapcar' when the code needs side effects
14584 only. Move utf-8 coding cookie to the second line.
14585
14586 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
14587
14588 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
14589 Improve custom type.
14590 (icon-map-list): Make it customizable. Document how to disable
14591 stock icons.
14592
14593 2007-09-30 Richard Stallman <rms@gnu.org>
14594
14595 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
14596
14597 2007-09-29 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
14598
14599 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14600
14601 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
14604 (t-mouse-mode): New compatibility alias.
14605
14606 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
14607
14608 * server.el (server-delete-client): Only delete the terminal if it
14609 is non-nil.
14610
14611 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
14612
14613 * net/tramp.el (with-file-property, with-connection-property):
14614 Highlight as keyword.
14615 (tramp-rfn-eshadow-setup-minibuffer)
14616 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
14617 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
14618 (tramp-do-copy-or-rename-file-directly)
14619 (tramp-do-copy-or-rename-file-out-of-band)
14620 (tramp-handle-shell-command, tramp-get-debug-buffer)
14621 (tramp-send-command-and-read, tramp-equal-remote)
14622 (tramp-get-local-gid): Pacify byte-compiler.
14623 (tramp-handle-file-name-directory): Result shall not be expanded.
14624 (tramp-find-foreign-file-name-handler): Rewrite.
14625 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
14626
14627 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
14628
14629 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
14630 Apply `tramp-completion-mode-p'.
14631 (tramp-fish-handle-set-file-times)
14632 (tramp-fish-handle-executable-find)
14633 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
14634 (tramp-fish-retrieve-data): Pacify byte-compiler.
14635
14636 * net/tramp-gw.el (tramp-gw-basic-authentication):
14637 Call `tramp-read-passwd' with first parameter `nil'.
14638
14639 2007-09-28 Glenn Morris <rgm@gnu.org>
14640
14641 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
14642 than mapcar.
14643
14644 * textmodes/tex-mode.el (tex-suscript-height-ratio)
14645 (tex-suscript-height-minimum): New customizable variables.
14646 (tex-suscript-height): New function.
14647 (superscript, subscript): Set height using tex-suscript-height
14648 rather than fixing at 0.8.
14649 (tex-fontify-script, tex-font-script-display): Add :version tag.
14650
14651 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
14652
14653 * progmodes/python.el (python-eldoc-function): Doc fix.
14654
14655 2007-09-27 Glenn Morris <rgm@gnu.org>
14656
14657 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
14658 image if it is not in image-type-auto-detectable, or is there with
14659 a nil value.
14660
14661 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
14662
14663 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
14664 connection more robust.
14665
14666 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
14667
14668 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
14669 Deal with the case that special &keywords are at the beginning or
14670 end of the argument list. Also add some (incomplete) support for
14671 non-standard arglists.
14672
14673 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
14674
14675 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
14676 (eldoc-message-commands, eldoc-current-idle-delay)
14677 (eldoc-function-argstring-format): Fix typos in docstrings.
14678
14679 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
14680
14681 * calc/calc-units.el (calc-convert-units)
14682 (calc-convert-temperature): Remove unnecessary colons.
14683
14684 2007-09-26 Bastien Guerry <bzg@altern.org>
14685
14686 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
14687 New function.
14688 (org-export-latex-remove-from-headlines): Name changed because of typo.
14689 (org-export-latex-quotation-marks-convention): Option removed.
14690 (org-export-latex-make-preamble): Handle the DATE option.
14691 (org-export-latex-cleaned-string): Now the only cleaning function,
14692 synched up with org.el.
14693 (org-export-latex-lists, org-export-latex-parse-list)
14694 (org-export-list-to-latex): New functions.
14695
14696 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
14697
14698 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
14699 (org-outline-regexp): New constant.
14700 (org-remember-handler): Throw error when the target file is not in
14701 org-mode.
14702 (org-cleaned-string-for-export): No longer call
14703 `org-export-latex-cleaned-string' with an argument.
14704 (org-get-tags): Returns now a list, not a string.
14705 (org-get-tags-string): New function.
14706 (org-archive-subtree): No need to split return of `org-get-tags'.
14707 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
14708 instead of `org-get-tags'.
14709 (org-agenda-format-date): Rename from `org-agenda-date-format'.
14710 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
14711 (org-compatible-face): New argument INHERITS. Inherit from this
14712 face if possible.
14713 (org-level-1, org-level-2, org-level-3, org-level-4)
14714 (org-level-5, org-level-6, org-level-7, org-level-8)
14715 (org-special-keyword, org-drawer, org-column, org-warning)
14716 (org-archived, org-todo, org-done, org-headline-done, org-table)
14717 (org-formula, org-code, org-agenda-structure)
14718 (org-scheduled-today, org-scheduled-previously)
14719 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
14720 in the new way.
14721 (org-get-heading): New argument NO-TAGS.
14722 (org-fast-tag-selection-include-todo): Made defvar instead of
14723 defcustom, feature is not deprecated.
14724 (org-remember-store-without-prompt): New default value t.
14725 (org-todo-log-states): New variable.
14726 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
14727 Compute the log states.
14728 (org-goto-map): More commands copied from global map. Also bind
14729 `org-occur'.
14730 (org-goto): Made into a general lookup command.
14731 (org-get-location): Complete rewrite.
14732 (org-goto-exit-command): New variable.
14733 (org-goto-selected-point): New variable.
14734 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
14735 Set the new variables.
14736 (org-paste-subtree): Whitespace insertion strategy revised.
14737 (org-remember-apply-template): Protect v-A from the possibility
14738 that v-a might be nil.
14739 (org-remember-handler): Insertion rules revised.
14740 (org-todo): Respect org-todo-log-states.
14741 (org-up-heading-safe): New function.
14742 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
14743
14744 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14745
14746 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
14747 region if in transient-mark-mode.
14748
14749 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
14750
14751 * calc/calc-ext.el (calc-init-extensions, calc-reset):
14752 * calc/calc-help.el (calc-full-help):
14753 * calc/calc-misc.el (another-calc):
14754 * calc/calc-store.el (calc-var-name-map):
14755 * calc/calc-stuff.el (calc-flush-caches):
14756 * calc/calc-units.el (math-build-units-table):
14757 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
14758 (calc-quit):
14759 * calendar/icalendar.el (icalendar--format-ical-event)
14760 (icalendar--convert-ical-to-diary):
14761 * emacs-lisp/authors.el (authors):
14762 * emacs-lisp/cust-print.el (custom-print-install)
14763 (custom-print-uninstall):
14764 * emacs-lisp/disass.el (disassemble-1):
14765 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14766 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
14767 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
14768 (elint-check-let-form, elint-check-condition-case-form)
14769 (elint-initialize):
14770 * emacs-lisp/elp.el (elp-results):
14771 * emacs-lisp/generic.el (generic-mode-internal):
14772 * emacs-lisp/re-builder.el (reb-delete-overlays):
14773 * emacs-lisp/regi.el (regi-interpret):
14774 * emacs-lisp/sregex.el (sregex--char-aux):
14775 * emulation/cua-rect.el (cua--deactivate-rectangle)
14776 (cua--highlight-rectangle, cua--rectangle-post-command):
14777 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
14778 * emulation/viper-macs.el (viper-describe-kbd-macros)
14779 (viper-describe-one-macro):
14780 * emulation/viper-util.el (viper-setup-master-buffer):
14781 * emulation/viper.el (set-viper-state-in-major-mode):
14782 * international/mule-diag.el (describe-current-coding-system):
14783 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
14784 * mail/emacsbug.el (report-emacs-bug):
14785 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
14786 * obsolete/hilit19.el (hilit-unhighlight-region)
14787 (hilit-set-mode-patterns):
14788 * play/solitaire.el (solitaire-check, solitaire-solve):
14789 * play/zone.el (zone-pgm-rotate):
14790 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
14791 * progmodes/ada-prj.el (ada-prj-display-page):
14792 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
14793 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
14794 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
14795 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
14796 * progmodes/sh-script.el (sh-make-vars-local)
14797 (sh-reset-indent-vars-to-global-values):
14798 * progmodes/sql.el (top):
14799 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
14800 * progmodes/xscheme.el (top):
14801 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
14802 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
14803 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
14804 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
14805 (artist-submit-bug-report):
14806 * textmodes/flyspell.el (flyspell-delay-commands)
14807 (flyspell-deplacement-commands):
14808 * textmodes/table.el (table--generate-source-epilogue, table-insert)
14809 (table--generate-source-cells-in-a-row, table--make-cell-map)
14810 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
14811
14812 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * allout.el (produce-allout-mode-map, allout-process-exposed):
14815 * ansi-color.el (ansi-color-make-color-map):
14816 * autoinsert.el (auto-insert):
14817 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
14818 * dired-aux.el (dired-create-files):
14819 * dired.el (dired-restore-desktop-buffer):
14820 * ediff-diff.el (ediff-setup-fine-diff-regions):
14821 * ediff-mult.el (ediff-intersect-directories)
14822 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
14823 (ediff-redraw-registry-buffer):
14824 * ediff-ptch.el (ediff-fixup-patch-map):
14825 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
14826 (ediff-really-quit, ediff-clear-diff-vector):
14827 * emerge.el (emerge-really-quit):
14828 * ffap.el (ffap-replace-file-component):
14829 * filecache.el (file-cache-add-directory)
14830 (file-cache-add-directory-recursively)
14831 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
14832 (file-cache-delete-directory, file-cache-files-matching-internal)
14833 (file-cache-display):
14834 * files.el (cd):
14835 * find-lisp.el (find-lisp-insert-directory):
14836 * finder.el (finder-compile-keywords):
14837 * help.el (view-emacs-news):
14838 * hi-lock.el (hi-lock-write-interactive-patterns):
14839 * ido.el (ido-to-end, ido-set-matches-1):
14840 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
14841 (image-dired-mark-tagged-files):
14842 * jka-cmpr-hook.el (jka-compr-get-compression-info):
14843 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
14844 * ps-print.el (ps-background, ps-begin-file)
14845 (ps-build-reference-face-lists):
14846 * simple.el (clone-buffer):
14847 * startup.el (command-line):
14848 * tempo.el (tempo-insert-template, tempo-is-user-element)
14849 (tempo-forward-mark, tempo-backward-mark):
14850 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
14851
14852 2007-09-25 Glenn Morris <rgm@gnu.org>
14853
14854 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
14855
14856 * view.el (view-search-no-match-lines): Add a doc string.
14857 Rewrite to simplify and work better.
14858
14859 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14860
14861 * progmodes/cc-mode.el (c-mode-base-map):
14862 Use c-indent-line-or-region instead of c-indent-line.
14863
14864 * indent.el (indent-for-tab-command): First check if the region is
14865 active.
14866
14867 2007-09-24 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
14868
14869 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
14870 whitespace-rescan-timer-time is 0.
14871
14872 2007-09-24 Karl Berry <karl@gnu.org>
14873
14874 * international/mule.el (coding-system-base): Fix doc string grammar.
14875
14876 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
14877
14878 * net/tramp.el (tramp-completion-mode-p): Rename from
14879 `tramp-completion-mode'. Revert logic, check `return', `newline'
14880 and such alike. Packages like Icicles tend to use other completion
14881 characters but `tab' and `space' only.
14882
14883 2007-09-24 Adam Hupp <adam@hupp.org>
14884
14885 * progmodes/python.el (run-python): Import emacs module without
14886 waiting; prevents lockup on error.
14887
14888 2007-09-23 Richard Stallman <rms@gnu.org>
14889
14890 * mail/sendmail.el (mail-bury): Delete the frame
14891 if this frame looks like it was made for this message.
14892
14893 * completion.el (completion-separator-self-insert-command)
14894 (completion-separator-self-insert-autofilling):
14895 If `self-insert-command' has been remapped, use the substitute.
14896
14897 * simple.el (copy-region-as-kill): Doc fix.
14898
14899 * textmodes/org.el (org-confirm-shell-link-function)
14900 (org-confirm-elisp-link-function): Doc fixes.
14901
14902 2007-09-23 Glenn Morris <rgm@gnu.org>
14903
14904 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
14905
14906 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
14907
14908 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
14909
14910 * term/tvi970.el (terminal-init-tvi970): Likewise.
14911
14912 * term/sun-mouse.el (print-mouse-format): Likewise.
14913
14914 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
14915 Use forward-line instead of previous-line and next-line.
14916
14917 2007-09-22 Juri Linkov <juri@jurta.org>
14918
14919 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
14920
14921 * tutorial.el (tutorial--default-keys): Update standard bindings:
14922 rename `iconify-or-deiconify-frame' to `suspend-frame',
14923 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
14924
14925 2007-09-22 Juri Linkov <juri@jurta.org>
14926
14927 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
14928 Add help-echo to external links and to links without description.
14929 (fancy-splash-insert): Use help-echo from the 3rd element of the
14930 link specification list, or "Follow this link" if it's nil. Doc fix.
14931
14932 2007-09-22 Juri Linkov <juri@jurta.org>
14933
14934 * startup.el (command-line): Rename `inhibit-startup-message' to
14935 `inhibit-startup-screen'.
14936 (fancy-about-text): Use shorter label for "Ordering Manuals".
14937 (fancy-startup-tail): Add optional arg `concise'. When `concise'
14938 is nil, display a line with "To start..." and 3 links to useful
14939 tasks. Display the "Dismiss" button and "Don't show this message
14940 again" only when concise is non-nil.
14941 (fancy-startup-screen): Call `fancy-startup-tail' with optional
14942 arg `concise'. If CONCISE is non-nil, display a concise version
14943 of the splash screen in another window. Otherwise, switch to the
14944 startup buffer in the same window.
14945 (startup-echo-area-message): Change displayed binding from
14946 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
14947 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
14948 the GNU system".
14949 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
14950 to "*GNU Emacs*".
14951 (display-about-screen): Don't check the existence of the buffer
14952 "*About GNU Emacs*".
14953 (display-splash-screen): Make alias to `display-startup-screen'.
14954 (command-line-1): Rename `inhibit-startup-message' to
14955 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
14956 started with command line options "-f", "-funcall", "-e", "-eval",
14957 "-execute", "-insert", "-find-file", "-file", "-visit".
14958 Inhibit startup screen when Emacs is started with a file name only
14959 on tty (i.e. don't inhibit it when started with a file name like
14960 "emacs FILE..." on a window system).
14961 (command-line-1): Simplify logic of displaying the startup screen:
14962 if file-count > 0, then display the concise version in another
14963 window, otherwise display full version in the same window.
14964
14965 * help.el (help-map): Bind C-h C-a to about-emacs.
14966 (help-for-help-internal): Add C-a description to C-h help text.
14967
14968 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
14969
14970 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
14971 (checkdoc-permit-comma-termination-flag): Autoload the
14972 safe-local-variable setting.
14973
14974 * bookmark.el (bookmark-xemacsp): Remove.
14975 (bookmark-make): Don't use bookmark-xemacsp,
14976 use (featurep 'xemacs) instead.
14977
14978 * speedbar.el (speedbar-frame-mode)
14979 (speedbar-frame-reposition-smartly)
14980 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
14981 (speedbar-check-vc): Remove use of non-existent variable
14982 dframe-xemacsp, use (featurep 'xemacs) instead.
14983
14984 * indent.el (indent-for-tab-command): Indent the region if
14985 transient-mark-mode and the region is active.
14986
14987 2007-09-21 Francesco Potort\e$(Q)b\e(B <pot@gnu.org>
14988
14989 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
14990 add inferior-octave-directory-tracker to the buffer-local value
14991 of comint-input-filter-functions.
14992
14993 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14994
14995 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
14996
14997 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
14998
14999 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
15000 on w32 frames.
15001
15002 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * startup.el (normal-top-level): Remove DISPLAY from
15005 process-environment to let it be computed dynamically in callproc.c.
15006
15007 * frame.el (frame-initialize, make-frame):
15008 * faces.el (tty-set-up-initial-frame-faces):
15009 * env.el (setenv): Don't set display-environment-variable.
15010
15011 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
15012 (server-create-tty-frame): Don't set unused `tty' property.
15013 Set `display' instead of display-environment-variable.
15014 (server-create-window-system-frame): No display-environment-variable.
15015
15016 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
15017
15018 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
15019 (rfn-eshadow-update-overlay-hook): New defvars.
15020 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
15021 Run the hooks.
15022
15023 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
15024 (tramp-rfn-eshadow-setup-minibuffer)
15025 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
15026 rfn-eshadow.el.
15027
15028 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
15029 timeout.
15030
15031 2007-09-21 Glenn Morris <rgm@gnu.org>
15032
15033 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
15034 * term/sun-mouse.el (suspend-emacstool): Remove.
15035 * term/sun.el: Remove emacstool-related code.
15036
15037 * emacs-lisp/bytecomp.el (byte-compile-warnings)
15038 (byte-compile-warnings-safe-p): Add `mapcar'.
15039 (byte-compile-warning-types): Add mapcar and make-local.
15040 (byte-compile-normal-call): Add option to suppress mapcar warning.
15041 (top-level): Use mapc rather than mapcar in eval-when-compile.
15042
15043 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
15044 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
15045 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
15046 Handle escaped parens.
15047 (latex-forward-sexp): Doc fix.
15048
15049 * eshell/esh-mode.el (eshell-output-filter-functions):
15050 Add eshell-postoutput-scroll-to-bottom.
15051
15052 * loadup.el: Remove termdev.
15053
15054 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
15055 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
15056
15057 2007-09-21 Markus Triska <markus.triska@gmx.at>
15058
15059 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
15060 `mapcar' is called for effect.
15061
15062 2007-09-21 Kevin Ryde <user42@zip.com.au>
15063
15064 * international/mule.el (sgml-html-meta-auto-coding-function):
15065 Bind `case-fold-search' to t.
15066
15067 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * termdev.el: Remove.
15070
15071 * frame.el (get-device-terminal): New function. Moved from termdev.el.
15072 (frames-on-display-list): Use it.
15073
15074 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
15075
15076 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
15077
15078 2007-09-20 Richard Stallman <rms@gnu.org>
15079
15080 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
15081
15082 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
15085
15086 2007-09-20 Glenn Morris <rgm@gnu.org>
15087
15088 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
15089 motion functions, rather than hard-coding "\n\n".
15090 (tex-validate-region): Check for eobp, to speed up.
15091 (tex-next-unmatched-end): Doc fix.
15092
15093 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * files.el (auto-mode-alist): Use archive-mode for .rar files.
15096
15097 * international/mule.el (auto-coding-alist): Rar archives are binary.
15098
15099 * arc-mode.el: Add basic support for Rar.
15100 (archive-find-type): Recognize Rar's signature.
15101 (archive-desummarize): New fun.
15102 (archive-summarize): Use it to restore the buffer's data in case
15103 someone wants to switch to some other major mode.
15104 (archive-resummarize): Use it as well.
15105 (archive-rar-summarize, archive-rar-extract): New functions.
15106
15107 * filesets.el: Remove spurious * in docstrings.
15108 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
15109 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
15110 (filesets-ingroup-collect): Remove unused arg `depth'.
15111 (filesets-update): Remove unused arg `version'.
15112
15113 * finder.el (finder-compile-keywords): Fix up comment style.
15114 (finder-mouse-face-on-line): previous-line -> forward-line.
15115
15116 * recentf.el: Remove spurious * in docstrings.
15117 (recentf-save-list): Fix up comment style.
15118
15119 * progmodes/octave-mod.el: Remove spurious * in docstrings.
15120 (octave-mode-map): Move init into declaration and remove \t binding.
15121 (octave-mode-startup-message): Remove unused var.
15122 (octave-scan-blocks): Remove unused arg `from'.
15123 (octave-forward-block, octave-down-block, octave-up-block):
15124 Update callers.
15125
15126 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
15127 (meta-mode-map): Likewise and remove \t binding.
15128
15129 * net/snmp-mode.el: Remove spurious * in docstrings.
15130 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
15131 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
15132 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
15133 that completion accepts lists of strings.
15134 (snmp-mode-syntax-table): Move initialization into declaration.
15135 (snmp-mode-map): Likewise and remove \t binding.
15136 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
15137 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
15138 (snmp-indent-command): Remove.
15139
15140 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
15141 binding, so tab-always-indent works right.
15142
15143 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
15144
15145 * net/browse-url.el (browse-url-elinks-new-window): New function.
15146 (browse-url-elinks): Use browse-url-elinks-new-window.
15147 Accept optional second argument `new-window'. Fix typo in doc-string.
15148 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
15149 Improve error message.
15150
15151 2007-09-19 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15152
15153 * net/browse-url.el (browse-url-url-encode-chars): Use the right
15154 parameter name in the function body.
15155 Reported by Johannes Weiner.
15156
15157 2007-09-19 Glenn Morris <rgm@gnu.org>
15158
15159 * net/socks.el (socks-open-network-stream): Signal an explicit
15160 error if the port associated with a service string can't be found.
15161
15162 * textmodes/tex-mode.el (tex-terminate-paragraph):
15163 Use backward-paragraph.
15164
15165 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * server.el (server-running-p): New function.
15168
15169 2007-09-18 Jason Rumney <jasonr@gnu.org>
15170
15171 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
15172 x-focus-frame.
15173
15174 * frame.el (select-frame-set-input-focus, select-frame-by-name):
15175 Use x-focus-frame for w32.
15176
15177 2007-09-17 David Kastrup <dak@gnu.org>
15178
15179 * textmodes/tex-mode.el (tex-verbatim-environments):
15180 Eliminate CL dependency.
15181
15182 2007-09-17 Richard Stallman <rms@gnu.org>
15183
15184 * newcomment.el (comment-add): New arg EXTRA.
15185 (comment-region-default): Pass EXTRA if not indenting lines.
15186
15187 2007-09-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15188
15189 * net/browse-url.el (browse-url-url-encode-chars): New function.
15190 URL-encode some chars in a string.
15191 (browse-url-encode-url): Rewrite using the previous function.
15192 (browse-url-file-url): Use `browse-url-url-encode-chars'.
15193 (browse-url-elinks-sentinel): Fix typo.
15194 (browse-url-new-window-flag): Doc change.
15195
15196 2007-09-17 Glenn Morris <rgm@gnu.org>
15197
15198 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
15199 filename from `--file-line-error', if it is available.
15200
15201 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15202
15203 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
15204 TeX `--file-line-error' format.
15205
15206 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15207
15208 * xt-mouse.el: Delete add-hook calls that were moved to
15209 xterm-mouse-mode.
15210 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
15211 does not work.
15212
15213 2007-09-17 Richard Stallman <rms@gnu.org>
15214
15215 * cus-face.el (custom-theme-set-faces): Undo previous change.
15216
15217 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
15218
15219 2007-09-17 Glenn Morris <rgm@gnu.org>
15220
15221 * textmodes/tex-mode.el (tex-region): Simplify previous change,
15222 handling the case where the region is not in `tex-main-file'.
15223 (tex-region-1): Delete.
15224 (tex-region-header): New function, doing the header part of the
15225 old tex-region-1.
15226
15227 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15228
15229 * simple.el (newline): Simplify use of prefix-numeric-value.
15230 (line-move-partial): Remove unused var `ppos'.
15231 (line-move-1): Replace 9999 with most-positive-fixnum.
15232 (move-end-of-line): Use more efficient single-property search.
15233 (move-beginning-of-line): Remove unused var `start'.
15234 (blink-matching-open): Restructure in a more functional style.
15235
15236 2007-09-16 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15237
15238 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
15239
15240 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * server.el (server-clients): Only keep procs, no properties any more.
15243 (server-client): Remove.
15244 (server-client-get, server-client-set): Remove, replace all callers by
15245 process-get and process-put resp.
15246 (server-clients-with, server-add-client, server-delete-client)
15247 (server-create-tty-frame, server-create-window-system-frame)
15248 (server-process-filter, server-execute, server-visit-files)
15249 (server-buffer-done, server-kill-buffer-query-function)
15250 (server-kill-emacs-query-function, server-switch-buffer)
15251 (server-save-buffers-kill-terminal): Update accordingly.
15252
15253 * server.el (server-with-environment): Simplify.
15254 (server-select-display, server-unselect-display): Re-add functions that
15255 seem to have been lost in the multi-tty merge.
15256 (server-eval-and-print, server-create-tty-frame)
15257 (server-create-window-system-frame, server-goto-toplevel)
15258 (server-execute, server-return-error): New functions extracted from
15259 server-process-filter.
15260 (server-execute-continuation): New functions.
15261 (server-process-filter): Restructure so that all arguments are analysed
15262 first and then acted upon in a subsequent stage. This way
15263 server-goto-toplevel can be executed later, when we know if
15264 it's necessary.
15265 Remove the "-version" and "-version-good" support.
15266
15267 2007-09-16 Drew Adams <drew.adams@oracle.com>
15268
15269 * cus-edit.el (custom-face-edit-activate): Doc fix.
15270
15271 2007-09-16 Glenn Morris <rgm@gnu.org>
15272
15273 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
15274 Following cal-bahai renaming, update all instances of
15275 list-bahai-diary-entries to diary-bahai-list-entries,
15276 mark-bahai-diary-entries to diary-bahai-mark-entries,
15277 calendar-goto-bahai-date to calendar-bahai-goto-date,
15278 insert-bahai-diary-entry to diary-bahai-insert-entry,
15279 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
15280 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
15281 calendar-print-bahai-date to calendar-bahai-print-date.
15282
15283 * textmodes/tex-mode.el (tex-region): Handle the case where the
15284 region is not in `tex-main-file'. Move the old code that applies
15285 to both cases...
15286 (tex-region-1): ...to this new function.
15287
15288 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * vc.el (vc-process-sentinel): New function.
15291 (vc-exec-after): Use it instead of using ugly hackish analysis and
15292 construction of Elisp code.
15293 (vc-sentinel-movepoint): New dynamically scoped var.
15294 (vc-print-log, vc-annotate): Set it to move the user's point.
15295
15296 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
15297 inhibit-modification-hooks.
15298
15299 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
15300 (calendar-bahai-print-date, calendar-bahai-goto-date)
15301 (diary-bahai-list-entries, diary-bahai-insert-entry):
15302 New names to clean up the namespace a bit more.
15303 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
15304
15305 2007-09-15 Glenn Morris <rgm@gnu.org>
15306
15307 * calendar/holidays.el (holiday-list): Rename it back to
15308 `list-holidays', but leave `holiday-list' as an alias.
15309
15310 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
15311 custom group.
15312
15313 * textmodes/css-mode.el (css): New custom group.
15314 (css-electrick-keys, css-selector, css-property)
15315 (css-indent-offset): Specify custom group.
15316
15317 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15318
15319 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
15320 (cvs-execute-single-file): Use process-file.
15321 (cvs-run-process): Use start-file-process.
15322
15323 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
15324
15325 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
15326 level. Remove the hooks when turning off the mode.
15327
15328 * term/xterm.el: Require xt-mouse at compile time.
15329 (terminal-init-xterm): Turn on xterm mouse tracking for this
15330 terminal if xterm-mouse-mode is enabled.
15331
15332 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
15333
15334 * term/xterm.el (xterm-function-map): Replace bindings that were
15335 deleted by the merge.
15336
15337 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
15338
15339 * play/bubbles.el (bubbles-version): Bump value to "0.5".
15340 (bubbles-mode-map): Move define-key statements here.
15341 (bubbles-game-theme-menu): Ditto.
15342 (bubbles-graphics-theme-menu): Ditto.
15343 (bubbles-menu): Ditto.
15344 (bubbles-mode): Initialize buffer-undo-list, redisplay.
15345 (bubbles--initialize): Reset buffer-undo-list, redisplay.
15346 (bubbles-plop): Set buffer-undo-list, redisplay.
15347 (bubbles-undo): Reset buffer-undo-list, redisplay.
15348 (bubbles--show-images): Take care of missing text properties.
15349
15350 2007-09-14 Glenn Morris <rgm@gnu.org>
15351
15352 * startup.el (fancy-startup-text, fancy-about-text): Fix face
15353 quoting.
15354
15355 * calendar/cal-hebrew.el, calendar/cal-menu.el
15356 * calendar/calendar.el, calendar/diary-lib.el
15357 * calendar/holidays.el: Rename all instances of
15358 list-calendar-holidays callers to calendar-list-holidays,
15359 list-holidays to holiday-list, check-calendar-holidays to
15360 calendar-check-holidays, mark-calendar-holidays to
15361 calendar-mark-holidays, and filter-visible-calendar-holidays to
15362 holiday-filter-visible-calendar.
15363
15364 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
15365
15366 * term/xterm.el (xterm-function-map): Add C-M- bindings.
15367
15368 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
15369
15370 * play/bubbles.el (bubbles--initialize-images): Fix bug:
15371 Use transparent background for empty cells in graphics mode.
15372
15373 2007-09-13 Jari Aalto <jari.aalto@cante.net>
15374
15375 * man.el (Man-default-man-entry): At end of line, continue looking
15376 to the next line for possible end of hyphenated command.
15377
15378 2007-09-13 Chris Moore <dooglus@gmail.com>
15379
15380 * shell.el (shell-resync-dirs): Don't move the cursor relative to
15381 the command being edited.
15382
15383 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
15384
15385 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
15386
15387 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
15388
15389 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
15390 C-M-S- keys.
15391
15392 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
15393
15394 2007-09-12 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15395
15396 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
15397 New argument `filename-p' to use one set of confusing chars or another.
15398 (browse-url-file-url): Use the argument.
15399 Suggested by Johannes Weiner.
15400
15401 2007-09-12 Romain Francoise <romain@orebokech.com>
15402
15403 * cus-start.el (all): Revert 2007-09-08 change.
15404
15405 2007-09-12 Aaron Hawley <aaronh@garden.org>
15406
15407 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
15408 extract .Z files, since it is more common than uncompress.
15409
15410 2007-09-12 Glenn Morris <rgm@gnu.org>
15411
15412 * textmodes/org-publish.el (org-publish-org-to-html): Remove
15413 duplicate function definition.
15414
15415 2007-09-10 Chris Moore <dooglus@gmail.com>
15416
15417 * diff-mode.el (diff-sanity-check-hunk):
15418 Also accept single-line hunks.
15419
15420 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
15421
15422 * startup.el (startup-screen-inhibit-startup-screen)
15423 (pure-space-overflow-message): New vars.
15424 (fancy-splash-insert): Allow functions for face and link specs.
15425 (fancy-splash-head): Remove unused arg. Move splash text...
15426 (fancy-startup-text, fancy-about-text): ...here.
15427 (fancy-startup-tail): Rename from fancy-splash-tail.
15428 (fancy-startup-screen, fancy-about-screen): Split off from
15429 fancy-splash-screens.
15430 (display-startup-screen): New function.
15431 (display-about-screen): Rename from display-splash-screen.
15432 (command-line-1): Use concise startup screen if necessary.
15433
15434 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
15435
15436 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
15437 Reported by Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>.
15438
15439 2007-09-10 Dave Love <fx@gnu.org>
15440
15441 * outline.el (outline-4, outline-5, outline-7):
15442 Move font-lock-builtin-face down from 4 to 7 to better keep the
15443 progression of color brightness, and to better match Org-mode's faces.
15444
15445 2007-09-10 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15446
15447 * progmodes/meta-mode.el (meta-font-lock-keywords)
15448 (font-lock-match-meta-declaration-item-and-skip-to-next)
15449 (meta-comment-indent, meta-indent-previous-line)
15450 (meta-indent-unfinished-line, meta-beginning-of-defun)
15451 (meta-end-of-defun, meta-common-initialization): Handle \f.
15452 (meta-indent-unfinished-line): Do not handle a `%' in a string as
15453 a comment-start.
15454
15455 * files.el (file-modes-char-to-who, file-modes-char-to-right)
15456 (file-modes-rights-to-number): Auxiliary functions for symbolic to
15457 numeric notation of file modes.
15458 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
15459 numeric value.
15460 (read-file-modes): New. Read either an octal value of a file mode or a
15461 symbolic value, and return its numeric value.
15462
15463 * dired-aux.el (dired-do-chmod): Change to use the built-in
15464 `set-file-modes' and the previous symbolic mode parsing functions.
15465
15466 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15467
15468 * textmodes/texinfo.el: Remove spurious * in docstrings.
15469 (texinfo-mode-syntax-table, texinfo-mode-map):
15470 Initialize in the declaration.
15471
15472 * tmm.el: Remove spurious * in docstrings.
15473 (tmm-prompt): Use with-current-buffer.
15474
15475 * vcursor.el: Remove spurious * in docstrings.
15476 (vcursor-map): Initialize in the declaration.
15477 (vcursor-use-vcursor-map): Use define-minor-mode.
15478 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
15479
15480 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
15481 Initialize in the declaration.
15482 (widget-minor-mode): Use define-minor-mode.
15483
15484 * woman.el (woman-mode-map, woman-syntax-table):
15485 Initialize in the declaration.
15486
15487 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
15488
15489 * doc-view.el: New file.
15490
15491 2007-09-09 Juri Linkov <juri@jurta.org>
15492
15493 * Makefile.in (update-authors): Add etc/ to AUTHORS.
15494
15495 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
15496
15497 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
15498 to "Startup screen". Fix docstring.
15499 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
15500 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
15501 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
15502 (initial-scratch-message): Fix docstring.
15503 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
15504 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
15505 Add link to "Customize Startup" and set interval between links to
15506 5 spaces.
15507 (fancy-about-text): Add links "Authors" and "Contributing".
15508 (fancy-splash-head): Add text "Welcome to " on the startup screen,
15509 and "This is " on the about screen. Add link to
15510 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
15511 For the about screen move emacs version to the header from
15512 `fancy-splash-tail' (as it's done already for normal about screen).
15513 (fancy-splash-tail): Insert emacs version only for startup screen.
15514 (normal-splash-screen): Remove duplicate empty lines.
15515 (normal-about-screen): Add links "Authors" and "Contributing".
15516
15517 * menu-bar.el (menu-bar-help-menu):
15518 Move "About Emacs" and "About GNU" to the end of the Help menu.
15519 Move "Emacs Psychotherapist" after "Send Bug Report...".
15520 Move "External Packages" after "Find Emacs Packages".
15521
15522 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
15523
15524 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
15525 they are useless with the byte compiler.
15526 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
15527 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
15528 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
15529 (tramp-file-name-real-host, tramp-file-name-port)
15530 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
15531 defuns.
15532
15533 * net/tramp-cache.el (top): Improve error message when
15534 `tramp-persistency-file-name' is corrupted.
15535
15536 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
15537
15538 * textmodes/org.el (org-re): Also replace the :alpha: class.
15539 (org-todo-tag-alist): Variable removed.
15540 (org-todo-key-alist, org-todo-key-trigger): New variables.
15541 (org-use-fast-todo-selection): New option.
15542 (org-log-done): Docstring fixed.
15543 (org-deadline-warning-days): New default value 14.
15544 (org-edit-timestamp-down-means-later): New option.
15545 (org-tag-alist): Docstring fixed.
15546 (org-fast-tag-selection-include-todo): New option.
15547 (org-export-language-setup): New languages added.
15548 (org-set-regexps-and-options): Compute the new variables.
15549 (org-paste-subtree): Cleaning up.
15550 (org-remember-apply-template): New escape %A.
15551 (org-todo): Call fast TODO selection.
15552 (org-fast-todo-selection): New function.
15553 (org-add-log-note): Allow prefix for abort exit.
15554 (org-at-property-p, org-entry-properties)
15555 (org-columns-get-autowidth-alist): Use :alpha: class.
15556 (org-get-wdays): New function.
15557 (org-agenda-remove-date): New variable.
15558 (org-agenda-get-deadlines): Use `org-get-wdays'.
15559 (org-agenda-get-deadlines): Reverse ee before returning.
15560 (org-format-agenda-item): New argument REMOVE-RE.
15561 (org-agenda-convert-date): Baha'i calendar added.
15562 (org-infile-export-plist): Also find DATE line.
15563 (org-get-min-level): New function.
15564 (org-export-as-html, org-export-as-ascii): Use the date format.
15565 (org-shiftup, org-shiftdown): Use.
15566 `org-edit-timestamp-down-means-later'.
15567 (org-assign-fast-keys): New function.
15568
15569 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
15570
15571 * cus-start.el (all): Add prefer-window-split-horizontally from
15572 window.c.
15573
15574 2007-09-08 Eli Zaretskii <eliz@gnu.org>
15575
15576 * net/browse-url.el (browse-url-galeon): Fix last change.
15577 (top-level): Require cl when compiling.
15578
15579 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
15580
15581 * textmodes/org-export-latex.el: arch-tag restored.
15582
15583 * textmodes/org-publish.el: arch-tag restored.
15584
15585 2007-09-08 Masatake YAMATO <jet@gyve.org>
15586
15587 * progmodes/which-func.el (which-func-modes): Add diff-mode.
15588
15589 * progmodes/cc-langs.el: Support new keywords added to
15590 objective-c frontend of gcc.
15591 (c-simple-stmt-kwds): Add @throw.
15592 (c-block-stmt-2-kwds): Add @synchronized.
15593 (c-block-stmt-1-kwds): Add @finally and @try.
15594
15595 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
15596
15597 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
15598 (org-agenda-after-show-hook): New variable.
15599 (org-columns-compile-format)
15600 (org-columns-get-autowidth-alist, org-buffer-property-keys)
15601 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
15602 property names.
15603 (org-get-wdays): New function.
15604
15605 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15606
15607 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
15608
15609 * term/xterm.el (xterm-function-map): Initialize in the declaration.
15610
15611 * vc-arch.el (vc-arch-checkin): Fix typo.
15612
15613 2007-09-07 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
15614
15615 * cus-face.el (custom-theme-set-faces): Set face attributes
15616 locally for each frame.
15617
15618 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
15621 via font-lock-defaults.
15622
15623 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
15624 derived-mode-p.
15625
15626 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
15627
15628 * progmodes/autoconf.el (autoconf-definition-regexp):
15629 Handle optional square brackets around definition name.
15630
15631 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
15632
15633 * net/browse-url.el (browse-url-browser-function): Add elinks.
15634 (browse-url-elinks-wrapper): New option.
15635 (browse-url-encode-url, browse-url-elinks)
15636 (browse-url-elinks-sentinel): New functions.
15637 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
15638 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
15639 Use new function browse-url-encode-url.
15640
15641 2007-09-07 Glenn Morris <rgm@gnu.org>
15642
15643 * version.el (emacs-version): Revert 2007-08-29 change: no need to
15644 say if multi-tty is present.
15645
15646 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * cus-start.el (split-window-preferred-function): Add custom info.
15649
15650 * calendar/holidays.el (holiday-list, calendar-check-holidays)
15651 (calendar-mark-holidays, calendar-list-holidays)
15652 (holiday-filter-visible-calendar): New names to clean up namespace.
15653 (filter-visible-calendar-holidays, list-calendar-holidays)
15654 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
15655 Add compatibility aliases.
15656 (calendar-check-holidays, calendar-mark-holidays)
15657 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
15658 (holiday-sexp): Replace append with list.
15659 (holiday-filter-visible-calendar): Replace append with push.
15660
15661 * woman.el: Remove spurious * in docstrings.
15662 (woman-mini-help, woman-non-underline-faces, woman0-rename)
15663 (woman-topic-all-completions-merge, woman-file-name-all-completions)
15664 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
15665 (woman-write-directory-cache, woman-display-extended-fonts)
15666 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
15667 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
15668 (woman-mode): Use inhibit-read-only.
15669 (woman-negative-vertical-space): Use dotimes.
15670 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
15671
15672 2007-09-06 Romain Francoise <romain@orebokech.com>
15673
15674 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
15675 (vc-bzr-workfile-version): Use it.
15676
15677 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
15678
15679 * complete.el (PC-do-completion): Don't try to treat
15680 empty string as an abbreviation.
15681
15682 2007-09-06 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
15683
15684 * help-fns.el (describe-variable): Keep doc's text properties.
15685
15686 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
15687
15688 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
15689 instead of a file.
15690
15691 2007-09-06 Glenn Morris <rgm@gnu.org>
15692
15693 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
15694 (checkdoc-minor-mode): Allow user to specify lighter via
15695 checkdoc-minor-mode-string.
15696
15697 2007-09-05 Richard Stallman <rms@gnu.org>
15698
15699 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
15700 Several items removed, simplified, or put on one line.
15701 (fancy-about-text): Add substantial contents, part of startup text.
15702 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
15703 (normal-splash-screen): Call normal-mouse-startup-screen,
15704 normal-no-mouse-startup-screen, or normal-about-screen.
15705 (normal-mouse-startup-screen): New fn, broken out, shortened.
15706 (normal-no-mouse-startup-screen): New fn, broken out.
15707 (normal-about-screen): New function, contents all new.
15708
15709 2007-09-05 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15710
15711 * emacs-lisp/rx.el (rx): Fix typo in docstring.
15712
15713 2007-09-05 Glenn Morris <rgm@gnu.org>
15714
15715 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
15716 is bound.
15717
15718 2007-09-05 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
15719
15720 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
15721 in doc string.
15722
15723 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15724
15725 * server.el (server-start, server-unload-hook): Undo previous change.
15726
15727 * xt-mouse.el: Undo previous change.
15728
15729 2007-09-04 Juri Linkov <juri@jurta.org>
15730
15731 * startup.el (fancy-about-text): New variable.
15732 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
15733 (fancy-current-text, fancy-splash-stop-time)
15734 (fancy-splash-outer-buffer): Remove variables.
15735 (fancy-splash-head, fancy-splash-tail): Add new optional argument
15736 `startup' and use it to conditionally display different texts for
15737 Startup and About screens. Don't display Help commands on the About
15738 screen.
15739 (fancy-splash-screens-1): Remove function and move its content to
15740 `fancy-splash-screens' to the part that dislpays the About screen.
15741 (exit-splash-screen): Don't treat specially exiting from
15742 alternating screens.
15743 (fancy-splash-screens): Rename argument `static' to `startup'.
15744 Fix docstring. Remove code for displaying alternating screens.
15745 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
15746 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
15747 for `inhibit-read-only'.
15748 (normal-splash-screen): Rename argument `static' to `startup'.
15749 Fix docstring. Use argument `startup' to conditionally display
15750 different texts for Startup and About screens. Don't display Help
15751 commands on the About screen. Remove `unwind-protect' `sit-for'
15752 delay and `kill-buffer' after it.
15753 (display-startup-echo-area-message): Remove call to
15754 `use-fancy-splash-screens-p' because image.el is preloaded and
15755 doesn't display "Loading image... done".
15756 (display-splash-screen): Rename argument `static' to `startup'.
15757 Fix docstring.
15758
15759 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15760
15761 * server.el (server-start, server-unload-hook):
15762 suspend-tty-functions has been renamed to suspend-tty-hook.
15763
15764 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
15765 resume-tty-hook.
15766
15767 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
15768
15769 * loadup.el: Fix merge problem, only load "button" once.
15770
15771 2007-09-03 Glenn Morris <rgm@gnu.org>
15772
15773 * vc-svn.el (vc-svn-print-log): If there is only one file, use
15774 "Working file:" as the prefix, for the sake of
15775 log-view-current-file.
15776
15777 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15778
15779 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
15780 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
15781 if the selected frames is in
15782 xterm-modify-other-keys-terminal-list.
15783 (xterm-turn-off-modify-other-keys): Add an optional frame
15784 parameter. Only turn off modify-other-keys if FRAME is in
15785 xterm-modify-other-keys-terminal-list.
15786 (xterm-remove-modify-other-keys): New function.
15787 (terminal-init-xterm): Use it. Deal with delete-frame hook.
15788 Add the selected frame to xterm-modify-other-keys-terminal-list.
15789
15790 2007-09-02 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15791
15792 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
15793 (icon-map-list): New variable.
15794 (x-gtk-map-stock): Use icon-map-list.
15795
15796 2007-09-02 Romain Francoise <romain@orebokech.com>
15797
15798 * log-view.el (log-view-current-file): Balance parens.
15799
15800 2007-09-02 Glenn Morris <rgm@gnu.org>
15801
15802 * comint.el (comint-mode): Don't set scroll-conservatively.
15803
15804 * eshell/em-unix.el (eshell/time): Stringify and flatten the
15805 non-command arguments.
15806
15807 * log-view.el (log-view-current-file): Give a more explicit error
15808 if log-view-file-re fails to find a match.
15809
15810 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
15811
15812 * emacs-lisp/bytecomp.el (byte-recompile-directory):
15813 Fix bug: Don't expand top-level file name more than once.
15814 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
15815
15816 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * server.el (server-process-filter): Don't display the splash screen.
15819 It's annoying enough on the initial screen and becomes positively
15820 obnoxious here.
15821
15822 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15823
15824 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
15825 Change naming to use "avl-tree--" for internal functions.
15826
15827 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
15828
15829 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
15830 the merge.
15831 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
15832 (provide): Move to the end of file.
15833
15834 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
15835
15836 2007-08-31 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
15837
15838 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
15839 New variable. List of exceptions for the duplicated word rule.
15840 (flyspell-mark-duplications-flag): Mention it.
15841 (flyspell-word): Treat it.
15842
15843 * files.el (create-file-buffer): If the filename sans directory starts
15844 with spaces, remove them.
15845
15846 2007-08-31 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15847
15848 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
15849 (x-gtk-map-stock): Use two directory elements when matching
15850 file name.
15851
15852 2007-08-31 James Wright <james@chumsley.org>
15853
15854 * eshell/em-unix.el (eshell/info): New function.
15855
15856 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
15857
15858 * frame.el (frame-initialize, make-frame):
15859 * server.el (server-process-filter):
15860 * faces.el (tty-set-up-initial-frame-faces): Don't set
15861 term-environment-variable since it's not used any more.
15862
15863 * env.el (setenv): Don't treat $TERM specially.
15864
15865 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
15866 stated otherwise, subprocesses do not send back escape sequences
15867 corresponding to the terminal from which Emacs was started.
15868
15869 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
15870
15871 * calculator.el: Require cl for compilation.
15872
15873 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
15874
15875 * outline.el (outline-font-lock-levels): Comment out unused var.
15876 (outline-font-lock-face): Wrap around face list to handle any
15877 nesting depth gracefully.
15878
15879 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
15880
15881 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
15882 `set-file-times'.
15883
15884 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
15885
15886 * textmodes/org.el (org-export-visible): Fix drawers before export.
15887 (org-do-sort): Allow sorting by priority.
15888 (org-agenda-files): Ignore non-existing files.
15889 (org-agenda-skip-unavailable-files): New variable.
15890 (org-ellipsis): All a face as value.
15891 (org-mode): Interprete the face value of `org-ellipsis'.
15892 (org-archive-save-context-info): New option.
15893 (org-archive-subtree): Store context info in archived entry.
15894 (org-fast-tag-selection-can-set-todo-state): New variable.
15895 (org-fast-tag-selection): Allow setting TODO states through this
15896 interface.
15897 (org-cycle): Docstring updated.
15898 (org-todo-keyword-faces): New option.
15899 (org-get-todo-face): New function.
15900 (org-set-font-lock-defaults, org-agenda-highlight-todo):
15901 Use `org-get-todo-face'.
15902 (org-switch-to-buffer-other-window): New function.
15903 (org-table-edit-field, org-table-show-reference)
15904 (org-table-edit-formulas, org-add-log-note)
15905 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
15906 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
15907 `switch-to-buffer-other-window' to make sure that the temporary
15908 windows show up on the current frame.
15909 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
15910 (org-get-entries-from-diary, org-replace-region-by-html):
15911 Don't allow pop-up frames.
15912 (org-agenda-get-deadlines, org-agenda-get-scheduled):
15913 Fix problems with time-of-day.
15914 (org-export-get-title-from-subtree): New function.
15915 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
15916 with listing items that are DONE.
15917 (org-change-tag-in-region): New command.
15918 (org-agenda-skip-scheduled-if-done)
15919 (org-agenda-skip-deadline-if-done): Docstring clarified.
15920 (org-mode): Hide drawers on startup.
15921 (org-get-todo-face): New function.
15922 (org-todo-keyword-faces): New option.
15923 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
15924 (org-remove-keyword-keys): New function.
15925
15926 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
15927
15928 * progmodes/grep.el (grep-find-ignored-directories):
15929 Add monotone _MTN bookkeeping directory in workspaces.
15930 Add RCS control directory. List items in alphabetical order.
15931
15932 * progmodes/grep.el (grep-files-aliases): Add cc alias.
15933 Sort items in alphabetical order. Fix parens.
15934
15935 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15936
15937 * vc-hg.el (vc-hg-extra-menu-map): New variable.
15938 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
15939 (vc-hg-pull): New functions.
15940 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
15941
15942 * term/mac-win.el: Don't require url, only autoloaded url
15943 functions are used in this file.
15944
15945 2007-08-29 Andreas Schwab <schwab@suse.de>
15946
15947 * shell.el (shell): Return correct value from interactive spec.
15948
15949 2007-08-29 Glenn Morris <rgm@gnu.org>
15950
15951 * version.el (emacs-version): Increase to 23.0.50.
15952
15953 2007-08-29 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
15954
15955 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
15956
15957 2007-08-29 Juri Linkov <juri@jurta.org>
15958
15959 * loadup.el: Add "button" loading after "faces" and move "startup"
15960 to load after "button".
15961
15962 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15963
15964 * loadup.el: Load term/mac-win on a Mac using Carbon.
15965
15966 * term/mac-win.el: Provide mac-win.
15967 (mac-initialized): New variable.
15968 (mac-initialize-window-system): New function. Move global setup here.
15969 (handle-args-function-alist, frame-creation-function-alist):
15970 (window-system-initialization-alist): Add mac entries.
15971 (x-setup-function-keys): New function containing all the
15972 top level function key definitions.
15973
15974 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
15975
15976 * env.el (read-envvar-name): Don't consider the environment frame param.
15977
15978 * env.el (setenv):
15979 * frame.el (frame-initialize, make-frame):
15980 * faces.el (tty-set-up-initial-frame-faces):
15981 * server.el (server-process-filter): Set
15982 display-environment-variable and term-environment-variable.
15983
15984 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
15985
15986 2007-08-29 Jason Rumney <jasonr@gnu.org>
15987
15988 * loadup.el: Only load term/x-win when X is compiled in.
15989 Load term/w32-win and dependencies on windows-nt.
15990
15991 * term/w32-win.el: Reorder to match x-win.el more closely.
15992 Provide w32-win. Don't throw error when global window-system not w32.
15993 (internal-face-interactive): Remove obsolete function.
15994 (x-setup-function-keys): Use local-function-key-map.
15995 (w32-initialized): New variable.
15996 (w32-initialize-window-system): Set it.
15997 Move more global setup here.
15998 (x-setup-function-keys): New function.
15999 (w32-initialize-window-system): Move non function key global setup here.
16000 (x-cut-buffer-max): Remove.
16001 (w32-initialize-window-system): New function.
16002 (handle-args-function-alist, frame-creation-function-alist):
16003 (window-system-initialization-alist): Add w32 entries.
16004
16005 2007-08-29 David Kastrup <dak@gnu.org>
16006
16007 * env.el (getenv): Pass frame to getenv-internal.
16008
16009 2007-08-29 K\e$(Q)W\e(Broly L\e$(Q*S\e(Brentey <lorentey@elte.hu>
16010
16011 * version.el (emacs-version): Show if multi-tty is present.
16012
16013 * loadup.el: Delay loading env; mule-conf gets confused by cl
16014 during bootstrap. Also load termdev and term/x-win.
16015
16016 * bindings.el (mode-line-client): New variable.
16017 (help-echo): Add it to the default mode-line format.
16018
16019 * cus-start.el: Remove bogus window-system reference from GTK test.
16020
16021 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
16022 (ebrowse-electric-position-mode-map):
16023 * ebuff-menu.el (electric-buffer-menu-mode-map):
16024 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
16025 not `suspend-emacs'.
16026
16027 * ediff-wind.el (ediff-setup-windows-automatic): New function.
16028 (ediff-window-setup-function): Use it as default.
16029
16030 * files.el (save-buffers-kill-terminal): New function.
16031 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
16032
16033 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
16034 and `with-selected-frame'.
16035
16036 * help-fns.el (describe-variable): Describe frame-local variables
16037 correctly.
16038
16039 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
16040 display support.
16041 (normal-erase-is-backspace-setup-frame): New function.
16042
16043 * subr.el (with-selected-frame): New function.
16044 (read-quoted-char): Use terminal-local binding of
16045 local-function-key-map instead of function-key-map.
16046
16047 * talk.el (talk): New function.
16048 (talk-handle-delete-frame): New function.
16049 (talk-add-display): Open a new frame only if FRAME was not a frame.
16050
16051 * termdev.el: New file.
16052
16053 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
16054 * term/x-win.el: Don't bind f10.
16055 * tmm.el: Remove autoload binding for f10.
16056
16057 * international/encoded-kb.el (encoded-kbd-setup-display): Use
16058 `set-input-meta-mode'. Fix broken condition before set-input-mode.
16059 Store the saved input method as a terminal parameter. Add keymap
16060 parameter. Use it instead of changing key-translation-map directly.
16061 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
16062 Remove.
16063 (encoded-kbd-setup-display): New function.
16064
16065 * international/mule-cmds.el (set-locale-environment): Fix getenv
16066 call. Use save-buffers-kill-terminal. Ignore window-system; always
16067 set the keyboard coding system. Add DISPLAY parameter.
16068 (set-display-table-and-terminal-coding-system): Add DISPLAY
16069 parameter. Pass it to set-terminal-coding-system.
16070
16071 * international/mule.el (keyboard-coding-system): Test for
16072 encoded-kbd-setup-display, not encoded-kbd-mode.
16073 (set-terminal-coding-system, set-keyboard-coding-system): Add
16074 DISPLAY parameter.
16075 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
16076
16077 * term/README: Update.
16078
16079 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
16080
16081 * term/x-win.el (x-setup-function-keys): New function. Move
16082 function-key-map tweaks here. Protect against multiple calls on
16083 the same terminal. Use terminal-local binding of
16084 local-function-key-map instead of function-key-map.
16085 (x-initialize-window-system): Make a copy of pure list. Pass a
16086 frame getenv.
16087
16088 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
16089 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
16090 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
16091 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
16092 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
16093 local-function-key-map instead of function-key-map.
16094
16095 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
16096 `substitute-key-definition' and `define-key' calls against
16097 multiple execution. Use terminal-local binding of
16098 local-function-key-map instead of function-key-map. Pass a frame
16099 to getenv.
16100
16101 * edmacro.el (edmacro-format-keys):
16102 * emulation/cua-base.el (cua--pre-command-handler):
16103 * isearch.el (isearch-other-meta-char):
16104 * xt-mouse.el: Use terminal-local binding of
16105 local-function-key-map instead of function-key-map.
16106
16107 * fringe.el (set-fringe-mode): Simplify and fix using
16108 `modify-all-frames-parameters'.
16109 * scroll-bar.el (set-scroll-bar-mode): Ditto.
16110 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
16111 check before calling `tool-bar-setup'.
16112 (tool-bar-setup): New variable.
16113 (tool-bar-setup): Use it to guard against multiple calls. Add
16114 optional frame parameter, and select that frame before adding items.
16115 (toggle-tool-bar-mode-from-frame): New function.
16116
16117 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
16118 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
16119 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
16120 "Tool-bar" toggles to reflect the state of the current frame.
16121 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
16122
16123 * env.el: Require cl for byte compilation (for `block' and `return').
16124 (environment, setenv-internal): New functions.
16125 (let-environment): New macro.
16126 (setenv, getenv): Add optional terminal parameter. Update docs.
16127 (setenv): Use setenv-internal. Always set process-environment.
16128 Handle `local-environment-variables'.
16129 (read-envvar-name, setenv, getenv): Use frame parameters
16130 to store the local environment, not terminal parameters. Include
16131 `process-environment' as well.
16132
16133 * faces.el (tty-run-terminal-initialization): New function.
16134 (tty-create-frame-with-faces): Use it. Set up faces and
16135 background mode only after the terminal has been initialized.
16136 Call terminal-init-*. Don't load the initialization file more
16137 than once. Call set-locale-environment.
16138 (frame-set-background-mode): Handle the 'background-mode terminal
16139 parameter.
16140 (tty-find-type): New function.
16141 (x-create-frame-with-faces): Remove bogus check for
16142 first frame. Call `tool-bar-setup'. Don't make frame visible
16143 until we are done setting up all its parameters. Call
16144 x-setup-function-keys.
16145
16146 * frame.el (make-frame): Always inherit 'environment and 'client
16147 parameters. Set up the 'environment frame parameter, when needed.
16148 Also inherit 'client parameter. Don't override explicitly
16149 specified values with inherited ones. Add 'terminal frame
16150 parameter. Append window-system-default-frame-alist to parameters
16151 before calling frame-creation-function.
16152 (frame-initialize): Copy the environment from the initial frame.
16153 (window-system-default-frame-alist): Enhance doc string.
16154 (frame-notice-user-settings): Don't put 'tool-bar-lines in
16155 `default-frame-alist' when initial frame is on a tty.
16156 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
16157 Remove specified parameters from `window-system-default-frame-alist'.
16158 (make-frame-on-tty, framep-on-display, suspend-frame):
16159 Extend doc string, update parameter names.
16160 (frames-on-display-list): Use terminal-id to get the display id.
16161 (frame-notice-user-settings): Extend to apply
16162 settings in `window-system-default-frame-alist' as well.
16163 (terminal-id, terminal-parameters, terminal-parameter)
16164 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
16165 (delete-frame-functions): Add to `delete-frame-functions' hook.
16166 (blink-cursor-mode): Adapt blink-cursor-mode default
16167 value from startup.el.
16168 (make-frame-on-display): Protect condition on x-initialized when
16169 x-win.el is not loaded. Update doc.
16170 (suspend-frame): Use display-controlling-tty-p to decide between
16171 suspend-emacs and suspend-tty.
16172 (frames-on-display-list): Update for display ids.
16173 (framep-on-display): Ditto.
16174 (suspend-frame): Use display-name, not frame-tty-name.
16175 (selected-terminal): New function.
16176
16177 * server.el: Use `device' instead of `display' or `display-id' in
16178 variable and client parameter names.
16179 (server-select-display): Remove (unused).
16180 (server-tty-live-p, server-handle-delete-tty): Remove.
16181 (server-unquote-arg, server-quote-arg, server-buffer-clients):
16182 Update docs.
16183 (server-getenv-from, server-with-environment, server-send-string)
16184 (server-save-buffers-kill-terminal): New functions.
16185 (server-delete-client): Handle quits in kill-buffer. Don't kill
16186 modified buffers. Add extra logging. Delete frames after
16187 deleting the tty. Clear 'client parameter before deleting a frame.
16188 Use delete-display, not delete-tty.
16189 (server-visit-files): Don't set `server-existing-buffer' if the
16190 buffer already has other clients. Return list of buffers
16191 created. Update doc. Don't set client-record when nowait.
16192 (server-handle-delete-frame): Delete the client if this was its
16193 last frame. Check that the frame is alive. Remove bogus comment.
16194 Add note on possible race condition. Delete tty clients, if needed.
16195 (server-handle-suspend-tty): Use server-send-string. Kill the
16196 client in case of errors from process-send-string. Use the display
16197 parameter.
16198 (server-unload-hook): Remove obsolete delete-tty hook.
16199 (server-start): Ask before restarting if the old server still has
16200 clients. Add feedback messages. Remove obsolete delete-tty hook.
16201 (server-process-filter): Use server-send-string. Accept `-dir'
16202 command. Switch to *scratch* immediately after creating the frame,
16203 before evaluating any -evals. Protect `display-splash-screen'
16204 call in a condition-case. Explain why. Call
16205 `display-startup-echo-area-message' before
16206 `display-splash-screen'. Don't display the splash screen when no
16207 frame was created. Show the Emacs splash screen and startup echo
16208 area message. Display the *scratch* buffer by default. Store the
16209 local environment in a frame (not terminal) parameter. Do not try
16210 to decode environment strings. Fix reference to the 'display
16211 frame parameter. Change syntax of environment variables. Put
16212 environment into terminal parameters, not client parameters. Use
16213 a dummy client with --no-wait's X frames. In `-position LINE'
16214 handler, don't ruin the request string until the line number is
16215 extracted. Log opened files. Handle -current-frame command.
16216 Don't create frames when it is given. Don't bind X frames to the
16217 client when we are in -no-wait mode. Set locale environment
16218 variables from client while creating tty frames. Disable call to
16219 configure-display-for-locale. When processing -position command,
16220 don't change the request string until the parameters are
16221 extracted. Don't try to create an X frame when Emacs does not
16222 support it. Improve logging. Temporarily set ncurses-related
16223 environment variables to those of the client while creating a new
16224 tty frame. Select buffers opened by nowait clients, don't leave
16225 them buried under others. Set the display parameter, and use it
16226 when appropriate.
16227
16228 * startup.el (display-startup-echo-area-message): Handle
16229 `inhibit-startup-echo-area-message' here.
16230 (command-line-1): Moved from here.
16231 (fancy-splash-screens): Use `overriding-local-map' instead of
16232 `overriding-terminal-local-map' for now; the latter doesn't work
16233 right, it looses keypresses to another terminal. Use
16234 `overriding-terminal-local-map' to set up keymap. Install a
16235 `delete-frame-functions' hook to catch `delete-frame' events.
16236 Ignore `select-window' events to cope better with
16237 `focus-follows-mouse'. Don't switch back to the original buffer
16238 if the splash frame has been killed. Restore previous buffer, even
16239 if it's *scratch*.
16240 (normal-splash-screen): Don't let-bind `mode-line-format'; it
16241 changes the global binding - setq it instead. Use
16242 `save-buffers-kill-terminal'.
16243 (display-splash-screen): Don't do anything if the splash screen is
16244 already displayed elsewhere.
16245 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
16246 (command-line): Replace duplicated code with a call to
16247 tty-run-terminal-initialization. Don't load the terminal
16248 initialization file more than once. Remove call to nonexistent
16249 function `set-locale-translation-file-name'.
16250
16251 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
16252 parameters.
16253 (xterm-mouse-position-function, xterm-mouse-event): Update.
16254 (xterm-mouse-mode): Don't depend on current value of window-system.
16255 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16256 Update for multi-tty.
16257 (turn-on-xterm-mouse-tracking-on-terminal)
16258 (turn-off-xterm-mouse-tracking-on-terminal)
16259 (xterm-mouse-handle-delete-frame): New functions.
16260 (delete-frame-functions, after-make-frame-functions)
16261 (suspend-tty-functions, resume-tty-functions): Install extra hooks
16262 for multi-tty.
16263
16264 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * simple.el (invisible-p): Remove: implemented in C now.
16267 (line-move-invisible-p): Remove obsolete alias.
16268
16269 2007-08-28 Juri Linkov <juri@jurta.org>
16270
16271 * image-mode.el (image-type): New variable.
16272 (image-mode): Set default major mode name to "Image[text]".
16273 (image-minor-mode): Change LIGHTER to display image-type in the
16274 mode line.
16275 (image-minor-mode): Set default image-type to "text".
16276 (image-toggle-display): After switching to text mode, set
16277 image-type to "text" and major mode name to "Image[text]".
16278 After switching to image mode, set image-type to actual image
16279 type, and add image type to major mode name. Let-bind the same
16280 variable names as arguments of `image-type' and `create-image'.
16281 Bind `type' to the result of `image-type' and use it as arg
16282 of `create-image' to not determine the image type twice.
16283
16284 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
16285
16286 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
16287 (tramp-set-file-uid-gid, tramp-get-local-uid)
16288 (tramp-get-local-gid): New defuns.
16289 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
16290 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
16291 Improve fast track.
16292 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
16293 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
16294 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
16295 (tramp-handle-write-region): Improve fast track.
16296 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
16297 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
16298 be nil.
16299
16300 2007-08-28 Ivan Kanis <apple@kanis.eu>
16301
16302 * time.el: New feature to display several time zones in a buffer.
16303 (display-time-world-mode, display-time-world-display)
16304 (display-time-world, display-time-world-timer): New functions.
16305 (display-time-world-list, display-time-world-time-format)
16306 (display-time-world-buffer-name, display-time-world-timer-enable)
16307 (display-time-world-timer-second, display-time-world-mode-map):
16308 New variables.
16309
16310 2007-08-28 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
16311
16312 * term/x-win.el (x-gtk-stock-map): New variable.
16313 (x-gtk-map-stock): New function.
16314
16315 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
16316 prev/next-node.
16317
16318 2007-08-28 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se> (tiny change)
16319
16320 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
16321
16322 2007-08-28 Glenn Morris <rgm@gnu.org>
16323
16324 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
16325
16326 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
16327
16328 * progmodes/modula2.el (m2-definition, m2-module):
16329 Don't use previous-line. Reported by T. V. Raman.
16330
16331 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16332
16333 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
16334 argument to tool-bar-mode call.
16335
16336 2007-08-27 Glenn Morris <rgm@gnu.org>
16337
16338 * diff-mode.el (diff-find-file-name): Only accept regular files,
16339 to rule out /dev/null, directories, etc.
16340
16341 * vc-svn.el (vc-svn-diff): If the repository version of all the
16342 files is the same as the specified OLDVERS, do a local diff.
16343
16344 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
16345
16346 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
16347 of buffers in uniquify-managed.
16348
16349 * simple.el (invisible-p): Rename from text-invisible-p.
16350 Update callers.
16351
16352 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
16353 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
16354 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
16355 (cperl-etags-goto-tag-location): Use new style backquotes.
16356
16357 * net/browse-url.el: Remove spurious * in custom docstrings.
16358 (browse-url-filename-alist): Use new-style backquote.
16359
16360 * emacs-lisp/backquote.el (backquote-unquote-symbol)
16361 (backquote-splice-symbol): Clarify they're not new-style unquotes.
16362
16363 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
16364 (\,@): Backslash the , and ,@ which are not new-style unquotes.
16365
16366 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
16367
16368 * net/socks.el (socks-username/password-auth-filter):
16369 Remove unused vars `state' and `desired-len'.
16370 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
16371 (socks-wait-for-state-change): Use new-style backquotes.
16372
16373 * pcvs.el (cvs-mode-status): Fix long-standing typo.
16374
16375 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
16376 backquotes after each `read' rather than once per buffer.
16377
16378 * dframe.el: Remove spurious * in custom docstrings.
16379 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
16380 (dframe-xemacs20p): Remove, inline at the sole use point.
16381 (defface): Don't defvar the face, don't use old-style backquote.
16382 (defcustom): Don't use old-style backquote.
16383 (dframe-frame-parameter, dframe-mouse-event-p):
16384 Make it obvious that it's always defined.
16385 (dframe-popup-kludge): New function to replace
16386 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
16387 (dframe-frame-mode, dframe-set-timer-internal)
16388 (dframe-mouse-set-point): Remove use of with-no-warnings from
16389 XEmacs-specific code.
16390 (dframe-set-timer-internal): Fix very old bug with
16391 post-command-idle-hook.
16392
16393 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
16394
16395 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
16396 warning if the file uses old style backquotes.
16397
16398 * emacs-lisp/bytecomp.el (byte-compile-log-file)
16399 (byte-recompile-directory, byte-compile-file)
16400 (byte-compile-from-buffer): Use with-current-buffer.
16401
16402 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
16403 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
16404 (line-move-1, line-move-finish, line-move-to-column)
16405 (move-end-of-line, move-beginning-of-line): Use new name.
16406
16407 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
16408
16409 * progmodes/ada-mode.el: Fix up comment style in header.
16410 (ada-check-emacs-version): Remove.
16411 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
16412 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
16413 to try and quieten the byte-compiler.
16414 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
16415
16416 * vc.el (vc-annotate-warp-version): Don't use previous-line.
16417
16418 2007-08-27 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
16419
16420 * net/browse-url.el (browse-url-emacs): New function.
16421
16422 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
16423
16424 * emacs-lisp/avl-tree.el: New file.
16425
16426 2007-08-26 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
16427
16428 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
16429 was used.
16430
16431 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
16432
16433 * complete.el (PC-do-completion): Make RET accept a non-unique but
16434 complete expansion again.
16435
16436 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
16437
16438 * eshell/esh-opt.el (eshell-eval-using-options):
16439 Add debug declaration.
16440
16441 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
16442
16443 * log-view.el (log-view-toggle-mark-entry): Add docstring.
16444 (log-view-get-marked): Likewise.
16445
16446 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
16447 (vc-delete-automatic-version-backups): Likewise.
16448
16449 * vc.el (vc-dired-buffers-for-dir): Likewise.
16450
16451 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
16452
16453 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
16454 safe-local-variable setting.
16455 * progmodes/perl-mode.el (perl-indent-level): Likewise.
16456
16457 * log-view.el (log-view-marked-list): Delete variable.
16458 (log-view-mode): Don't use it.
16459 (log-view-toggle-mark-entry): Likewise, simplify.
16460 (log-view-current-tag): Don't return properties.
16461 (log-view-get-marked): New function.
16462
16463 2007-08-25 Alexandre Julliard <julliard@winehq.org>
16464
16465 * vc-git.el (vc-git-mode-line-string): New function.
16466
16467 2007-08-25 Alan Mackenzie <acm@muc.de>
16468
16469 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
16470 new language variable.
16471
16472 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
16473 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
16474 "extern" etc., rather than BOI. Fix addition of spurious
16475 syntactic-symbol 'defun-block-intro, replacing it with
16476 'innamespace, etc.
16477
16478 2007-08-25 Juri Linkov <juri@jurta.org>
16479
16480 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
16481
16482 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
16483 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
16484 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
16485
16486 * image.el (image-type-header-regexps): Use more complex regexp for svg.
16487 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
16488 (image-type-auto-detectable): Add (svg . maybe).
16489
16490 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
16491 to treat it like .tgz.
16492
16493 * calendar/cal-bahai.el: Add file coding cookie.
16494
16495 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
16496
16497 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
16498 Don't behave differently when executed via M-x. Add doc string.
16499
16500 * sort.el (sort-fold-case, sort-numeric-base): Mark as
16501 safe-local-variable.
16502
16503 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
16504
16505 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
16506 the default value.
16507 (math-calendar-tzinfo): New variable.
16508 (math-get-calendar-tzinfo): New function.
16509 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
16510 to get information when zone is nil.
16511
16512 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
16513
16514 * log-view.el (log-view-toggle-mark-entry): New function.
16515 (log-view-mode-map): Bind it.
16516 (log-view-marked-list): New variable.
16517 (log-view-mode): Make it local.
16518
16519 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
16520
16521 * play/zone.el (zone-pgm-rat-race): New func.
16522 (zone-programs): Add `zone-pgm-rat-race'.
16523
16524 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
16527 a list.
16528
16529 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
16530
16531 * progmodes/hideshow.el (hs-match-data): Delete alias.
16532 (hs-hide-block-at-point, hs-find-block-beginning)
16533 (hs-show-block): Use `match-data' directly.
16534
16535 2007-08-24 Martin Rudalics <rudalics@gmx.at>
16536
16537 * format.el (format-alist): Fix typo in doc-string.
16538
16539 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
16540
16541 * net/tramp.el (tramp-local-host-p): New defun.
16542 (tramp-handle-file-local-copy, tramp-handle-write-region):
16543 Implement fast track when being on the local host.
16544 (tramp-file-name-handler): Don't set "started" property. It shall
16545 be reserved for the "ftp" method.
16546 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
16547
16548 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
16549 (tramp-ftp-file-name-handler): Set "started" property.
16550
16551 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
16552
16553 * files.el (backup-buffer-copy): Don't wrap delete in
16554 condition-case, only try to delete if file exists.
16555
16556 2007-08-24 Glenn Morris <rgm@gnu.org>
16557
16558 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
16559
16560 * startup.el (tutorial-directory): Set with eval-at-startup so it
16561 gets the right value in an installed Emacs.
16562
16563 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
16564
16565 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
16566 (eldoc-highlight-function-argument): Use it.
16567
16568 2007-08-23 Masatake YAMATO <jet@gyve.org>
16569
16570 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
16571 name of parameters in document body.
16572
16573 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
16576 (byte-compile-output-as-comment): Use with-current-buffer rather than
16577 a weird set-buffer&prog1 combination.
16578
16579 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
16580 test so as to optimise cases where the `progn's result is constant.
16581
16582 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
16583
16584 * locate.el (locate-get-file-positions):
16585 Use line-beginning-position and line-end-position.
16586
16587 2007-08-23 John Wiegley <johnw@newartisans.com>
16588
16589 * calendar/cal-bahai.el: Added in the diacriticals that were
16590 missing for many of the month names.
16591
16592 2007-08-22 Jason Rumney <jasonr@gnu.org>
16593
16594 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
16595
16596 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
16597
16598 * image-mode.el (image-minor-mode): Use image-mode-text-map.
16599
16600 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
16601
16602 * dabbrev.el (dabbrev--progress-reporter): New variable.
16603 (dabbrev--scanning-message): Delete func.
16604 (dabbrev--find-expansion): Use a progress reporter
16605 instead of dabbrev--scanning-message.
16606
16607 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
16608
16609 * comint.el (comint-exec-1): Raise an error if
16610 `start-file-process' does not return a process object.
16611
16612 * shell.el (shell): Prompt for `default-directory' if it is a
16613 remote file name, and if called with a prefix arg.
16614
16615 2007-08-22 Sam Steingold <sds@gnu.org>
16616
16617 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
16618
16619 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
16620
16621 * textmodes/org-export-latex.el: New file.
16622
16623 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
16624
16625 * textmodes/org.el (org-agenda-skip): Allow a form for
16626 `org-agenda-skip-function'.
16627 (org-agenda-redo): Re-use local settings.
16628 (org-agenda): Store local settings.
16629 (org-agenda-deadline-faces): New option.
16630 (org-agenda-deadline-face): New function.
16631 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
16632 entries on their due date.
16633 (org-agenda-get-timestamps): No longer handle the due dates of
16634 schedules and deadline items.
16635 (org-insert-link-global, org-open-at-point-global): New commands.
16636 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
16637 :for-ascii parameter.
16638 (org-skip-comments): Function removed.
16639 (org-cleaned-string-for-export): Handle special table lines.
16640 (org-global-properties): New option.
16641 (org-entry-get-with-inheritance): Check global properties.
16642 (org-local-properties): New variable.
16643 (org-set-regexps-and-options): Find the #+PROPERTY line.
16644 (org-link-types): Change type into variable (was constant).
16645 (org-make-link-regexps): New function.
16646 (org-link-re-with-space, org-link-re-with-space2)
16647 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
16648 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
16649 these regular expressions happens now in the function
16650 `org-make-link-regexps'.
16651 (org-store-link): Call the functions in
16652 `org-store-link-functions'.
16653 (org-add-link-type): New function.
16654 (org-store-link-functions): New variable.
16655 (org-activate-tags): Force matches to be in headlines.
16656 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
16657 (org-columns-display-here): Make sure this works in a narrowed
16658 buffer by checking for point-min.
16659 (org-columns-display-here): Make the rest of the line intangible,
16660 so that point never can be there.
16661 (org-cleaned-string-for-export): Use `with-current-buffer'.
16662 (org-replace-region-by-html): Use `with-current-buffer'.
16663 (org-unfontify-region, org-do-occur, org-columns-display-here)
16664 (org-columns-remove-overlays, org-columns-quit)
16665 (org-columns-edit-value, org-columns-next-allowed-value)
16666 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
16667 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
16668 (org-agenda-todo, org-agenda-change-all-lines)
16669 (org-agenda-align-tags, org-agenda-priority)
16670 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
16671 (org-agenda-show-new-time, org-cleaned-string-for-export)
16672 (org-export-grab-title-from-buffer)
16673 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
16674 instead of `buffer-read-only'.
16675 (org-export-as-html): Set `coding-system-for-write'.
16676 (org-remember-store-without-prompt): New option.
16677 (org-archive-subtree): Fixed bug with modifying TODO keyword.
16678 (org-beginning-of-line): Also treat C-a special in items.
16679 (org-table-convert-refs-to-rc): Fixed problem with column
16680 reference after "..".
16681 (org-columns-compute): Don't mark buffer modified because of text
16682 properties.
16683 (org-batch-store-agenda-views): Use the variable
16684 `default-directory', not the function.
16685 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
16686 (org-clock-out-when-done): New option.
16687 (org-html-entities): Added HTML entities for smileys.
16688
16689 2007-08-22 Glenn Morris <rgm@gnu.org>
16690
16691 * image.el (create-image): Doc fix.
16692
16693 * startup.el (tutorial-directory): New constant.
16694 (fancy-splash-text): Tutorials now in tutorial-directory.
16695 * tutorial.el (help-with-tutorial): Tutorials now in
16696 tutorial-directory.
16697
16698 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
16699
16700 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
16701 otherwise.
16702 (tramp-get-remote-path): New defun. Replace occurrences of
16703 `tramp-default-remote-path' by this function.
16704 (tramp-set-remote-path): Move most of the code to
16705 `tramp-get-remote-path'.
16706 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
16707 existing directories, this is done already in
16708 `tramp-get-remote-path'.
16709
16710 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
16711
16712 * image-file.el (image-file-name-extensions): Add "svg".
16713 * image.el (image-type-header-regexps): Add svg entry.
16714
16715 2007-08-22 Glenn Morris <rgm@gnu.org>
16716
16717 * files.el (backup-buffer-copy): Check backup directory is
16718 writable, to avoid infloop deleting old backup.
16719
16720 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
16721 movemail related variables.
16722 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
16723 will now be set before this is called.
16724
16725 2007-08-21 Juri Linkov <juri@jurta.org>
16726
16727 * delsel.el (delete-selection-pre-hook):
16728 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
16729 instead of checking last-command.
16730
16731 2007-08-21 Juri Linkov <juri@jurta.org>
16732
16733 * loadup.el: Preload "button".
16734
16735 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16738 Add previous-line and next-line.
16739
16740 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
16741 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
16742
16743 * vc-hooks.el (vc-menu-entry): New var.
16744 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
16745 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
16746 (vc-menu-map): Declare and initialize in one step.
16747 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
16748
16749 * menu-bar.el (vc-menu-map): Don't setup any more.
16750 Instead, just create the proper spot in the menu.
16751
16752 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16753
16754 * smerge-mode.el (smerge-resolve): New arg `safe'.
16755 (smerge-resolve-all, smerge-batch-resolve): New function.
16756 (smerge-refine): Make sure `diff' returns the expected result.
16757 (smerge-parsep-re): New const.
16758 (smerge-mode): Use it to adjust paragraph-separate.
16759
16760 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16761 Correctly match / regexp matchers as first char on a line when
16762 fontifying only that line.
16763
16764 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
16765
16766 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * vc-bzr.el: Don't fiddle with vc-handled-backend.
16769 (vc-bzr-registered): Don't redundantly protect against
16770 file-error. Actually use the format-specific code.
16771 (vc-bzr-buffer-nonblank-p): Remove.
16772 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
16773
16774 2007-08-20 Juri Linkov <juri@jurta.org>
16775
16776 * startup.el (fancy-splash-text): Change multiple tabs into one
16777 tab. Remove "Useful File menu items" section (with "Exit Emacs"
16778 and "Recover Crashed Session").
16779 (fancy-splash-screens): Set tab-width to 22.
16780 (normal-splash-screen): Replace literal tabs with \t and
16781 fix whitespace. Remove "Useful File menu items" section (with
16782 "Exit Emacs" and "Recover Crashed Session").
16783
16784 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
16785
16786 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
16787 extracted from `eval-last-sexp-1'.
16788 (eval-last-sexp-1): Call `preceding-sexp'.
16789
16790 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
16791
16792 * vc-rcs.el (vc-rcs-annotate-command):
16793 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
16794 Add back :vc-annotate-prefix propertization.
16795
16796 2007-08-20 Andreas Schwab <schwab@suse.de>
16797
16798 * mail/rmail.el (rmail-autodetect): Doc fix.
16799
16800 2007-08-19 Juri Linkov <juri@jurta.org>
16801
16802 * startup.el (normal-splash-screen): Add more links.
16803
16804 2007-08-19 Juri Linkov <juri@jurta.org>
16805
16806 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
16807 because it's common to both types of splash screen: fancy and normal.
16808 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
16809 (exit-splash-screen): Rename from `fancy-splash-quit'.
16810 Use `quit-window' instead of `kill-buffer'.
16811 (fancy-splash-head): Use make-button to insert GNU image link.
16812 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
16813 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
16814 (normal-splash-screen): Put "Browse manuals" on the same line with
16815 "Emacs manual". Remove descriptions from "Useful tasks" and put
16816 all links in two columns on two lines.
16817
16818 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
16819
16820 * emulation/viper.el (viper-remove-hooks): Remove some additional
16821 viper hooks when the user calls viper-go-away.
16822 (viper-go-away): Restore the default of default-major-mode.
16823 Save the value of default-major-mode before vaperization.
16824
16825 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
16826
16827 * emulation/viper-ex.el: Replace error "" with "Viper bell".
16828
16829 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
16830 buffer for which file is created.
16831
16832 2007-08-19 Glenn Morris <rgm@gnu.org>
16833
16834 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
16835 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
16836 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
16837 shadow files messing up the compilation.
16838
16839 2007-08-18 Glenn Morris <rgm@gnu.org>
16840
16841 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
16842 string. Also apply eldoc-argument-case in the help-split-fundoc
16843 case. Adapt for changed behavior of eldoc-function-argstring,
16844 eldoc-function-argstring-format, and
16845 eldoc-highlight-function-argument.
16846 (eldoc-highlight-function-argument): Handle nil INDEX argument,
16847 just call eldoc-docstring-format-sym-doc in that case.
16848 (eldoc-function-argstring): Change the behavior. Now it converts
16849 an argument list to a string.
16850 (eldoc-function-argstring-format): Change the behavior. Now it
16851 applies `eldoc-argument-case' to a string.
16852
16853 * progmodes/scheme.el (scheme-mode-variables): Set
16854 font-lock-comment-start-skip.
16855
16856 2007-08-18 Martin Rudalics <rudalics@gmx.at>
16857
16858 * progmodes/ada-mode.el (ada-create-syntax-table): Move
16859 set-syntax-table from here to ...
16860 (ada-mode): ... here. Do not change global value of
16861 comment-multi-line. Call new function
16862 ada-initialize-syntax-table-properties and add new function
16863 ada-handle-syntax-table-properties to font-lock-mode-hook.
16864 (ada-deactivate-properties, ada-initialize-properties): Replace
16865 by new functions ...
16866 (ada-handle-syntax-table-properties)
16867 (ada-initialize-syntax-table-properties)
16868 (ada-set-syntax-table-properties): ... to set up syntax-table
16869 properties uniformly, independently from whether font-lock-mode
16870 is enabled or not. Handle read-only buffers and do not change
16871 undo-list when setting syntax-table properties.
16872 (ada-after-change-function): Use ada-set-syntax-table-properties.
16873
16874 2007-08-18 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
16875
16876 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
16877 (meta-indent-current-nesting): Use a computation of the nesting
16878 instead.
16879 (meta-indent-current-indentation): Indentation is given according
16880 to nesting and if the previous line was finished or not.
16881 (meta-indent-unfinished-line): Tell if the current line ends with
16882 a finished expression.
16883 (meta-indent-looking-at-code): Like `looking-at', but checks if
16884 the point is in a string before.
16885 (meta-indent-level-count): Use it. Don't count parenthesis as it's
16886 done in the nesting function.
16887 (meta-indent-in-string-p): Tell if the current point is in a
16888 string.
16889 (meta-indent-calculate): Treat b-o-b as a special case. Use the
16890 previous functions.
16891
16892 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
16893
16894 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
16895 (copyright-update-year, copyright-update)
16896 (copyright-fix-years): Use it.
16897
16898 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
16899
16900 * emacs-lisp/copyright.el (copyright-update-year):
16901 Fix bug: Handle nil copyright-limit.
16902
16903 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
16904
16905 * calc/calc-units.el (math-standard-units): Give exact
16906 conversion for tsp.
16907
16908 * calc/calc.el (math-bignum-digit-length): Compute the
16909 appropriate value.
16910
16911 * calc/calc-bin.el (math-bignum-logb-digit-size)
16912 (math-bignum-digit-power-of-two):
16913 * calc/calc-comb.el (math-small-factorial-table):
16914 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
16915 (math-approx-gamma-const):
16916 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
16917 (math-besY1, math-bernoulli-b-cache):
16918 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16919 Remove `eval-when-compile's.
16920
16921 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
16922
16923 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
16924 (cperl-find-pods-heres): Fix an error when typing expressions like
16925 `s{a}{b}'.
16926
16927 2007-08-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
16928
16929 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
16930 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
16931 a special case (there's no build number).
16932
16933 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
16934
16935 * completion.el (symbol-under-point, symbol-before-point)
16936 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
16937
16938 2007-08-17 Glenn Morris <rgm@gnu.org>
16939
16940 * progmodes/compile.el (compilation-get-file-structure): Make use
16941 of the directory part when checking for an existing entry, to
16942 handle files with same basename in different directories.
16943
16944 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
16945
16946 * calc/calc.el (calc-language-alist): Add texinfo-mode.
16947
16948 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16949
16950 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
16951 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
16952 (ps-paragraph-spacing): Docstring fix.
16953
16954 2007-08-16 Glenn Morris <rgm@gnu.org>
16955
16956 * ps-print.el (ps-font-size): Doc fix.
16957
16958 2007-08-16 Richard Stallman <rms@gnu.org>
16959
16960 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
16961
16962 2007-08-15 Juri Linkov <juri@jurta.org>
16963
16964 * startup.el (initialization): Change parent group from `internal'
16965 to `environment'.
16966 (initial-buffer-choice): New variable.
16967 (command-line): Revert 2007-07-02 change that sets
16968 buffer-offer-save in *scratch* and enables auto-save in it.
16969 (fancy-splash-text): Add links to existing items. Add new items
16970 with links for useful tasks. Move information about Control-g to
16971 fancy-splash-head. Move "Emacs Guided Tour" to the end.
16972 (fancy-splash-keymap): New variable.
16973 (fancy-splash-last-input-event): Remove variable.
16974 (fancy-splash-insert): Add processing of `:link' element.
16975 (fancy-splash-head): Replace "Type Control-l to begin editing"
16976 with "Type `q' to exit".
16977 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
16978 (fancy-splash-default-action, fancy-splash-special-event-action):
16979 Remove functions.
16980 (fancy-splash-quit): New function.
16981 (fancy-splash-screens): Rename input arg from `hide-on-input' to
16982 `static' and reverse the condition of its usage. Don't preserve
16983 original values of `minor-mode-map-alist',
16984 `emulation-mode-map-alists', `special-event-map'.
16985 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
16986 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
16987 Remove processing of special events. Use local key map
16988 `fancy-splash-keymap'. Set buffer to read-only.
16989 (normal-splash-screen): Rename input arg from `hide-on-input' to
16990 `static' and reverse the condition of its usage.
16991 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
16992 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
16993 Add links to existing items. Add new items with links for useful
16994 tasks. Use local key map `fancy-splash-keymap'.
16995 (display-splash-screen): Rename input arg from `hide-on-input' to
16996 `static'.
16997 (about-emacs): Add alias to display-splash-screen.
16998 (command-line-1): Use `initial-buffer-choice'.
16999
17000 * menu-bar.el (menu-bar-help-menu):
17001 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
17002 item to about-emacs instead of display-splash-screen.
17003
17004 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
17005
17006 * calc/calc-units.el (math-standard-units): Update values.
17007 Put in exact, rational values when possible.
17008 (math-unit-prefixes): Replace floats with powers of ten.
17009 (math-standard-units-systems): Replace floats with integers.
17010 (math-make-unit-string): Remove extra spaces in output.
17011
17012 2007-08-15 Glenn Morris <rgm@gnu.org>
17013
17014 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
17015 sloppier, for the sake of GNU Mailman.
17016 (rmail-digest-rfc1153): Initialize `result' correctly.
17017
17018 2007-08-15 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
17019
17020 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
17021 in the mail title. Suggested by Reiner Steib.
17022
17023 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
17024
17025 * calc/calc-aent.el (calc-do-quick-calc): Add binary
17026 representation of integers to the list of outputs.
17027
17028 2007-08-14 Glenn Morris <rgm@gnu.org>
17029
17030 * simple.el (bad-packages-alist): New constant.
17031 (bad-package-check): New function. Together, these two add elements
17032 to `after-load-alist' to check for problematic external packages.
17033 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
17034
17035 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
17036
17037 * calc/calc-units.el (math-get-standard-units)
17038 (math-get-units, math-make-unit-string)
17039 (math-get-default-units, math-put-default-units): New functions.
17040 (math-default-units-table): New variable.
17041 (calc-convert-units, calc-convert-temperature): Add machinery
17042 to supply default values.
17043
17044 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
17047 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
17048 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
17049 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
17050
17051 * emulation/tpu-extras.el: Remove spurious * in docstrings.
17052 Put its autoloads into tpu-edt.el rather than loaddefs.el.
17053 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
17054 Make into a proper minor-mode.
17055 (tpu-backward-char, tpu-next-line, tpu-previous-line)
17056 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
17057 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
17058 (tpu-set-cursor-free, tpu-set-cursor-bound):
17059 Delegate to tpu-cursor-free-mode.
17060 (tpu-next-line, tpu-previous-line, tpu-forward-line)
17061 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
17062 Use line-move or forward-line instead of next-line-internal.
17063
17064 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
17065
17066 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
17067
17068 2007-08-12 Richard Stallman <rms@gnu.org>
17069
17070 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
17071 (cvs-execute-single-file): Use new name split-string-and-unquote.
17072 (cvs-header-msg): Use new name combine-and-quote-strings.
17073
17074 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
17075
17076 * progmodes/gud.el (gud-common-init): Use new name
17077 split-string-and-unquote.
17078
17079 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
17080 in javac regexp.
17081
17082 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
17083 combine-and-quote-strings and split-string-and-unquote.
17084
17085 * subr.el (combine-and-quote-strings): Rename from strings->string.
17086 (split-string-and-unquote): Rename from string->strings.
17087
17088 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
17091 to buffer-local settings.
17092
17093 * emacs-lisp/backquote.el (backquote-delay-process): New function.
17094 (backquote-process): Add internal arg `level'. Use the two to
17095 correctly handle nested backquotes.
17096
17097 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
17098
17099 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
17100 (vc-bzr-state-words): Add "kind changed" state word.
17101 (vc-bzr-status): New function. Return Bzr idea of file status,
17102 which is different from VC's.
17103 (vc-bzr-state): Use vc-bzr-status.
17104 (vc-workfile-unchanged-p): Use vc-bzr-status.
17105 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
17106 (vc-dired-state): Process "kind changed" state word.
17107
17108 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
17109
17110 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
17111
17112 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
17113 Move from vc-default-find-file-not-found-hook.
17114
17115 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * man.el: Remove spurious * in docstrings.
17118 Merge defvars and toplevel setq-defaults.
17119 (Man-highlight-references0): Limit=nil rather than point-max.
17120 (Man-mode-map): Move initialization into the declaration.
17121 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
17122 (Man-view-header-file): Use expand-file-name rather than concat.
17123 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
17124
17125 * man.el (Man-next-section): Make sure we do not move backward.
17126
17127 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
17128
17129 * files.el (auto-mode-alist): Use the purecopied text (duh!).
17130
17131 2007-08-08 Glenn Morris <rgm@gnu.org>
17132
17133 * Replace `iff' in doc-strings and comments.
17134
17135 2007-08-08 Martin Rudalics <rudalics@gmx.at>
17136
17137 * dired.el (dired-pop-to-buffer):
17138 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
17139 * calendar/calendar.el (generate-calendar-window):
17140 * progmodes/compile.el (compilation-set-window-height):
17141 * textmodes/two-column.el (2C-two-columns, 2C-merge):
17142 Use window-full-width-p instead of comparing frame-width and
17143 window-width.
17144
17145 * progmodes/compile.el (compilation-find-buffer): Remove extra
17146 argument in call to compilation-buffer-internal-p.
17147
17148 2007-08-07 Tom Tromey <tromey@redhat.com>
17149
17150 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
17151 Add safe-local-variable property.
17152
17153 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
17154
17155 * image-mode.el (image-toggle-display): Use image-refresh.
17156
17157 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
17158
17159 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
17160 unofficial version.
17161 (vc-bzr-command): Remove redundant setting of process-connection-type.
17162 (vc-bzr-admin-checkout-format-file): Add autoload.
17163 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
17164 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
17165 (vc-bzr-registered): Compare dirstate format tag with known good
17166 value, abort parsing if match fails. Warn user in docstring.
17167 (vc-bzr-workfile-version): Case for different Bzr branch formats.
17168 See bzrlib/branch.py in Bzr sources.
17169 (vc-bzr-diff): First argument FILES may be a string rather than a list.
17170 (vc-bzr-shell-command): Remove in favor of
17171 vc-bzr-command-discarding-stderr.
17172 (vc-bzr-command-discarding-stderr): New function.
17173
17174 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
17175
17176 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
17177 program, and return nil.
17178 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
17179 (vc-bzr-state): Look for path names relative to the repository
17180 root after status keyword.
17181 (vc-bzr-file-name-relative): New function.
17182 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
17183 depend on it.
17184 (vc-bzr-admin-dirname, ...-checkout-format-file)
17185 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
17186 files that we now parse directly for speed.
17187 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
17188 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
17189 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
17190 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
17191 Bzr warnings, so we must discard it.
17192 (vc-bzr-workfile-version): Speedup counting lines from
17193 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
17194 if that file doesn't exist.
17195 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
17196 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
17197 to `vc-directory-exclusion-list'.
17198 (vc-bzr-shell-command): New function.
17199
17200 2007-08-06 Tom Tromey <tromey@redhat.com>
17201
17202 * diff-mode.el (diff-unified->context, diff-reverse-direction)
17203 (diff-fixup-modifs): Typo in docstring.
17204
17205 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
17206
17207 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
17208 count-screen-lines.
17209 (tpu-edt-off): Disable relevant pieces of advice.
17210
17211 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
17212 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
17213 (newline, newline-and-indent, do-auto-fill): Use advice instead of
17214 redefining the function.
17215 (tpu-set-scroll-margins): Activate the pieces of advice.
17216
17217 2007-08-06 Martin Rudalics <rudalics@gmx.at>
17218
17219 * help.el (resize-temp-buffer-window): Use window-full-width-p
17220 instead of comparing frame-width and window-width.
17221
17222 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
17223
17224 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
17225 optional quotes around files in NEED-UPDATE . REMOVED case.
17226
17227 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
17228 (ada-treat-cmd-string): Improve error message.
17229 (ada-do-file-completion): Call `ada-require-project-file', so
17230 project variables are set properly.
17231 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
17232 (ada-gnatfind-buffer-name): New constant.
17233 (ada-find-any-references): Use new constant. Set buffer name
17234 properly in compilation-start. Toggle read-only properly.
17235 (ada-find-in-src-path): Fix spelling error in docstring.
17236
17237 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
17238 by zero error.
17239
17240 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
17241
17242 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
17243
17244 2007-08-12 Richard Stallman <rms@gnu.org>
17245
17246 * progmodes/sh-script.el (sh): Delete group `unix'.
17247
17248 * progmodes/gud.el (gud): Change to group `processes'.
17249
17250 2007-08-11 Glenn Morris <rgm@gnu.org>
17251
17252 * progmodes/compile.el (compilation-buffer-name): Don't check
17253 compilation-arguments. It is superfluous, and the variable isn't
17254 even set when this function is called.
17255
17256 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17257
17258 * term/mac-win.el (mac-ae-reopen-application): New function.
17259 (mac-apple-event-map): Bind "reopen application" Apple event to it.
17260
17261 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17262
17263 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
17264 take tex-font-script-display into account.
17265 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
17266 cell to a list of 2 elements to simplify the unfontify code.
17267
17268 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17269
17270 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
17271 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
17272 ps-print-color-p is neither nil nor black-white. Reported by Christian
17273 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17274
17275 2007-08-08 Andreas Schwab <schwab@suse.de>
17276
17277 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
17278 self-insert-command, not self-insert.
17279
17280 2007-08-08 Glenn Morris <rgm@gnu.org>
17281
17282 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
17283 argument optional, for backwards compatibility, and only highlight
17284 args when present. Fix symbol name typo (doc/args).
17285
17286 * help-mode.el (help-make-xrefs): Search for symbol constituents,
17287 rather than just `-'.
17288
17289 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
17290
17291 * calc/calc-units.el (calc-convert-temperature):
17292 Use `/' to create fractions.
17293
17294 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
17295
17296 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
17297 global matching.
17298 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
17299 ERROR-BUFFER more robust. Display output.
17300 (tramp-file-name-handler): Add a connection property when we found
17301 a foreign file name handler. This allows backends like ftp to
17302 profit also from usr/host name completion based on connection
17303 cache.
17304 (tramp-send-command-and-read): Search for trash after the regexp
17305 until eol only. In XEmacs, there is a problem with \n.
17306
17307 * net/tramp-cache.el (top): Read persistent connection history
17308 when cache is empty.
17309
17310 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
17311
17312 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
17313 resulting output.
17314
17315 2007-08-07 Sam Steingold <sds@gnu.org>
17316
17317 * progmodes/compile.el (compilation-start): Pass nil as startfile
17318 to comint-exec.
17319
17320 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
17321
17322 * longlines.el (longlines-decoded): New variable.
17323 (longlines-mode): Avoid encoding or decoding the buffer twice.
17324
17325 2007-08-07 Martin Rudalics <rudalics@gmx.at>
17326
17327 * format.el (format-insert-file): Make sure that at most one undo
17328 entry is recorded for the insertion. Inhibit point-motion and
17329 modification hooks around call to insert-file-contents.
17330
17331 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
17334 Select the buffer's window before moving point.
17335
17336 2007-08-07 Richard Stallman <rms@gnu.org>
17337
17338 * term.el (term): Remove parent group `unix'.
17339
17340 * simple.el (default-indent-new-line): New function.
17341 It calls comment-line-break-function if there are comments.
17342 (do-auto-fill): Use that.
17343
17344 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
17345
17346 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
17347 (PC-do-completion): Add "acronym completion" for symbols and
17348 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
17349
17350 2007-08-06 Sam Steingold <sds@gnu.org>
17351
17352 * mouse.el (mouse-buffer-menu): Pass mode-name through
17353 format-mode-line because it may be a list,
17354 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
17355
17356 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
17357
17358 * printing.el (pr-update-menus): Docstring fix.
17359
17360 2007-08-06 Jason Rumney <jasonr@gnu.org>
17361
17362 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
17363
17364 * vc-hooks.el (vc-call): Add doc string.
17365
17366 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
17367
17368 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
17369 process-filter.
17370
17371 2007-08-06 Kenichi Handa <handa@m17n.org>
17372
17373 * international/quail.el: Wrap (require 'help-mode) by
17374 eval-when-compile.
17375 (quail-help-init): New function.
17376 (quail-help): Call quail-help-init.
17377 (quail-store-decode-map-key): Change it to a function.
17378
17379 2007-08-05 Jason Rumney <jasonr@gnu.org>
17380
17381 * vc.el (vc-rollback): Add norevert argument back.
17382 (vc-revert-buffer): Add back as obsolete alias.
17383
17384 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
17385
17386 * term.el: Honor term-default-fg-color and term-default-bg-color
17387 settings when modifying term-current-face.
17388 (term-default-fg-color, term-default-bg-color): Initialize from
17389 default term-current-face.
17390 (term-mode, term-reset-terminal): Set term-current-face with
17391 term-default-fg-color and term-default-bg-color.
17392 (term-handle-colors-array): term-current-face has term-default-fg-color
17393 and term-default-bg-color after reset escape sequence.
17394 (term-handle-colors-array): Set term-current-color with
17395 term-default-fg/bg-color instead of ansi-term-color-vector when the
17396 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
17397
17398 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
17399
17400 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
17401 (math-nlfit-givens): Let bind free variables.
17402
17403 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
17404
17405 * printing.el: Require lpr and ps-print when loading printing package.
17406 Reported by Glenn Morris <rgm@gnu.org>.
17407
17408 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
17409
17410 * files.el (set-auto-mode): Handle also remote files wrt
17411 `auto-mode-alist'.
17412
17413 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
17414
17415 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
17416 curves and plotting.
17417
17418 * calc/calc-nlfit.el: New file.
17419
17420 2007-08-04 Glenn Morris <rgm@gnu.org>
17421
17422 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
17423 zero, not nil, when the library is first loaded. Check for a file
17424 that has been modified on disk.
17425
17426 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
17427 Remove duplicate defvar preventing initialization.
17428 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
17429
17430 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
17433 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
17434 may match up to 4 lines.
17435 (diff-beginning-of-file-and-junk): Rewrite.
17436
17437 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17438
17439 * printing.el: Evaluate require only during compilation.
17440 (pr-version): New version 6.9.1.
17441 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
17442 (pr-global-menubar): Fix code.
17443
17444 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
17445
17446 * term.el (term-erase-in-display): Fix case when point is not at
17447 the beginning of the line.
17448
17449 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
17450
17451 * calc/calc-ext.el (math-get-value, math-get-sdev)
17452 (math-contains-sdev): New functions.
17453
17454 * calc/calc-graph.el (calc-graph-format-data)
17455 (calc-graph-add-curve): Check for error forms.
17456 (calc-graph-set-styles): Add option for error forms.
17457
17458 2007-08-03 Miles Bader <miles@gnu.org>
17459
17460 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
17461 backend names for new backends to `Git', `Hg', and `Bzr'.
17462 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
17463 not `HG'.
17464 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
17465 name, not `GIT'.
17466 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
17467 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
17468
17469 2007-08-03 Richard Stallman <rms@gnu.org>
17470
17471 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
17472 to update deleted flag.
17473
17474 * cus-edit.el (customize-apropos, customize-apropos-options)
17475 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
17476
17477 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
17478
17479 * startup.el (fancy-splash-head, startup-echo-area-message):
17480 Change message text.
17481
17482 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
17483 All callers use line-move.
17484
17485 * progmodes/compile.el (compilation-find-buffer): Return current
17486 buffer immediately if suitable.
17487 (compile, compilation-buffer-name, compilation-start): Doc fixes.
17488
17489 2007-08-03 Daiki Ueno <ueno@unixuser.org>
17490
17491 * faces.el (face-normalize-spec): New function.
17492 (frame-set-background-mode): Normalize face-spec before calling
17493 face-spec-match-p.
17494
17495 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17496
17497 * server.el (server-window): Add switch-to-buffer-other-frame option.
17498
17499 2007-08-03 Glenn Morris <rgm@gnu.org>
17500
17501 * cus-edit.el (customize-apropos): Make the error message indicate
17502 what kind of thing the user was trying to customize.
17503
17504 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
17505
17506 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
17507 Fix off-by-one error in previous change.
17508
17509 2007-08-03 Drew Adams <drew.adams@oracle.com>
17510
17511 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
17512 Make buffer writable.
17513
17514 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
17515
17516 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
17517 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17518 Use native Emacs functions, when appropriate.
17519
17520 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
17521 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * vc.el: Document new VC operation `extra-menu'.
17524
17525 * vc-hooks.el (vc-default-extra-menu): New function.
17526
17527 * menu-bar.el (menu-bar-vc-filter): New function.
17528 (menu-bar-tools-menu): Use it as a filter.
17529
17530 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
17531
17532 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
17533
17534 2007-08-01 Glenn Morris <rgm@gnu.org>
17535
17536 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
17537 strings.
17538 (fortran-tab-mode-default): Remove needless autoload.
17539 (fortran-tab-mode-string): Add help-echo and mouse properties, and
17540 mark as risky.
17541 (fortran-line-length): New buffer-local variable, safe if integer.
17542 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
17543 Change from variables to constants.
17544 (fortran-font-lock-syntactic-keywords): Delete as a variable,
17545 replace with a new function definition.
17546 (fortran-mode): Use fortran-line-length, and
17547 fortran-font-lock-syntactic-keywords as a function. Add a
17548 hack-local-variables-hook function.
17549 (fortran-line-length, fortran-hack-local-variables): New functions.
17550 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
17551 Use fortran-line-length rather than 72.
17552 (fortran-window-create-momentarily): Doc fix.
17553
17554 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
17555
17556 * cus-edit.el (custom-group-value-create, custom-goto-parent):
17557 Fix parent groups link.
17558
17559 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
17560
17561 * progmodes/python.el (python-current-defun): Adjust to never fall
17562 into infinite loop.
17563
17564 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
17565
17566 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
17567
17568 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
17569
17570 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
17571 (copyright-fix-years, copyright): Correctly handle the case where
17572 copyright-limit is nil.
17573
17574 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
17575
17576 * progmodes/python.el (run-python): Fix path separator under w32.
17577
17578 2007-07-30 Richard Stallman <rms@gnu.org>
17579
17580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17581 Treat non-break space as whitespace in Lisp.
17582
17583 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
17584
17585 * vc.el (vc-dired-hook): Use inhibit-read-only.
17586
17587 * progmodes/compile.el (compilation-forget-errors):
17588 Reset compilation-auto-jump-to-next.
17589
17590 2007-07-30 Michael Olson <mwolson@gnu.org>
17591
17592 * cus-edit.el (custom-group-save): Fix void function definition
17593 error. Thanks to Zhang Wei for the report.
17594
17595 * ps-print.el: Check in trivial changes to the autoloads section
17596 caused by the build process. These autoloads really ought to be
17597 placed in a separate file, methinks.
17598
17599 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17600
17601 * calendar/calendar.el (calendar-mode): Make sure
17602 displayed-(month|year) are set.
17603 (calendar-basic-setup): Display buffer before adjusting window sizes.
17604 (generate-calendar-window): Use inhibit-read-only. Simplify.
17605 Generate buffer and set displayed-month and displayed-year before
17606 calling update-calendar-mode-line.
17607
17608 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
17609
17610 * net/tramp.el:
17611 * net/tramp-uu.el:
17612 * net/trampver.el: Use utf-8 encoding with coding cookie.
17613
17614 * net/tramp-cache.el:
17615 * net/tramp-fish.el:
17616 * net/tramp-ftp.el:
17617 * net/tramp-gw.el:
17618 * net/tramp-smb.el: Remove coding cookie.
17619
17620 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17621 Flush buffer file-name's file property.
17622 (tramp-handle-file-remote-p): The first parameter is FILENAME.
17623
17624 * net/trampver.el: Update release number.
17625
17626 2007-07-29 Juri Linkov <juri@jurta.org>
17627
17628 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
17629 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
17630 when major-mode is not dired-mode.
17631 (dired-toggle-read-only): New function.
17632 (dired-recursive-deletes): Remove obsolete comments about old
17633 default value.
17634 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
17635
17636 * wdired.el (wdired-exit): New function.
17637 (wdired-mode-map): Bind C-x C-q to wdired-exit.
17638
17639 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * cus-edit.el (customize-read-group): New fun.
17642 (customize-group-other-window, customize-face-other-window):
17643 Prompt before delegating to customize-(group|face).
17644 Bind pop-up-windows rather than use the other-window argument.
17645 (customize-group, customize-face): Prompt from the interactive spec.
17646 Remove args `prompt-for-group' and `other-window'.
17647
17648 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
17649 (ad-body-forms, ad-advised-interactive-form): Revert this part of
17650 last change.
17651
17652 2007-07-28 Masatake YAMATO <jet@gyve.org>
17653
17654 * vc.el (vc-dired-mode): Add a menu for VC related operation.
17655 Use backend name as the menu label. Suggested by David Kastrup.
17656
17657 2007-07-28 Alan Mackenzie <acm@muc.de>
17658
17659 Fix problem with modes derived from CC Mode:
17660 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
17661 macro to cc-langs.
17662 (c-init-language-vars-for): Remove call to above macro.
17663 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
17664 been moved to here.
17665 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
17666
17667 2007-07-28 Eli Zaretskii <eliz@gnu.org>
17668
17669 * net/trampver.el: Fix the `coding' cookie.
17670
17671 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
17672
17673 * vc-git.el (vc-git-print-log): Support both the old single file
17674 interface and the new one.
17675
17676 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
17677
17678 * bindings.el (mode-line-remote): Use updated %@ construct.
17679
17680 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17683 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
17684 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
17685 (diary-list-bahai-entries, diary-bahai-mark-entries)
17686 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
17687 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
17688 New names to clean up namespace.
17689 (list-bahai-diary-entries, mark-bahai-diary-entries)
17690 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
17691 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
17692 Add compatibility aliases.
17693
17694 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
17695
17696 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
17697 (calendar-scroll-left-three-months)
17698 (calendar-scroll-right-three-months): Clean up namespace.
17699 (scroll-calendar-left, scroll-calendar-right)
17700 (scroll-calendar-left-three-months)
17701 (scroll-calendar-right-three-months): Add compatibility aliases.
17702
17703 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17704 Behave like mouse-scroll-calendar-* when used from the mouse.
17705
17706 * calendar/cal-menu.el (cal-menu-scroll-menu)
17707 (cal-menu-global-mouse-menu):
17708 * calendar/calendar.el (calendar-mode-map):
17709 Use new calendar-scroll-* names.
17710 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
17711 Remove. Use calendar-scroll-* directly instead.
17712
17713 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
17716 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
17717 (ad-make-advised-definition, ad-cache-id-verification-code):
17718 Use commandp and interactive-form instead.
17719
17720 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
17721
17722 * vc-git.el: Relicense to GPLv3 or later.
17723 (vc-directory-exclusion-list, vc-handled-backends): Remove.
17724
17725 * vc-hooks.el (vc-handled-backends): Add GIT.
17726
17727 * vc.el (vc-directory-exclusion-list): Add .git.
17728
17729 2007-07-26 Alexandre Julliard <julliard@winehq.org>
17730
17731 * vc-git.el (vc-git-revision-table)
17732 (vc-git-revision-completion-table): New functions.
17733
17734 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17735
17736 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
17737 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
17738 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
17739 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
17740 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
17741 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
17742 New command actions for EPS header and EPS footer.
17743
17744 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
17745 footer. Fix some problems with one-or-more, zero-or-more and
17746 alternative constructions generation. Some log messages
17747 implementation. Doc fix.
17748 (ebnf-version): New version 4.4.
17749 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
17750 (ebnf-eps-footer, ebnf-log): New options.
17751 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
17752 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
17753 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
17754 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
17755 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
17756 (ebnf-style-custom-list, ebnf-style-database): Put new values.
17757 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
17758 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
17759 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
17760 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
17761 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
17762 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
17763 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
17764 (ebnf-non-terminal-dimension, ebnf-special-dimension)
17765 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
17766 (ebnf-except-dimension, ebnf-alternative-dimension)
17767 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
17768 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
17769 message fun.
17770 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
17771 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
17772 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
17773 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
17774 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
17775 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
17776 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
17777 compatibility with Emacs 20 & 21.
17778 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
17779 (ebnf-eps-file-alist, ebnf-basic-width-extra)
17780 (ebnf-basic-empty-height): New vars.
17781 (ebnf-prologue): Fix PostScript code.
17782 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
17783 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
17784 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
17785 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
17786
17787 2007-07-25 Glenn Morris <rgm@gnu.org>
17788
17789 * Relicense all FSF files to GPLv3 or later.
17790
17791 * COPYING: Switch to GPLv3.
17792
17793 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
17796 Replace it with another one which disables undo before calling
17797 erase-buffer and then turns it back on if needed.
17798
17799 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17800
17801 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
17802
17803 2007-07-24 Glenn Morris <rgm@gnu.org>
17804
17805 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
17806 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
17807 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
17808 (cal-tex-cursor-week, cal-tex-cursor-week2)
17809 (cal-tex-cursor-week-iso, cal-tex-week-hours)
17810 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17811 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17812 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
17813
17814 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * calendar/calendar.el (calendar-mode-map): Move initialization
17817 into declaration. Add menu bindings (used to be done in cal-menu).
17818 (calendar-mode): Don't add an activate-menubar-hook.
17819
17820 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
17821 modify calendar-mode-map), use easy-menu, and make sure that C-h k
17822 can be used on the menu entries.
17823 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
17824 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
17825 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
17826 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
17827 (calendar-flatten, cal-menu-update): Remove.
17828 (calendar-mouse-insert-hebrew-diary-entry)
17829 (calendar-mouse-insert-islamic-diary-entry)
17830 (calendar-mouse-insert-bahai-diary-entry):
17831 Remove (fold into cal-menu-diary-menu).
17832 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
17833 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
17834 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
17835 (calendar-mouse-view-diary-entries): Minor simplifications.
17836 (calendar-event-to-date): Use with-current-buffer.
17837
17838 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
17839
17840 * add-log.el (change-log-redate): Remove (not needed anymore and
17841 doesn't appear to work).
17842
17843 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
17844
17845 * frame.el: Use mapc and dolist instead of mapcar where possible.
17846 (close-display-connection): New command.
17847
17848 2007-07-25 Alexandre Julliard <julliard@winehq.org>
17849
17850 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
17851 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
17852
17853 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17854
17855 * ps-print.el (ps-multibyte-buffer): Docstring fix.
17856
17857 * ps-mule.el: Doc fix.
17858 (ps-multibyte-buffer, ps-mule-font-info-database-default)
17859 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
17860
17861 2007-07-25 Glenn Morris <rgm@gnu.org>
17862
17863 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
17864 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
17865 (cal-tex-daily-end, cal-tex-hook)
17866 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
17867 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
17868 (cal-tex-cursor-week-iso, cal-tex-week-hours)
17869 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17870 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
17871 (cal-tex-day-prefix, cal-tex-day-name-format)
17872 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
17873 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
17874 (cal-tex-LaTeX-subst-list): Change from variables to constants.
17875 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
17876 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
17877 etc, rather than \bf.
17878 (cal-tex-mini-calendar): Fix typos in previous change.
17879 (cal-tex-latexify-list): Remove inner let binding.
17880 (cal-tex-end-document, cal-tex-banner): Use multi-line
17881 cal-tex-comment.
17882 (cal-tex-comment): Handle embedded newlines.
17883 (cal-tex-LaTeXify-string): Use substring-no-properties.
17884
17885 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
17886
17887 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17888 Add support for the Maden build tool.
17889
17890 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
17891
17892 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
17893
17894 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
17897
17898 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17899
17900 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
17901 C-x C-q.
17902
17903 * vc-git.el (vc-git-print-log): Fix previous change.
17904
17905 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * window.el (save-selected-window): Minor optimization.
17908 (bw-adjust-window): If operation failed, try with a smaller delta.
17909 (window-fixed-size-p): New function.
17910 (window-area-factor): New var.
17911 (balance-windows-area): New command.
17912
17913 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
17914 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
17915 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
17916 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
17917 (ps-mule-begin-job): Use dolist.
17918
17919 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
17920
17921 * subr.el (start-file-process-shell-command)
17922 (process-file-shell-command): New defuns.
17923
17924 * progmodes/compile.el (compilation-start):
17925 Apply `start-file-process-shell-command'.
17926
17927 2007-07-24 Alexandre Julliard <julliard@winehq.org>
17928
17929 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
17930
17931 2007-07-24 Alan Mackenzie <acm@muc.de>
17932
17933 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
17934 Initialise byte-compile-unresolved-functions before rather than
17935 after a compilation.
17936 (byte-compile-unresolved-functions): Amplify doc string.
17937
17938 2007-07-24 Glenn Morris <rgm@gnu.org>
17939
17940 * startup.el (normal-splash-screen): Use `emacs-copyright'.
17941
17942 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
17943 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
17944 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
17945 (cal-tex-cursor-week, cal-tex-cursor-week2)
17946 (cal-tex-cursor-week-iso, cal-tex-week-hours)
17947 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
17948 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17949 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
17950
17951 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
17952 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
17953 (cal-tex-day-name-format, cal-tex-cal-one-month)
17954 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
17955 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
17956 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
17957 (cal-tex-list-holidays, cal-tex-cursor-year)
17958 (cal-tex-cursor-year-landscape, cal-tex-year)
17959 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
17960 (cal-tex-cursor-month, cal-tex-insert-days)
17961 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
17962 (cal-tex-first-blank-p, cal-tex-cursor-week)
17963 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17964 (cal-tex-week-hours, cal-tex-cursor-week-monday)
17965 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
17966 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
17967 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
17968 (cal-tex-latexify-list, cal-tex-previous-month)
17969 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
17970 modernization, including using dotimes rather than
17971 calendar-for-loop.
17972 (cal-tex-LaTeX-subst-list): Remove `@'.
17973 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
17974 Use \textit and \textbf rather than \em and \it.
17975
17976 * calendar/cal-bahai.el (list-bahai-diary-entries)
17977 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
17978 * calendar/cal-islam.el (list-islamic-diary-entries)
17979 * calendar/calendar.el (generate-calendar, generate-calendar-month)
17980 * calendar/diary-lib.el (diary-list-entries)
17981 (mark-calendar-date-pattern): Use `dotimes' rather than
17982 `calendar-for-loop'.
17983
17984 * calendar/calendar.el (calendar-for-loop): Doc fix.
17985
17986 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
17989 underlying file is uptodate.
17990
17991 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
17992
17993 * replace.el (perform-replace): Use isearch-no-upper-case-p.
17994
17995 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
17996
17997 * vc-hooks.el (vc-mode-line-map): New const.
17998 (vc-mode-line): Use it.
17999
18000 2007-07-23 Alexandre Julliard <julliard@winehq.org>
18001
18002 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
18003 (vc-git-unregister): New functions.
18004 (vc-git-find-version): Use the result of ls-files as a parameter
18005 for cat-file.
18006
18007 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
18008
18009 * net/tramp.el (tramp-perl-file-attributes)
18010 (tramp-perl-directory-files-and-attributes)
18011 (tramp-handle-file-attributes-with-stat)
18012 (tramp-handle-directory-files-and-attributes-with-stat)
18013 (tramp-convert-file-attributes): Handle huge file sizes.
18014
18015 2007-07-23 Juri Linkov <juri@jurta.org>
18016
18017 * isearch.el (isearch-message-function): New variable.
18018 (isearch-update, isearch-search): Use it.
18019
18020 * simple.el (goto-history-element): New function created from
18021 next-history-element.
18022 (next-history-element): Most code moved to goto-history-element.
18023 Call goto-history-element with (- minibuffer-history-position n).
18024 (previous-history-element): Call goto-history-element with (+
18025 minibuffer-history-position n).
18026 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
18027 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
18028 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
18029 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
18030 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
18031 (minibuffer-history-isearch-pop-state): New functions.
18032
18033 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18034
18035 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
18036 Also, if FILE is a list, return non-nil if any of its elements
18037 should stay local. Update docstring.
18038
18039 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
18040
18041 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
18042 change by reverting a small part.
18043
18044 2007-07-23 Richard Stallman <rms@gnu.org>
18045
18046 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
18047
18048 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18049
18050 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
18051 handling it. Use vc-git-command.
18052 (vc-git-find-version, vc-git-diff-tree): New functions.
18053 (vc-git-revert): Use vc-git-command.
18054 (vc-git--run-command): Delete.
18055
18056 2007-07-23 Alexandre Julliard <julliard@winehq.org>
18057
18058 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
18059
18060 2007-07-20 Kenichi Handa <handa@m17n.org>
18061
18062 * international/utf-8.el (utf-8-post-read-conversion):
18063 Temporarily bind utf-8-compose-scripts to nil while running
18064 *-compose-region functions.
18065
18066 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18067
18068 * vc-git.el: Update status.
18069 (vc-directory-exclusion-list): Use eval-after-load.
18070
18071 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
18072
18073 * bindings.el (mode-line-remote): New variable.
18074 (help-echo): Add to default values of mode-line-format.
18075
18076 * files.el: Mark mode-line-remote as risky.
18077
18078 2007-07-22 Juri Linkov <juri@jurta.org>
18079
18080 * isearch.el (isearch-edit-string): Save old point and
18081 isearch-other-end to old-point and old-other-end before reading
18082 the search string from minibuffer. After exiting minibuffer set
18083 point to old-other-end if point and the search direction is the
18084 same as before reading the search string.
18085 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
18086 to isearch-other-end. Instead of isearch-search-and-update call
18087 three functions isearch-search, isearch-push-state and isearch-update.
18088
18089 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18090
18091 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
18092 deal with multiple file arguments.
18093 (vc-git-print-log): Deal with multiple file arguments.
18094
18095 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18096
18097 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
18098 diff-refine-hunk. Adjust users.
18099 (diff-unified-hunk-p, diff-splittable-p): New functions.
18100 (diff-mode-menu): Use it to disable Split when it doesn't work.
18101
18102 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18103
18104 * diff-mode.el (diff-mode-menu): New entries.
18105
18106 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
18109 if applicable, so as to save undo-log space.
18110
18111 * diff-mode.el (diff-find-file-name): Add arg `batch'.
18112
18113 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
18114 (diff-file-kill): Use it.
18115 (diff-beginning-of-hunk): Add arg `try-harder' using it.
18116 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
18117 Use it so they find the hunk even when we're in the file header.
18118
18119 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18120
18121 * vc-git.el (vc-git-revision-granularity, vc-git-root)
18122 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
18123 (vc-git-create-repo): New functions.
18124 (vc-git-registered): New autoloaded function definition.
18125 (vc-git-registered): Use vc-git-root.
18126 (vc-git-responsible-p): New defalias.
18127 (vc-git-annotate-extract-revision-at-line): Uncomment.
18128 (vc-git-print-log): Add the file name to the log.
18129 (vc-git-log-view-mode): New derived mode.
18130 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
18131
18132 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
18133
18134 * progmodes/grep.el (grep-compute-defaults): Keep default values.
18135
18136 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
18137
18138 * textmodes/reftex.el (reftex-access-parse-file): Create parse
18139 file in a way that does not interfere with recentf mode.
18140 (reftex-access-parse-file): Do not risk destroying an existing
18141 buffer.
18142
18143 2007-07-22 Alexandre Julliard <julliard@winehq.org>
18144
18145 * vc-git.el: New file.
18146
18147 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18148
18149 * textmodes/tex-mode.el (tex-font-script-display): Change default.
18150
18151 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18152
18153 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
18154 for branches and new files.
18155
18156 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
18157 local-map handling ...
18158 (vc-mode-line): ... here. Improve handling of help-echo.
18159
18160 * vc.el (mode-line-string): Document help-echo usage.
18161
18162 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
18163
18164 Sync with Tramp 2.1.10.
18165
18166 * net/tramp.el (tramp-get-ls-command): Fix typo.
18167
18168 * net/trampver.el: Update release number.
18169
18170 2007-07-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
18171
18172 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
18173
18174 * term/x-win.el (x-handle-no-bitmap-icon): New function.
18175
18176 2007-07-22 Martin Rudalics <rudalics@gmx.at>
18177
18178 * add-log.el (change-log-fill-parenthesized-list): New function.
18179 (change-log-indent): Call change-log-fill-parenthesized-list.
18180 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
18181 Have lines with leading asterisk start a paragraph.
18182
18183 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18184
18185 * calc/calc-math.el (math-emacs-precision)
18186 (math-largest-emacs-expt, math-smallest-emacs-expt):
18187 New variables.
18188 (math-use-emacs-fn): New function.
18189 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
18190 appropriate.
18191
18192 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
18193
18194 * image-dired.el (image-dired-sane-db-file): New func.
18195 (image-dired-write-tags, image-dired-remove-tag)
18196 (image-dired-list-tags, image-dired-write-comments)
18197 (image-dired-get-comment, image-dired-mark-tagged-files)
18198 (image-dired-create-gallery-lists): Call new func.
18199 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
18200
18201 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
18202
18203 * vc-hg.el (vc-hg-dir-state): Fix loop.
18204 (vc-hg-print-log): Fix expected return value for vc-hg-command.
18205 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
18206 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
18207 (vc-hg-revert): Likewise.
18208 (vc-hg-revision-table, vc-hg-revision-completion-table): New
18209 functions.
18210
18211 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
18212
18213 * add-log.el (change-log-resolve-conflict): Don't lose data if the
18214 merge fails.
18215
18216 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18217
18218 * progmodes/compile.el (compilation-auto-jump-to-first-error):
18219 Add group and version.
18220
18221 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
18222
18223 * add-log.el (add-log-file-name): Use file-relative-name.
18224 (add-change-log-entry): Delay reading
18225 add-log-(full-name|mailing-address) to after we've switched to the
18226 ChangeLog buffer so we get the right value.
18227 (add-change-log-entry, add-log-current-defun, change-log-merge):
18228 Use derived-mode-p rather than checking major-mode directly.
18229
18230 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
18231 name for buffer-file-name if it refers to a directory.
18232
18233 * vc-arch.el (vc-arch-diff): Fix last change.
18234
18235 * progmodes/compile.el (compilation-start): Remember the original
18236 directory in a buffer-local compilation-directory.
18237 (compile): Set the global value of compilation-directory.
18238 (recompile): Use compilation-directory even in the compilation buffer.
18239
18240 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18241
18242 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
18243
18244 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18245
18246 * ps-print.el: Problem with foreground and background color when
18247 printing a buffer with and without faces. Reported by Christian
18248 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18249 (ps-print-version): New version 6.7.5.
18250 (ps-default-fg): Change default value to nil, so black color is used
18251 when a face does not specify a foreground color.
18252 (ps-default-bg): Change default value to nil, so white color is used
18253 for background color.
18254 (ps-begin-job): Fix code.
18255
18256 2007-07-20 Eli Zaretskii <eliz@gnu.org>
18257
18258 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
18259 in $(INSTALL_DIR)/lisp/ if they already exist.
18260
18261 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18262
18263 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
18264 in $(INSTALL_DIR)/lisp/ if they already exist.
18265
18266 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * progmodes/vera-mode.el (vera-re-search-forward)
18269 (vera-re-search-backward): Remove use of store-match-data.
18270 (vera-mode-map): Move initialization into declaration.
18271
18272 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
18273 (flymake-find-buildfile): Use locate-dominating-file.
18274
18275 * vc.el (vc-delistify): Use mapconcat.
18276 (vc-do-command): Minor simplification.
18277 (vc-expand-dirs): Use push.
18278
18279 * vc-mcvs.el (vc-mcvs-create-repo):
18280 * vc-cvs.el (vc-cvs-create-repo): Remove.
18281
18282 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
18283 directory and the root as well.
18284
18285 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18286
18287 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
18288 instead of a file.
18289
18290 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
18291 (vc-hg-registered): Replace if with when.
18292 (vc-hg-state): Deal with nonexistent files and handle removed files.
18293 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
18294 (vc-hg-checkout): Re-enable.
18295 (vc-hg-create-repo): Fix typos.
18296 (vc-hg-print-log): Fix for multiple files.
18297 (vc-hg-workfile-unchanged-p): New function.
18298
18299 * vc.el: Fix typo.
18300 (vc-print-log): Fix call to print-log.
18301 (vc-default-comment-history): Likewise.
18302 (vc-directory-exclusion-list): Add .hg and .bzr.
18303 (vc-diff-internal): Pass a list instead of a file.
18304
18305 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
18306
18307 * vc-bzr.el (vc-bzr-create-repo): New function.
18308
18309 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
18310
18311 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
18312 `file' from which to start the search.
18313
18314 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
18315
18316 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
18317 having a single file argument to having a list of files as the
18318 first argument.
18319
18320 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
18321
18322 * files.el (locate-dominating-file): New function.
18323
18324 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
18325
18326 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
18327 (grep-compute-defaults): Use it.
18328
18329 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 * uniquify.el: Docstring fixes.
18332
18333 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
18334
18335 * vc.el (revision-granularity, create-repo): Document new vc
18336 backend properties.
18337 (vc-rollback): Renamed from vc-cancel-version. Update references.
18338 Pass a list instead of a file.
18339 (vc-revert): Renamed from vc-revert-buffer. Update references.
18340 (vc-delistify, vc-expand-dirs): New functions.
18341 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
18342 of files instead of a single file.
18343 (vc-position-context, vc-resync-window, vc-diff-internal)
18344 (vc-print-log): Pass a list instead of a file.
18345
18346 * vc-hooks.el (vc-stay-local-p, vc-backend)
18347 (vc-backend-subdirectory-name): Work on a file list, not a single
18348 file.
18349 (vc-workfile-version): Update docstring.
18350 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
18351 vc-revert instead of vc-revert-buffer.
18352 (vc-prefix-map): Likewise. Bind vc-update.
18353
18354 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
18355 (vc-svn-wash-log): New functions.
18356 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
18357 (vc-svn-command): Deal with a list of files, not a single file.
18358
18359 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
18360 (vc-rcs-wash-log): New functions.
18361 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
18362 Deal with a list of files, not a single file.
18363 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
18364
18365 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
18366 functions.
18367 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
18368 list of files, not a single file.
18369
18370 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
18371 New functions.
18372 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
18373 (vc-mcvs-diff): Deal with a list of files, not a single file.
18374
18375 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
18376 functions.
18377 (vc-hg-print-log): Deal with a list of files, not a single file.
18378 (vc-hg-diff-tree): New function, replace defalias with the same
18379 name.
18380 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
18381 FILES to denote that it is a file list, not a single file.
18382
18383 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
18384 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
18385 a single file.
18386 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
18387 that it is a file list, not a single file.
18388 (vc-cvs-diff): Likewise. Simplify.
18389
18390 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
18391 Deal with a list of files, not a single file.
18392
18393 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
18394 (vc-bzr-print-log): Update FILE parameter name to denote that it
18395 is a file list, not a single file.
18396 (vc-bzr-diff): Likewise. Use the car of files.
18397
18398 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
18399
18400 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
18401 (follow-delete-other-windows-and-split, follow-recenter)
18402 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
18403 (follow-redisplay, follow-estimate-first-window-start)
18404 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
18405 Fix typos in docstrings.
18406
18407 2007-07-18 Martin Rudalics <rudalics@gmx.at>
18408
18409 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
18410 avoid that filling introduces lines with a single asterisk.
18411
18412 * kmacro.el (kmacro-end-macro): When ignoring empty macro
18413 avoid incorrect kmacro-ring-empty-p messages.
18414 Reported by Michael Schierl <schierlm@gmx.de>.
18415
18416 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
18417
18418 * vc.el: Add more info about the vc-registered function.
18419
18420 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
18421
18422 * files.el (file-remote-p): Introduce optional parameter
18423 IDENTIFICATION.
18424
18425 * recentf.el (recentf-keep-default-predicate): Adapt call of
18426 `file-remote-p'.
18427
18428 * progmodes/grep.el (grep-probe): Use `process-file'.
18429 (grep-compute-defaults): Handle variables host specific.
18430
18431 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
18432 parameter IDENTIFICATION.
18433
18434 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
18435 parameter IDENTIFICATION.
18436 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
18437 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18438 Add entry for `set-file-times'.
18439 (tramp-do-copy-or-rename-file-via-buffer)
18440 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
18441 (tramp-handle-unhandled-file-name-directory): Rewrite.
18442 (tramp-convert-file-attributes): Add error handling when inode is
18443 extraordinary big.
18444 (tramp-get-inode): Change parameter from FILE to VEC.
18445 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
18446 is nil. This is according to the specification. Goto (point-max)
18447 when ready.
18448 (tramp-handle-shell-command): Rewrite completely, using
18449 `process-file' and `start-file-process'.
18450 (tramp-methods, tramp-find-shell)
18451 (tramp-open-connection-setup-interactive-shell)
18452 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
18453 var. Reported by Steve Youngs <steve@sxemacs.org>.
18454
18455 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
18456 entry for `set-file-times'. Rename `start-process' into
18457 `start-file-process'. Remove `call-process' entry.
18458 (tramp-fish-handle-set-file-times): New defun.
18459 (tramp-fish-handle-executable-find): Use `process-file'.
18460 (tramp-fish-handle-process-file): New defun. Replaces
18461 `tramp-fish-handle-call-process'.
18462 (tramp-fish-do-copy-or-rename-file-directly): Use
18463 `set-file-times'.
18464 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
18465
18466 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
18467 `tramp-get-inode' parameter.
18468
18469 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
18472 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
18473 nowadays, and by the time Emacs-23 comes out, nobody will even remember
18474 it has ever existed.
18475
18476 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
18477
18478 * vc.el: Undo previous change.
18479
18480 2007-07-16 Eli Zaretskii <eliz@gnu.org>
18481
18482 * makefile.w32-in (clean): Don't delete *~.
18483
18484 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * textmodes/tex-mode.el (tex-verbatim-environments):
18487 Add safe-local-variable property.
18488 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
18489 when starting font-lock rather than when loading tex-mode.el.
18490
18491 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
18492 whole $( rather than just the $. Rename from sh-quoted-subshell.
18493 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
18494
18495 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
18496
18497 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
18498 bookmark-alist. Instead, if not sorting, simply return it.
18499 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
18500 for its return value, not for its side effect.
18501
18502 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
18503 case of alignment under a constant symbol, find and consider
18504 the sexp actually at indentation to be the "last sexp".
18505
18506 2007-07-16 Drew Adams <drew.adams@oracle.com>
18507
18508 * mouse.el (mouse-yank-secondary): Better error message if no
18509 secondary selection.
18510
18511 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18512
18513 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
18514
18515 * term/xterm.el (xterm-turn-on-modify-other-keys)
18516 (xterm-turn-off-modify-other-keys): New functions.
18517 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
18518 terminal supports it.
18519
18520 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
18521
18522 * bookmark.el (bookmark-show-all-annotations):
18523 Make sure each inserted annotation ends with newline.
18524
18525 2007-07-15 Richard Stallman <rms@gnu.org>
18526
18527 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
18528
18529 * tutorial.el (tutorial--find-changed-keys):
18530 Handle C-x specially like ESC.
18531
18532 2007-07-15 Aaron Hawley <aaronh@garden.org>
18533
18534 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
18535
18536 2007-07-15 Juri Linkov <juri@jurta.org>
18537
18538 * delsel.el (delete-selection-pre-hook):
18539 * emulation/cua-base.el (cua-paste): Before a yank command,
18540 check also whether last-command is one of mouse-save-then-kill,
18541 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
18542
18543 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
18544
18545 * recentf.el (recentf-keep-default-predicate): New defun.
18546 (recentf-keep): Use it as initial value.
18547
18548 2007-07-15 Karl Fogel <kfogel@red-bean.com>
18549
18550 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
18551 thus restoring bookmark bindings to three slots under C-x r. See
18552 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
18553
18554 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
18555
18556 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
18557
18558 2007-07-15 Jason Rumney <jasonr@gnu.org>
18559
18560 * w32-fns.el (set-default-process-coding-system): Use dos line ends
18561 for input to cmdproxy on all versions of Windows.
18562 Use dos line ends for input to plink.
18563
18564 * comint.el (comint-simple-send): Concat newline before sending.
18565 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
18566
18567 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18568
18569 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
18570 safe-local-variable setting.
18571
18572 2007-07-14 David Kastrup <dak@gnu.org>
18573
18574 * emacs-lisp/advice.el (defadvice): Doc fix.
18575
18576 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
18577
18578 * subr.el (when, unless): Doc fix.
18579
18580 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18581
18582 * replace.el (match): Use yellow1 instead of yellow.
18583
18584 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
18585 red.
18586
18587 * pcvs-info.el (cvs-unknown): Likewise.
18588
18589 2007-07-13 Eli Zaretskii <eliz@gnu.org>
18590
18591 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
18592 (install): Use them to copy all *.el files before *.elc.
18593
18594 2007-07-13 Drew Adams <drew.adams@oracle.com>
18595
18596 * bookmark.el (bookmark-jump-other-window): New function.
18597 (bookmark-map): Bind it to "o".
18598
18599 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
18600 and its thread contains discussion about this change.
18601 The original patch was slightly tweaked by Karl Fogel
18602 <kfogel@red-bean.com> before committing.
18603
18604 2007-07-13 Karl Fogel <kfogel@red-bean.com>
18605
18606 * bookmark.el: Shorten some comments to fit within 80 lines.
18607
18608 2007-07-13 Karl Fogel <kfogel@red-bean.com>
18609
18610 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
18611 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
18612 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
18613 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
18614
18615 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
18616
18617 * textmodes/org.el: Bug fixes.
18618 (org-end-of-line): Move to end of line if in headline without tags.
18619
18620 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * vc-hooks.el: Remove spurious * in docstrings.
18623 (vc-handled-backends): Add BZR.
18624
18625 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
18626
18627 2007-07-12 Davis Herring <herring@lanl.gov>
18628
18629 * desktop.el (desktop-buffer-info, desktop-save):
18630 Use `desktop-dirname' instead of `dirname'.
18631
18632 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
18633
18634 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
18635
18636 * progmodes/python.el (python-which-func-length-limit): New var.
18637 (python-which-func): New function.
18638 (python-current-defun): Add optional `length-limit' and try to fit
18639 computed function name to that length.
18640 (python-mode): Hook `python-which-func' up.
18641
18642 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
18643
18644 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
18645
18646 * comint.el (comint-dynamic-complete-as-filename):
18647 Use read-file-name-completion-ignore-case.
18648
18649 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
18650
18651 * comint.el (comint-dynamic-list-filename-completions):
18652 Use read-file-name-completion-ignore-case.
18653
18654 * vc-cvs.el: Require CL.
18655 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
18656 New functions to provide completion of revision names.
18657
18658 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
18659 (vc-cvs-annotate-first-line-re): New const.
18660 (vc-cvs-annotate-process-filter): New fun.
18661 (vc-cvs-annotate-command): Use them and run the command asynchronously.
18662
18663 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
18664
18665 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
18666 (eldoc-print-current-symbol-info): Adjust for changed helper
18667 function signatures.
18668 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
18669 `eldoc-highlight-function-argument'.
18670 (eldoc-highlight-function-argument): New function.
18671 (eldoc-get-var-docstring): Format documentation with
18672 `font-lock-variable-name-face'.
18673 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
18674 where suited.
18675 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
18676 (eldoc-beginning-of-sexp): Return number of skipped sexps.
18677
18678 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
18679
18680 * progmodes/compile.el (compilation-start): `start-process' must
18681 still be redefined when calling `start-process-shell-command'.
18682
18683 * progmodes/gud.el (gud-file-name): When `default-directory' is a
18684 remote file name, prepend its remote part to the filename.
18685 (gud-common-init): When `default-directory' is a remote file name,
18686 make the filename relative to it.
18687 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
18688
18689 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
18690
18691 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
18692 mouse binding and a tooltip.
18693
18694 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * menu-bar.el (vc-menu-map): New defalias.
18697
18698 2007-07-10 Richard Stallman <rms@gnu.org>
18699
18700 * emacs-lisp/lisp-mode.el (eval-defun):
18701 Explain special handling of `defface'.
18702
18703 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
18704
18705 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
18706
18707 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
18708
18709 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
18712
18713 * vc-arch.el (vc-arch-complete): Remove.
18714 (vc-arch-revision-completion-table): Use complete-with-action.
18715
18716 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
18717 (complete-with-action): New function.
18718 (dynamic-completion-table): Use it.
18719
18720 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
18721
18722 * comint.el (make-comint, make-comint-in-buffer)
18723 (comint-exec-1): Replace `start-process' by `start-file-process'.
18724
18725 * progmodes/compile.el (compilation-start): Revert redefining
18726 `start-process'.
18727
18728 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
18731 with EOLs when generating MD5 checksums.
18732
18733 * follow.el: Don't change the global map from the follow-mode-map
18734 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
18735 XEmacs code.
18736 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
18737 since `follow-mode' should be used instead for that.
18738
18739 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
18740 (easy-menu-do-define): Use it.
18741 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
18742
18743 * progmodes/compile.el (compilation-auto-jump-to-first-error)
18744 (compilation-auto-jump-to-next): New vars.
18745 (compilation-auto-jump): New function.
18746 (compilation-error-properties): Use them to jump to first error.
18747 (compilation-start): Set the var if requested.
18748
18749 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
18750 duplicates without also removing entries from other directories.
18751
18752 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
18753
18754 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
18755 Remember span as default.
18756 (org-columns-edit-value): Rename from `org-column-edit'.
18757 (org-columns-display-here-title): Rename from
18758 `org-overlay-columns-title'.
18759 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
18760 (org-columns-get-autowidth-alist): Rename from
18761 `org-get-columns-autowidth-alist'.
18762 (org-columns-display-here): Rename from `org-overlay-columns'.
18763 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
18764 (org-columns-quit): Rename from `org-column-quit'.
18765 (org-columns-show-value): Rename from `org-column-show-value'.
18766 (org-columns-content, org-columns-widen)
18767 (org-columns-next-allowed-value)
18768 (org-columns-edit-allowed, org-columns-store-format)
18769 (org-columns-uncompile-format, org-columns-redo)
18770 (org-columns-edit-attributes, org-delete-property)
18771 (org-set-property, org-columns-update)
18772 (org-columns-compute, org-columns-eval)
18773 (org-columns-not-in-agenda, org-columns-compute-all)
18774 (org-property-next-allowed-value)
18775 (org-columns-compile-format)
18776 (org-fill-paragraph-experimental)
18777 (org-string-to-number, org-property-action)
18778 (org-columns-move-left, org-columns-new)
18779 (org-column-number-to-string)
18780 (org-property-previous-allowed-value)
18781 (org-at-property-p, org-columns-delete)
18782 (org-columns-previous-allowed-value)
18783 (org-columns-move-right, org-columns-narrow)
18784 (org-property-get-allowed-values)
18785 (org-verify-version, org-column-string-to-number)
18786 (org-delete-property-globally): New functions.
18787 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
18788 (org-columns-overlays): Rename from `org-column-overlays'.
18789 (org-columns-map): Rename from `org-column-map'.
18790 (org-columns-current-maxwidths): Rename from
18791 `org-current-columns-maxwidths'.
18792 (org-columns-begin-marker, org-columns-current-fmt-compiled)
18793 (org-previous-header-line-format)
18794 (org-columns-inhibit-recalculation)
18795 (org-columns-top-level-marker): New variables.
18796 (org-columns-default-format): Rename from `org-default-columns-format'.
18797 (org-property-re): New constant.
18798
18799 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
18800
18801 * subr.el (looking-at-p, string-match-p): New functions.
18802
18803 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
18804
18805 * textmodes/tex-mode.el (tex-fontify-script)
18806 (tex-font-script-display): New variables to make display of
18807 superscripts and subscripts customizable.
18808 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
18809
18810 2007-07-09 Richard Stallman <rms@gnu.org>
18811
18812 * isearch.el (isearch-edit-string): Call to isearch-push-state
18813 after the search.
18814
18815 2007-07-09 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
18816
18817 * window.el (fit-window-to-buffer): Remove setting of window-min-height
18818 to 1 as enlarge-window uses the value to resize/shrink windows other
18819 than WINDOW if needed.
18820
18821 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18822
18823 * cus-start.el (file-coding-system-alist): Fix custom type.
18824
18825 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
18826
18827 * longlines.el (longlines-wrap-region): Avoid marking buffer as
18828 modified.
18829 (longlines-auto-wrap, longlines-window-change-function):
18830 Remove unnecessary calls to set-buffer-modified-p.
18831
18832 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
18833
18834 * cus-start.el (file-coding-system-alist): Fix custom type.
18835
18836 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18837
18838 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
18839 (vc-cvs-checkout): Remove last arg now unused; simplify.
18840
18841 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
18842
18843 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
18844
18845 * net/tramp.el:
18846 * net/tramp-ftp.el:
18847 * net/tramp-smb.el:
18848 * net/tramp-uu.el:
18849 * net/trampver.el: Migrate to Tramp 2.1.
18850
18851 * net/tramp-cache.el:
18852 * net/tramp-fish.el:
18853 * net/tramp-gw.el: New Tramp packages.
18854
18855 * net/tramp-util.el:
18856 * net/tramp-vc.el: Removed.
18857
18858 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
18859 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
18860
18861 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
18862
18863 * progmodes/compile.el (compilation-start): Redefine
18864 `start-process' temporarily when `default-directory' is remote.
18865 Remove case of synchronous compilation, this won't happen ever.
18866 (compilation-setup): Make local variable `comint-file-name-prefix'
18867 for remote compilation.
18868
18869 2007-07-08 Martin Rudalics <rudalics@gmx.at>
18870
18871 * novice.el (disabled-command-function): Fit window to buffer to
18872 make last line visible.
18873 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
18874
18875 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
18876 when handling the terminating event.
18877
18878 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
18879
18880 * calc/calc.el (math-read-number-simple): Remove leading 0s.
18881 (math-bignum-digit-length): Change to optimal value.
18882
18883 * calc/calc-bin.el (math-bignum-logb-digit-size)
18884 (math-bignum-digit-power-of-two): Evaluate when compiled.
18885
18886 * calc/calc-comb.el (math-small-factorial-table)
18887 (math-init-random-base, math-prime-test): Remove unnecessary calls
18888 to `math-read-number-simple'.
18889
18890 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
18891 (math-approx-gamma-const): Add docstrings.
18892
18893 * calc/calc-forms.el (math-julian-date-beginning)
18894 (math-julian-date-beginning-int): New constants.
18895 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
18896 Use the new constants.
18897
18898 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
18899
18900 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
18901 Add docstrings.
18902
18903 2007-07-07 Tom Tromey <tromey@redhat.com>
18904
18905 * vc.el (vc-annotate): Jump to line and output message only after the
18906 process is really all done.
18907
18908 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * vc.el (vc-exec-after): Don't move point from the sentinel.
18911 Forcefully read all the remaining text in the pipe upon process exit.
18912 (vc-annotate-display-autoscale, vc-annotate-lines):
18913 Don't stop at the first unrecognized line.
18914 (vc-annotate-display-select): Run autoscale after the process is done
18915 since it depends on the whole result.
18916
18917 2007-07-07 Eli Zaretskii <eliz@gnu.org>
18918
18919 * term/w32-win.el (menu-bar-open): New function.
18920 Bind <f10> to it.
18921
18922 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
18923
18924 * simple.el (start-file-process): New defun.
18925
18926 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18927
18928 * files.el (find-file-confirm-nonexistent-file): Rename from
18929 find-file-confirm-inexistent-file. Update users.
18930
18931 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
18932 format of autoload block where the file's time-stamp is replaced by its
18933 MD5 checksum.
18934 (autoload-generate-file-autoloads): Use MD5 checksum instead of
18935 time-stamp for secondary autoloads files.
18936 (update-directory-autoloads): Remove duplicate entries.
18937 Use time-less-p for time-stamps, as done in autoload-find-destination.
18938
18939 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
18940
18941 * calc/calc.el (math-read-number): Replace number by variable.
18942 (math-read-number-simple): Properly parse small integers.
18943
18944 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
18945
18946 * vc.el: Fix doc for the checkout function.
18947
18948 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
18949
18950 * vc-hg.el (vc-hg-root): New function.
18951 (vc-hg-registered): Use it.
18952 (vc-hg-diff-tree): New defalias.
18953 (vc-hg-responsible-p): Likewise.
18954 (vc-hg-checkout): Comment out, not needed.
18955 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
18956 (vc-hg-find-version, vc-hg-next-version): New functions.
18957
18958 2007-07-06 Andreas Schwab <schwab@suse.de>
18959
18960 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
18961 dynamic bindings around the evaluation of the expression.
18962 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
18963
18964 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
18965
18966 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
18967 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
18968 Use run-hooks rather than run-mode-hooks.
18969
18970 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
18971
18972 * calc/calc-comb.el (math-random-digit): Rename to
18973 `math-random-three-digit-number'.
18974 (math-random-digits): Don't depend on representation of integer.
18975
18976 * calc/calc-bin.el (math-bignum-logb-digit-size)
18977 (math-bignum-digit-power-of-two): New constants.
18978 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
18979 (math-not-bignum, math-clip-bignum): Use the constants
18980 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
18981 instead of their values.
18982 (math-clip): Use math-small-integer-size instead of its value.
18983
18984 * calc/calc.el (math-add-bignum): Replace number by constant.
18985
18986 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
18987
18988 * wid-edit.el (widget-documentation-string-value-create):
18989 Insert indentation spaces.
18990
18991 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
18992
18993 * emacs-lisp/byte-opt.el: Revert last change.
18994
18995 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
18996
18997 * vc-hooks.el (vc-handled-backends): Add HG.
18998
18999 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
19000
19001 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * complete.el (PC-do-complete-and-exit): Add support for the new
19004 `confirm-only' confirmation mode.
19005
19006 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
19007
19008 * cus-edit.el (custom-commands): New variable.
19009 (custom-tool-bar-map): New variable. Initialize using
19010 `custom-commands'.
19011 (custom-mode): Use `custom-tool-bar-map'.
19012 (custom-buffer-create-internal): Insert action buttons only if
19013 tool bar is not used. Use `custom-commands'.
19014 (Custom-help, custom-command-apply): New function.
19015 (custom-command-apply, Custom-set, Custom-save)
19016 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
19017 Use `custom-command-apply' instead of duplicating code.
19018 (customize-group-other-window): Call `customize-group' instead of
19019 duplicating code.
19020 (customize-face-other-window): Call `customize-face' instead of
19021 duplicating code.
19022 (customize-group, customize-face): Add optional args for opening
19023 in another window.
19024 (custom-variable-tag): Don't inherit `variable-pitch' face.
19025 (custom-group-tag): Inherit `variable-pitch' face.
19026 (custom-variable-value-create): Set documentation indentation.
19027 (custom-group-value-create): Make group name a link, instead of
19028 using an extra "go to group" button.
19029 (custom-prompt-variable, custom-group-set, custom-group-save)
19030 (custom-group-reset-current, custom-group-reset-saved)
19031 (custom-group-reset-standard): Minor cleanup.
19032
19033 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
19034
19035 * Makefile.in (bootstrap-prepare): When copying from
19036 ldefs-boot.el, make sure loaddefs.el is writeable.
19037
19038 (bootstrap-prepare): Make $(lisp)/ps-print.el
19039 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
19040
19041 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
19042
19043 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
19044 only caller, and delete.
19045 (vc-hg-state): Deal with exceptions and only parse the output on
19046 successful return.
19047 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
19048 caller, and delete.
19049 (vc-hg-workfile-version): Deal with exceptions and only parse the
19050 output on successful return.
19051 (vc-hg-revert): New function.
19052
19053 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
19054
19055 * calculator.el (calculator-expt): Use more cases to determine
19056 the value.
19057
19058 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
19059
19060 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
19061 file names.
19062
19063 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19064
19065 * calculator.el (calculator-expt, calculator-integer-p):
19066 New functions.
19067 (calculator-fact): Check to see if the factorial will be too
19068 large before computing it.
19069 (calculator-initial-operators): Use `calculator-expt' to
19070 compute "^".
19071 (calculator-mode): Mention that results which are too large
19072 will return inf.
19073 * calc/calc-comb.el (math-small-factorial-table): Replace list
19074 by vector.
19075
19076 2007-07-03 David Kastrup <dak@gnu.org>
19077
19078 * shell.el: On request of the authors, remove their addresses for
19079 the sake of bug reports, and add the developer list address as
19080 maintainer information.
19081
19082 2007-07-03 Richard Stallman <rms@gnu.org>
19083
19084 * files.el (make-directory): Doc fix.
19085 (find-file-confirm-inexistent-file): Make it a defcustom.
19086 Make nil the default.
19087
19088 2007-07-02 Richard Stallman <rms@gnu.org>
19089
19090 * startup.el (command-line): Set buffer-offer-save in *scratch*
19091 and enable auto-save in it.
19092
19093 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
19094
19095 * textmodes/org.el (orgstruct-mode-map): New variable.
19096 (orgstruct-mode): New minor mode.
19097 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
19098 (orgstruct-make-binding, org-context-p, org-get-local-variables)
19099 (org-run-like-in-org-mode): New functions.
19100 (org-cycle-list-bullet): New command.
19101 (org-special-properties, org-property-start-re)
19102 (org-property-end-re): New constants.
19103 (org-with-point-at): New macro.
19104 (org-get-property-block, org-entry-properties, org-entry-get)
19105 (org-entry-delete, org-entry-get-with-inheritance)
19106 (org-entry-put, org-buffer-property-keys): New functions.
19107 (org-insert-property-drawer): New command.
19108 (org-entry-property-inherited-from): New variable.
19109 (org-column): New face.
19110 (org-column-overlays, org-current-columns-fmt)
19111 (org-current-columns-maxwidths, org-column-map): New variables.
19112 (org-column-menu): New menu.
19113 (org-new-column-overlay, org-overlay-columns)
19114 (org-overlay-columns-title, org-remove-column-overlays)
19115 (org-column-show-value, org-column-quit, org-column-edit):
19116 New functions.
19117 (org-columns, org-agenda-columns): New commands.
19118 (org-get-columns-autowidth-alist): New functions.
19119 (org-properties): New customize group.
19120 (org-default-columns-format): New option.
19121 (org-priority): Realign tags after changing priority.
19122 (org-preserve-lc): New macro.
19123 (org-update-checkbox-count): Catch case when there is no headline.
19124 (org-agenda-quit): Remove any column overlays.
19125 (org-beginning-of-item-list): Fixed bug when non-item line is
19126 indented too deep.
19127 (org-cached-props): New variable.
19128 (org-cached-entry-get): New function.
19129 (org-make-tags-matcher): Handle property matches.
19130 (org-table-recalculate): Swap evaluation order: Field formula
19131 first, then column formulas, but don't allow them to overwrite the
19132 field formulas.
19133 (org-table-eval-formula): New argument untouchable.
19134 (org-table-put-field-property): New function.
19135
19136 2007-07-02 Martin Rudalics <rudalics@gmx.at>
19137
19138 * help-mode.el (help-make-xrefs): Skip spaces too when
19139 skipping tabs.
19140
19141 * ffap.el (dired-at-point-prompter): Improve prompt in
19142 list-directory case.
19143
19144 2007-07-01 Richard Stallman <rms@gnu.org>
19145
19146 * files.el (find-file-visit-truename): Fix safe-local-variable value.
19147
19148 2007-07-01 Richard Stallman <rms@gnu.org>
19149
19150 * cus-start.el (max-mini-window-height): Added.
19151
19152 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
19153
19154 * complete.el (partial-completion-mode): Remove advice of
19155 read-file-name-internal.
19156 (PC-do-completion): Rebind minibuffer-completion-table.
19157 (PC-read-file-name-internal): New function doing what
19158 read-file-name-internal advice did.
19159
19160 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
19161
19162 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
19163 property on a few symbols.
19164 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
19165 (byte-optimize-lapcode): Remove bindings that are not referenced
19166 and certainly will not effect through dynamic scoping.
19167
19168 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * files.el (find-file-confirm-inexistent-file): New var.
19171 (find-file, find-file-other-window, find-file-other-frame)
19172 (find-file-read-only, find-file-read-only-other-window)
19173 (find-file-read-only-other-frame): Use it.
19174
19175 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19176
19177 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
19178
19179 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
19180
19181 * generic-x.el (generic-define-mswindows-modes)
19182 (generic-define-unix-modes, apache-log-generic-mode)
19183 (bat-generic-mode-keymap, java-manifest-generic-mode)
19184 (show-tabs-generic-mode): Fix typos in docstrings.
19185
19186 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
19187
19188 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
19189 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
19190 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
19191 (rcirc-print): Never ignore messages from ourself.
19192
19193 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
19196 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
19197
19198 2007-06-28 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
19199
19200 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
19201 replace-regexp-in-string.
19202
19203 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * emacs-lisp/cl.el: Set edebug and indentation before loading
19206 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
19207
19208 2007-06-28 Andreas Schwab <schwab@suse.de>
19209
19210 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
19211 $(lisp)/subdirs.el.
19212
19213 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
19216 the speedbar frame if nil; that deletes the current frame or
19217 causes an error if it is the only frame.
19218 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
19219
19220 2007-06-28 Kevin Ryde <user42@zip.com.au>
19221
19222 * textmodes/nroff-mode.el: Groff \# comments.
19223 (nroff-mode-syntax-table): \# comment intro,
19224 plain # as punct per global table.
19225 (nroff-font-lock-keywords): Add # as a single char escape.
19226 (nroff-mode): In comment-start-skip, match \#.
19227
19228 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
19231 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
19232 point-min == 1.
19233
19234 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
19235
19236 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
19237 Rename and move to...
19238
19239 * subr.el (strings->string, string->strings): ...here.
19240
19241 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
19242 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
19243
19244 * progmodes/gud.el (gud-common-init): Call string->strings instead
19245 of split-string.
19246
19247 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
19248
19249 * dired-aux.el: Remove `dired-call-process'.
19250 (dired-check-process): Call `process-file'.
19251
19252 * wdired.el (wdired-do-perm-changes): Call `process-file'.
19253
19254 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
19255 `ange-ftp-process-file'.
19256
19257 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19258
19259 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
19260
19261 * emacs-lisp/cl-extra.el:
19262 * emacs-lisp/cl-seq.el:
19263 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
19264 Add autoload cookies on all defs autoloaded manually in cl.el.
19265
19266 * emacs-lisp/cl-loaddefs.el: New file.
19267
19268 * textmodes/texinfmt.el (texinfo-raisesections-alist)
19269 (texinfo-lowersections-alist): Merge definition and declaration.
19270 (texinfo-start-of-header, texinfo-end-of-header): Remove.
19271 (texinfo-format-syntax-table): Merge init into declaration.
19272 (texinfo-format-parse-line-args, texinfo-format-parse-args)
19273 (texinfo-format-parse-defun-args, texinfo-format-node)
19274 (texinfo-push-stack, texinfo-multitable-widths)
19275 (texinfo-define-info-enclosure, texinfo-alias)
19276 (texinfo-format-defindex, batch-texinfo-format): Use push.
19277 (texinfo-footnote-number): Remove duplicate declaration.
19278
19279 * ps-print.el: Update with auto-generated autoloads.
19280
19281 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
19282
19283 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19284
19285 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
19286 relative to current dir for file-local settings.
19287 (autoload-generate-file-autoloads): Add `outfile' arg.
19288 (update-directory-autoloads): Use it to directly call
19289 autoload-generate-file-autoloads instead of going through
19290 update-file-autoloads so we avoid redundant searches and so we can know
19291 the set of buffers changed so we can save them all.
19292
19293 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
19294 rather than throwing `up-to-date'.
19295 (autoload-generate-file-autoloads): Adjust correspondingly.
19296 (update-file-autoloads): Be careful to let-bind
19297 autoload-modified-buffers and adjust to new calling conventions.
19298 (autoload-modified-buffers): Make it a dynamically scoped var.
19299 (update-directory-autoloads): Use file-relative-name instead of
19300 autoload-trim-file-name.
19301 (autoload-insert-section-header): Don't use autoload-trim-file-name
19302 since the file is already relative now.
19303 (autoload-trim-file-name): Remove.
19304
19305 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
19306 (vc-arch-complete, vc-arch--version-completion-table)
19307 (vc-arch-revision-completion-table): New functions to provide
19308 completion of revision names.
19309 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
19310 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
19311 to let the user trim the revlib.
19312
19313 * vc.el: Add new VC operation `revision-completion-table'.
19314 (vc-default-revision-completion-table): New function.
19315 (vc-version-diff, vc-version-other-window): Use it to provide
19316 completion of revision names if the backend provides it.
19317
19318 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
19319
19320 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
19321 of newer .svn/entries.
19322
19323 2007-06-25 David Kastrup <dak@gnu.org>
19324
19325 * calc/calc-poly.el (math-padded-polynomial)
19326 (math-partial-fractions): Add some function comments.
19327
19328 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19329
19330 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19331 Make `outbuf' optional.
19332 (update-file-autoloads): Use it.
19333
19334 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
19337 (autoload-find-destination): Keep it uptodate.
19338 (autoload-save-buffers): New fun.
19339 (update-file-autoloads): Use it. Re-add the "up to date" message.
19340
19341 * emacs-lisp/autoload.el: Refactor for upcoming changes.
19342 (autoload-find-destination): New function extracted from
19343 update-file-autoloads.
19344 (update-file-autoloads): Use it.
19345 (autoload-generate-file-autoloads): New function extracted from
19346 generate-file-autoloads. Use file-relative-name. Delay computation of
19347 output-start to the first cookie. Remove done-any, replaced by
19348 output-start.
19349 (generate-file-autoloads): Use it.
19350
19351 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
19352
19353 * calc/calc-comb.el (math-init-random-base, math-prime-test):
19354 Use math-read-number-simple to insert constants.
19355 (math-prime-test): Redo calculation of sum.
19356
19357 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
19358
19359 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
19360 math-scale-bignum-3.
19361 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
19362 math-bignum-digit-size.
19363 (math-isqrt-small): Add another possible initial guess.
19364
19365 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19366
19367 * textmodes/bibtex.el (bibtex-entry-format): New options
19368 `whitespace', `braces', and `string'.
19369 (bibtex-field-braces-alist, bibtex-field-strings-alist)
19370 (bibtex-field-braces-opt, bibtex-field-strings-opt)
19371 (bibtex-cite-matcher-alist): New variables.
19372 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
19373 (bibtex-flash-head): Use blink-matching-delay.
19374 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
19375 (bibtex-format-entry, bibtex-reformat): Handle new options of
19376 bibtex-entry-format.
19377 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
19378 New functions.
19379 (bibtex-complete-internal): Do not display messages while
19380 minibuffer is used. Do not leave around a completions buffer
19381 that is out of date.
19382 (bibtex-copy-summary-as-kill): New optional arg.
19383 (bibtex-font-lock-url): New optional arg no-button.
19384 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
19385 (bibtex-url): Allow multiple URLs per entry.
19386
19387 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
19388
19389 * emacs-lisp/autoload.el (autoload-generated-file): New function.
19390 (update-file-autoloads, update-directory-autoloads): Use it.
19391 (autoload-file-load-name): New function.
19392 (generate-file-autoloads, update-file-autoloads): Use it.
19393 (autoload-find-file): Accept non-absolute argument. Set default-dir.
19394 (generate-file-autoloads): If the autoloaded form is malformed,
19395 indicate the problem with a warning instead of aborting.
19396
19397 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19398
19399 * simple.el (next-error-recenter): Accept `(4)' as well;
19400 also, specify `integer' instead of `number'.
19401
19402 2007-06-23 Eli Zaretskii <eliz@gnu.org>
19403
19404 * ls-lisp.el (insert-directory): If an invalid regexp error is
19405 thrown, try using FILE as a literal file name, not a wildcard.
19406
19407 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * ruler-mode.el (ruler-mode): Prevent clobbering the original
19410 `header-line-format' when reentering ruler mode.
19411
19412 2007-06-23 Eli Zaretskii <eliz@gnu.org>
19413
19414 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
19415 FILE exists as a file.
19416
19417 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
19418
19419 * calc/calc.el (math-bignum-digit-length)
19420 (math-bignum-digit-size, math-small-integer-size):
19421 New constants.
19422 (math-normalize, math-bignum-big, math-make-float)
19423 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
19424 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
19425 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
19426 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
19427 (math-quotient, math-div-bignum, math-div-bignum-digit)
19428 (math-div-bignum-part, math-format-bignum-decimal)
19429 (math-read-bignum): Use math-bignum-digit-length,
19430 math-bignum-digit-size and math-small-integer-size.
19431
19432 * calc/calc-ext.el (math-fixnum-big): Use the variable
19433 math-bignum-digit-size.
19434
19435 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19436
19437 * log-view.el (log-view-mode-menu): New menu.
19438
19439 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
19442 differently.
19443
19444 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
19445 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
19446
19447 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
19448
19449 * vc-hg.el (vc-hg-print-log): Insert the file name.
19450 (vc-hg-log-view-mode): Fontify the file name.
19451
19452 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
19453
19454 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
19455 (calcFunc-julian): Fix incorrect number used in calculations.
19456
19457 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
19458
19459 * simple.el (next-error-recenter): New defcustom.
19460 (next-error, next-error-internal): Recenter if specified,
19461 immediately prior to running `next-error-hook'.
19462
19463 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
19464 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
19465
19466 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
19467
19468 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
19469
19470 * calc/calc-comb.el (math-small-factorial-table): New variable.
19471 (calcFunc-fact): Use `math-small-factorial-table'.
19472
19473 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
19474 initial values.
19475 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
19476 New variables to use in caches.
19477
19478 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
19479 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
19480
19481 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
19482 (math-bernoulli-b-cache): Use math-read-number-simple to insert
19483 bignums.
19484
19485 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19486 New variables to use in caches.
19487
19488 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
19489
19490 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
19491
19492 * vc-hg.el (vc-hg-log-view-mode): New mode.
19493
19494 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
19495
19496 * calc/calc.el (math-read-number-simple): New function.
19497
19498 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
19501 (vera-font-lock-match-item): Fix doc string.
19502 (vera-in-comment-p): Remove unused function.
19503 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
19504 use `syntax-ppss'.
19505 (vera-forward-syntactic-ws): Fix argument order.
19506 (vera-prepare-search): Use `with-syntax-table'.
19507 (vera-indent-line): Fix doc string.
19508 (vera-electric-tab): Fix doc string.
19509 (vera-expand-abbrev): Define alias instead of using `fset'.
19510 (vera-comment-uncomment-region): Use `comment-start-skip'.
19511
19512 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
19513
19514 * textmodes/org.el (org-export-with-footnotes): New option.
19515 (org-export-as-html): Fix replacement bug for XEmacs.
19516 (org-agenda-default-appointment-duration): New option.
19517
19518 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
19519
19520 * vc-hg.el: Add to do items.
19521 (vc-hg-diff): Add support for comparing different revisions.
19522 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
19523 (vc-hg-annotate-extract-revision-at-line)
19524 (vc-hg-previous-version, vc-hg-checkin): New functions.
19525 (vc-hg-annotate-re): New constant.
19526
19527 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
19528
19529 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
19530
19531 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19532
19533 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
19534 buffer-local value of log-view-*-re if applicable.
19535
19536 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
19537 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
19538 (vc-bzr-command*): Remove both (incompatible) versions.
19539 (vc-bzr-do-command*): Remove.
19540 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
19541 Remove by folding into its only caller vc-bzr-command.
19542 (vc-bzr-command): Always set the environment, even when ineffective.
19543 (vc-bzr-version): Minor fix up.
19544 (vc-bzr-admin-dirname): New var.
19545 (vc-bzr-bzr-dir): Remove.
19546 (vc-bzr-root-dir): New fun.
19547 (vc-bzr-registered): Use it. Add an autoloaded version.
19548 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
19549 (vc-bzr-view-log-function): Remove.
19550 (vc-bzr-log-view-mode): New major mode to replace it.
19551 (vc-bzr-print-log): Only activate the old hack if needed.
19552
19553 * vc.el (vc-default-log-view-mode): New function.
19554 (vc-print-log): Add new `log-view-mode' VC operation.
19555
19556 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
19557
19558 * ido.el (ido-find-file-in-dir): Don't signal an error for
19559 empty directories.
19560
19561 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
19562
19563 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
19564 directory where the desktop file was found, as the docstring says.
19565 (desktop-kill): Use `read-directory-name'.
19566
19567 2007-06-20 Alan Mackenzie <acm@muc.de>
19568
19569 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
19570 When removing lines, also remove the \n. Correction of patch of
19571 2007-04-21.
19572
19573 2007-06-20 Martin Rudalics <rudalics@gmx.at>
19574
19575 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
19576 event is not a cons cell. Do not unread drag-mouse-1 events.
19577 Select right window in check whether space was stolen from
19578 window above.
19579
19580 * help-mode.el (help-make-xrefs): Adjust position of new forward
19581 button.
19582
19583 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
19584
19585 * vc-bzr.el (vc-bzr-with-process-environment)
19586 (vc-bzr-std-process-invocation): New macros.
19587 (vc-bzr-command, vc-bzr-command*): Use them.
19588 (vc-bzr-with-c-locale): Remove.
19589 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
19590 (vc-bzr-buffer-nonblank-p): New function.
19591 (vc-bzr-state-words): New const.
19592 (vc-bzr-state): Look for `bzr status' keywords in output.
19593 Display everything else as a warning message to the user.
19594 Fix status report with bzr >= 0.15.
19595
19596 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
19597
19598 * vc-hg.el (vc-hg-global-switches): Simplify.
19599 (vc-hg-state): Handle more states.
19600 (vc-hg-diff): Fix doc-string.
19601 (vc-hg-register): New function.
19602 (vc-hg-checkout): Likewise.
19603
19604 2007-06-20 Reto Zimmermann <reto@gnu.org>
19605
19606 * progmodes/vera-mode.el: New file.
19607
19608 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
19609
19610 * calc/calc.el (calc-multiplication-has-precendence):
19611 New variable.
19612 (math-standard-ops, math-standard-ops-p, math-expr-ops):
19613 New functions.
19614 (math-expr-opers): Define using math-standard-ops rather than
19615 math-standard-opers.
19616 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
19617 equal the function math-standard-ops rather than the variable
19618 math-standard-opers.
19619 (calc-algebraic-entry): Let math-expr-opers equal
19620 math-standard-ops or math-expr-ops, as appropriate.
19621 (math-expr-read-level, math-read-factor): Let math-expr-opers
19622 equal math-expr-ops.
19623 * calc/calc-embed.el (calc-embedded-finish-edit):
19624 Let math-expr-opers equal the function math-standard-ops
19625 rather than the variable math-standard-opers.
19626 * calc/calc-ext.el (math-read-plain-expr)
19627 (math-format-flat-expr-fancy): Let math-expr-opers equal the
19628 function math-standard-ops rather than the variable
19629 math-standard-opers.
19630 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
19631 Let math-expr-opers equal the function math-standard-ops rather
19632 than the variable math-standard-opers.
19633 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
19634 equal the function math-standard-ops rather than the variable
19635 math-standard-opers.
19636 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
19637 equal the function math-standard-ops rather than the variable
19638 math-standard-opers.
19639 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
19640 math-expr-ops.
19641
19642 2007-06-19 Ivan Kanis <apple@kanis.eu>
19643
19644 * vc-hg.el: New file.
19645
19646 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
19647
19648 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
19649 with font-lock-multiline.
19650
19651 2007-06-17 Glenn Morris <rgm@gnu.org>
19652
19653 * lpr.el (lpr-page-header-switches): Move %s to separate element
19654 for correct quoting. Doc fix.
19655
19656 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19657
19658 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
19659 than setting sgml-xml-mode.
19660 (sgml-mode, html-mode): Set sgml-xml-mode.
19661 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
19662 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
19663 (sgml-electric-tag-pair-before-change-function)
19664 (sgml-electric-tag-pair-flush-overlays): New functions.
19665 (sgml-electric-tag-pair-mode): New minor mode.
19666 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
19667 (sgml-calculate-indent): Use assoc-string.
19668
19669 2007-06-16 Karl Fogel <kfogel@red-bean.com>
19670
19671 * thingatpt.el (thing-at-point-email-regexp): Don't require two
19672 chars before the "@" in an email address. Andreas Roehler noticed
19673 this problem.
19674
19675 2007-06-15 Karl Fogel <kfogel@red-bean.com>
19676
19677 * thingatpt.el: Add support for email addresses (`email').
19678 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
19679 (thing-at-point-email-regexp): New variable.
19680 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
19681 properties on this symbol, with lambda forms for values.
19682
19683 2007-06-15 Masatake YAMATO <jet@gyve.org>
19684
19685 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
19686
19687 * vc.el (vc-dired-hook): Check the backend returned from
19688 `vc-responsible-backend' can really handle `subdir'.
19689
19690 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
19691
19692 * wid-edit.el (widget-add-documentation-string-button):
19693 Fix handling of documentation indent.
19694
19695 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
19696
19697 * mb-depth.el: New file.
19698
19699 2007-06-15 Masatake YAMATO <jet@gyve.org>
19700
19701 * vc.el (vc-dired-mode): Show backend name as part of mode name.
19702
19703 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
19704
19705 * wid-edit.el (widget-default-create): Move ?h handling here...
19706 (widget-default-format-handler): ...from here.
19707 (widget-docstring, widget-add-documentation-string-button): New funs.
19708 (documentation-string): Add :visibility-widget property.
19709 (widget-documentation-string-value-create): Use it.
19710
19711 * cus-edit.el (custom-split-regexp-maybe): Simplify.
19712 (custom-buffer-create-internal): Simplify message.
19713 (custom-variable-tag): Reduce height to normal.
19714 (custom-variable-value-create, custom-face-value-create)
19715 (custom-visibility): New widget.
19716 (custom-visibility): New face.
19717 (custom-group-value-create):
19718 Call widget-add-documentation-string-button, using `custom-visibility'.
19719
19720 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * emacs-lisp/bytecomp.el (byte-compile-current-group)
19723 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
19724 change. Apparently the "warning even if the group is implicit" is
19725 a feature rather than a bug.
19726
19727 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
19728
19729 * emulation/viper.el (viper-describe-key-ad)
19730 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
19731 Compile them conditionally.
19732 (viper-version): Belated version change.
19733
19734 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
19735
19736 * follow.el (follow-all-followers, follow-generic-filter):
19737 * pcomplete.el (pcomplete-restore-windows):
19738 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
19739 (x-dnd-drop-data):
19740 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
19741 * progmodes/python.el (python-complete-symbol):
19742 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
19743
19744 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
19745
19746 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
19747 around bright and dim regexps. Make sure bright and dim matches
19748 use word anchors. Send text through rcirc-markup functions.
19749 (rcirc-url-regexp): Add single quote character.
19750 (rcirc-connect): Write logs to disk on auto-save-hook.
19751 Make server a non-optional argument.
19752 (rcirc-log-alist): New variable.
19753 (rcirc-log-directory): Make customizable.
19754 (rcirc-log-flag): New customizable variable.
19755 (rcirc-log): New function.
19756 (rcirc-print): Use above function.
19757 (rcirc-log-write): New function.
19758 (rcirc-generate-new-buffer-name): Strip text properties.
19759 (rcirc-switch-to-buffer-function): Remove variable.
19760 (rcirc-last-non-irc-buffer): Remove variable.
19761 (rcirc-non-irc-buffer): Add function.
19762 (rcirc-next-active-buffer): Use above function.
19763 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
19764 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
19765 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
19766 (rcirc-omit-mode): Add minor-mode.
19767 (rcirc-mode-map): Change C-c C-o binding.
19768 (rcirc-mode): Clear mode-line-process. Use a custom
19769 fill-paragraph-function. Set up buffer-invisibility-spec.
19770 (rcirc-response-formats): Remove timestamp code.
19771 (rcirc-omit-responses): Add variable.
19772 (rcirc-print): Don't put the overlay arrow on potentially omitted
19773 lines. Log line to disk. Record activity for private messages
19774 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
19775 (rcirc-jump-to-first-unread-line): Print message if there is no
19776 unread text.
19777 (rcirc-clear-unread): New function.
19778 (rcirc-markup-text-functions): Add variable.
19779 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
19780 (rcirc-debug): Don't mess with window configuration.
19781 (rcirc-send-message): Send message before printing locally.
19782 Add SILENT argument, do not print message if non-nil.
19783 (rcirc-visible-buffers): New function and variable.
19784 (rcirc-window-configuration-change-1): Add function.
19785 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
19786 server buffer.
19787 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
19788 (rcirc-fill-paragraph): Add function.
19789 (rcirc-record-activity, rcirc-window-configuration-change-1):
19790 Only update the activity string if it has actually changed.
19791 (rcirc-update-activity-string): Remove padding characters from the
19792 mode-line string.
19793 (rcirc-disconnect-buffer): New function to be called when a
19794 channel is parted or the user quits.
19795 (rcirc-server-name): Warn when the server-name hasn't been set.
19796 (rcirc-window-configuration-change): Postpone work until
19797 post-command-hook.
19798 (rcirc-window-configuration-change-1): Update mode-line and
19799 overlay arrows here.
19800 (rcirc-authenticate): Fixc hanserv identification.
19801 (rcirc-default-server): Remove variable.
19802 (rcirc): Connect according to rcirc-connections.
19803 (rcirc-connections): Add variable.
19804 (rcirc-startup-channels-alist): Remove variable.
19805 (rcirc-startup-channels): Remove function.
19806
19807 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
19810
19811 2007-06-13 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se> (tiny change)
19812
19813 * term/xterm.el (terminal-init-xterm): Escape parens in character
19814 constants.
19815
19816 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * progmodes/sh-script.el: Remove unneeded * from docstrings.
19819 Use [:alpha:] and [:alnum:] where applicable.
19820 (sh-quoted-subshell): Rewrite to correctly
19821 handle nested mixes of `...' and $(...).
19822 (sh-apply-quoted-subshell): Remove.
19823 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
19824
19825 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
19826
19827 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
19828
19829 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
19830 previous change.
19831
19832 2007-06-12 Tom Tromey <tromey@redhat.com>
19833
19834 * subr.el (user-emacs-directory): New defconst.
19835 * cmuscheme.el (scheme-start-file):
19836 * shell.el (shell):
19837 * completion.el (save-completions-file-name):
19838 * custom.el (custom-theme-directory):
19839 * term/x-win.el (emacs-session-filename):
19840 * filesets.el (filesets-menu-cache-file):
19841 * thumbs.el (thumbs-thumbsdir):
19842 * server.el (server-auth-dir):
19843 * image-dired.el (image-dired-dir):
19844 (image-dired-db-file):
19845 (image-dired-temp-image-file):
19846 (image-dired-gallery-dir):
19847 (image-dired-temp-rotate-image-file):
19848 * play/gamegrid.el (gamegrid-user-score-file-directory):
19849 * savehist.el (savehist-file):
19850 * tutorial.el (tutorial--saved-dir):
19851 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
19852
19853 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
19854
19855 * scroll-lock.el (scroll-lock-mode): Doc fix.
19856
19857 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
19858
19859 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
19860
19861 * ediff-init.el: Doc strings.
19862
19863 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19864
19865 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
19866 (byte-compile-file): Bind it.
19867 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
19868 group argument is provided implicitly.
19869 (byte-compile-format-warn, byte-compile-from-buffer)
19870 (byte-compile-insert-header): Don't hardcode point-min==1.
19871 (byte-compile-file-form-require): Remove unused var old-load-list.
19872 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
19873
19874 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
19875
19876 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
19877 Display error messages.
19878 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
19879 Get rid of cl.el dependencies.
19880
19881 * emulation/viper-init.el (viper-suppress-input-method-change-message):
19882 New variable.
19883 (viper-activate-input-method-action)
19884 (viper-inactivate-input-method-action):
19885 Use viper-suppress-input-method-change-message.
19886
19887 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
19888 for C-s, C-r.
19889
19890 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
19891 Use viper-replace-overlay-cursor-color instead of
19892 viper-replace-overlay-cursor-color.
19893 (viper-sit-for-short): Use sit-for with 3 arguments.
19894
19895 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
19896 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
19897 to gud-mode.
19898
19899 * ediff-mult.el (ediff-meta-buffer-brief-message)
19900 (ediff-meta-buffer-verbose-message): New variables.
19901 (ediff-meta-buffer-message): Variable deleted.
19902 (ediff-verbose-help-enabled): New variable.
19903 (ediff-toggle-verbose-help-meta-buffer): New function.
19904 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
19905 message options.
19906
19907 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
19908 (ediff-fixup-patch-map): Improve heuristic.
19909
19910 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19911
19912 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
19913 (log-view-font-lock-keywords): Simplify.
19914 (log-view-current-file, log-view-current-tag): Simplify.
19915
19916 2007-06-12 Sam Steingold <sds@gnu.org>
19917
19918 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
19919
19920 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
19921
19922 * desktop.el (desktop-load-locked-desktop): New option.
19923 (desktop-read): Use it.
19924 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
19925 Use `when'.
19926
19927 2007-06-12 Davis Herring <herring@lanl.gov>
19928
19929 * desktop.el (desktop-save-mode-off): New function.
19930 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
19931 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
19932 (desktop-claim-lock, desktop-release-lock): New functions.
19933 (desktop-kill): Tell `desktop-save' that this is the last save.
19934 Release the lock afterwards.
19935 (desktop-buffer-info): New function.
19936 (desktop-save): Use it. Run `desktop-save-hook' where the doc
19937 says to. Detect conflicts, and manage the lock.
19938 (desktop-read): Detect conflicts. Manage the lock.
19939
19940 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
19943
19944 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
19945 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
19946 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
19947 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
19948 keysyms rather than byte sequences.
19949 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
19950
19951 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19952
19953 * font-lock.el (font-lock-add-keywords): In case font-lock was only
19954 half-activated, forcefully activate it completely.
19955
19956 2007-06-11 Richard Stallman <rms@gnu.org>
19957
19958 * cus-edit.el (custom-variable-type): Doc fix.
19959
19960 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19961
19962 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
19963 (sh-font-lock-flush-syntax-ppss-cache): New functions.
19964 (sh-font-lock-syntactic-keywords): Use them to distinguish the
19965 different possible cases for \'.
19966
19967 * complete.el (PC-bindings): Don't bind things already bound in the
19968 parent keymap.
19969
19970 * textmodes/bibtex-style.el: New file.
19971
19972 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
19973
19974 * vc-bzr.el: New file.
19975
19976 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * vc-svn.el (vc-svn-program): New var.
19979 (vc-svn-command): Use it.
19980
19981 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
19982
19983 * server.el (server-switch-buffer): Remove redundant check.
19984
19985 2007-06-10 Martin Rudalics <rudalics@gmx.at>
19986
19987 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
19988 Match against file-name-nondirectory.
19989 Fix text on user customization variables.
19990 Reported by Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>.
19991
19992 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
19993
19994 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
19995
19996 2007-06-09 Davis Herring <herring@lanl.gov>
19997
19998 * desktop.el (desktop-minor-mode-table): Doc fix.
19999
20000 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20001
20002 * textmodes/css-mode.el (css-navigation-syntax-table):
20003 Use set-char-table-range so it also works in the unicode branch.
20004
20005 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
20006
20007 * help-mode.el (help-xref-forward-stack)
20008 (help-xref-stack-forward-item, help-forward-label): New variables.
20009 (help-forward): New button type.
20010 (help-setup-xref): Initialise help-xref-forward-stack.
20011 (help-make-xrefs): Add forward button, if appropriate.
20012 (help-xref-go-back): Push item on forward stack.
20013 (help-xref-go-forward, help-go-forward): New functions.
20014
20015 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
20016
20017 * dired.el (dired-mode-map): Remove spurious separator.
20018
20019 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
20020
20021 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
20022
20023 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20024 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
20025
20026 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
20027
20028 * textmodes/org.el: Version number fixed.
20029
20030 2007-06-07 Glenn Morris <rgm@gnu.org>
20031
20032 * version.el (emacs-copyright): New constant.
20033 * startup.el (fancy-splash-tail): Use emacs-copyright.
20034 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
20035
20036 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
20037 `make-local'.
20038 (byte-compile-warnings-safe-p): Add `make-local'.
20039 (byte-compile-make-variable-buffer-local):
20040 Allow byte-compile-warnings to suppress this warning.
20041
20042 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
20043 format of "menu" description.
20044 (tutorial--find-changed-keys): Describe the specific menu a
20045 command is in.
20046
20047 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
20048 Rewrite compatibility functions to silence byte-compiler.
20049
20050 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
20051
20052 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
20053 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
20054
20055 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
20056
20057 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
20058
20059 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
20060
20061 * progmodes/ebrowse.el (ebrowse-member-table):
20062 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
20063 (org-batch-agenda-csv): Fix typos in docstrings.
20064
20065 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
20066
20067 * international/mule-cmds.el (toggle-enable-multibyte-characters)
20068 (sort-coding-systems, search-unencodable-char): Doc fixes.
20069 (coding-system-change-eol-conversion, set-default-coding-systems)
20070 (prefer-coding-system, find-multibyte-characters, princ-list)
20071 (leim-list-entry-regexp, set-input-method, locale-language-names)
20072 (input-method-exit-on-first-char, exit-language-environment-hook)
20073 (locale-charset-language-names): Fix typos in docstrings.
20074
20075 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
20076
20077 * pgg.el (pgg-sign-region, pgg-sign):
20078 * ses.el (ses-call-printer):
20079 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
20080 * textmodes/org.el (org-cycle): Fix typos in docstrings.
20081
20082 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
20083
20084 * textmodes/org.el (org-export-region-as-html)
20085 (org-replace-region-by-html, org-number-to-letters)
20086 (org-table-fedit-finish, org-normalize-color)
20087 (org-table-fedit-ref-right, org-date-to-gregorian)
20088 (org-table-fedit-move, org-table-convert-refs-to-rc)
20089 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
20090 (org-write-agenda, org-colgroup-info-to-vline-list)
20091 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
20092 (org-indent-line-function, org-export-as-html-to-buffer)
20093 (org-store-agenda-views, org-update-mode-line)
20094 (org-find-if, org-delete-all)
20095 (org-table-fedit-convert-buffer, org-emphasize)
20096 (org-uniquify, org-table-fedit-lisp-indent)
20097 (org-table-fedit-scroll, org-get-todo-sequence-head)
20098 (org-table-fedit-scroll-down, org-table-fedit-line-down)
20099 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
20100 (org-table-fedit-toggle-coordinates, org-dvipng-color)
20101 (org-table-fedit-line-up, org-table-fedit-ref-down)
20102 (org-table-formula-from-user, org-mode-flyspell-verify)
20103 (org-cycle-show-empty-lines, org-ctrl-c-ret)
20104 (org-table-formula-to-user, org-diary-to-ical-string)
20105 (orgtbl-export, org-table-fedit-post-command)
20106 (org-closed-in-range, org-shiftcontrolright)
20107 (org-table-convert-refs-to-an, org-table-hline-and-move)
20108 (org-table-formula-less-p, org-format-table-ascii)
20109 (org-agenda-get-sexps, org-shift-refpart)
20110 (org-diary-sexp-entry, org-time-string-to-absolute)
20111 (org-table-show-reference, org-letters-to-number)
20112 (org-fix-agenda-info, org-table-fedit-ref-up)
20113 (org-table-fedit-shift-reference, org-table-fedit-abort)
20114 (org-closest-date, org-shiftcontrolleft)
20115 (org-at-heading-or-item-p, org-rematch-and-replace)
20116 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
20117 New functions.
20118 (org-table-edit-scroll-down, org-finish-edit-formulas)
20119 (org-table-edit-next-field, org-abort-edit-formulas)
20120 (org-font-lock-level, org-export-find-first-heading-line)
20121 (org-table-edit-line-down, org-table-edit-backward-field)
20122 (org-edit-formula-lisp-indent, org-table-edit-move)
20123 (org-check-log-option, org-this-word)
20124 (org-table-edit-line-up, org-table-edit-formulas-post-command)
20125 (org-agenda-file-to-end, org-expand-file-name)
20126 (org-fake-empty-table-line, org-table-edit-scroll)
20127 (org-toggle-log-option, org-show-reference): Function removed.
20128 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
20129 New defsubsts.
20130 (org-unmodified, org-batch-store-agenda-views)
20131 (org-batch-agenda-csv): New macro.
20132 (org-agenda-export): New customization group.
20133 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
20134 (org-highest-priority, org-agenda-exporter-settings)
20135 (org-log-done-with-time, org-replace-disputed-keys)
20136 (org-format-latex-header, org-export-table-header-tags)
20137 (org-cycle-separator-lines, org-export-table-data-tags)
20138 (org-icalendar-include-sexps)
20139 (org-empty-line-terminates-plain-lists)
20140 (org-log-repeat, org-special-ctrl-a)
20141 (org-table-use-standard-references, org-disputed-keys)
20142 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
20143 (org-agenda-export-html-style): New option.
20144 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
20145 (org-CUA-compatible): Option removed.
20146 (org-agenda-structure, org-sexp-date): New face.
20147 (org-todo-keywords-for-agenda, org-not-done-keywords)
20148 (org-planning-or-clock-line-re, org-agenda-name)
20149 (org-table-colgroup-info, org-todo-sets)
20150 (constants-unit-system, org-clock-mode-line-entry)
20151 (org-mode-line-timer, org-table-current-begin-pos)
20152 (org-todo-keywords-1, org-mode-line-string)
20153 (org-table-clean-did-remove-column, org-table-fedit-map)
20154 (org-clock-heading, org-table-buffer-is-an)
20155 (org-agenda-info, org-done-keywords)
20156 (org-done-keywords-for-agenda, org-todo-heads)
20157 (org-todo-kwd-alist, org-clock-start-time): New variable.
20158 (org-todo-kwd-priority-p, org-edit-formulas-map)
20159 (org-repeat-re, org-todo-kwd-max-priority)
20160 (org-version, org-done-string)
20161 (org-table-clean-did-remove-column-1, org-disputed-keys):
20162 Remove variables.
20163 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
20164 (org-ts-lengths): Constant removed.
20165 (org-follow-gnus-link): Don't ask how many articles to read.
20166 (org-export-find-first-export-line): Rename from
20167 `org-export-find-first-heading'.
20168 Use `org-export-skip-text-before-1st-heading'.
20169 (org-table-fedit-post-command): Rename from
20170 `org-table-edit-formulas-post-command'.
20171 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
20172 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
20173 (org-table-fedit-lisp-indent): Rename from
20174 `org-edit-formula-lisp-indent'.
20175 (org-table-show-reference): Rename from `org-show-reference'.
20176 (org-table-store-formulas): Use `org-table-formula-less-p'.
20177 (org-table-edit-formulas): Position cursor to current field equation.
20178 (org-update-checkbox-count, org-hide-archived-subtrees)
20179 (org-timestamp-up-day, org-timestamp-down-day)
20180 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
20181 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
20182 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
20183 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
20184 Let `org-on-heading-p' also check for invisible heading.
20185 (org-read-date): Match am/pm times.
20186 (org-eval-in-calendar): Fix default date in prompt.
20187
20188 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
20189
20190 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
20191 "ChangeLog.a" entries, giving the latter lower priority.
20192
20193 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
20194
20195 * faces.el (face-id): If the argument is a face alias,
20196 return the ID of the target face.
20197
20198 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
20199
20200 * net/socks.el (top): Remove unnecessary copyright line.
20201
20202 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
20203
20204 * longlines.el (longlines-auto-wrap): Handle argument correctly.
20205
20206 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
20207
20208 * net/socks.el: New file, taken from w3 repository.
20209 (top): Update Copyright. Don't load cl.el.
20210 (all): Replace `case' by `cond', `string-to-int' by
20211 `string-to-number', and `process-kill-without-query' by
20212 `set-process-query-on-exit-flag'.
20213 (socks-char-int): Remove defalias and all occurrences.
20214
20215 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
20216
20217 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
20218 Fix typos in docstrings.
20219 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
20220 (compilation-finish-function): Fix typo in obsolescence declaration.
20221
20222 2007-06-03 Sam Steingold <sds@gnu.org>
20223
20224 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
20225 handle unending automatic recompilation of changed files (`omake -P').
20226 (compilation-loop): VISITED is now 5th CDR.
20227 (compilation-next-error-function): Set TIMESTAMP.
20228
20229 2007-06-03 Sam Steingold <sds@gnu.org>
20230
20231 * files.el (kill-buffer-ask): New function.
20232 (kill-some-buffers): Use it.
20233 (kill-matching-buffers): New user command.
20234
20235 2007-06-01 David Kastrup <dak@gnu.org>
20236
20237 * dired.el (dired-recursive-deletes, dired-recursive-copies):
20238 Change default to `top'.
20239
20240 2007-05-31 Richard Stallman <rms@gnu.org>
20241
20242 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
20243
20244 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20245
20246 * textmodes/css-mode.el: New file.
20247
20248 2007-05-30 Michael Olson <mwolson@gnu.org>
20249
20250 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
20251 died and we are trying to send a signal to it. The program using
20252 tq.el should periodically check to see whether the process has
20253 died and react appropriately -- this is not the responsibility of
20254 tq.el, and is consistent with the rest of the tq.el source code.
20255
20256 2007-05-29 Martin Rudalics <rudalics@gmx.at>
20257
20258 * textmodes/table.el (table--point-entered-cell-function)
20259 (table--point-left-cell-function):
20260 Bind `inhibit-point-motion-hooks' to t.
20261
20262 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20263
20264 * emacs-lisp/rx.el (rx): Doc fix.
20265
20266 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
20267
20268 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
20269
20270 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
20271
20272 Sync with Tramp 2.0.56.
20273
20274 * net/tramp.el:
20275 * net/tramp-ftp.el:
20276 * net/tramp-smb.el:
20277 * net/tramp-util.el:
20278 * net/tramp-vc.el:
20279 Don't load cl.el, because that pollutes the namespace. Replace cl
20280 macros by their implementations where necessary. Requested by
20281 Richard Stallman <rms@gnu.org>.
20282
20283 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
20284 doesn't exist.
20285 (with-parsed-tramp-file-name): Protect debug spec during compilation.
20286 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
20287 (tramp-file-name-p, tramp-file-name-multi-method)
20288 (tramp-file-name-method, tramp-file-name-user)
20289 (tramp-file-name-host, tramp-file-name-localname): New defuns,
20290 replacing defstruct `tramp-file-name'.
20291 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
20292 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
20293 Apply `vector' instead of `make-tramp-file-name'.
20294 (tramp-handle-make-auto-save-file-name):
20295 Apply `tramp-temporary-file-directory' for compatibility reasons.
20296 (tramp-completion-mode): Use `natnump' instead of `wholenump'
20297 because of XEmacs.
20298 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
20299 started.
20300
20301 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
20302
20303 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
20304
20305 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
20306
20307 * log-edit.el (log-edit-changelog-paragraph): Return point-max
20308 as the end of the ChangeLog paragraph when it ends without a line
20309 termination.
20310
20311 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
20312
20313 * net/webjump.el (webjump-sample-sites):
20314 Add simple Wikipedia query.
20315
20316 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20317
20318 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
20319 compatibility code.
20320
20321 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
20322 (copyright-update-year): Use it.
20323
20324 * edmacro.el (edmacro-format-keys): Use current-active-maps.
20325
20326 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
20327 Add indentation and debugging info. Fix up comment convention.
20328
20329 * cus-dep.el (custom-make-dependencies): Simplify.
20330
20331 * composite.el (compose-region, decompose-region):
20332 Use inhibit-read-only and restore-buffer-modified-p.
20333
20334 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
20335 (xterm-mouse-event): Use it.
20336
20337 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
20338
20339 * bs.el (bs-cycle-previous): Don't modify the cycle list until
20340 `switch-to-buffer' has returned succesfully.
20341 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
20342 window is dedicated (it could iconify the frame).
20343
20344 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
20345
20346 * vc-hooks.el (vc-find-root): Fix file attribute test.
20347
20348 2007-05-24 Richard Stallman <rms@gnu.org>
20349
20350 * textmodes/flyspell.el (flyspell-correct-word-before-point):
20351 Don't let opoint be nil.
20352 (flyspell-emacs-popup): Explicit error if no dialogs.
20353
20354 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
20355
20356 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
20357 (image-next-line, image-previous-line, image-scroll-up)
20358 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
20359 New functions.
20360 (image-mode-map): Remap motion commands.
20361 (image-mode-text-map): New keymap for viewing images as text.
20362 (image-mode): Use image-mode-map.
20363 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
20364
20365 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20366
20367 * textmodes/fill.el (canonically-space-region): Make the second arg
20368 a marker if it's not already the case.
20369
20370 2007-05-23 Eli Zaretskii <eliz@gnu.org>
20371
20372 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
20373 (tar-get-descriptor): Handle type 55, an extended pax header.
20374
20375 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20376
20377 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
20378 to confuse outline-minor-mode.
20379
20380 2007-05-23 Eli Zaretskii <eliz@gnu.org>
20381
20382 * tar-mode.el (tar-file-name-handler): New function.
20383 (tar-extract): Bind file-name-handler-alist to it to force
20384 find-buffer-file-type-coding-system behave as if the file being
20385 extracted existed. Use last-coding-system-used to force
20386 buffer-file-coding-system to what decode-coding-region actually
20387 used to decode the file.
20388
20389 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20390
20391 * progmodes/compile.el (compilation-handle-exit):
20392 `compilation-finish-function' may change the current buffer.
20393
20394 2007-05-22 Richard Stallman <rms@gnu.org>
20395
20396 * files.el (set-auto-mode): Doc fix.
20397
20398 2007-05-22 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
20399
20400 * help-fns.el (find-source-lisp-file): New function.
20401 (describe-function-1): Use find-source-lisp-file to find source
20402 file in compile tree.
20403
20404 2007-05-22 Eli Zaretskii <eliz@gnu.org>
20405
20406 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
20407
20408 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
20409
20410 * emacs-lisp/easy-mmode.el (define-minor-mode)
20411 (easy-mmode-define-navigation): Fix typos in docstrings.
20412
20413 2007-05-22 Glenn Morris <rgm@gnu.org>
20414
20415 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
20416
20417 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
20418
20419 * mail/mail-extr.el (mail-extract-address-components):
20420 Recognize non-ASCII characters except for NBSP as words.
20421
20422 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
20423
20424 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
20425 (rcirc-print): Handle `window-width'.
20426 (rcirc-buffer-maximum-lines): Doc fix.
20427
20428 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
20429
20430 * image-mode.el (image-toggle-display): Don't clear image cache.
20431 Only use filename in image spec if the file is readable.
20432 Call image-refresh.
20433
20434 * image.el (image-type-from-file-name, image-type): Simplify.
20435 (image-type-auto-detected-p): Don't scan auto-mode-alist.
20436
20437 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
20438 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
20439
20440 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20441
20442 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
20443 is an error.
20444
20445 * term/linux.el (terminal-init-linux): Don't signal an error
20446 if gpm isn't running.
20447
20448 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20449
20450 * t-mouse.el: Reduce to a minor-mode macro call.
20451 (t-mouse-mode): Remove the lighter.
20452
20453 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
20454
20455 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
20456
20457 * files.el (auto-mode-alist): Change the regexp so that
20458 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
20459
20460 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
20461
20462 * Version 22.1 released.
20463
20464 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
20465
20466 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
20467 changes.
20468
20469 2007-05-19 Kevin Ryde <user42@zip.com.au>
20470
20471 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
20472
20473 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
20474
20475 * textmodes/sgml-mode.el: Revert last change.
20476
20477 2007-05-18 Richard Stallman <rms@gnu.org>
20478
20479 * simple.el (push-mark): Doc fix.
20480
20481 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
20482
20483 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
20484 tpu-global-map.
20485 (tpu-original-global-map): Variable deleted.
20486 (tpu-control-keys-map): New keymap variable.
20487 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
20488 setting keymapping directly.
20489 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
20490 tpu-global-map.
20491 (tpu-edt-on): Activate the tpu-global-map.
20492 (tpu-edt-off): Deactivate the tpu-global-map.
20493
20494 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
20495
20496 * textmodes/ispell.el (ispell-get-word): Return markers
20497 for start and end positions.
20498 (ispell-word): Assume END is a marker.
20499
20500 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20501
20502 * printing.el: Group together all XEmacs/Emacs definitions.
20503 (pr-version): New version 6.9.
20504 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
20505 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
20506 (pr-menu-bind): Fix code.
20507 (pr-e-frame-char-height, pr-e-frame-char-width)
20508 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
20509 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
20510 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
20511 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
20512 (pr-x-event-y-pixel): Aliases eliminated.
20513 (pr-xemacs-global-menubar): Macro moved.
20514 (current-menubar, current-mouse-event, zmacs-region-stays)
20515 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
20516 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
20517 Vars moved.
20518 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
20519 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
20520 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
20521 (pr-menu-set-utility-title, pr-even-or-odd-pages)
20522 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
20523 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
20524 moved.
20525
20526 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
20527
20528 * textmodes/sgml-mode.el (sgml-tag):
20529 Fix bug: Call sgml-transformation-function.
20530
20531 2007-05-17 Martin Rudalics <rudalics@gmx.at>
20532
20533 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
20534 modified flag of buffer. Use `inhibit-modification-hooks'.
20535
20536 2007-05-16 Richard Stallman <rms@gnu.org>
20537
20538 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
20539
20540 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * files.el (magic-mode-alist, magic-fallback-mode-alist):
20543 Move the *ml, Postscript, and XmCD entries to the fallback part.
20544
20545 * files.el (magic-fallback-mode-alist):
20546 Rename from file-start-mode-alist.
20547
20548 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20549
20550 * progmodes/compile.el (compilation-handle-exit): Quote first
20551 argument of `run-hook-with-args'.
20552
20553 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
20554
20555 * buff-menu.el (Buffer-menu-sort-column):
20556 * dabbrev.el (dabbrev-upcase-means-case-search):
20557 * dired.el (dired-recursive-deletes, dired-recursive-copies):
20558 * info.el (Info-current-subfile):
20559 * ls-lisp.el (ls-lisp-verbosity):
20560 * msb.el (msb-menu-cond):
20561 * pcvs.el (cvs-dired-use-hook):
20562 * simple.el (set-mark-command-repeat-pop):
20563 * time.el (display-time-24hr-format, display-time-mail-file):
20564 Doc fixes.
20565
20566 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
20567 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
20568
20569 * view.el (view-inhibit-help-message): Fix typo in docstring.
20570 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
20571
20572 2007-05-16 Martin Rudalics <rudalics@gmx.at>
20573
20574 * textmodes/ispell.el (ispell-start-process): Defend against bad
20575 default-directory.
20576
20577 2007-05-14 Eli Zaretskii <eliz@gnu.org>
20578
20579 * mail/rmail.el (rmail-convert-to-babyl-format): Check
20580 content-transfer-encoding _last_, because it's its position that
20581 we need as value of base64-header-field-end.
20582
20583 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
20584
20585 * files.el (mode-require-final-newline, require-final-newline)
20586 (enable-local-variables, enable-local-eval): Doc fixes.
20587
20588 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20589
20590 * ps-print.el: Use default color when foreground or background color
20591 are unspecified. Reported by Leo <sdl.web@gmail.com>.
20592 (ps-print-version): New version 6.7.4.
20593 (ps-rgb-color): New argument. Use default color when color is
20594 unspecified.
20595 (ps-begin-job): Fix code.
20596
20597 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
20598
20599 * longlines.el (longlines-mode): Make longlines-auto-wrap
20600 buffer-local. Add hooks unconditionally.
20601 (longlines-auto-wrap): Toggle wrapping.
20602 (longlines-after-change-function)
20603 (longlines-post-command-function): Check longlines-auto-wrap.
20604
20605 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
20606
20607 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
20608 (xterm-mouse-translate): Use it.
20609
20610 2007-05-10 Richard Stallman <rms@gnu.org>
20611
20612 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
20613 (iso-cvt-write-only): Likewise.
20614
20615 * emacs-lisp/easy-mmode.el (define-minor-mode):
20616 Fix generated doc string.
20617
20618 * startup.el (fancy-splash-text): Add URL of guided tour.
20619 Adjust horizontal and vertical whitespace.
20620
20621 * progmodes/compile.el (compilation-handle-exit):
20622 Use run-hook-with-args to run compilation-finish-functions.
20623
20624 * files.el (file-start-mode-alist): New variable.
20625 (magic-mode-regexp-match-limit): Doc fix.
20626 (set-auto-mode): Handle file-start-mode-alist.
20627 A little cleanup of structure.
20628
20629 * dabbrev.el (dabbrev-eliminate-newlines):
20630 Renamed from dabbrev--eliminate-newlines. All uses changed.
20631
20632 2007-05-10 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
20633
20634 * man.el (Man-next-section): Don't consider the last line of the page
20635 as being part of any section.
20636
20637 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
20638
20639 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
20640 can take any number of values.
20641
20642 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
20645 to the list of citation commands.
20646
20647 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
20650
20651 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
20652
20653 * progmodes/python.el (python-font-lock-keywords)
20654 (python-open-block-statement-p, python-mode): Add support for the new
20655 "with" keyword.
20656
20657 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
20658
20659 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
20660 the exact opposite of diff-goto-source.
20661
20662 * emacs-lisp/advice.el (ad-special-forms): Remove.
20663 (ad-special-form-p): Use subr-arity.
20664
20665 * newcomment.el (comment-search-forward): Make sure we search forward.
20666 (comment-enter-backward): Try and distinguish the non-matching case at
20667 EOB from the non-matching case with a missing comment-end-skip for
20668 a 2-char comment ender.
20669 (comment-choose-indent): New function extracted from comment-indent.
20670 Improve the alignment algorithm.
20671 (comment-indent): Use it.
20672
20673 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
20674 XML style Processing Instructions.
20675 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
20676 (sgml-calculate-indent): Handle `pi' context.
20677
20678 * vc.el: Ensure that update-changelog issues an error when used with
20679 a backend that does not implement it.
20680 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
20681 Remove `backend' argument. Use expand-file-name.
20682 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
20683
20684 * progmodes/python.el (python-end-of-block): Revert last change.
20685 (python-end-of-statement): Make sure we move *forward*.
20686
20687 2007-05-08 Richard Stallman <rms@gnu.org>
20688
20689 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20690 Don't include non-self-insert commands in the exception for `-'.
20691
20692 2007-05-08 David Reitter <david.reitter@gmail.com>
20693
20694 * progmodes/python.el (python-guess-indent): Check non-nullness
20695 before comparing indent against the 2..8 interval.
20696
20697 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20698
20699 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
20700 available.
20701
20702 2007-05-06 Richard Stallman <rms@gnu.org>
20703
20704 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
20705
20706 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
20709 rather than storing their value in the revert-buffer function.
20710
20711 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
20712
20713 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
20714 when disabling t-mouse-mode.
20715
20716 2007-05-01 Davis Herring <herring@lanl.gov>
20717
20718 * calendar/timeclock.el: Update version number.
20719 (timeclock-modeline-display): Mention timeclock-use-display-time
20720 in explanatory message.
20721 (timeclock-in): Fix non-interactive workday specifications.
20722 (timeclock-log): Don't kill the log buffer if it already existed.
20723 Suppress warnings when finding the log. Don't check for a nil
20724 project twice. Run hooks after killing the buffer (if applicable).
20725 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
20726 was geometric). All uses changed.
20727 (timeclock-generate-report): Support prefix argument.
20728
20729 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
20730
20731 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
20732 disconnections.
20733
20734 2007-05-01 Romain Francoise <romain@orebokech.com>
20735
20736 * dired-x.el: Revert 2007-04-06 change.
20737
20738 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
20739
20740 * find-dired.el (find-dired-filter): Propertize all text down to eob.
20741
20742 2007-04-29 Richard Stallman <rms@gnu.org>
20743
20744 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
20745
20746 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20747
20748 * progmodes/cc-mode.el (c-before-change): Use point-min rather
20749 than 1.
20750
20751 2007-04-28 Richard Stallman <rms@gnu.org>
20752
20753 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
20754
20755 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
20756
20757 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
20758 don't put stop on toolbar.
20759
20760 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
20763
20764 2007-04-28 Eli Zaretskii <eliz@gnu.org>
20765
20766 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
20767 instead of $(lisp)/mh-e.
20768
20769 2007-04-28 Glenn Morris <rgm@gnu.org>
20770
20771 * image-dired.el (image-dired-cmd-create-thumbnail-options)
20772 (image-dired-cmd-create-temp-image-options): Replace option
20773 +profile "*" with -strip.
20774
20775 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
20776
20777 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20778 Use window-start and window-end.
20779
20780 2007-04-27 Andreas Schwab <schwab@suse.de>
20781
20782 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
20783
20784 2007-04-27 Eli Zaretskii <eliz@gnu.org>
20785
20786 * textmodes/fill.el (fill-paragraph): Doc fix.
20787
20788 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
20789
20790 * locate.el (locate-in-alternate-database): Doc fix.
20791
20792 2007-04-26 Glenn Morris <rgm@gnu.org>
20793
20794 * button.el (button): Use underline if supported, else fall back
20795 to color.
20796
20797 * version.el (emacs-version): Increase to 22.1.50.
20798
20799 2007-04-25 Richard Stallman <rms@gnu.org>
20800
20801 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
20802
20803 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
20804
20805 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
20806 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
20807 pushing mark.
20808 (idlwave-current-routine): Don't push mark.
20809
20810 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
20811
20812 * image-dired.el (image-dired-display-image): Derive image-type from
20813 filename rather than assuming jpeg, in case no resizing was needed.
20814
20815 2007-04-25 Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>
20816
20817 * custom.el (defface): Doc fix.
20818
20819 See ChangeLog.12 for earlier changes.
20820
20821 ;; Local Variables:
20822 ;; coding: iso-2022-7bit
20823 ;; add-log-time-zone-rule: t
20824 ;; End:
20825
20826 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
20827
20828 This file is part of GNU Emacs.
20829
20830 GNU Emacs is free software; you can redistribute it and/or modify
20831 it under the terms of the GNU General Public License as published by
20832 the Free Software Foundation; either version 3, or (at your option)
20833 any later version.
20834
20835 GNU Emacs is distributed in the hope that it will be useful,
20836 but WITHOUT ANY WARRANTY; without even the implied warranty of
20837 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20838 GNU General Public License for more details.
20839
20840 You should have received a copy of the GNU General Public License
20841 along with GNU Emacs; see the file COPYING. If not, write to the
20842 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20843 Boston, MA 02110-1301, USA.
20844
20845 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af